api-authentication
Facilitates secure API authentication setup for ElevenLabs, including SDK installation and connection testing for voice AI applications.
Install this skill
or
73/100
Security score
The api-authentication skill was audited on Jun 1, 2026 and we found 7 security issues across 2 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
medium line 37
Access to .env file
SourceSKILL.md
| 37 | Configures ELEVENLABS_API_KEY in .env file with validation. |
medium line 55
Access to .env file
SourceSKILL.md
| 55 | Validates .env file has required ELEVENLABS_API_KEY. |
medium line 71
Access to .env file
SourceSKILL.md
| 71 | - `templates/.env.template` - Environment variable template with all required keys |
medium line 185
Access to .env file
SourceSKILL.md
| 185 | 1. **Never commit .env files** - Add to .gitignore |
medium line 195
Access to .env file
SourceSKILL.md
| 195 | - Ensure .env file exists in project root |
low line 210
External URL reference
SourceSKILL.md
| 210 | - [ElevenLabs Authentication Docs](https://elevenlabs.io/docs/api-reference/authentication) |
low line 211
External URL reference
SourceSKILL.md
| 211 | - [ElevenLabs Quickstart](https://elevenlabs.io/docs/quickstart) |
Scanned on Jun 1, 2026
View Security Dashboard