telnyx-missions-javascript
Pass
Audited by Gen Agent Trust Hub on Aug 8, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill instructs the user to install the 'telnyx' package via npm ('npm install telnyx@6.74.2'). This is the official SDK for the vendor and is a standard development practice.
- [CREDENTIALS_UNSAFE]: The code examples demonstrate best practices for secret management by referencing environment variables ('process.env['TELNYX_API_KEY']') rather than hardcoding sensitive credentials.
- [SAFE]: All API interactions target the vendor's official endpoints for mission management, run tracking, and tool configuration, consistent with the skill's stated purpose.
Audit Metadata