telnyx-missions-python
Pass
Audited by Gen Agent Trust Hub on Jun 19, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill instructs the user to install the
telnyxPython package. This is the official SDK provided by the vendor for interacting with their API. - [COMMAND_EXECUTION]: Provides standard shell commands for package installation and Python code examples for API interaction. These are limited to the intended functionality of the Telnyx SDK.
- [CREDENTIALS_UNSAFE]: The skill demonstrates safe credential management by retrieving the API key from an environment variable (
os.environ.get("TELNYX_API_KEY")) rather than hardcoding secrets. - [PROMPT_INJECTION]: While the skill manages objects containing natural language instructions (the
instructionsfield in missions), it does not contain any malicious patterns or attempts to override agent behavior. The handling of these fields is a standard feature of the managed service.
Audit Metadata