audit-ml-pipeline

audit-ml-pipeline is a skill for Claude Code from probabl-ai/skills. It costs 594 tokens per session (5,738 once invoked), scanned A, original, BSD-3-Clause.

A per-experiment audit workflow for machine-learning projects that reads saved Skore reports without changing them. Each audit is a readable Python file paired with an experiment and its journal entry.

In plain words
What is it for?
Use it to inspect an experiment's checks and metrics, rerun an existing audit, compare changed results, and record the outcome.
Why use it?
It turns report results into a repeatable, human-readable record and avoids one-off scratch scripts for extracting metrics.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the probabl-skills plugin — 14 skills shipped together

Good fit Use it to inspect an experiment's checks and metrics, rerun an existing audit, compare changed results, and record the outcome.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/probabl-ai/skills/audit-ml-pipeline
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add probabl-ai/skills --skill audit-ml-pipeline
Clone the repo
git clone --depth 1 https://github.com/probabl-ai/skills

Made for: Claude Code.

Or install probabl-skills, the plugin that ships this one along with the rest of its 14 skills.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for audit-ml-pipeline

README.md
[![agentmods](https://agentmods.dev/badge/skills/probabl-ai/skills/audit-ml-pipeline/github.svg)](https://agentmods.dev/skills/probabl-ai/skills/audit-ml-pipeline)
Your own site
<a href="https://agentmods.dev/skills/probabl-ai/skills/audit-ml-pipeline"><img src="https://agentmods.dev/badge/skills/probabl-ai/skills/audit-ml-pipeline/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for audit-ml-pipeline

Your own site · 80×15
<a href="https://agentmods.dev/skills/probabl-ai/skills/audit-ml-pipeline"><img src="https://agentmods.dev/badge/skills/probabl-ai/skills/audit-ml-pipeline.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 594 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 5,738 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00594 $0.05738
Opus 5 $0.00297 $0.02869
Sonnet 5 $0.00119 $0.01148
Haiku 4.5 $0.00059 $0.00574

Measured 13d ago against content hash 851ec25dfeb3, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

audit-ml-pipeline scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 13d ago.

The scan reads SKILL.md. This mod also ships 2 executable files (scripts/run_cells.py, templates/audit.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/audit-ml-pipeline/SKILL.md · 413 lines

How it starts

The opening of the file, as written. The whole thing — 413 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Audit ML Pipeline

Per-experiment, human-readable, agent-executable narrative of a skore report — produced by executing a bare-expression # %% file and reading the digest. Read-only against the skore Project.

Next-step pointers

Came here from… After audit, next is…
iterate-ml-experiment § 4 record-outcome → Read audit digest, fill Status block + JOURNAL row
User free-text ("audit 02", "re-audit 04") → Surface metrics to the user; no further dispatch
Re-run of an existing experiment → Re-execute the existing audit file; surface diff if metrics changed

The audit is dispatched FIRST in § 4, before any scratch probes. The digest carries the checks summary and the metrics summary — it replaces ad-hoc scratch/<ts>_inspect_*.py files for the metric extraction step.

Where things live — visual map

Path Durability Who writes it What it holds
audit/<NN>_<short_name>.py Durable (in git) This skill, once per experiment The bare-expression cells. Source of truth. Can be opened as a notebook in JupyterLab / VS Code for the rich HTML view
scratch/audit/<stem>/audit.md Ephemeral (gitignored), optional run_cells.py when given a 2nd arg Per-cell markdown digest: source + stdout + last-expression repr. Same content as stdout
Stdout from run_cells.py Captured by the bash tool run_cells.py (always) Streamed digest — the agent reads this directly from the tool output

Mnemonic: audit/ is source (in git); scratch/audit/ and stdout are output. Never put the source .py under scratch/audit/. Never commit anything under scratch/audit/.

Read-only contract

The central rule. Surfaced as the first Stop condition below.

Allowed in audit/<stem>.py:

  • skore.Project(...) — open the project this experiment wrote to.
  • project.summarize() — list (key, id) pairs.
  • project.get(id) — load a specific report by id.
  • Every report.* accessor.
  • Imports from <pkg> (read-only inspection).

Read the full file on GitHub · 413 lines

Files

What ships with it

5 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 13d ago First seen · 413 lines · 594 tokens per session scan A 851ec25dfeb3

Subscribe to this mod's changes

audit-ml-pipeline is a skill published in the GitHub repository probabl-ai/skills (122 stars, last pushed yesterday), licensed BSD-3-Clause. It adds 594 tokens to every session and 5,738 once invoked, about $0.0030 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

calculator

Evaluate mathematical expressions and unit conversions. Handles arithmetic, percentages, exponents, and common unit conversions (temperature, distance, weight). No external dependencies.

NVIDIA/SkillEvaluator · 32 tokens

figure-rhetoric

Evaluate whether figures and plots in a manuscript effectively communicate the claims they support. Audits chart-type fit, axis design, visual hierarchy, data density, caption interpretation, perceptual accuracy, and narrative arc across 8 dimensions. Triggers on: "do my figures work", "check my plots", "are my graphs…

Mathews-Tom/armory · 123 tokens

manuscript-provenance

Computational provenance audit verifying every number, table, and figure in a manuscript derives from code, not manual entry. Triggers on: "check provenance", "verify reproducibility", "audit my pipeline", "are my numbers from code", "provenance audit". Companion to manuscript-review (prose audit).

Mathews-Tom/armory · 70 tokens

paper-figures

Use this skill to produce standalone, publication-ready PNG graphics and reproducible matplotlib scripts from tabular data (CSVs or DataFrames). This tool is built specifically for rendering numerical data into formal scientific visualizations—including scatter, line, bar, pie, ring, bubble, tornado, KDE, violin, box…

EvoScientist/EvoSkills · 208 tokens

arxiv-package

Package a TeX/LaTeX project into a clean tarball or zip for arXiv upload: file selection, build-artifact exclusion, 00README.XXX generation, ancillary file organization, archive validation. Triggers on: "package for arXiv", "create arXiv tarball", "bundle submission", "zip for arXiv", "prepare arXiv upload", "arXiv…

Mathews-Tom/armory · 105 tokens

paper-planning

Guides pre-writing planning for academic papers with 4 structured steps: story design (task-challenge-insight-contribution-advantage), experiment planning (comparisons + ablations), figure design (pipeline + teaser), and 4-week timeline management. Includes counterintuitive planning tactics (write a mock rejection…

EvoScientist/EvoSkills · 166 tokens