cpo
Pass
Audited by Gen Agent Trust Hub on Mar 12, 2026
Risk Level: SAFEPROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [PROMPT_INJECTION]: The skill exhibits a surface for indirect prompt injection because it ingests data from external or untrusted sources and provides powerful tools to act on that data without safety boundaries.
- Ingestion points: Data enters the context through
Read,Glob,Grep,WebSearch, and theTasktool (which receives output from sub-agents) as defined inSKILL.md. - Boundary markers: There are no instructions or delimiters defined to distinguish untrusted external content from system instructions.
- Capability inventory: The skill allows the use of
Bash,Write, andEdittools inSKILL.md. - Sanitization: The instructions lack any requirement to sanitize, escape, or validate content before it is processed by the agent or used in subsequent tool calls.
- [COMMAND_EXECUTION]: The skill explicitly allows the use of the
Bashtool in theallowed-toolssection ofSKILL.md. Although the static content does not contain malicious scripts, the provision of a shell environment to an agent that processes untrusted web data or sub-agent responses constitutes a significant capability that could be exploited if the agent follows instructions embedded in its inputs.
Audit Metadata