deploy-prototype
Pass
Audited by Gen Agent Trust Hub on Aug 25, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [PROMPT_INJECTION]: The skill processes data from
memory/logs/andoutput/articles/to define the functionality of the prototypes it builds. This creates a surface for indirect prompt injection where malicious instructions in these files could influence the generated output. - Ingestion points: Accesses
memory/logs/${today}.md,output/articles/,memory/topics/*.md, andmemory/MEMORY.md(SKILL.md, steps 1-2). - Boundary markers: No specific delimiters are used to separate ingested data from agent instructions.
- Capability inventory: Executes shell commands (
git,gh,rm), writes files to the local file system, and performs network deployment to Vercel (SKILL.md, steps 4, 6, 8). - Sanitization: Implements a 'Pre-flight check' (SKILL.md, step 6) that scans all files for sensitive patterns like
VERCEL_TOKEN,ANTHROPIC_API_KEY, and various credential formats (sk-ant-,ghp_, etc.) before deployment. This effectively mitigates accidental data exposure but does not sanitize for malicious instructional content. - [COMMAND_EXECUTION]: The skill uses local shell commands for project management and deployment, including
rm -rf,mkdir,git, and the GitHubghCLI. These operations are restricted to project-specific paths (.pending-deploy/) and are consistent with the skill's deployment purpose.
Audit Metadata