scaffold-exercises
Pass
Audited by Gen Agent Trust Hub on Aug 10, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes shell commands including
mkdir,git mv, andgit commitfor repository management, alongsidepnpm ai-hero-clifor linting. These are standard development operations for managing project structure and ensuring data consistency. - [PROMPT_INJECTION]: The skill processes a user-provided 'plan' to determine the directory structure, which constitutes an indirect prompt injection surface. Evidence: 1. Ingestion point: parsing the plan for section and exercise names (SKILL.md). 2. Boundary markers: none present in the instructions. 3. Capability inventory: filesystem directory creation, moving files, git commits, and local CLI execution. 4. Sanitization: none specified. The risk is assessed as safe because the operations are confined to standard repository scaffolding tasks.
- [SAFE]: No evidence of data exfiltration, hardcoded credentials, or code obfuscation was detected during the analysis.
Audit Metadata