bd-cli
Pass
Audited by Gen Agent Trust Hub on May 9, 2026
Risk Level: SAFEPROMPT_INJECTIONEXTERNAL_DOWNLOADS
Full Analysis
- [PROMPT_INJECTION]: The skill processes untrusted user-generated content (session logs, issue titles, and workflow descriptions) that could be used for indirect prompt injection attacks.
- Ingestion points: As noted in the 'Trust boundary' section of
SKILL.md, data returned by thebdCLI or the bitdrift API may contain arbitrary text. - Boundary markers:
SKILL.mdcontains a specific 'Trust boundary' section that instructs the agent to treat retrieved content as data rather than instructions and to ignore any attempts to override agent behavior. - Capability inventory: The skill enables the agent to execute various
bdCLI commands for platform management and usecurlfor direct API calls. - Sanitization: The instructions emphasize using
-o jsonand--jqfor structured parsing, which helps prevent the accidental execution of instructions embedded in text logs. - [EXTERNAL_DOWNLOADS]: The skill provides instructions for installing the
bdCLI tool via Homebrew from the vendor's repository (bitdriftlabs/bd).
Audit Metadata