speak-common-errors
Diagnoses and resolves common Speak errors, aiding in troubleshooting and enhancing language learning integrations.
Install this skill
Security score
The speak-common-errors skill was audited on Feb 21, 2026 and we found 20 security issues across 5 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
Template literal with variable interpolation in command context
| 48 | ```bash |
Template literal with variable interpolation in command context
| 171 | console.error(`Unsupported language: ${lang}`); |
Template literal with variable interpolation in command context
| 172 | console.log(`Supported: ${SUPPORTED_LANGUAGES.join(', ')}`); |
Template literal with variable interpolation in command context
| 256 | console.log(`Usage: ${usage.current}/${usage.limit}`); |
Template literal with variable interpolation in command context
| 257 | console.log(`Remaining: ${usage.remaining}`); |
Template literal with variable interpolation in command context
| 286 | throw new Error(`Missing required field: ${field}`); |
Template literal with variable interpolation in command context
| 322 | console.log(`Ended old session: ${oldest.id}`); |
Template literal with variable interpolation in command context
| 329 | ```bash |
Curl to non-GitHub URL
| 54 | curl -X POST https://api.speak.com/v1/health \ |
Curl to non-GitHub URL
| 331 | curl -s https://status.speak.com/api/status | jq |
Curl to non-GitHub URL
| 334 | curl -X POST https://api.speak.com/v1/health \ |
Access to .env file
| 231 | apiKey: process.env.SPEAK_API_KEY!, |
Access to .env file
| 232 | appId: process.env.SPEAK_APP_ID!, |
Character code construction - potential obfuscation
| 102 | const magic = String.fromCharCode( |
External URL reference
| 54 | curl -X POST https://api.speak.com/v1/health \ |
External URL reference
| 331 | curl -s https://status.speak.com/api/status | jq |
External URL reference
| 334 | curl -X POST https://api.speak.com/v1/health \ |
External URL reference
| 347 | 2. Check Speak status page: https://status.speak.com |
External URL reference
| 351 | - [Speak Status Page](https://status.speak.com) |
External URL reference
| 352 | - [Speak Support](https://support.speak.com) |