yy-create-python-script
Pass
Audited by Gen Agent Trust Hub on Jul 16, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill executes shell commands during the project verification phase, such as
npm run lintandnpm run ready, which trigger code formatting, unit tests, and dependency installation. - [EXTERNAL_DOWNLOADS]: The project setup process downloads standard development dependencies from official registries (npm and PyPI) including ruff, pyright, and pyinstaller.
- [COMMAND_EXECUTION]: The Python template provided in the
scripts/directory contains logic to execute external shell commands viasubprocess.Popento process data rows. This is a documented feature of the template and usesshlex.splitto safely parse arguments.
Audit Metadata