twilio
Pass
Audited by Gen Agent Trust Hub on Jun 26, 2026
Risk Level: SAFE
Full Analysis
- Dependency Execution: The skill uses
npxto run theemulatepackage. This is a standard method for executing Node.js-based development tools without permanent installation. - Local Network Usage: The emulator defaults to hosting services on
localhost(ports 4000 and 4013). This restricts network traffic to the local environment, which is a standard security practice for development utilities. - Predefined Testing Credentials: The skill contains hardcoded values such as
TWILIO_AUTH_TOKEN=twilio_test_auth_tokenandTWILIO_ACCOUNT_SID. These are clearly identified as seed data for the local emulator and are not sensitive production credentials.
Audit Metadata