Caveat verdict

whisper-mlx-local

88
🟢 Trusted
No high-risk patterns surfaced by the deep scan — automated capability review, not behavioral proof.

Local speech-to-text skill using MLX Whisper on Apple Silicon; package_install is for Python dependencies and network_out is only for downloading the open-source model, matching the stated fully-local transcription purpose.

⚠ Flagged for review — coarse, uncorroborated signal, not a confirmed exploit. Review the config yourself before installing.

Automated static analysis — not a human review. Caveat flags capabilities, not confirmed intent, and can produce false positives. Disagree with this verdict? Use Dispute below.

28
security
60
transparency
70
maintenance

Permission integrity

Makes network requests but does not declare curl/wget in required binaries

network_out

Installs packages at runtime — transitive dependencies are not auditable

package_install

Findings (5)

Pattern match high

Pipe to python — executes piped content as Python code

scripts/transcribe.sh · prose · downgraded · | python3

Pattern match medium

pip3 install — installs Python packages at runtime

SKILL.md · frontmatter · pip3 install

Pattern match medium

Accesses OpenClaw config/secrets directly

SKILL.md · prose · downgraded · ~/.openclaw/openclaw.json

Pattern match medium

HTTP request to bare IP address — common in malicious payloads

scripts/daemon.py · prose · downgraded · http://127.0.0.1

Pattern match low

Python os.getenv — reads environment variable

scripts/daemon.py · prose · downgraded · os.getenv(

Permissions & capabilities

Requires 1 system binary.

package_installnetwork_out

Is this flag fair?

Check another skill Browse the registry Auditing your own skills or configs? Use the API