Skip to main content

openrouter-debug-bundle

Facilitates comprehensive logging and debugging for OpenRouter, enhancing issue investigation and request monitoring.

Install this skill

or
49/100

Security score

The openrouter-debug-bundle skill was audited on May 12, 2026 and we found 17 security issues across 3 threat categories, including 1 high-severity. Review the findings below before installing.

Categories Tested

Security Issues

high line 208

Template literal with variable interpolation in command context

SourceSKILL.md
208- Always redact API keys from debug bundles before sharing (`sk-or-v1-...` -> `sk-or-v1-[REDACTED]`)
medium line 34

Curl to non-GitHub URL

SourceSKILL.md
34curl -v https://openrouter.ai/api/v1/chat/completions \
medium line 50

Curl to non-GitHub URL

SourceSKILL.md
50curl -s "https://openrouter.ai/api/v1/generation?id=$GEN_ID" \
medium line 185

Curl to non-GitHub URL

SourceSKILL.md
185curl -s https://openrouter.ai/api/v1/auth/key \
medium line 190

Curl to non-GitHub URL

SourceSKILL.md
190curl -s https://openrouter.ai/api/v1/models | jq --arg m "$MODEL" '.data[] | select(.id == $m) | {id, context_length}'
medium line 193

Curl to non-GitHub URL

SourceSKILL.md
193curl -s https://status.openrouter.ai/api/v2/status.json | jq '.status'
low line 34

External URL reference

SourceSKILL.md
34curl -v https://openrouter.ai/api/v1/chat/completions \
low line 37

External URL reference

SourceSKILL.md
37-H "HTTP-Referer: https://my-app.com" \
low line 50

External URL reference

SourceSKILL.md
50curl -s "https://openrouter.ai/api/v1/generation?id=$GEN_ID" \
low line 96

External URL reference

SourceSKILL.md
96base_url="https://openrouter.ai/api/v1",
low line 98

External URL reference

SourceSKILL.md
98default_headers={"HTTP-Referer": "https://my-app.com", "X-Title": "my-app"},
low line 146

External URL reference

SourceSKILL.md
146f"https://openrouter.ai/api/v1/generation?id={gen_id}",
low line 185

External URL reference

SourceSKILL.md
185curl -s https://openrouter.ai/api/v1/auth/key \
low line 190

External URL reference

SourceSKILL.md
190curl -s https://openrouter.ai/api/v1/models | jq --arg m "$MODEL" '.data[] | select(.id == $m) | {id, context_length}'
low line 193

External URL reference

SourceSKILL.md
193curl -s https://status.openrouter.ai/api/v2/status.json | jq '.status'
low line 200

External URL reference

SourceSKILL.md
200| No generation ID in response | Request failed before reaching provider | Check network, verify base URL is `https://openrouter.ai/api/v1` |
low line 217

External URL reference

SourceSKILL.md
217- [Generation API](https://openrouter.ai/docs/api/api-reference/generation-queries/query-a-generation) | [Status](https://status.openrouter.ai)
Scanned on May 12, 2026
View Security Dashboard
Installation guide →