openrouter-provider-ranking
Warn
Audited by Snyk on Aug 26, 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). The runtime path
scripts/probe_endpoints.pyreads user-supplied prompt text from--prompt-file(arbitrary local file content) and sends it to OpenRouter for candidate verification.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.80). The skill makes runtime HTTP calls to OpenRouter (e.g., the Endpoints API and chat completions endpoint) — "https://openrouter.ai/api/v1/models/" and "https://openrouter.ai/api/v1/chat/completions" — and uses the returned endpoint/response data to build provider routing and request fragments that directly control runtime routing/requests.
Issues (2)
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata