telnyx-messaging-profiles-javascript
Pass
Audited by Gen Agent Trust Hub on Mar 23, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill is a well-documented set of examples for interacting with the Telnyx API using their official JavaScript SDK. No malicious patterns, obfuscation, or unauthorized data access were detected.
- [EXTERNAL_DOWNLOADS]: The skill instructs the user to install the 'telnyx' NPM package. This is the official SDK for the service provided by the vendor (team-telnyx) and is considered a safe dependency.
- [CREDENTIALS_UNSAFE]: The code examples correctly demonstrate the use of environment variables ('process.env[TELNYX_API_KEY]') for handling sensitive API credentials rather than hardcoding them, which aligns with security best practices.
Audit Metadata