telnyx-fax-python
Pass
Audited by Gen Agent Trust Hub on Mar 26, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill instructs users to install the
telnyxlibrary using pip. This is the official Python SDK provided by the vendor for the described service and is considered a standard, safe practice. - [CREDENTIALS_UNSAFE]: The code examples correctly demonstrate using environment variables (
os.environ.get("TELNYX_API_KEY")) to handle sensitive authentication tokens, avoiding hardcoded secrets. - [COMMAND_EXECUTION]: The skill provides standard Python SDK method calls to interact with the Telnyx API. These operations (list, create, retrieve, delete) are within the expected scope of a fax management tool.
Audit Metadata