Skip to main content

http-api-cloudbase

Access CloudBase platform features via HTTP API for database, authentication, and cloud functions without using SDKs.

Install this skill

or
2/100

Security score

The http-api-cloudbase skill was audited on Feb 28, 2026 and we found 34 security issues across 3 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 377

Template literal with variable interpolation in command context

SourceSKILL.md
377```bash
medium line 385

Template literal with variable interpolation in command context

SourceSKILL.md
385```bash
medium line 45

Curl to non-GitHub URL

SourceSKILL.md
45curl -o mysqldb.yaml https://docs.cloudbase.net/openapi/mysqldb.v1.openapi.yaml
medium line 73

Curl to non-GitHub URL

SourceSKILL.md
73curl -o mysqldb.yaml https://docs.cloudbase.net/openapi/mysqldb.v1.openapi.yaml
medium line 187

Curl to non-GitHub URL

SourceSKILL.md
187curl -X POST "https://your-env-id.api.tcloudbasegateway.com/v1/functions/YOUR_FUNCTION_NAME" \
medium line 238

Curl to non-GitHub URL

SourceSKILL.md
238curl -X GET 'https://your-env.api.tcloudbasegateway.com/v1/rdb/rest/course?select=name,position&name=like.%张三%&title=eq.文章标题' \
medium line 242

Curl to non-GitHub URL

SourceSKILL.md
242curl -X GET 'https://your-env.api.tcloudbasegateway.com/v1/rdb/rest/course?select=name,position&name=like.%%E5%BC%A0%E4%B8%89%&title=eq.%E6%96%87%E7%AB%A0%E6%A0%87%E9%A2%98' \
medium line 258

Curl to non-GitHub URL

SourceSKILL.md
258curl -X POST 'https://your-env.api.tcloudbasegateway.com/v1/rdb/rest/course' \
medium line 277

Curl to non-GitHub URL

SourceSKILL.md
277curl -X PATCH 'https://your-env.api.tcloudbasegateway.com/v1/rdb/rest/course?id=eq.1' \
medium line 296

Curl to non-GitHub URL

SourceSKILL.md
296curl -X DELETE 'https://your-env.api.tcloudbasegateway.com/v1/rdb/rest/course?id=eq.1' \
medium line 330

Curl to non-GitHub URL

SourceSKILL.md
330curl -i -X GET 'https://{{host}}/v1/rdb/rest/course?select=name,position&name=like.%张三%&title=eq.文章标题'
medium line 336

Curl to non-GitHub URL

SourceSKILL.md
336curl -i -X GET 'https://{{host}}/v1/rdb/rest/course?select=name,position&name=like.%%E5%BC%A0%E4%B8%89%&title=eq.%E6%96%87%E7%AB%A0%E6%A0%87%E9%A2%98'
medium line 361

Curl to non-GitHub URL

SourceSKILL.md
361curl -o mysqldb.yaml https://docs.cloudbase.net/openapi/mysqldb.v1.openapi.yaml
medium line 46

Wget to non-GitHub URL

SourceSKILL.md
46# Or use wget
medium line 74

Wget to non-GitHub URL

SourceSKILL.md
74# Or use wget
medium line 362

Wget to non-GitHub URL

SourceSKILL.md
362# Or: wget https://docs.cloudbase.net/openapi/mysqldb.v1.openapi.yaml -O mysqldb.yaml
low line 118

External URL reference

SourceSKILL.md
118- **How to get**: Get from [CloudBase Platform/ApiKey Management Page](https://tcb.cloud.tencent.com/dev?#/identity/token-management)
low line 128

External URL reference

SourceSKILL.md
128- **How to get**: Get from [CloudBase Platform/ApiKey Management Page](https://tcb.cloud.tencent.com/dev?#/identity/token-management)
low line 141

External URL reference

SourceSKILL.md
141https://{your-env}.api.tcloudbasegateway.com
low line 147

External URL reference

SourceSKILL.md
147https://cloud1-abc.api.tcloudbasegateway.com
low line 155

External URL reference

SourceSKILL.md
155https://{your-env}.api.intl.tcloudbasegateway.com
low line 161

External URL reference

SourceSKILL.md
161https://cloud1-abc.api.intl.tcloudbasegateway.com
low line 187

External URL reference

SourceSKILL.md
187curl -X POST "https://your-env-id.api.tcloudbasegateway.com/v1/functions/YOUR_FUNCTION_NAME" \
low line 203

External URL reference

SourceSKILL.md
2031. `https://{envId}.api.tcloudbasegateway.com/v1/rdb/rest/{table}`
low line 204

External URL reference

SourceSKILL.md
2042. `https://{envId}.api.tcloudbasegateway.com/v1/rdb/rest/{schema}/{table}`
low line 205

External URL reference

SourceSKILL.md
2053. `https://{envId}.api.tcloudbasegateway.com/v1/rdb/rest/{instance}/{schema}/{table}`
low line 238

External URL reference

SourceSKILL.md
238curl -X GET 'https://your-env.api.tcloudbasegateway.com/v1/rdb/rest/course?select=name,position&name=like.%张三%&title=eq.文章标题' \
low line 242

External URL reference

SourceSKILL.md
242curl -X GET 'https://your-env.api.tcloudbasegateway.com/v1/rdb/rest/course?select=name,position&name=like.%%E5%BC%A0%E4%B8%89%&title=eq.%E6%96%87%E7%AB%A0%E6%A0%87%E9%A2%98' \
low line 258

External URL reference

SourceSKILL.md
258curl -X POST 'https://your-env.api.tcloudbasegateway.com/v1/rdb/rest/course' \
low line 277

External URL reference

SourceSKILL.md
277curl -X PATCH 'https://your-env.api.tcloudbasegateway.com/v1/rdb/rest/course?id=eq.1' \
low line 296

External URL reference

SourceSKILL.md
296curl -X DELETE 'https://your-env.api.tcloudbasegateway.com/v1/rdb/rest/course?id=eq.1' \
low line 330

External URL reference

SourceSKILL.md
330curl -i -X GET 'https://{{host}}/v1/rdb/rest/course?select=name,position&name=like.%张三%&title=eq.文章标题'
low line 336

External URL reference

SourceSKILL.md
336curl -i -X GET 'https://{{host}}/v1/rdb/rest/course?select=name,position&name=like.%%E5%BC%A0%E4%B8%89%&title=eq.%E6%96%87%E7%AB%A0%E6%A0%87%E9%A2%98'
low line 380

External URL reference

SourceSKILL.md
380base="https://${env}.api.tcloudbasegateway.com"
Scanned on Feb 28, 2026
View Security Dashboard
Installation guide →
GitHub Stars 22
Rate this skill
Categorydevelopment
UpdatedMay 21, 2026
mattnigh/skills_collection