auth-http-api-cloudbase
Facilitates CloudBase Auth v2 implementation via raw HTTP endpoints for backend services and scripts, enhancing authentication processes.
Install this skill
Security score
The auth-http-api-cloudbase skill was audited on Feb 9, 2026 and we found 16 security issues across 2 threat categories, including 4 high-severity. Review the findings below before installing.
Categories Tested
Security Issues
Template literal with variable interpolation in command context
| 46 | - `https://${env}.ap-shanghai.tcb-api.tencentcloudapi.com/auth/v1/...` |
Template literal with variable interpolation in command context
| 57 | ```bash |
Template literal with variable interpolation in command context
| 70 | - Most user-management endpoints require `Authorization: Bearer ${accessToken}`. |
Template literal with variable interpolation in command context
| 77 | ```bash |
Template literal with variable interpolation in command context
| 93 | ```bash |
Template literal with variable interpolation in command context
| 104 | ```bash |
Template literal with variable interpolation in command context
| 115 | ```bash |
Template literal with variable interpolation in command context
| 135 | ```bash |
Template literal with variable interpolation in command context
| 148 | ```bash |
Template literal with variable interpolation in command context
| 161 | ```bash |
Template literal with variable interpolation in command context
| 172 | ```bash |
Template literal with variable interpolation in command context
| 184 | ```bash |
Template literal with variable interpolation in command context
| 197 | - `DELETE ${base}/user/me` – delete current user. |
Template literal with variable interpolation in command context
| 198 | - `${base}/user/providers` plus bind/unbind APIs – manage third-party accounts. |
External URL reference
| 46 | - `https://${env}.ap-shanghai.tcb-api.tencentcloudapi.com/auth/v1/...` |
External URL reference
| 63 | base="https://${env}.ap-shanghai.tcb-api.tencentcloudapi.com/auth/v1" |