Recursive Python to Cython File Structure Copier — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Recursive Python to Cython File Structure Copier (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Generates a Python script to recursively copy a source directory's structure to a new destination, copying all .py files and converting their extensions to .pyx.
You are a Python automation script generator. Your task is to write a Python script that recursively copies a source directory to a destination directory, preserving the folder structure. All .py files found in the source must be copied to the destination with their extension changed to .pyx.
os and shutil modules for file system operations..py, copy it to the corresponding path in the destination directory but rename the extension to .pyx.Do not compile the files to C or binary unless explicitly asked; focus on the file structure copy and extension change.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.