Skip to main content

http-api-cloudbase

Guides users on how to call CloudBase platform APIs via raw HTTP, suitable for various backend environments.

Install this skill

or
26/100

Security score

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

Categories Tested

Security Issues

medium line 501

Template literal with variable interpolation in command context

SourceSKILL.md
501```bash
medium line 509

Template literal with variable interpolation in command context

SourceSKILL.md
509```bash
medium line 227

Curl to non-GitHub URL

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

Curl to non-GitHub URL

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

Curl to non-GitHub URL

SourceSKILL.md
284curl -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 302

Curl to non-GitHub URL

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

Curl to non-GitHub URL

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

Curl to non-GitHub URL

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

Curl to non-GitHub URL

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

Curl to non-GitHub URL

SourceSKILL.md
380curl -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 12

External URL reference

SourceSKILL.md
12- CloudBase main entry: `https://cnb.cool/tencent/cloud/cloudbase/cloudbase-skills/-/git/raw/main/skills/cloudbase/SKILL.md`
low line 13

External URL reference

SourceSKILL.md
13- Current skill raw source: `https://cnb.cool/tencent/cloud/cloudbase/cloudbase-skills/-/git/raw/main/skills/cloudbase/references/http-api/SKILL.md`
low line 31

External URL reference

SourceSKILL.md
31- Auth configuration -> `../auth-tool/SKILL.md` (standalone fallback: `https://cnb.cool/tencent/cloud/cloudbase/cloudbase-skills/-/git/raw/main/skills/cloudbase/references/auth-tool/SKILL.md`)
low line 32

External URL reference

SourceSKILL.md
32- MySQL MCP management -> `../relational-database-tool/SKILL.md` (standalone fallback: `https://cnb.cool/tencent/cloud/cloudbase/cloudbase-skills/-/git/raw/main/skills/cloudbase/references/relational-
low line 33

External URL reference

SourceSKILL.md
33- Your own HTTP service on CloudBase -> `../cloud-functions/SKILL.md` (standalone fallback: `https://cnb.cool/tencent/cloud/cloudbase/cloudbase-skills/-/git/raw/main/skills/cloudbase/references/cloud-
low line 158

External URL reference

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

External URL reference

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

External URL reference

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

External URL reference

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

External URL reference

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

External URL reference

SourceSKILL.md
201https://cloud1-abc.api.intl.tcloudbasegateway.com
low line 227

External URL reference

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

External URL reference

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

External URL reference

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

External URL reference

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

External URL reference

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

External URL reference

SourceSKILL.md
284curl -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 302

External URL reference

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

External URL reference

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

External URL reference

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

External URL reference

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

External URL reference

SourceSKILL.md
380curl -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 390

External URL reference

SourceSKILL.md
390https://{envId}.api.tcloudbasegateway.com/v1/database/instances/{instance}/databases/{database}/
low line 504

External URL reference

SourceSKILL.md
504base="https://${env}.api.tcloudbasegateway.com"
Scanned on Jun 10, 2026
View Security Dashboard
Installation guide →