herdr-throwaway-repro
Pass
Audited by Gen Agent Trust Hub on Sep 12, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill is designed to capture and process terminal output from reproduction sessions through commands like
pane readandagent read. This creates a vulnerability surface where potentially untrusted code or processes being tested could generate malicious output intended to influence the agent's behavior. - Ingestion points: Terminal output is captured via
pane read,agent read, andpane wait-outputas described inSKILL.md. - Capability inventory: The skill utilizes the
herdrCLI for process execution, file system management (in/var/tmp), and agent control. - Boundary markers: While the instructions advise the agent to "distinguish observed facts from proposed causes," there are no formal delimiters or escaping mechanisms defined for the ingested data.
- Sanitization: No explicit sanitization or filtering of terminal output is implemented before processing.
- [SAFE]: The skill implements a security-positive pattern for environment isolation by using
env -uto unset sensitive Herdr environment variables (e.g.,HERDR_SOCKET_PATH,HERDR_SESSION) before launching disposable sessions. This prevents unintended cross-session communication and leaks between the parent and reproduction environments.
Audit Metadata