switchailocal
Acts as a unified proxy for AI agents, enabling seamless routing of model requests and access to various CLI subscriptions.
Install this skill
Security score
The switchailocal skill was audited on May 12, 2026 and we found 41 security issues across 4 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
Curl to non-GitHub URL
| 74 | curl -s http://localhost:11434/api/tags 2>/dev/null && echo "✅ Ollama running" |
Curl to non-GitHub URL
| 126 | curl -s http://localhost:18080/v1/models | head -c 200 |
Curl to non-GitHub URL
| 182 | curl http://localhost:18080/v1/chat/completions \ |
Curl to non-GitHub URL
| 191 | curl http://localhost:18080/v1/chat/completions \ |
Curl to non-GitHub URL
| 221 | curl http://localhost:18080/v0/management/autoroute/status |
Curl to non-GitHub URL
| 224 | curl http://localhost:18080/v0/management/autoroute/journal |
Curl to non-GitHub URL
| 235 | curl http://localhost:18080/v1/chat/completions \ |
Curl to non-GitHub URL
| 287 | curl --location 'http://localhost:18080/v1/images/generations' \ |
Curl to non-GitHub URL
| 322 | curl http://localhost:18080/v1/audio/speech \ |
Curl to non-GitHub URL
| 356 | curl http://localhost:18080/v1/music/lyrics \ |
Curl to non-GitHub URL
| 372 | curl http://localhost:18080/v1/music/generations \ |
Curl to non-GitHub URL
| 385 | curl -N http://localhost:18080/v1/music/generations \ |
Curl to non-GitHub URL
| 398 | curl http://localhost:18080/v1/music/generations \ |
Curl to non-GitHub URL
| 418 | curl http://localhost:18080/v1/audio/transcriptions \ |
Curl to non-GitHub URL
| 433 | curl http://localhost:18080/v1/chat/completions \ |
Access to hidden dotfiles in home directory
| 60 | source ~/.zshrc 2>/dev/null || source ~/.bashrc 2>/dev/null # Reload PATH |
Base64 decode operation
| 381 | Returns `{data: {audio: <base64>, format, size_bytes, duration_ms, sample_rate, channels, bitrate}, model, trace_id}`. The adapter decodes MiniMax's hex-encoded audio server-side and hands base64 to c |
External URL reference
| 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 |
External URL reference
| 25 | Unified LLM proxy and intelligent router for AI agents. Always use `http://localhost:18080/v1` as your base URL. |
External URL reference
| 74 | curl -s http://localhost:11434/api/tags 2>/dev/null && echo "✅ Ollama running" |
External URL reference
| 98 | base-url: "http://localhost:11434" |
External URL reference
| 126 | curl -s http://localhost:18080/v1/models | head -c 200 |
External URL reference
| 182 | curl http://localhost:18080/v1/chat/completions \ |
External URL reference
| 191 | curl http://localhost:18080/v1/chat/completions \ |
External URL reference
| 205 | > For deep architecture details, see the local `docs-site/intelligent-systems/` or the online [docs-site](https://ail.traylinx.com/intelligent-systems/cortex-router). |
External URL reference
| 213 | http://localhost:18080/management |
External URL reference
| 221 | curl http://localhost:18080/v0/management/autoroute/status |
External URL reference
| 224 | curl http://localhost:18080/v0/management/autoroute/journal |
External URL reference
| 235 | curl http://localhost:18080/v1/chat/completions \ |
External URL reference
| 244 | client = OpenAI(base_url="http://localhost:18080/v1", api_key="sk-test-123") |
External URL reference
| 254 | const client = new OpenAI({ baseURL: 'http://localhost:18080/v1', apiKey: 'sk-test-123' }); |
External URL reference
| 287 | curl --location 'http://localhost:18080/v1/images/generations' \ |
External URL reference
| 322 | curl http://localhost:18080/v1/audio/speech \ |
External URL reference
| 356 | curl http://localhost:18080/v1/music/lyrics \ |
External URL reference
| 372 | curl http://localhost:18080/v1/music/generations \ |
External URL reference
| 385 | curl -N http://localhost:18080/v1/music/generations \ |
External URL reference
| 398 | curl http://localhost:18080/v1/music/generations \ |
External URL reference
| 403 | "audio_url": "https://example.com/reference.mp3" |
External URL reference
| 418 | curl http://localhost:18080/v1/audio/transcriptions \ |
External URL reference
| 433 | curl http://localhost:18080/v1/chat/completions \ |
External URL reference
| 493 | For full human-readable documentation: [ail.traylinx.com](https://ail.traylinx.com) |