telnyx-oauth-javascript
Pass
Audited by Gen Agent Trust Hub on Mar 27, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: Recommends installation of the official
telnyxNPM package, which is the SDK provided by the author for interacting with their services. - [CREDENTIALS_UNSAFE]: Demonstrates secure credential management by using environment variables (
process.env) for API key initialization instead of hardcoding secrets. - [COMMAND_EXECUTION]: All network requests and data operations are conducted through the verified SDK to official Telnyx API endpoints for authentication and resource management.
- [PROMPT_INJECTION]: The skill ingests data from external OAuth endpoints (e.g., discovery metadata and client configurations) into the agent context. While no explicit boundary markers or sanitization logic is provided in the examples, the skill does not expose high-risk capabilities such as file system writes or arbitrary command execution that would facilitate exploitation via indirect prompt injection.
Audit Metadata