telnyx-account-notifications-go
Pass
Audited by Gen Agent Trust Hub on Mar 27, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill references the official Go SDK from the vendor's GitHub repository at
github.com/team-telnyx/telnyx-go. This is a legitimate dependency for the skill's documented purpose. - [CREDENTIALS_UNSAFE]: The skill demonstrates the correct practice of retrieving sensitive API credentials from the system's environment variables using
os.Getenv("TELNYX_API_KEY")rather than hardcoding them.
Audit Metadata