open-code-review-setup
Warn
Audited by Snyk on Aug 12, 2026
Risk Level: MEDIUM
Full Analysis
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (medium risk: 0.30). In both the auto and manual required workflows (templates/open-code-review.yml and templates/ocr-manual-review.yml), the required action alibaba/open-code-review is run on GitHub PR data identified by base_ref/head_sha and therefore ingests outsider-authored pull request diffs/content.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.90). The workflows make runtime calls to an external LLM endpoint (default OCR_LLM_URL "https://openrouter.ai/api/v1" used via "${OCR_LLM_URL%/}/chat/completions") and pull/execute the remote GitHub Action alibaba/open-code-review@1c8f930fc923753b17b80f633aea54274fc83825, both of which fetch and execute remote code or prompts during runtime.
Issues (2)
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata