switchailocal
Acts as a unified proxy for AI agents, enabling seamless routing of model requests and access to various CLI subscriptions.
Install this skill
or
91/100
Security score
The switchailocal skill was audited on Feb 23, 2026 and we found 5 security issues across 2 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
medium line 18
Curl to non-GitHub URL
SourceSKILL.md
| 18 | curl http://localhost:18080/v1/chat/completions \ |
low line 3
External URL reference
SourceSKILL.md
| 3 | description: Unified LLM proxy for AI agents. Route all model requests through http://localhost:18080/v1. Provides FREE access to Gemini CLI, Claude CLI, Codex, and Vibe via your existing subscription |
low line 8
External URL reference
SourceSKILL.md
| 8 | Unified LLM proxy for AI agents. Always use `http://localhost:18080/v1` as your base URL. |
low line 18
External URL reference
SourceSKILL.md
| 18 | curl http://localhost:18080/v1/chat/completions \ |
low line 29
External URL reference
SourceSKILL.md
| 29 | client = OpenAI(base_url="http://localhost:18080/v1", api_key="sk-test-123") |
Scanned on Feb 23, 2026
View Security Dashboard