telnyx-account-java
Pass
Audited by Gen Agent Trust Hub on Apr 27, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: No malicious patterns, obfuscation, or unauthorized data access techniques were detected. The skill consists of standard Java SDK implementation examples.
- [EXTERNAL_DOWNLOADS]: The skill references the official Telnyx Java SDK (
com.telnyx.sdk:telnyx) hosted on Maven Central. This is a well-known vendor library necessary for the skill's stated purpose. - [CREDENTIALS_SAFE]: The provided code snippets demonstrate secure credential handling by using
TelnyxOkHttpClient.fromEnv(), which retrieves API keys from environment variables rather than hardcoding them.
Audit Metadata