scaffold-exercises
Pass
Audited by Gen Agent Trust Hub on Jun 20, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill performs filesystem operations including
mkdir -p,git mv, andgit commit. It also executespnpm ai-hero-cli internal lintto validate that the newly created directories follow required naming and structure conventions. These commands are restricted to the local workspace and align with the skill's primary purpose. - [PROMPT_INJECTION]: The skill ingests untrusted user data in the form of an exercise 'plan' (ingestion point) which it uses to define directory names and file titles (capability inventory). There are no specific boundary markers or sanitization procedures (absent) defined to separate instructions from data, creating a surface for indirect prompt injection where specially crafted plan names could attempt to influence the agent's behavior during the scaffolding process.
Audit Metadata