byted-vms-secret-number
Pass
Audited by Gen Agent Trust Hub on Jul 14, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill executes local Python scripts to perform lifecycle management of AXB/AXN privacy number bindings.
- Evidence:
SKILL.mddefines command execution patterns callingpython3 scripts/secret_number.py. - [SAFE]: Authentication secrets are handled via environment variables and are used exclusively to sign requests to the vendor's service.
- Evidence:
scripts/_topclient.pyretrievesVOLC_ACCESS_KEYandVOLC_SECRET_KEYfrom the environment to generate Volc V4 signatures. - [SAFE]: Network activity is restricted to official Bytedance/Volcano Engine domains or user-configured enterprise gateways.
- Evidence:
DEFAULT_HOSTis set tocloud-vms.volcengineapi.cominscripts/_topclient.py. - [SAFE]: No malicious patterns such as prompt injection, obfuscation, or unauthorized data exfiltration were detected across the analyzed files.
Audit Metadata