pr-comment-sentinel
Fail
Audited by Snyk on Jul 25, 2026
Risk Level: CRITICAL
Full Analysis
CRITICAL E006: Malicious code pattern detected in skill scripts.
- Malicious code pattern detected (high risk: 1.00). The repository intentionally sends full repository diffs and live worktrees to an external "codex" service and grants that service an explicit sandbox-bypass capable of modifying and pushing repository state, which constitutes data exfiltration and remote code execution/backdoor capability.
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (high risk: 0.75). In the required workflow,
scripts/heartbeat-state.sh→scripts/pr-readiness.shfetches outsider-authored PR comments/reviews/threads via GitHub API (gh api --paginate ... commentsand... /pulls/$pr/reviews, plus reaction/thread data), thenscripts/start-fallback-review.shpasses them indirectly into Codex via the LLM prompt context; specificallypr-readiness.shslurps.bodystrings from issue comments/reviews intoreadiness.jqoutput that is consumed to build worker prompts.
Issues (2)
E006
CRITICALMalicious code pattern detected in skill scripts.
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
Audit Metadata