telnyx-messaging-java
Pass
Audited by Gen Agent Trust Hub on Jun 19, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill references the official Telnyx Java SDK (
com.telnyx.sdk:telnyx) available through standard package registries (Maven Central). This is a routine dependency for the stated purpose of the skill. - [CREDENTIALS_UNSAFE]: Security best practices are followed for credential management. The code samples demonstrate initializing the client using
TelnyxOkHttpClient.fromEnv(), which retrieves API keys from environment variables rather than hardcoding them. - [DATA_EXFILTRATION]: While the skill involves sending data (SMS/MMS) and receiving webhooks, these operations are the primary intended functions of the messaging service. No patterns of unauthorized data collection or exfiltration to third-party domains were detected.
- [COMMAND_EXECUTION]: The skill does not contain any instructions or code snippets that attempt to execute shell commands, spawn subprocesses, or perform other dangerous system-level operations.
Audit Metadata