telnyx-account-python
Pass
Audited by Gen Agent Trust Hub on Apr 9, 2026
Risk Level: SAFE
Full Analysis
- [CREDENTIALS_UNSAFE]: The skill demonstrates secure credential management by instructing users to load the
TELNYX_API_KEYfrom environment variables usingos.environ.get("TELNYX_API_KEY"). No hardcoded secrets were found. - [EXTERNAL_DOWNLOADS]: The skill references the official
telnyxPython package available on standard package registries. This is expected behavior for a developer-focused skill. - [COMMAND_EXECUTION]: The skill includes a standard installation command
pip install telnyxto set up the required SDK. No unauthorized or suspicious shell commands were detected. - [DATA_EXFILTRATION]: No patterns of data exfiltration or unauthorized network operations were found. The network calls are directed to the Telnyx API via the official SDK as intended by the skill's purpose.
Audit Metadata