azure-ai-transcription-py
Warn
Audited by Gen Agent Trust Hub on Apr 22, 2026
Risk Level: MEDIUMEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill instructs the user to install the
azure-ai-transcriptionpackage via pip. This package name is non-standard as the official Microsoft SDK for Azure transcription services isazure-ai-speech. This poses a risk of installing a community package that hasn't been verified for security. Evidence:pip install azure-ai-transcriptioninSKILL.md. - [PROMPT_INJECTION]: The skill processes transcription text generated from external audio sources, creating an attack surface for indirect prompt injection. 1. Ingestion points: Transcribed text results from
job.result()andstreamevents inSKILL.md. 2. Boundary markers: No delimiters or instructions to ignore embedded commands are present in the processing logic. 3. Capability inventory: Network operations to Azure cognitive services and package installation capabilities. 4. Sanitization: The skill lacks sanitization or validation of the transcribed output before it is used or printed.
Audit Metadata