http-api-cloudbase
Access CloudBase platform features via HTTP API for database, authentication, and cloud functions without using SDKs.
Install this skill
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
Template literal with variable interpolation in command context
| 377 | ```bash |
Template literal with variable interpolation in command context
| 385 | ```bash |
Curl to non-GitHub URL
| 45 | curl -o mysqldb.yaml https://docs.cloudbase.net/openapi/mysqldb.v1.openapi.yaml |
Curl to non-GitHub URL
| 73 | curl -o mysqldb.yaml https://docs.cloudbase.net/openapi/mysqldb.v1.openapi.yaml |
Curl to non-GitHub URL
| 187 | curl -X POST "https://your-env-id.api.tcloudbasegateway.com/v1/functions/YOUR_FUNCTION_NAME" \ |
Curl to non-GitHub URL
| 238 | 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
| 242 | 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
| 258 | curl -X POST 'https://your-env.api.tcloudbasegateway.com/v1/rdb/rest/course' \ |
Curl to non-GitHub URL
| 277 | curl -X PATCH 'https://your-env.api.tcloudbasegateway.com/v1/rdb/rest/course?id=eq.1' \ |
Curl to non-GitHub URL
| 296 | curl -X DELETE 'https://your-env.api.tcloudbasegateway.com/v1/rdb/rest/course?id=eq.1' \ |
Curl to non-GitHub URL
| 330 | curl -i -X GET 'https://{{host}}/v1/rdb/rest/course?select=name,position&name=like.%张三%&title=eq.文章标题' |
Curl to non-GitHub URL
| 336 | 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' |
Curl to non-GitHub URL
| 361 | curl -o mysqldb.yaml https://docs.cloudbase.net/openapi/mysqldb.v1.openapi.yaml |
Wget to non-GitHub URL
| 46 | # Or use wget |
Wget to non-GitHub URL
| 74 | # Or use wget |
Wget to non-GitHub URL
| 362 | # Or: wget https://docs.cloudbase.net/openapi/mysqldb.v1.openapi.yaml -O mysqldb.yaml |
External URL reference
| 118 | - **How to get**: Get from [CloudBase Platform/ApiKey Management Page](https://tcb.cloud.tencent.com/dev?#/identity/token-management) |
External URL reference
| 128 | - **How to get**: Get from [CloudBase Platform/ApiKey Management Page](https://tcb.cloud.tencent.com/dev?#/identity/token-management) |
External URL reference
| 141 | https://{your-env}.api.tcloudbasegateway.com |
External URL reference
| 147 | https://cloud1-abc.api.tcloudbasegateway.com |
External URL reference
| 155 | https://{your-env}.api.intl.tcloudbasegateway.com |
External URL reference
| 161 | https://cloud1-abc.api.intl.tcloudbasegateway.com |
External URL reference
| 187 | curl -X POST "https://your-env-id.api.tcloudbasegateway.com/v1/functions/YOUR_FUNCTION_NAME" \ |
External URL reference
| 203 | 1. `https://{envId}.api.tcloudbasegateway.com/v1/rdb/rest/{table}` |
External URL reference
| 204 | 2. `https://{envId}.api.tcloudbasegateway.com/v1/rdb/rest/{schema}/{table}` |
External URL reference
| 205 | 3. `https://{envId}.api.tcloudbasegateway.com/v1/rdb/rest/{instance}/{schema}/{table}` |
External URL reference
| 238 | curl -X GET 'https://your-env.api.tcloudbasegateway.com/v1/rdb/rest/course?select=name,position&name=like.%张三%&title=eq.文章标题' \ |
External URL reference
| 242 | 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
| 258 | curl -X POST 'https://your-env.api.tcloudbasegateway.com/v1/rdb/rest/course' \ |
External URL reference
| 277 | curl -X PATCH 'https://your-env.api.tcloudbasegateway.com/v1/rdb/rest/course?id=eq.1' \ |
External URL reference
| 296 | curl -X DELETE 'https://your-env.api.tcloudbasegateway.com/v1/rdb/rest/course?id=eq.1' \ |
External URL reference
| 330 | curl -i -X GET 'https://{{host}}/v1/rdb/rest/course?select=name,position&name=like.%张三%&title=eq.文章标题' |
External URL reference
| 336 | 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
| 380 | base="https://${env}.api.tcloudbasegateway.com" |