coderabbit-fix

Warn

Audited by Snyk on Jun 16, 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.95). The skill fetches PR comment bodies from the Bitbucket Cloud API (/pullrequests/{id}/comments), and those outsider-authored free-text comment content.raw fields are parsed and then injected into the agent’s LLM context via the generated JSON (findings[].body, title, suggestion) that the agent reads in Step 1/2/4.

MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).


MEDIUM W013: Attempt to modify system services in skill instructions.

  • Attempt to modify system services in skill instructions detected (high risk: 0.90). The prompt instructs modifying the Codex sandbox config (~/.codex/config.toml) to enable network and include secret env vars and even suggests running codex with --sandbox danger-full-access on macOS, which deliberately weakens/bypasses sandbox protections and exposes credentials — a host-state and security compromise.

Issues (3)

W011
MEDIUM

Third-party content exposure detected (indirect prompt injection risk).

W012
MEDIUM

Unverifiable external dependency detected (runtime URL that controls agent).

W013
MEDIUM

Attempt to modify system services in skill instructions.

Audit Metadata
Risk Level
MEDIUM
Analyzed
Jun 16, 2026, 10:32 AM
Issues
3
Security Audit — snyk — coderabbit-fix