telnyx-numbers-services-python
Pass
Audited by Gen Agent Trust Hub on Mar 27, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill instructs the user to install the
telnyxPython package viapip. This is the official SDK provided by the vendor for interacting with their services. - [CREDENTIALS_UNSAFE]: The code examples demonstrate retrieving the
TELNYX_API_KEYfrom environment variables usingos.environ.get. This is a recommended security practice for managing sensitive credentials compared to hardcoding them. - [DATA_EXFILTRATION]: All network operations performed by the skill are targeted at legitimate Telnyx API endpoints for the purpose of configuring telecommunication services as described in the skill's purpose.
- [COMMAND_EXECUTION]: The skill uses standard Python SDK methods to interact with services. There are no instances of arbitrary command execution or unsafe shell spawning detected.
Audit Metadata