telnyx-messaging-hosted-java
Pass
Audited by Gen Agent Trust Hub on Aug 12, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADS
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill utilizes the official Telnyx Java SDK through standard build tools.
- Evidence: References
com.telnyx.sdk:telnyx:6.36.0for Maven and Gradle in the Installation section. - [SAFE]: The skill uses secure credential management by loading API keys from the system environment rather than hardcoding them.
- Evidence: The Setup section demonstrates initialization using
TelnyxOkHttpClient.fromEnv(). - [SAFE]: All demonstrated API operations (RCS messaging, number ordering, and toll-free verification) are standard functionalities of the Telnyx platform.
- Evidence: SDK method calls like
client.messages().rcs().send(params)andclient.messagingHostedNumberOrders().create()match the intended purpose of the skill.
Audit Metadata