cloud-functions
Pass
Audited by Gen Agent Trust Hub on Mar 9, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides standard documentation and code templates for developing and deploying cloud functions on Tencent CloudBase, adhering to vendor-specific requirements and official deployment workflows.
- [COMMAND_EXECUTION]: Instructions include standard CLI commands (
tcb fn deploy) and file permission adjustments (chmod +x) necessary for the platform's deployment process, which are benign and routine for the described task. - [CREDENTIALS_UNSAFE]: Illustrative examples of environment variables use generic placeholders (e.g., 'secret-key', 'mysql://...') and the skill explicitly advises against hardcoding sensitive information, promoting secure configuration practices.
- [EXTERNAL_DOWNLOADS]: Mentions standard SDKs and libraries (@cloudbase/js-sdk, @cloudbase/node-sdk, express) which are expected in this development context and originate from well-known or vendor-controlled sources.
Audit Metadata