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 twilio and npm 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_SID and TWILIO_AUTH_TOKEN using os.environ (Python) and process.env (Node.js).
Audit Metadata
Risk Level
SAFE
Analyzed
May 6, 2026, 02:15 PM
Security Audit — agent-trust-hub — twilio-messaging-services