prompt-generator
Pass
Audited by Gen Agent Trust Hub on Mar 18, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes the Bash tool for local file discovery and directory management. It executes
lsto identify similar files for pattern extraction andmkdir -pto prepare target directories before writing new artifacts (SKILL.md, Step 4a and Step 7). These actions are confined to the project environment and align with the skill's utility purpose. - [PROMPT_INJECTION]: The skill exhibits a vulnerability surface for indirect prompt injection by ingesting untrusted content from existing files during pattern discovery and restyling tasks. Ingestion points: The skill uses the
Readtool to load existing command, skill, and agent files in SKILL.md (Steps 4a and 5c). Boundary markers: No explicit delimiters are used to separate loaded content from the agent's internal instructions. Capability inventory: The skill possesses powerful capabilities includingWrite,Edit, andBash(Step 7), which could be leveraged if the agent inadvertently follows instructions embedded in source files. Sanitization: There is no evidence of validation or sanitization of the content read from external files before it is processed or used for generation.
Audit Metadata