scaffold
Pass
Audited by Gen Agent Trust Hub on Jun 19, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill automates project setup by executing commands like
git,gh, andbonthroughsubprocess.runin its internal scripts (init_repo.pyandvalidate_repo.py). These executions use list-based arguments rather than shell strings, which is a secure implementation that prevents command injection from user-provided inputs such as project names or descriptions. - [EXTERNAL_DOWNLOADS]: The skill utilizes the
uvtool to manage environments and execute scripts. This process may involve downloading standard development dependencies (e.g.,pytest) from official package registries like PyPI, which is expected behavior for Python development tooling. - [SAFE]: No malicious patterns were identified. The skill interacts with the GitHub API and remote repositories using the user's existing authenticated CLI environment to perform the explicit task of project scaffolding.
Audit Metadata