delegate-fable
Pass
Audited by Gen Agent Trust Hub on Sep 5, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTIONEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONPRIVILEGE_ESCALATION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill processes user-supplied tasks and interpolates them into a prompt template for a delegated agent, creating a surface for indirect prompt injection.
- Ingestion points: The
taskvariable inscripts/delegate-fable.sh, populated from CLI parameters or standard input. - Boundary markers: The prompt uses text labels like
Task:andRules:to delimit content, which do not provide strong isolation against adversarial instructions. - Capability inventory: Orchestrates agents via
herdr, including starting agents with the--trustflag, prompting, and reading terminal buffers. - Sanitization: User input is included in the prompt without sanitization or validation.
- [COMMAND_EXECUTION]: The bash script executes several
herdrCLI commands to manage agent sessions, includingherdr agent list,herdr agent start,herdr agent prompt, andherdr agent read. - [PRIVILEGE_ESCALATION]: The script invokes
cursor-agentwith the--trustflag through theherdrorchestration layer, which grants the delegated agent elevated permissions to perform actions within the workspace. - [EXTERNAL_DOWNLOADS]: The documentation provides an installation command using
npxto fetch the skill package from a remote source.
Audit Metadata