telnyx-messaging-profiles-curl
Pass
Audited by Gen Agent Trust Hub on Mar 27, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: Uses
curlto perform REST API operations (GET, POST, PATCH, DELETE) against the official Telnyx API endpoint (api.telnyx.com). This behavior is consistent with the skill's stated purpose of managing messaging profiles. - [CREDENTIALS_UNSAFE]: Appropriately handles sensitive information by using a placeholder (
YOUR_API_KEY_HERE) and instructing the user to set an environment variable (TELNYX_API_KEY), which is a recommended security practice for secret management.
Audit Metadata