andyed

Notebook Audit — Security skill for Claude Code

Security community

Verify [NB##:K##] claim references in prose against notebook sources.

How to install Notebook Audit

Installs to ~/.claude/skills/andyed-science-agent-notebook-audit/SKILL.md

Terminal
mkdir -p ~/.claude/skills/andyed-science-agent-notebook-audit && curl -fsSL https://raw.githubusercontent.com/andyed/science-agent/HEAD/commands/notebook-audit.md -o ~/.claude/skills/andyed-science-agent-notebook-audit/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Notebook Audit does


description: Verify [NB##:K##] claim references in prose against notebook sources. Args: [--aggregate=] [--notebooks=] [--cross-repo=]

Run notebook-audit with the user's arguments:

NODE_PATH="${CLAUDE_PLUGIN_DATA}/node_modules" node "${CLAUDE_PLUGIN_ROOT}/cli.js" notebook-audit $ARGUMENTS

Surface unresolved claim references and stale numerics. If the project hasn't set up Key Claims conventions, the tool degrades gracefully and explains what to do — p

Alternatives in Security

Full documentation available on GitHub

View Source Repository