Skip to main content

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
0/100

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

medium line 74

Curl to non-GitHub URL

SourceSKILL.md
74curl -s http://localhost:11434/api/tags 2>/dev/null && echo "✅ Ollama running"
medium line 126

Curl to non-GitHub URL

SourceSKILL.md
126curl -s http://localhost:18080/v1/models | head -c 200
medium line 182

Curl to non-GitHub URL

SourceSKILL.md
182curl http://localhost:18080/v1/chat/completions \
medium line 191

Curl to non-GitHub URL

SourceSKILL.md
191curl http://localhost:18080/v1/chat/completions \
medium line 221

Curl to non-GitHub URL

SourceSKILL.md
221curl http://localhost:18080/v0/management/autoroute/status
medium line 224

Curl to non-GitHub URL

SourceSKILL.md
224curl http://localhost:18080/v0/management/autoroute/journal
medium line 235

Curl to non-GitHub URL

SourceSKILL.md
235curl http://localhost:18080/v1/chat/completions \
medium line 287

Curl to non-GitHub URL

SourceSKILL.md
287curl --location 'http://localhost:18080/v1/images/generations' \
medium line 322

Curl to non-GitHub URL

SourceSKILL.md
322curl http://localhost:18080/v1/audio/speech \
medium line 356

Curl to non-GitHub URL

SourceSKILL.md
356curl http://localhost:18080/v1/music/lyrics \
medium line 372

Curl to non-GitHub URL

SourceSKILL.md
372curl http://localhost:18080/v1/music/generations \
medium line 385

Curl to non-GitHub URL

SourceSKILL.md
385curl -N http://localhost:18080/v1/music/generations \
medium line 398

Curl to non-GitHub URL

SourceSKILL.md
398curl http://localhost:18080/v1/music/generations \
medium line 418

Curl to non-GitHub URL

SourceSKILL.md
418curl http://localhost:18080/v1/audio/transcriptions \
medium line 433

Curl to non-GitHub URL

SourceSKILL.md
433curl http://localhost:18080/v1/chat/completions \
low line 60

Access to hidden dotfiles in home directory

SourceSKILL.md
60source ~/.zshrc 2>/dev/null || source ~/.bashrc 2>/dev/null # Reload PATH
medium line 381

Base64 decode operation

SourceSKILL.md
381Returns `{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
low line 3

External URL reference

SourceSKILL.md
3description: 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 25

External URL reference

SourceSKILL.md
25Unified LLM proxy and intelligent router for AI agents. Always use `http://localhost:18080/v1` as your base URL.
low line 74

External URL reference

SourceSKILL.md
74curl -s http://localhost:11434/api/tags 2>/dev/null && echo "✅ Ollama running"
low line 98

External URL reference

SourceSKILL.md
98base-url: "http://localhost:11434"
low line 126

External URL reference

SourceSKILL.md
126curl -s http://localhost:18080/v1/models | head -c 200
low line 182

External URL reference

SourceSKILL.md
182curl http://localhost:18080/v1/chat/completions \
low line 191

External URL reference

SourceSKILL.md
191curl http://localhost:18080/v1/chat/completions \
low line 205

External URL reference

SourceSKILL.md
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).
low line 213

External URL reference

SourceSKILL.md
213http://localhost:18080/management
low line 221

External URL reference

SourceSKILL.md
221curl http://localhost:18080/v0/management/autoroute/status
low line 224

External URL reference

SourceSKILL.md
224curl http://localhost:18080/v0/management/autoroute/journal
low line 235

External URL reference

SourceSKILL.md
235curl http://localhost:18080/v1/chat/completions \
low line 244

External URL reference

SourceSKILL.md
244client = OpenAI(base_url="http://localhost:18080/v1", api_key="sk-test-123")
low line 254

External URL reference

SourceSKILL.md
254const client = new OpenAI({ baseURL: 'http://localhost:18080/v1', apiKey: 'sk-test-123' });
low line 287

External URL reference

SourceSKILL.md
287curl --location 'http://localhost:18080/v1/images/generations' \
low line 322

External URL reference

SourceSKILL.md
322curl http://localhost:18080/v1/audio/speech \
low line 356

External URL reference

SourceSKILL.md
356curl http://localhost:18080/v1/music/lyrics \
low line 372

External URL reference

SourceSKILL.md
372curl http://localhost:18080/v1/music/generations \
low line 385

External URL reference

SourceSKILL.md
385curl -N http://localhost:18080/v1/music/generations \
low line 398

External URL reference

SourceSKILL.md
398curl http://localhost:18080/v1/music/generations \
low line 403

External URL reference

SourceSKILL.md
403"audio_url": "https://example.com/reference.mp3"
low line 418

External URL reference

SourceSKILL.md
418curl http://localhost:18080/v1/audio/transcriptions \
low line 433

External URL reference

SourceSKILL.md
433curl http://localhost:18080/v1/chat/completions \
low line 493

External URL reference

SourceSKILL.md
493For full human-readable documentation: [ail.traylinx.com](https://ail.traylinx.com)
Scanned on May 12, 2026
View Security Dashboard
Installation guide →
Rate this skill
Categorydevelopment
UpdatedMay 13, 2026
traylinx/switchAILocal