run-pre-merge-checks
Warn
Audited by Snyk on Jul 22, 2026
Risk Level: MEDIUM
Full Analysis
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (high risk: 0.70). The required workflow runs the live e2e tests in
tests/e2e/against real upstream APIs and then parses their textual output/logs (e.g., viateeinto/tmp/pre-merge-checks/...logandgrep), which can include outsider-authored free text returned by external providers at runtime (HTTP/API responses or error strings) and then be injected into the LLM context when the skill renders the screenshot-ready summary from that output.
MEDIUM W013: Attempt to modify system services in skill instructions.
- Attempt to modify system services in skill instructions detected (high risk: 1.00). The skill explicitly instructs the agent to run every Bash invocation with dangerouslyDisableSandbox: true and to write to system paths (e.g. /tmp, ~/.cache/uv, the git working tree), i.e. it directs the agent to bypass sandbox/security protections and modify machine state.
Issues (2)
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
W013
MEDIUMAttempt to modify system services in skill instructions.
Audit Metadata