beads-integration
Pass
Audited by Gen Agent Trust Hub on Sep 3, 2026
Risk Level: SAFECOMMAND_EXECUTIONINDIRECT_PROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill instructs the agent to execute specific shell scripts located in the local project directory, such as
./.specify/scripts/bash/create-beads-epic.shand./.specify/scripts/bash/update-tasks-with-beads-ids.sh. These scripts handle the core synchronization logic between project files and the Beads database. - [INDIRECT_PROMPT_INJECTION]: The skill provides a surface for indirect prompt injection by ingesting and acting upon data from user-editable files like
tasks.mdandspec.mdwithout specified sanitization. - Ingestion points: Reads content from
specs/001-feature/tasks.mdandspecs/001-feature/.beads-epic-idto perform bulk task imports and ID linking. - Boundary markers: Absent. The skill does not define delimiters or specific warnings to ignore instructions embedded in the task descriptions or specs.
- Capability inventory: The skill is permitted to use
Bashfor command execution, as well asReadandEditfor file system interactions. - Sanitization: Absent. There is no mention of validating, escaping, or filtering the data extracted from the external markdown files before it is passed to scripts or used in subsequent logic.
Audit Metadata