feat(03-03): add OpenRouter, LiteLLM, Cloudflare, Vercel, Portkey, Helicone gateways

- sk-or-v1- and sk-helicone- high-confidence prefix regex
- LiteLLM low-confidence sk- pattern with master key keyword
- Cloudflare, Vercel, Portkey keyword-anchored detection
This commit is contained in:
salvacybersec
2026-04-05 14:41:30 +03:00
parent 9f10357f91
commit a9ee75eb45
12 changed files with 244 additions and 0 deletions

20
providers/litellm.yaml Normal file
View File

@@ -0,0 +1,20 @@
format_version: 1
name: litellm
display_name: LiteLLM Proxy
tier: 5
last_verified: "2026-04-05"
keywords:
- "litellm"
- "LITELLM_API_KEY"
- "LITELLM_MASTER_KEY"
- "LITELLM_PROXY_API_KEY"
patterns:
- regex: 'sk-[A-Za-z0-9_\-]{20,}'
entropy_min: 4.0
confidence: low
verify:
method: GET
url: ""
headers: {}
valid_status: []
invalid_status: []