Skip to main content

cn-llm

Provides a unified API gateway for accessing various Chinese LLMs, enabling intelligent chat, deep reasoning, and code generation.

Install this skill

or
70/100

Security score

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

Categories Tested

Security Issues

medium line 98

Curl to non-GitHub URL

SourceSKILL.md
96
97```bash
98curl -X POST "https://api.aisa.one/v1/chat/completions" \
99 -H "Authorization: Bearer $AISA_API_KEY" \
100 -H "Content-Type: application/json" \
medium line 116

Curl to non-GitHub URL

SourceSKILL.md
114```bash
115# DeepSeek-V3 general chat (671B parameters)
116curl -X POST "https://api.aisa.one/v1/chat/completions" \
117 -H "Authorization: Bearer $AISA_API_KEY" \
118 -H "Content-Type: application/json" \
medium line 126

Curl to non-GitHub URL

SourceSKILL.md
124
125# DeepSeek-R1 deep reasoning (supports Tools)
126curl -X POST "https://api.aisa.one/v1/chat/completions" \
127 -H "Authorization: Bearer $AISA_API_KEY" \
128 -H "Content-Type: application/json" \
medium line 135

Curl to non-GitHub URL

SourceSKILL.md
133
134# DeepSeek-V3.1 Terminus latest version
135curl -X POST "https://api.aisa.one/v1/chat/completions" \
136 -H "Authorization: Bearer $AISA_API_KEY" \
137 -H "Content-Type: application/json" \
medium line 147

Curl to non-GitHub URL

SourceSKILL.md
145
146```bash
147curl -X POST "https://api.aisa.one/v1/chat/completions" \
148 -H "Authorization: Bearer $AISA_API_KEY" \
149 -H "Content-Type: application/json" \
medium line 197

Curl to non-GitHub URL

SourceSKILL.md
195
196```bash
197curl -X POST "https://api.aisa.one/v1/chat/completions" \
198 -H "Authorization: Bearer $AISA_API_KEY" \
199 -H "Content-Type: application/json" \
Scanned on Jul 28, 2026
View Security Dashboard
Installation guide →