telnyx-missions-javascript
Pass
Audited by Gen Agent Trust Hub on Mar 27, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: No security issues were detected. The skill provides instructions and JavaScript snippets for interacting with the Telnyx Missions API through the official SDK.
- [EXTERNAL_DOWNLOADS]: The skill recommends installing the
telnyxpackage via npm. This is the official library provided by the vendor for the functionality described. - [CREDENTIALS_UNSAFE]: The provided code snippets demonstrate the correct practice of retrieving the API key from environment variables (
process.env['TELNYX_API_KEY']) instead of hardcoding sensitive credentials. - [COMMAND_EXECUTION]: The skill does not contain any arbitrary command execution or suspicious shell operations.
Audit Metadata