skill-creator
Pass
Audited by Gen Agent Trust Hub on Aug 26, 2026
Risk Level: SAFEPROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [PROMPT_INJECTION]: The skill facilitates a meta-development workflow that ingests and processes untrusted input from user-provided requests and existing skill files, creating an indirect prompt injection surface.
- Ingestion points: Untrusted data enters the agent context through the
requestinput and by reading existingSKILL.mdfiles as defined in the optimization flow inreferences/workflow-playbook.mdx. - Boundary markers: The workflow includes a mandatory dry-run by default and requires explicit user confirmation before applying any changes, providing a human-in-the-loop safety check.
- Capability inventory: The skill has the capability to write and modify files on the local filesystem using the
skill-creator-createandskill-creator-optimizetools. - Sanitization: The execution rules in
SKILL.mdspecify that the skill must validate the scope and block any invalid or unsafe write targets to prevent unauthorized file access.
Audit Metadata