telnyx-seti-python
Pass
Audited by Gen Agent Trust Hub on Mar 27, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill serves as official-style documentation for the Telnyx Python library, providing usage examples for specific API resources like 10DLC and SETI.
- [EXTERNAL_DOWNLOADS]: Includes a standard installation command (
pip install telnyx) for the vendor's official SDK. This is expected behavior for a technical integration skill. - [CREDENTIALS_UNSAFE]: Demonstrates secure credential handling by retrieving the API key from environment variables (
os.environ.get("TELNYX_API_KEY")) rather than using hardcoded strings. - [COMMAND_EXECUTION]: Provides standard API interaction examples using the
telnyxPython client. The commands are scoped to the intended functionality of messaging and status retrieval.
Audit Metadata