Speech Recognition
AdvisoryAudited by Static analysis on Apr 30, 2026.
Overview
No suspicious patterns detected.
Findings (0)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
NoteHigh Confidence
ASI04: Agentic Supply Chain VulnerabilitiesWhat this means
Installing the skill as documented may pull code and model files from external package/model sources, so behavior depends on those upstream artifacts.
Why it was flagged
The skill relies on external Python packages and a model download. These dependencies are clearly disclosed and align with speech transcription, but they are not pinned or represented in a formal install spec.
Skill content
pip install pysilk faster-whisper ... python3 -m huggingface_hub snapshot-download --repo-id Systran/faster-whisper-base
Recommendation
Install from trusted package indexes, consider pinning package versions, and verify the HuggingFace model source before use.
