qwen-asr

Warn

Audited by Socket on Mar 3, 2026

1 alert found:

Security
SecurityMEDIUM
SKILL.md

This skill is a local transcription service that runs a quantized Qwen ASR model via a FastAPI server on Apple Silicon. The provided documentation and endpoints are consistent with the stated purpose. There are no indicators of direct malicious behavior (no credential harvesting, no obfuscated code, no command-and-control). The primary security concerns are supply-chain and operational: the service downloads model artifacts from a third-party HF mirror on first run (a supply-chain trust decision), accepts arbitrary audio URLs which cause outbound fetches, and encourages persistent auto-start. These are normal for a local ML service but increase the attack surface if the mirror or fetched audio URLs are malicious or if the environment runs the service with excessive privileges. Recommended mitigations: prefer official, pinned model sources or verify downloads, run under a limited user account, restrict network egress where appropriate, and validate or sandbox fetched audio.

Confidence: 80%Severity: 75%
Audit Metadata
Analyzed At
Mar 3, 2026, 04:11 PM
Package URL
pkg:socket/skills-sh/stvlynn%2Fskills%2Fqwen-asr%2F@24ef2ce17ea3f106417f3fb76e3af217c7e8d750