bt-tournament — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited bt-tournament (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.
This skill runs an online Bradley-Terry tournament and exposes 95% confidence intervals so "low-confidence ties" stay visible.
/bt-tournament.mcp__memory__get_active_frontier.mcp__memory__judge_hypotheses to fetch the canonical comparison prompt. Evaluate inline (do not spawn a sub-agent just to judge).mcp__memory__record_judgement(a, b, winner, reason). Internally this records the comparison and updates the BT leaderboard; you do not need to call update_bt_rating separately.mcp__memory__get_bt_leaderboard(top_k=10). Look at strength, lcb, ucb, n_comparisons, and insufficient_samples.insufficient_samples is true for any winner, say so explicitly.mcp__memory__suggest_pause_low_strength from inside this skill. That is a separate decision the user (or P3 hooks) takes.bt_rating_updated event so the TUI's leaderboard updates without a manual refresh.~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.