telnyx-account-notifications-curl
Pass
Audited by Gen Agent Trust Hub on Apr 3, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: No security issues or malicious patterns were detected in the skill instructions or examples.
- [COMMAND_EXECUTION]: The skill uses standard shell commands like
curl,export, andechofor interacting with the Telnyx API. These operations are limited to the intended functionality of the skill. - [CREDENTIALS_UNSAFE]: Authentication is handled via an environment variable
$TELNYX_API_KEY. The skill correctly provides placeholders (YOUR_API_KEY_HERE) for user configuration and does not include hardcoded secrets.
Audit Metadata