Skip to main content

speak-core-workflow-b

Facilitates pronunciation training with phoneme analysis, enhancing speech scoring and targeted improvement features.

Install this skill

or
60/100

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

medium line 57

Template literal with variable interpolation in command context

SourceSKILL.md
57console.log(`Overall score: ${result.score}/100`);
medium line 60

Template literal with variable interpolation in command context

SourceSKILL.md
60console.log(` [${flag}] "${word.text}": ${word.score}/100`);
medium line 63

Template literal with variable interpolation in command context

SourceSKILL.md
63console.log(` Phoneme "${p.symbol}": ${p.score} — ${p.suggestion}`);
medium line 105

Template literal with variable interpolation in command context

SourceSKILL.md
105console.log(`"${phrase}": PASSED (${result.score}/100, ${attempts} attempts)`);
medium line 107

Template literal with variable interpolation in command context

SourceSKILL.md
107console.log(`"${phrase}": ${result.score}/100 — try again`);
medium line 133

Template literal with variable interpolation in command context

SourceSKILL.md
133console.log(` ${entry.phoneme.padEnd(5)} ${bar} ${entry.avgScore}/100 (${entry.occurrences}x)`);
medium line 157

Template literal with variable interpolation in command context

SourceSKILL.md
157console.log(` "${phrase.text}" — targets: ${phrase.targetPhonemes.join(', ')}`);
low line 44

Access to .env file

SourceSKILL.md
44apiKey: process.env.SPEAK_API_KEY!,
low line 45

Access to .env file

SourceSKILL.md
45appId: process.env.SPEAK_APP_ID!,
low line 188

External URL reference

SourceSKILL.md
188- [Speak Website](https://speak.com)
low line 189

External URL reference

SourceSKILL.md
189- [OpenAI Whisper](https://platform.openai.com/docs/guides/speech-to-text)
low line 190

External URL reference

SourceSKILL.md
190- [IPA Phoneme Chart](https://www.internationalphoneticassociation.org/content/ipa-chart)
Scanned on May 12, 2026
View Security Dashboard
Installation guide →