telnyx-voice-conferencing-curl
Pass
Audited by Gen Agent Trust Hub on Mar 27, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill uses official Telnyx API endpoints (api.telnyx.com). This is consistent with the skill's stated purpose and the author identity.
- [CREDENTIALS_UNSAFE]: No hardcoded secrets were found. The skill follows best practices by instructing users to manage sensitive credentials via environment variables (TELNYX_API_KEY).
- [DATA_EXFILTRATION]: Network operations are restricted to the vendor's official API endpoints for legitimate voice conferencing functionality. No unauthorized data harvesting or exfiltration patterns were identified.
- [PROMPT_INJECTION]: The skill contains no instructions designed to bypass agent safety filters, override behavior, or reveal system prompts.
- [EXTERNAL_DOWNLOADS]: The skill does not attempt to download or execute external scripts. It relies on the standard curl utility for API interactions.
- [COMMAND_EXECUTION]: Shell command examples are limited to benign curl requests for API interaction and standard environment variable exports.
- [SAFE]: Base64-encoded placeholders found in the examples (e.g., 'aGF2ZSBhIG5pY2UgZGF5ID1d') decode to benign text ('have a nice day =]') used for demonstration purposes in Telnyx documentation.
Audit Metadata