telnyx-oauth-python
Pass
Audited by Gen Agent Trust Hub on Mar 16, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill instructs the user to install the 'telnyx' Python package via pip. This is the official SDK from the vendor 'team-telnyx' and is a trusted source.
- [CREDENTIALS_UNSAFE]: The skill correctly demonstrates using 'os.environ.get("TELNYX_API_KEY")' to retrieve sensitive credentials from the environment, avoiding hardcoded secrets.
- [COMMAND_EXECUTION]: The skill includes a 'pip install' command for the official library, which is standard for setup and does not represent a security risk in this context.
Audit Metadata