Skip to main content

ai-model-cloudbase

Guides users on integrating AI models with CloudBase using JS/Node SDK and WeChat Mini Program for text and image generation.

Install this skill

or
86/100

Security score

The ai-model-cloudbase skill was audited on Feb 9, 2026 and we found 6 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 148

Curl to non-GitHub URL

SourceSKILL.md
148curl -X POST 'https://<ENV_ID>.api.tcloudbasegateway.com/v1/ai/deepseek/v1/chat/completions' \
medium line 157

Curl to non-GitHub URL

SourceSKILL.md
157curl -X POST 'https://<ENV_ID>.api.tcloudbasegateway.com/v1/ai/deepseek/v1/chat/completions' \
low line 142

External URL reference

SourceSKILL.md
142https://<ENV_ID>.api.tcloudbasegateway.com/v1/ai/<PROVIDER>/v1/chat/completions
low line 148

External URL reference

SourceSKILL.md
148curl -X POST 'https://<ENV_ID>.api.tcloudbasegateway.com/v1/ai/deepseek/v1/chat/completions' \
low line 157

External URL reference

SourceSKILL.md
157curl -X POST 'https://<ENV_ID>.api.tcloudbasegateway.com/v1/ai/deepseek/v1/chat/completions' \
low line 171

External URL reference

SourceSKILL.md
171baseURL: "https://<ENV_ID>.api.tcloudbasegateway.com/v1/ai/deepseek/v1",
Scanned on Feb 9, 2026
View Security Dashboard
Installation guide →