Claim Audit — Security skill for Claude Code
A Claude skill that audits AI-written text claim by claim: quotes each checkable claim, tags it with one of ten hallucination patterns, verifies it against primary sources, and returns a verdict, a fl.
How to install Claim Audit
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open nataliachalmers/claim-audit and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Claim Audit does
A Claude skill that audits AI-written text claim by claim: quotes each checkable claim, tags it with one of ten hallucination patterns, verifies it against primary sources, and returns a verdict, a flagged table, and a fix-it prompt to send back to the model.
Alternatives in Security
- Engage.Cvediff — Find the canonical fix commit(s) for a CVE across sources, then diff for root cause 348 ★
- Text Integrity Audit.Skill — text-integrity-audit.skill.md 265 ★
- Vuln Scan — Multi-agent security vulnerability sweep — fans out region-scoped hunters, verifies findings, and reports 107 ★
README
claim-audit
A Claude skill that audits AI-written text claim by claim: quotes each checkable claim, tags it with one of ten hallucination patterns, verifies it against primary sources, and returns a verdict, a flagged table, and a fix-it prompt to send back to the model.
When a language model lacks reliable information it doesn't stop; it guesses, fluently and with confidence. This skill reads AI output the way a skeptical peer reviewer reads a manuscript, and hands back something you can act on in two minutes.
How it works
**0. Interrogate first, if the AI session is still open.** Send the model five chain-of-thought follow-ups at once — *cite your sources; which are most relevant; where are you guessing versus knowing; what should I verify; where could you be wrong* — and audit its answers too. The skill knows what those answers reliably do: "cite your sources" asked after the fact returns source-shaped categories rather than documents, and "where could you be wrong" returns generic hedges rather than the claim at risk. The self-report is a map of where to spend checks, not evidence.
**1. Inventory the claims.** Every statement that could be false — facts, numbers, names, dates, citations, quotations, rules, product features, causal claims — quoted exactly. Paraphrasing hides the tell: "23.7%" and "roughly a quarter" are different claims.
**2. Classify each claim against ten patterns.**
| # | Pattern | The tell |
|---|---|---|
| 1 | Fabricated fact | A specific event, law or entity asserted with confidence and no source |
| 2 | Fabricated citation | Prestigious author or journal, no DOI, link, volume or page; or a real journal with a paper it never published |
| 3 | False precision | A decimal-point statistic with no methodology, population or year |
| 4 | Misattribution | A real idea, quote, rule or finding assigned to the wrong person or agency |
| 5 | Timeline error | "Recently", "the latest": a concrete event filling a gap about the current state |
Related Skills
Adversarial Audit Engine
Cross-model audit engine for documents and technical artifacts: hallucination gate on verbatim quotes, claim v
Skill Quality Research
Craft-first quality review for Agent Skill repos — an LLM judges how well a skill is WRITTEN (trigger design,
Fact Refresh
Claude Code skill: audit course materials (Beamer decks, lecture notes, syllabi) for outdated facts, statistic
SEO Content Audit
Use when auditing a website's content/markup for on-page SEO basics — title tags, meta descriptions, heading h
Notebook Audit
Verify [NB##:K##] claim references in prose against notebook sources. Args: [--aggregate= ] [--notebooks= ] -
Claudemd Sampling Audit
Retrospective batch scan of historical transcripts for 8 self-enforced HARD rules — text detectors (§10-V bann
Related Agents
Claim Verifier.Agent
Same-family per-claim verifier for the primary-source-verification (psv) skill. Given ONE atomic claim AND the
Evaluate
Evidence-based auditor in a fresh context. Verifies every claim in one named artifact (a spec cut, a board's c
Deal Factchecker
Verifies every factual, legal, and market claim in a contract analysis against primary sources, and stamps wha