flow-execution
Pass
Audited by Gen Agent Trust Hub on Jun 26, 2026
Risk Level: SAFEPROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [PROMPT_INJECTION]: The skill processes external data from
spec.mdand thebdCLI tool's task descriptions, which constitutes an indirect prompt injection surface. Maliciously crafted task descriptions could attempt to influence the agent's behavior during code implementation or command execution. - Ingestion points: Processes task markers from
spec.mdand task details frombd readycommand output. - Boundary markers: No explicit delimiters or boundary instructions are defined to separate untrusted task data from agent instructions.
- Capability inventory: The skill possesses capabilities to write files (TDD implementation), execute shell commands (
bdCLI), and perform version control operations (git commits). - Sanitization: There is no evidence of sanitization or validation of the data ingested from the Beads backend or markdown files.
- [COMMAND_EXECUTION]: The skill performs shell command execution using the
bdutility (e.g.,bd ready,bd note) and version control tools to manage task state and record implementation notes.
Audit Metadata