setup-api-key
Guides users in obtaining and configuring a Vapi API key for seamless integration with Vapi's voice AI platform.
Install this skill
or
74/100
Security score
The setup-api-key skill was audited on Feb 27, 2026 and we found 10 security issues across 3 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
medium line 40
Curl to non-GitHub URL
SourceSKILL.md
| 40 | curl -s -o /dev/null -w "%{http_code}" https://api.vapi.ai/assistant \ |
medium line 51
Access to .env file
SourceSKILL.md
| 51 | Check if a `.env` file exists. If so, append to it. If not, create one: |
medium line 57
Access to .env file
SourceSKILL.md
| 57 | > Your Vapi API key is configured and stored in `.env` as `VAPI_API_KEY`. |
medium line 65
Access to .env file
SourceSKILL.md
| 65 | Check if `.gitignore` exists and contains `.env`. If not, add it: |
low line 67
Access to .env file
SourceSKILL.md
| 67 | .env |
low line 21
External URL reference
SourceSKILL.md
| 21 | > To set up Vapi, open the API keys page in the Vapi Dashboard: https://dashboard.vapi.ai/org/api-keys |
low line 23
External URL reference
SourceSKILL.md
| 23 | > (Need an account? Create one at https://dashboard.vapi.ai/signup first) |
low line 40
External URL reference
SourceSKILL.md
| 40 | curl -s -o /dev/null -w "%{http_code}" https://api.vapi.ai/assistant \ |
low line 47
External URL reference
SourceSKILL.md
| 47 | - Remind them of the URL: https://dashboard.vapi.ai/org/api-keys |
low line 75
External URL reference
SourceSKILL.md
| 75 | https://api.vapi.ai |
Scanned on Feb 27, 2026
View Security Dashboard