init
Pass
Audited by Gen Agent Trust Hub on Apr 1, 2026
Risk Level: SAFEPROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection because it processes untrusted user input from the
PROJECT_OUTLINEargument to drive project configuration and script generation. - Ingestion points:
PROJECT_OUTLINEargument inSKILL.mdused to determine components and project context. - Boundary markers: None present. The agent is instructed to parse and follow the context provided in the outline without delimiters or safety instructions regarding embedded commands.
- Capability inventory: The skill uses
Bashto executepnpmcommands andWrite/Editto create scripts likedev.shandpackage.jsoncontent. - Sanitization: No sanitization or validation is performed on the user-provided outline before it influences logic that generates executable content.
- [COMMAND_EXECUTION]: The skill performs automated command execution on scripts it generates dynamically.
- Evidence: The instructions in
SKILL.md(Step 11) require the agent to runpnpm installandpnpm verifyimmediately after creating the project structure. - Risk: If a malicious
PROJECT_OUTLINEtricks the agent into adding dangerous commands to thepackage.jsonscripts (e.g., inside theverify,test, orlintcommands), those commands will be executed in the local environment during the bootstrap process.
Audit Metadata