speak-core-workflow-b
Facilitates pronunciation training with phoneme analysis, enhancing speech scoring and targeted improvement features.
Install this skill
Security score
The speak-core-workflow-b skill was audited on May 12, 2026 and we found 12 security issues across 3 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
Template literal with variable interpolation in command context
| 57 | console.log(`Overall score: ${result.score}/100`); |
Template literal with variable interpolation in command context
| 60 | console.log(` [${flag}] "${word.text}": ${word.score}/100`); |
Template literal with variable interpolation in command context
| 63 | console.log(` Phoneme "${p.symbol}": ${p.score} — ${p.suggestion}`); |
Template literal with variable interpolation in command context
| 105 | console.log(`"${phrase}": PASSED (${result.score}/100, ${attempts} attempts)`); |
Template literal with variable interpolation in command context
| 107 | console.log(`"${phrase}": ${result.score}/100 — try again`); |
Template literal with variable interpolation in command context
| 133 | console.log(` ${entry.phoneme.padEnd(5)} ${bar} ${entry.avgScore}/100 (${entry.occurrences}x)`); |
Template literal with variable interpolation in command context
| 157 | console.log(` "${phrase.text}" — targets: ${phrase.targetPhonemes.join(', ')}`); |
Access to .env file
| 44 | apiKey: process.env.SPEAK_API_KEY!, |
Access to .env file
| 45 | appId: process.env.SPEAK_APP_ID!, |
External URL reference
| 188 | - [Speak Website](https://speak.com) |
External URL reference
| 189 | - [OpenAI Whisper](https://platform.openai.com/docs/guides/speech-to-text) |
External URL reference
| 190 | - [IPA Phoneme Chart](https://www.internationalphoneticassociation.org/content/ipa-chart) |