minutes-setup-fa4caf — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited minutes-setup-fa4caf (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Walk the user through first-time Minutes setup, step by step.
Run the verify skill's script to see what's already done:
bash "${CLAUDE_PLUGIN_ROOT}/skills/minutes-verify/scripts/verify-setup.sh"Skip any steps that already pass.
cd ~/Sites/minutes
export CXXFLAGS="-I$(xcrun --show-sdk-path)/usr/include/c++/v1"
cargo build --releaseThe binary lands at target/release/minutes. The user should add it to their PATH or create a symlink.
Ask the user which quality level they want using AskUserQuestion:
| Model | Size | Speed | Quality | Best for |
|---|---|---|---|---|
tiny | 75 MB | ~10x real-time | Low | Quick tests, short memos |
small | 466 MB | ~4x real-time | Good | Daily meetings (recommended) |
medium | 1.5 GB | ~2x real-time | Great | Important meetings, accents |
large-v3 | 3.1 GB | ~1x real-time | Best | Legal, medical, foreign language |
Then run:
minutes setup --model <chosen-model>mkdir -p ~/meetings/memosFor in-person conversations, the built-in mic works fine. For Zoom/Meet/Teams:
brew install blackhole-2chSee minutes-record/references/audio-devices.md for the full guide.
Run verify again to confirm everything passes:
bash "${CLAUDE_PLUGIN_ROOT}/skills/minutes-verify/scripts/verify-setup.sh"minutes record --title "Test recording"
# Speak for 10-15 seconds
minutes stopCheck the output file exists in ~/meetings/ and has a transcript.
small model is 466 MB. On slow connections, tiny is a good starting point (75 MB).~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.