Skip to main content

podcast-generation

Generates AI-powered podcast audio narratives using Azure OpenAI's GPT Realtime Mini model for seamless text-to-speech integration.

Install this skill

or
97/100

Security score

The podcast-generation skill was audited on Feb 9, 2026 and we found 3 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

low line 66

Base64 decode operation

SourceSKILL.md
66audio_chunks.append(base64.b64decode(event.delta))
low line 82

Base64 decode via atob()

SourceSKILL.md
82const bytes = atob(base64);
low line 22

External URL reference

SourceSKILL.md
22AZURE_OPENAI_AUDIO_ENDPOINT=https://your-resource.cognitiveservices.azure.com
Scanned on Feb 9, 2026
View Security Dashboard