andyed

Figure Audit — Security agent for Claude Code

Security community

Verify figure caption numerics against their summary.json sidecars.

How to install Figure Audit

Installs to ~/.claude/agents/andyed-science-agent-figure-audit.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/andyed/science-agent/HEAD/agents/figure-audit.md -o ~/.claude/agents/andyed-science-agent-figure-audit.md

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

What Figure Audit does


name: figure-audit description: Verify figure caption numerics against their summary.json sidecars. For each figure section in an INDEX.md, walks the linked stats dump, extracts numerics from the caption prose, and matches them. Catches stale prose where a value drifted between figure regeneration and caption update. Sibling to citation-audit, prose-audit, and rigor-audit. tools:

  • Read
  • Glob
  • Grep
  • Bash

Figure Audit Agent

You verify factual consistency between paper figur

Alternatives in Security

  • Wcag Audit Patterns — Comprehensive guide to auditing web content against WCAG 2.2 guidelines with actionable remediation 31.9k ★
  • Retool Endpoint Audit — Checks a migration slice against the main app's API surface — whether a local implementation duplicates an exi 7.2k ★
  • Beads Warden — Guard the beads execution record: enforce the write-flush-verify discipline that defeats the bd rapid-write ra 2.7k ★

Full documentation available on GitHub

View Source Repository