telnyx-voice-advanced-curl
Pass
Audited by Gen Agent Trust Hub on Mar 16, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill uses curl to interact exclusively with the official Telnyx API domain (api.telnyx.com), which is the vendor's own infrastructure.
- [SAFE]: No hardcoded credentials were found; authentication examples use the shell environment variable $TELNYX_API_KEY and placeholders like 'YOUR_API_KEY_HERE'.
- [SAFE]: Base64 strings included in client_state examples (e.g., 'aGF2ZSBhIG5pY2UgZGF5ID1d') decode to benign text ('have a nice day =]') and do not represent malicious obfuscation.
- [SAFE]: The skill does not perform any external downloads, install third-party packages, or execute remote code from untrusted sources.
- [SAFE]: Webhook documentation emphasizes the importance of Ed25519 signature verification for production environments.
Audit Metadata