printing-press-output-review
Pass
Audited by Gen Agent Trust Hub on May 7, 2026
Risk Level: SAFEPROMPT_INJECTION
Full Analysis
- [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection because it instructs an agent to review sampled command output that may contain untrusted data from external sources.
- Ingestion points: The agent reads sampled output from
/tmp/output-review-livecheck.jsonand configuration from$CLI_DIR/research.json. If the CLI tool under review fetches content from the web, that content is processed by the reviewer agent. - Boundary markers: The prompt provides structure but lacks explicit instructions for the reviewer agent to disregard or escape any instructions that might be embedded within the sampled command output.
- Capability inventory: The skill utilizes the
Agenttool and hasBashaccess, meaning a successful injection could theoretically trigger further shell commands or agentic actions. - Sanitization: There is no evidence of sanitization or filtering of the sampled output before it is passed to the reviewer agent.
Audit Metadata