tencentcloud-dns
Pass
Audited by Gen Agent Trust Hub on May 6, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill uses the
tencentcloud-sdk-pythonlibrary, which is the official SDK for Tencent Cloud services, retrieved from standard package registries. - [CREDENTIALS_UNSAFE]: The skill adheres to security best practices by instructing users to manage sensitive credentials via environment variables (
TENCENTCLOUD_SECRET_IDandTENCENTCLOUD_SECRET_KEY) rather than hardcoding them in scripts or instructions. - [COMMAND_EXECUTION]: The provided helper script
scripts/dns.pyfacilitates DNS operations. It uses standardargparsefor input handling and performs basic type conversion (e.g.,int()for record IDs) to prevent common command manipulation issues. - [DATA_EXFILTRATION]: No unauthorized data exfiltration patterns were detected. Network communication is directed to Tencent Cloud API endpoints through the verified SDK client.
Audit Metadata