telnyx-messaging-profiles-python
Pass
Audited by Gen Agent Trust Hub on Mar 16, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: No security issues detected. The skill consists of standard documentation and code samples for interacting with the Telnyx API.
- [EXTERNAL_DOWNLOADS]: The skill instructs users to install the official
telnyxPython package. As Telnyx is a well-known telecommunications service provider and this is the official SDK, the download is considered safe and appropriate for the skill's purpose. - [CREDENTIALS_UNSAFE]: Authentication is handled correctly by suggesting the use of environment variables (
os.environ.get("TELNYX_API_KEY")) rather than hardcoding sensitive credentials. - [COMMAND_EXECUTION]: The code samples strictly use the SDK for API calls and do not contain any patterns for executing arbitrary shell commands or untrusted code.
Audit Metadata