minutes-verify-e9d553 — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited minutes-verify-e9d553 (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.
Before running helper scripts or opening bundled references, set:
export MINUTES_SKILLS_ROOT="$(git rev-parse --show-toplevel)/.opencode/skills"
export MINUTES_SKILL_ROOT="$MINUTES_SKILLS_ROOT/minutes-verify"Run a health check on the Minutes installation to confirm everything is working.
Run the verification script included with this skill:
bash "$MINUTES_SKILL_ROOT/scripts/verify-setup.sh"The script checks each component and outputs a pass/fail status for each. Read the output and report results to the user.
| Check | What it verifies |
|---|---|
| Binary | minutes command exists on PATH |
| Model | At least one whisper model downloaded in ~/.minutes/models/ or ~/.cache/whisper/ |
| Meetings dir | ~/meetings/ directory exists |
| Memos dir | ~/meetings/memos/ directory exists |
| PID state | No stale PID file in ~/.minutes/recording.pid |
| Audio input | CLI-context audio input visibility (macOS only; desktop readiness is authoritative for the signed app) |
| Config | ~/.config/minutes/config.toml exists (optional — defaults work fine) |
| Spotlight privacy | macOS .metadata_never_index markers exist for ~/.minutes and ~/meetings when those directories exist |
If any checks fail, tell the user exactly what to do:
cargo build --release in the minutes repo, then add to PATHminutes setup --model small (recommended) or --model tiny (faster, lower quality)mkdir -p ~/meetings/memos — will also be created on first recordingrm ~/.minutes/recording.pid — previous recording crashed without cleanupminutes setup so Minutes can recreate the .metadata_never_index markers.system_profiler). On Linux, that check will be skipped. On macOS, shell-context checks can disagree with the signed desktop app; use the desktop Readiness Center for TCC-sensitive truth.minutes setup after building.~/.config/minutes/config.toml doesn't exist, that's fine. Minutes uses compiled defaults. Only flag it as "not configured" (informational), not as an error..metadata_never_index; it does not disable Spotlight indexing for the whole user volume.~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.