twilio-messaging-services
Pass
Audited by Gen Agent Trust Hub on May 6, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: No malicious patterns, obfuscation, or unauthorized access attempts were detected in the skill content.
- [EXTERNAL_DOWNLOADS]: The skill references the installation of the official 'twilio' SDK from standard public registries (PyPI and NPM). These are verified packages from the skill's author (Twilio) and are standard requirements for using the service.
- Evidence: Documentation mentions
pip install twilioandnpm install twilio. - [CREDENTIALS_UNSAFE]: The skill correctly instructs users to use environment variables for authentication, which is a security best practice for managing API keys.
- Evidence: Code snippets retrieve
TWILIO_ACCOUNT_SIDandTWILIO_AUTH_TOKENusingos.environ(Python) andprocess.env(Node.js).
Audit Metadata