worktree-coordination
Pass
Audited by Gen Agent Trust Hub on Feb 22, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- Indirect Prompt Injection (LOW): The skill creates an attack surface where architectural decisions and task descriptions are shared between independent Claude instances.
- Ingestion points: Untrusted data enters the agent context through the
.claude/coordination/registry.jsonfile, specifically thedecisions_logandtaskfields. - Boundary markers: Absent. The skill does not implement delimiters or system-level instructions to ignore potential commands embedded within shared decisions.
- Capability inventory: The skill possesses powerful capabilities including
Bashexecution andWriteaccess to the filesystem. - Sanitization: Absent. There is no evidence of sanitization or validation of the free-text strings pulled from the shared registry before they are presented to the agent.
- Command Execution (SAFE): The skill uses
Bashand standard Git operations to manage worktrees. These operations are consistent with the primary purpose of the skill and do not involve suspicious privilege escalation or obfuscated commands.
Audit Metadata