telnyx-mpp-payment
Pass
Audited by Gen Agent Trust Hub on Aug 12, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes
curlto interact with official Telnyx API endpoints (api.telnyx.com) for managing account credits and checking balances. - [EXTERNAL_DOWNLOADS]: The skill uses
npxto execute@stripe/link-cliandmppx. The Stripe CLI is a well-known service tool, andmppxis a vendor-specific utility for Telnyx's Machine Payment Protocol. These tools are used for their intended purpose of processing payments. - [DATA_EXPOSURE]: The skill handles sensitive data including
TELNYX_API_KEYand payment tokens. It employs robust security practices by instructing the user to use environment variables for keys and securing local session data usingumask 077andmktempfor temporary files.
Audit Metadata