loop
Fail
Audited by Snyk on Feb 16, 2026
Risk Level: CRITICAL
Full Analysis
CRITICAL E004: Prompt injection detected in skill instructions.
- Potential prompt injection detected (high risk: 1.00). The prompt includes explicit instructions to bypass platform permissions and safety (e.g., "claude --dangerously-skip-permissions" and automatic "--yolo" mode) and directives to ignore stop conditions, which are hidden/unsafe overrides outside the legitimate scope of orchestrating a development loop.
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (high risk: 0.80). The skill's Researcher mode and accompanying docs explicitly instruct the agent to "Read code, docs, external resources" and even give examples like "Search Apple developer docs for NSPanel" (see research-loop.md and LOOPING_DESIGN.md's "Sources"), which implies the agent will fetch and interpret open/public third‑party web content during its workflow.
MEDIUM W013: Attempt to modify system services in skill instructions.
- Attempt to modify system services in skill instructions detected (high risk: 1.00). The prompt explicitly demands "full permissions" and tells the agent to run with flags that bypass sandbox/permission checks (e.g., --dangerously-skip-permissions, --yolo), and it instructs autonomous filesystem- and git-modifying actions and running scripts, which instructs the agent to bypass security and modify the machine state.
Audit Metadata