telnyx-account-python
Pass
Audited by Gen Agent Trust Hub on Mar 26, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: No security issues were detected. The skill's structure and instructions align with legitimate API integration practices.
- [CREDENTIALS_UNSAFE]: The skill demonstrates secure credential handling by retrieving the Telnyx API key from an environment variable (
os.environ.get("TELNYX_API_KEY")) rather than using hardcoded secrets. - [EXTERNAL_DOWNLOADS]: The skill provides standard installation instructions for the official
telnyxPython package from a trusted registry, which is required for its documented functionality. - [COMMAND_EXECUTION]: The provided code examples are standard Python SDK calls and do not involve any arbitrary or dangerous shell command execution.
Audit Metadata