telnyx-oauth-javascript
Facilitates OAuth 2.0 authentication for Telnyx API using JavaScript, enabling secure access to resources.
Install this skill
or
97/100
Security score
The telnyx-oauth-javascript skill was audited on Mar 1, 2026 and we found 3 security issues across 3 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
low line 29
Access to .env file
SourceSKILL.md
| 29 | apiKey: process.env['TELNYX_API_KEY'], // This is the default and can be omitted |
low line 29
Reading sensitive environment variables
SourceSKILL.md
| 29 | apiKey: process.env['TELNYX_API_KEY'], // This is the default and can be omitted |
low line 68
External URL reference
SourceSKILL.md
| 68 | redirect_uri: 'https://example.com', |
Scanned on Mar 1, 2026
View Security Dashboard