new-project
Pass
Audited by Gen Agent Trust Hub on Jul 7, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONREMOTE_CODE_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill executes shell commands to perform project initialization, dependency management, and quality checks.
- Commands are executed via Python's
subprocessmodule in scripts likepreflight.py,blueprint.py, anddoctor.pyto gather project state and run tools. - All mutating or potentially risky commands are categorized and require explicit user approval through a generated blueprint before they can be executed by the agent.
- The system includes an internal catalog (
data/command-groups.json) used to identify and block destructive commands (e.g.,rm -rf,git clean) and commands that might access sensitive files. - [EXTERNAL_DOWNLOADS]: Project setup capabilities involve downloading and running scaffolding tools from remote registries.
- The skill supports fetching tools like
next-app,astro,shadcn, andnxvia package managers such aspnpm,npm, anduv. - These downloads are standard for the development ecosystems supported by the skill and are disclosed to the user within the project blueprint for explicit approval.
- [REMOTE_CODE_EXECUTION]: The skill uses
npxto fetch and execute CLI tools such as@fission-ai/openspecduring project governance setup. - This execution pattern is part of the 'Apply' phase, which is restricted until the user has reviewed and approved the blueprint containing the specific commands.
Audit Metadata