Parakeet Local Asr
ReviewAudited by ClawScan on May 10, 2026.
Overview
The skill is aligned with local speech-to-text setup, but its installer runs an unpinned external GitHub setup script that was not included in the review.
Use this only if you are comfortable reviewing or trusting the external Parakeet ASR repository it clones. Before running bootstrap, inspect the upstream setup script, consider pinning a known-good version, and approve any package-manager or elevated commands explicitly.
Findings (1)
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.
Installing the skill may execute whatever setup code is currently in the external repository, which could change over time and may modify the local environment beyond what is visible in these artifacts.
The installer fetches code from an external repository and immediately runs that repository's setup script, but the remote code is not included in the review and no commit, tag, checksum, or signature is pinned.
REPO_URL="${PARAKEET_REPO_URL:-https://github.com/rundax/parakeet-asr.git}"
...
git clone "$REPO_URL" "$PARAKEET_DIR"
...
./setup.shReview the upstream repository before running bootstrap, prefer a pinned commit or release tag, and require explicit user approval before running any setup script that may install packages or modify the system.
