telnyx-messaging-hosted-python
Pass
Audited by Gen Agent Trust Hub on Aug 12, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill references the installation of the 'telnyx' package from the official Python package registry, which is the legitimate SDK for the Telnyx API.
- [COMMAND_EXECUTION]: Provides instructions for installing dependencies using 'pip' and code for initializing the API client using environment variables for sensitive credentials.
- [CREDENTIALS_SAFE]: Correctly instructs the user to provide the API key via environment variables ('os.environ.get') rather than hardcoding secrets.
- [INDIRECT_PROMPT_INJECTION]: The skill includes methods for submitting business information and verification requests which could theoretically ingest untrusted data; however, this represents standard API interaction for the service's primary purpose and lacks exploitable capabilities.
Audit Metadata