generator-maintainer
Pass
Audited by Gen Agent Trust Hub on Mar 2, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes the
Bashtool to run local validation scripts, specificallyscripts/validate-config.shandscripts/validate-templates.sh, and executes project-level commands such asnpm run generate.- [PROMPT_INJECTION]: The skill exhibits an attack surface for indirect prompt injection (Category 8). It ingests untrusted user input for template requirements and logic, which is then written into executable.tsand.tsxfiles via the prompts in01-add-template.mdand02-modify-template.md. - Ingestion points: User-provided descriptions and code blocks used to define new or modified templates.
- Boundary markers: Absent; there are no delimiters or explicit instructions for the agent to ignore potentially malicious instructions embedded in the user's template data.
- Capability inventory: The agent possesses
Write,Edit, andBashpermissions, allowing a direct path from writing untrusted content to a file and then executing that content through the generator tool. - Sanitization: Absent; the skill does not perform any escaping, validation, or filtering of user-provided content before it is committed to the filesystem.
Audit Metadata