scaffold-exercises
Pass
Audited by Gen Agent Trust Hub on Aug 28, 2026
Risk Level: SAFECOMMAND_EXECUTIONINDIRECT_PROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes several shell commands including
mkdir,git mv, andgit committo manage the exercise directory structure and version control. It also executespnpm ai-hero-cli internal lintto validate the created content, which involves running a project-specific executable within the workspace environment. - [INDIRECT_PROMPT_INJECTION]: The skill is designed to ingest and parse a "plan" provided by the user to determine directory and file names. This creates an attack surface where malicious input in the plan could attempt to influence the agent's file system operations, although the skill instructions include strict naming conventions and structural rules that act as constraints.
- Ingestion points: User-provided exercise plan described in
SKILL.mdworkflow. - Boundary markers: None identified.
- Capability inventory:
mkdir,git mv,git commit, file writing (readme.md), andpnpmcommand execution. - Sanitization: No explicit sanitization of the input plan content is mentioned before it is used to generate shell commands and directory names.
Audit Metadata