bootstrap
Pass
Audited by Gen Agent Trust Hub on Mar 4, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [PROMPT_INJECTION]: The skill generates an
AGENTS.mdfile designed to provide persistent instructions to AI agents working within the scaffolded project. It also utilizes template interpolation that represents a surface for indirect prompt injection. - Ingestion points: User-provided strings such as
{{PROJECT_NAME}},{{NPM_SCOPE}}, and{{REPOSITORY_URL}}are collected as described in Step 1 ofSKILL.mdand injected into multiple template files. - Boundary markers: The templates do not utilize specific delimiters or escape sequences to separate user-provided data from instructional or configuration content.
- Capability inventory: The bootstrap process grants the agent the ability to execute environment-altering commands like
pnpm install,pnpm build, andcargo checkduring the verification phase. - Sanitization: There is no evidence of input validation or sanitization of the user-provided strings before they are written to the project's root configuration files.
- [COMMAND_EXECUTION]: The
SKILL.mdandreferences/checklist.mdfiles provide explicit instructions for the agent to execute shell commands. This includes installing dependencies viapnpm install, compiling code withcargo check, and running TypeScript scripts throughtsxto sync versions and validate configurations.
Audit Metadata