telnyx-account-reports-javascript
Pass
Audited by Gen Agent Trust Hub on Mar 24, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The installation instructions include
npm install telnyx, which installs the official Telnyx SDK. This is a standard and expected operation for using the vendor's provided tools. - [CREDENTIALS_UNSAFE]: The skill correctly instructs the user to manage their API key using environment variables (
process.env['TELNYX_API_KEY']), which is a security best practice for avoiding hardcoded secrets. - [DATA_EXFILTRATION]: The skill performs network operations to Telnyx API endpoints for the purpose of retrieving usage and billing reports. This behavior is consistent with the stated primary purpose of the skill and uses the official vendor SDK.
Audit Metadata