loom-usage
Pass
Audited by Gen Agent Trust Hub on Jul 25, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill makes extensive use of the
Bashtool to executeloomCLI commands for project orchestration. This includes spawning background daemons (loom run), managing git worktrees (loom worktree), and installing git hooks vialoom repair. These operations are consistent with the skill's stated purpose of meta-orchestration. - [PROMPT_INJECTION]: The skill presents an attack surface for indirect prompt injection (Category 8) because it ingests and processes external plan files (
PLAN-*.md) to generate task assignments for other sessions. - Ingestion points: Data enters the context via the
loom initcommand and by reading plan markdown files. - Boundary markers: There are no specific instructions in the skill regarding the use of delimiters or 'ignore' instructions for external content.
- Capability inventory: The skill has access to powerful tools including
Bash,Write, andEdit, which could be targeted by malicious instructions within a plan file. - Sanitization: The instructions mention that the tool performs internal validation for path traversal and metadata structure, which acts as a mitigating factor.
Audit Metadata