citation-audit

Retrieves cited sources and verifies quoted text, dates, and domain reputation.

2|3|Updated Nov 9, 2025
One-click install
npx skills add https://github.com/genesis-agents/GenesisPod --skill citation-audit-genesis-agents
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: citation-audit
Source: https://github.com/genesis-agents/GenesisPod/tree/main/backend/src/modules/ai-app/playground/mission/skills/citation-audit
Command: npx skills add https://github.com/genesis-agents/GenesisPod --skill citation-audit-genesis-agents

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Tool-driven verification of citations by fetching real sources, checking quotes, and flagging conflicts to ensure report integrity.

Core Features & Use Cases

  • Per-citation verification: fetch sources, locate exact quoted text, and verify alignment with claims.
  • Date sanity and domain reputation checks to surface unreliable sources.
  • Use Case: researchers and journalists who need fast, scalable citation validation across long reports.

Quick Start

List citation URLs and any inline quotes to verify, and run the verification workflow to produce a per-citation report.

Frequently Asked Questions about citation-audit

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I verify citations and check if quoted text matches the original source?

Citation validation involves fetching source content to locate exact inline quotes and confirm alignment with original claims. It checks URL accessibility, quote matching, publish date sanity, and domain reputation to return structured verdicts with evidence.

What is the best way to fact-check sources for a long research report?

Fact-checking sources for long reports is done by applying per-citation verification to fetch content, match quotes, and flag conflicts. This scalable approach surfaces unreliable sources by checking domain reputation and publish date sanity across all citations.

Can I check domain reputation and publish date sanity for suspicious sources?

Yes, you can check domain reputation and publish date sanity to surface unreliable sources. The verification workflow evaluates these factors alongside URL accessibility and inline quote matching to flag suspicious or unverified citations with supporting evidence.

How do I start verifying a list of citation URLs and inline quotes?

To start citation verification, list your citation URLs and any inline quotes to verify. Running the workflow fetches the sources, checks the quotes, and produces a structured per-citation report with verdicts and evidence.

Does citation verification work for researchers needing scalable validation across long documents?

Citation verification is designed for researchers and journalists needing fast, scalable validation across long reports. It retrieves real sources, checks quote alignment, and flags conflicts to ensure overall report integrity.

What are the limitations of web-fetch based citation verification?

Web-fetch based citation verification is limited by URL accessibility; if a source is paywalled or offline, the fetch will fail. It relies on retrieving real content to match inline quotes, meaning unresolvable URLs will be flagged as unverified rather than checked.