implement-feature
Pass
Audited by Gen Agent Trust Hub on Aug 14, 2026
Risk Level: SAFEPROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [PROMPT_INJECTION]: The skill presents a surface for indirect prompt injection by processing project-controlled design and task files.\n
- Ingestion points: The skill reads external files like
design.mdandtasks.mdto determine implementation tasks and constraints (SKILL.md).\n - Boundary markers: No clear delimiters or instructions are provided to the agent to treat content from these files as untrusted or to ignore instructions embedded within them.\n
- Capability inventory: Authorized tools include
Bash,Write,Edit, andRead, which grant the skill significant power to modify the environment based on potentially malicious data.\n - Sanitization: Content from ingested files is not sanitized or validated before being used to guide the implementation process.\n- [COMMAND_EXECUTION]: The skill uses the
Bashtool to perform complex repository operations and execute local logic.\n - Repository operations: Executes multiple
gitcommands for managing worktrees, checking status, and tracking changes.\n - Local script execution: Uses
uv runandpython3to run internal project utilities such asresolve-feature.pyandbeads-workflow-lock.pyfor state management.\n - Logic encapsulation: Defines and runs a complex shell function,
finalize_feature_interactions, which manages file system writes and audit trail commits to.beads/interactions.jsonl.
Audit Metadata