CloudBase Run backend development rules (Function mode/Container mode). Use this skill when deploying backend services that require long connections, multi-language support, custom environments, AI agent development, or migrating existing/GitHub apps that need VPC access to MySQL/PostgreSQL/Redis.
71
87%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
High
Do not use without reviewing
The canonical home for this skill is cloudrun-development in TencentCloudBase/CloudBase-AI-Toolkit
Security
1 high severity finding. You should review these findings carefully before considering using this skill.
The skill handles credentials insecurely by requiring the agent to include secret values verbatim in its generated output. This exposes credentials in the agent’s context and conversation history, creating a risk of data exfiltration.
The skill's deploy example embeds a full DATABASE_URL including "user:pass" inside EnvParams (a JSON payload), which instructs an agent to include secret credentials verbatim in generated deployment requests/commands, creating an exfiltration risk.
Low
Low-risk findings.
1 low severity finding. Worth noting, but not necessarily harmful.
The skill exposes the agent to untrusted, user-generated content from public third-party sources, creating a risk of indirect prompt injection. This includes browsing arbitrary URLs, reading social media posts or forum comments, and analyzing content from unknown websites.
The skill’s runtime workflow uses provider-authenticated CloudBase Run tools like `queryCloudRun(action="list"/"detail"/"getDeployLog")` and `manageCloudRun(action="deploy"/"createAgent")`, which consults trusted provider/service metadata rather than ingesting outsider-authored free text without first selecting a specific item.
3dcff8b
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.