twilio-voice-twiml
Pass
Audited by Gen Agent Trust Hub on Jul 6, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill serves as a developer guide for integrating Twilio's voice services. It provides functional examples for Python (Flask) and Node.js (Express) using official libraries.
- [EXTERNAL_DOWNLOADS]: Recommends the installation of the official 'twilio' package via standard package managers (pip and npm). It also suggests common web frameworks like 'flask' and 'express'. These are well-known, trusted resources.
- [DATA_EXPOSURE]: All examples use generic placeholders for sensitive parameters such as phone numbers (+1555...), URLs (example.com), and connector names. There are no hardcoded credentials or sensitive file accesses.
- [COMMAND_EXECUTION]: The provided code snippets are limited to generating XML responses and handling HTTP POST requests. No shell execution, subprocess spawning, or privileged commands are present.
- [PROMPT_INJECTION]: The skill does not contain instructions that attempt to override agent safety protocols or modify core behavior. Instructions are focused entirely on the technical implementation of TwiML.
Audit Metadata