telnyx-storage-python
Pass
Audited by Gen Agent Trust Hub on Mar 27, 2026
Risk Level: SAFE
Full Analysis
- [CREDENTIALS_UNSAFE]: The skill demonstrates safe credential management by retrieving the API key from environment variables (
os.environ.get("TELNYX_API_KEY")) rather than hardcoding secrets. - [EXTERNAL_DOWNLOADS]: The skill utilizes the official
telnyxPython library. As this is a vendor-provided resource for the corresponding API, it is considered safe for its intended purpose. - [COMMAND_EXECUTION]: The skill includes a standard installation instruction (
pip install telnyx) for the official SDK. - [SAFE]: The skill is a set of documentation and code examples for the Telnyx Storage API. The behavior aligns with the stated purpose, and no suspicious activities such as data exfiltration, obfuscation, or persistence were detected.
Audit Metadata