herdr
Fail
Audited by Gen Agent Trust Hub on Jul 24, 2026
Risk Level: HIGHREMOTE_CODE_EXECUTIONCOMMAND_EXECUTIONPROMPT_INJECTIONEXTERNAL_DOWNLOADS
Full Analysis
- [REMOTE_CODE_EXECUTION]: The README.md file contains a command
curl -fsSL https://herdr.dev/install.sh | shwhich pipes a remote script from an unverified external domain to the shell. This allows arbitrary code execution from a non-standard source. - [EXTERNAL_DOWNLOADS]: The skill references and encourages the download of resources from
herdr.dev, which is not a verified vendor or well-known service domain according to the established safety parameters. - [COMMAND_EXECUTION]: The skill uses the
herdrCLI extensively to perform system-level operations such as process management, pane creation, and shell command execution. - [COMMAND_EXECUTION]: The skill includes a reference script in references/event-monitoring.md that uses a Python HEREDOC pattern to execute dynamic code for monitoring terminal state and lifecycle events via Unix sockets.
- [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection due to its data processing workflow.
- Ingestion points: Terminal output is ingested via
herdr pane readandherdr agent readin SKILL.md. - Boundary markers: No delimiters or safety instructions are present to prevent the agent from obeying instructions embedded in the terminal output.
- Capability inventory: The skill has access to dangerous capabilities, including running shell commands (
herdr pane run) and prompting other coding agents (herdr agent prompt). - Sanitization: There is no evidence of filtering or escaping the ingested content before it is used to determine subsequent agent actions.
Recommendations
- HIGH: Downloads and executes remote code from: https://herdr.dev/install.sh - DO NOT USE without thorough review
- AI detected serious security threats
Audit Metadata