scaffold
Pass
Audited by Gen Agent Trust Hub on Apr 6, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill executes standard development toolchain commands (Go, Python, Node.js, and Rust) to verify the generated project structure.
- Evidence: Commands such as
go build,pytest,cargo test, andnpx vitestare used to ensure the scaffolded code is functional. - [COMMAND_EXECUTION]: Performs local Git operations to initialize repositories and create an initial bootstrap commit.
- [SAFE]: Implements input validation for project names (kebab-case) to prevent directory traversal or command injection through user-supplied arguments.
- [SAFE]: Generates CI/CD configuration files (GitHub Actions, GitLab CI) that reference official, well-known actions and templates.
Audit Metadata