cloud-functions
Pass
Audited by Gen Agent Trust Hub on May 19, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill references sibling skills and documentation hosted on
cnb.coolandcloudbase.net. These are official domains associated with Tencent's developer ecosystem and the skill author (tencentcloudbase). - [COMMAND_EXECUTION]: The documentation instructs the agent to use
chmod +x scf_bootstrapduring the setup of HTTP Functions. This is a standard operating procedure for the CloudBase runtime environment to ensure the bootstrap entry script is executable. - [DATA_EXPOSURE]: The skill describes how to update function configuration, including environment variables. It provides a defensive pattern for merging new variables with existing ones via
getFunctionDetailto prevent accidental overwriting of production secrets. - [INDIRECT_PROMPT_INJECTION]: This finding identifies the attack surface for processing untrusted external data within developed functions.
- Ingestion points: HTTP request bodies and headers processed in Node.js server templates (
references/http-functions.md). - Boundary markers: None; the provided code templates use standard Node.js
httpmodule implementations. - Capability inventory: The skill includes high-privilege operations such as
manageFunctions,manageGateway,managePermissions, andcallCloudApi(viareferences/operations-and-config.md). - Sanitization: Examples demonstrate basic
JSON.parseusage but do not include specific logic for sanitizing or filtering instructions from incoming HTTP data.
Audit Metadata