Skip to main content

llm-router

Provides a unified API gateway for accessing over 70 AI models, enabling seamless model switching and cost optimization.

Based on a skill by@openclaw

Install this skill

or
75/100

Security score

The llm-router skill was audited on Jul 28, 2026 and we found 5 security issues across 1 threat category. Review the findings below before installing.

Categories Tested

Security Issues

medium line 92

Curl to non-GitHub URL

SourceSKILL.md
90
91```bash
92curl -X POST "https://api.aisa.one/v1/chat/completions" \
93 -H "Authorization: Bearer $AISA_API_KEY" \
94 -H "Content-Type: application/json" \
medium line 159

Curl to non-GitHub URL

SourceSKILL.md
157
158```bash
159curl -X POST "https://api.aisa.one/v1/chat/completions" \
160 -H "Authorization: Bearer $AISA_API_KEY" \
161 -H "Content-Type: application/json" \
medium line 183

Curl to non-GitHub URL

SourceSKILL.md
181
182```bash
183curl -X POST "https://api.aisa.one/v1/chat/completions" \
184 -H "Authorization: Bearer $AISA_API_KEY" \
185 -H "Content-Type: application/json" \
medium line 205

Curl to non-GitHub URL

SourceSKILL.md
203
204```bash
205curl -X POST "https://api.aisa.one/v1/chat/completions" \
206 -H "Authorization: Bearer $AISA_API_KEY" \
207 -H "Content-Type: application/json" \
medium line 238

Curl to non-GitHub URL

SourceSKILL.md
236
237```bash
238curl -X POST "https://api.aisa.one/v1/models/gemini-2.0-flash:generateContent" \
239 -H "Authorization: Bearer $AISA_API_KEY" \
240 -H "Content-Type: application/json" \
Scanned on Jul 28, 2026
View Security Dashboard
Installation guide →