telnyx-fax-python
Pass
Audited by Gen Agent Trust Hub on Mar 27, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill utilizes the official 'telnyx' Python package, which is the expected library for the vendor 'team-telnyx'.\n- [SAFE]: API credentials are managed via environment variables (e.g., 'os.environ.get("TELNYX_API_KEY")'), preventing hardcoded secret exposure.\n- [SAFE]: The documentation includes instructions and code for verifying Ed25519 signatures on incoming webhooks using 'client.webhooks.unwrap()', which is a critical security best practice for receiving external data.\n- [SAFE]: All command examples use static identifiers or placeholders, with no evidence of command injection or unsafe execution patterns.
Audit Metadata