create-playbook
Pass
Audited by Gen Agent Trust Hub on Mar 5, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [PROMPT_INJECTION]: The skill exhibits an indirect prompt injection surface by generating new instructions based on untrusted user input.
- Ingestion points: User input collected during Step 2 (Name, Purpose) and Step 4 (Process steps, Outputs) is used to populate templates.
- Boundary markers: Absent. The generated SKILL.md files do not appear to use delimiters or warnings to isolate user-provided content from the agent's core instructions.
- Capability inventory: The skill uses the
Writetool to create new instruction files and theBashtool for directory management. Generated skills may possess any set of tools defined by the user. - Sanitization: Absent. User-provided purpose and process steps are written directly into the new SKILL.md files without validation or escaping.
- [COMMAND_EXECUTION]: The skill utilizes the
Bashtool to perform legitimate environment checks and setup tasks. - Evidence: Executes
lsto check for existing skills in project-local and user-home directories (~/.claude/skills/). - Evidence: Uses
mkdir -pto establish directory structures for new skills. - Evidence: Uses
catto verify the content of the generated skill file.
Audit Metadata