Skip to main content

glm-coding

Integrates GLM-4.7 Coding Plan API for optimized code generation and technical documentation tasks.

Install this skill

or
82/100

Security score

The glm-coding skill was audited on Feb 12, 2026 and we found 10 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 48

Template literal with variable interpolation in command context

SourceSKILL.md
48const url = `${baseURL}${endpoint}`; // Final: https://open.bigmodel.cn/api/coding/paas/v4/chat/completions
medium line 122

Template literal with variable interpolation in command context

SourceSKILL.md
122'Authorization': `Bearer ${apiKey}`,
low line 33

External URL reference

SourceSKILL.md
33Base URL: https://open.bigmodel.cn/api/coding/paas/v4
low line 34

External URL reference

SourceSKILL.md
34Full Endpoint: https://open.bigmodel.cn/api/coding/paas/v4/chat/completions
low line 42

External URL reference

SourceSKILL.md
42const baseURL = 'https://api.openai.com/v1';
low line 46

External URL reference

SourceSKILL.md
46const baseURL = 'https://open.bigmodel.cn/api/coding/paas/v4';
low line 48

External URL reference

SourceSKILL.md
48const url = `${baseURL}${endpoint}`; // Final: https://open.bigmodel.cn/api/coding/paas/v4/chat/completions
low line 137

External URL reference

SourceSKILL.md
137"base_url": "https://open.bigmodel.cn/api/coding/paas/v4",
low line 308

External URL reference

SourceSKILL.md
308const url = 'https://open.bigmodel.cn/api/coding/paas/v4/chat/completions';
low line 311

External URL reference

SourceSKILL.md
311const url = 'https://open.bigmodel.cn/api/coding/paas/v4/v1/chat/completions';
Scanned on Feb 12, 2026
View Security Dashboard
Installation guide →