create
Warn
Audited by Gen Agent Trust Hub on Apr 2, 2026
Risk Level: MEDIUMCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill instructs the agent to create a new directory using the
Bashtool with the commandmkdir -p philosopher/skills/<name>. This pattern is vulnerable to command injection if the agent does not sanitize or escape shell metacharacters (such as;,&, or|) in the user-provided<name>argument before execution. - [PROMPT_INJECTION]: The skill establishes an indirect prompt injection surface by using user-supplied input to generate agent instruction files (
SKILL.mdandreference.md). Evidence: (1) Ingestion points: the<name>and--focusarguments inSKILL.md; (2) Boundary markers: absent in the generation logic; (3) Capability inventory: access toBashandWritetools; (4) Sanitization: none specified beyond a manual user review step. This could be exploited to generate malicious skills if the generator is successfully manipulated.
Audit Metadata