tencentcloud-edgeone
Pass
Audited by Gen Agent Trust Hub on May 6, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: No security issues detected. The skill uses the official
tencentcloud-sdk-pythonto interact with Tencent Cloud APIs. - [DATA_EXPOSURE]: The skill correctly instructs the user to provide credentials via environment variables (
TENCENTCLOUD_SECRET_IDandTENCENTCLOUD_SECRET_KEY), which is a standard and safe practice for secret management in agent environments. - [EXTERNAL_DOWNLOADS]: The skill requires the installation of the official Tencent Cloud SDK from a standard registry (PyPI). This is a well-known service and is documented neutrally.
- [COMMAND_EXECUTION]: The provided script
scripts/edgeone.pyis a clean CLI wrapper that uses structured arguments to build SDK requests. It does not useeval(),os.system(), or other dangerous execution patterns.
Audit Metadata