telnyx-account-curl
Pass
Audited by Gen Agent Trust Hub on Mar 26, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [SAFE]: The skill serves as a documentation resource for interacting with Telnyx account management services via a REST API. All provided instructions and examples align with the stated purpose of the skill.- [COMMAND_EXECUTION]: The skill uses the
curlutility to perform API requests. All network operations target the official vendor domain atapi.telnyx.com. The examples include standard error handling and response parsing using basic shell utilities likeecho,tail, andsed.- [CREDENTIALS_UNSAFE]: The skill appropriately manages sensitive information by instructing the user to export the API key to an environment variable and uses a placeholder (YOUR_API_KEY_HERE) in the examples, avoiding the risk of hardcoded credentials.
Audit Metadata