telnyx-account-notifications-curl
Pass
Audited by Gen Agent Trust Hub on Mar 16, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: No security threats or malicious patterns were identified during the analysis.
- [COMMAND_EXECUTION]: The skill includes shell command examples using standard utilities like
curl,sed,tail, andecho. These are used for legitimate API interaction and response parsing consistent with the skill's purpose. - [EXTERNAL_DOWNLOADS]: All network requests are directed to
api.telnyx.com, which is the official API endpoint for the service described. - [CREDENTIALS_UNSAFE]: The skill correctly uses a placeholder (
YOUR_API_KEY_HERE) and environment variables for authentication, avoiding the use of hardcoded secrets.
Audit Metadata