http-api-cloudbase
Guides users on how to call CloudBase platform APIs via raw HTTP, suitable for various backend environments.
Install this skill
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
Template literal with variable interpolation in command context
| 501 | ```bash |
Template literal with variable interpolation in command context
| 509 | ```bash |
Curl to non-GitHub URL
| 227 | curl -X POST "https://your-env-id.api.tcloudbasegateway.com/v1/functions/YOUR_FUNCTION_NAME" \ |
Curl to non-GitHub URL
| 280 | curl -X GET 'https://your-env.api.tcloudbasegateway.com/v1/rdb/rest/course?select=name,position&name=like.%张三%&title=eq.文章标题' \ |
Curl to non-GitHub URL
| 284 | curl -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' \ |
Curl to non-GitHub URL
| 302 | curl -X POST 'https://your-env.api.tcloudbasegateway.com/v1/rdb/rest/course' \ |
Curl to non-GitHub URL
| 321 | curl -X PATCH 'https://your-env.api.tcloudbasegateway.com/v1/rdb/rest/course?id=eq.1' \ |
Curl to non-GitHub URL
| 340 | curl -X DELETE 'https://your-env.api.tcloudbasegateway.com/v1/rdb/rest/course?id=eq.1' \ |
Curl to non-GitHub URL
| 374 | curl -i -X GET 'https://{{host}}/v1/rdb/rest/course?select=name,position&name=like.%张三%&title=eq.文章标题' |
Curl to non-GitHub URL
| 380 | curl -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' |
External URL reference
| 12 | - CloudBase main entry: `https://cnb.cool/tencent/cloud/cloudbase/cloudbase-skills/-/git/raw/main/skills/cloudbase/SKILL.md` |
External URL reference
| 13 | - Current skill raw source: `https://cnb.cool/tencent/cloud/cloudbase/cloudbase-skills/-/git/raw/main/skills/cloudbase/references/http-api/SKILL.md` |
External URL reference
| 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`) |
External URL reference
| 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- |
External URL reference
| 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- |
External URL reference
| 158 | - **How to get**: Get from [CloudBase Platform/ApiKey Management Page](https://tcb.cloud.tencent.com/dev?#/identity/token-management) |
External URL reference
| 168 | - **How to get**: Get from [CloudBase Platform/ApiKey Management Page](https://tcb.cloud.tencent.com/dev?#/identity/token-management) |
External URL reference
| 181 | https://{your-env}.api.tcloudbasegateway.com |
External URL reference
| 187 | https://cloud1-abc.api.tcloudbasegateway.com |
External URL reference
| 195 | https://{your-env}.api.intl.tcloudbasegateway.com |
External URL reference
| 201 | https://cloud1-abc.api.intl.tcloudbasegateway.com |
External URL reference
| 227 | curl -X POST "https://your-env-id.api.tcloudbasegateway.com/v1/functions/YOUR_FUNCTION_NAME" \ |
External URL reference
| 245 | 1. `https://{envId}.api.tcloudbasegateway.com/v1/rdb/rest/{table}` |
External URL reference
| 246 | 2. `https://{envId}.api.tcloudbasegateway.com/v1/rdb/rest/{schema}/{table}` |
External URL reference
| 247 | 3. `https://{envId}.api.tcloudbasegateway.com/v1/rdb/rest/{instance}/{schema}/{table}` |
External URL reference
| 280 | curl -X GET 'https://your-env.api.tcloudbasegateway.com/v1/rdb/rest/course?select=name,position&name=like.%张三%&title=eq.文章标题' \ |
External URL reference
| 284 | curl -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' \ |
External URL reference
| 302 | curl -X POST 'https://your-env.api.tcloudbasegateway.com/v1/rdb/rest/course' \ |
External URL reference
| 321 | curl -X PATCH 'https://your-env.api.tcloudbasegateway.com/v1/rdb/rest/course?id=eq.1' \ |
External URL reference
| 340 | curl -X DELETE 'https://your-env.api.tcloudbasegateway.com/v1/rdb/rest/course?id=eq.1' \ |
External URL reference
| 374 | curl -i -X GET 'https://{{host}}/v1/rdb/rest/course?select=name,position&name=like.%张三%&title=eq.文章标题' |
External URL reference
| 380 | curl -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' |
External URL reference
| 390 | https://{envId}.api.tcloudbasegateway.com/v1/database/instances/{instance}/databases/{database}/ |
External URL reference
| 504 | base="https://${env}.api.tcloudbasegateway.com" |