telnyx-fax-java
Pass
Audited by Gen Agent Trust Hub on Mar 26, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides documentation and code snippets for using the Telnyx Java SDK. No malicious patterns, prompt injections, or obfuscated code were detected.
- [EXTERNAL_DOWNLOADS]: The skill references the official Telnyx Java SDK dependency (
com.telnyx.sdk:telnyx-java) hosted on Maven Central. This is a standard requirement for utilizing the vendor's own services. - [CREDENTIALS_UNSAFE]: The setup instructions correctly advise initializing the client from environment variables (
TelnyxOkHttpClient.fromEnv()), which is a secure practice for managing API keys. - [DATA_EXFILTRATION]: All network operations are directed to Telnyx API endpoints through the provided SDK examples for fax management and do not involve exfiltrating sensitive local data.
Audit Metadata