Skip to main content

speak-sdk-patterns

Applies production-ready Speak SDK patterns for TypeScript and Python, enhancing language learning integrations and coding standards.

Install this skill

or
76/100

Security score

The speak-sdk-patterns skill was audited on May 12, 2026 and we found 6 security issues across 2 threat categories, including 1 high-severity. Review the findings below before installing.

Categories Tested

Security Issues

high line 78

Direct command execution function call

SourceSKILL.md
78execSync(
medium line 79

Template literal with variable interpolation in command context

SourceSKILL.md
79`ffmpeg -y -i "${inputPath}" -ar 16000 -ac 1 -c:a pcm_s16le "${outputPath}"`,
low line 73

Node child_process module reference

SourceSKILL.md
73import { execSync } from 'child_process';
low line 140

External URL reference

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

External URL reference

SourceSKILL.md
141- [OpenAI Realtime API](https://platform.openai.com/docs/guides/realtime)
low line 142

External URL reference

SourceSKILL.md
142- [Speak GPT-4 Blog](https://speak.com/blog/speak-gpt-4)
Scanned on May 12, 2026
View Security Dashboard
Installation guide →