AI Agent Hub
Back to skills
AI Citation and Data Verification icon

AI Citation and Data Verification

Professional Updated 2026.08.30

Paste the following prompt into your AI chat to install this skill:

Please install @user_6113fd9f/cite-hallucination-check according to https://skillhub.cn/install/skillhub.md

About this skill

Problem

LLM-written reports often mark missing reports, policies, news items, or data as empirical. Checking every citation by hand is slow, and relying on memory can either miss fabricated sources or wrongly delete real ones. cite-hallucination-check turns “can this citation be traced?” into a reviewable checking process.

How It Works

The skill extracts citations from docx, pdf, md, and plain text, then splits each item into six components: title, author/issuer, publisher, date, URL, and DOI/reference number. It first triages each citation as verifiable, reasoning-required, or non-checkable. For verifiable items, it checks local files with grep, authoritative or official sources, and web retrieval via WebSearch/WebFetch, then labels components as match, partial, not match, or unknown. It outputs a severity-ranked list across exist, exist-minor, fake, unknown, and unsure, with the closest source, mismatched component, and one-line reason.

Boundaries

It only checks citation authenticity; it does not proofread grammar, perform political review, collect industry data, or remove “AI smell.” Confidential client data or unpublished material should be verified locally and not sent to web search. Its output is evidence for review, not a final verdict; fake findings still require human confirmation before deleting or downgrading the claim.

Use Cases

  • Consultants verify empirical citations in client reports before delivery and flag missing or fabricated sources.
  • Research analysts check industry white papers for title, issuer, year, and URL consistency before citing them.
  • Editors audit policy documents to confirm policy numbers, standards, and official statistics trace to public sources.
  • Compliance reviewers mark unverifiable AI-draft citations for revision or downgrade rather than deleting them outright.

Best For

  • Consultants who need to locate potentially fabricated citations before client delivery.
  • Research analysts who need to compare industry data, white papers, and official sources into a reviewable evidence table.
  • Content editors who need to verify policy, news, and statistics citations for missing links or wrong years.
  • Compliance reviewers who need to separate unverifiable, uncertain, and fabricated citations while preserving an audit trail.