ai-misinformation-guard

Verify AI factual claims against authoritative sources and citations.

2|Updated Jul 6, 2026
One-click install
npx skills add https://github.com/nguyenpv1980-wq/Project-Aegis --skill ai-misinformation-guard
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ai-misinformation-guard
Source: https://github.com/nguyenpv1980-wq/Project-Aegis/tree/main/.claude/skills/ai-misinformation-guard
Command: npx skills add https://github.com/nguyenpv1980-wq/Project-Aegis --skill ai-misinformation-guard

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps prevent AI features from confidently making up facts, fake citations, or misleading recommendations that users might trust and act on.

Core Features & Use Cases

  • Grounded factual answers: Ensures consequential claims come from authoritative retrieved sources instead of model memory.
  • Citation verification and uncertainty handling: Checks that citations actually support the claim and allows the system to hedge or refuse when evidence is thin.
  • High-impact safeguards: Adds fact validation before action, package/API existence checks, and human oversight for medical, legal, financial, or safety-sensitive outputs.

Quick Start

Use the ai-misinformation-guard skill to design controls for this assistant so its factual claims are grounded in authoritative sources, its citations are verified, and it can refuse when evidence is insufficient.

Frequently Asked Questions about ai-misinformation-guard

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

FAQPage Schema
How do I prevent LLM hallucinations and fake citations in generated responses?

To prevent LLM hallucinations, you enforce grounding in authoritative retrieved sources instead of relying on model memory. This approach verifies that citations actually support claims and allows the system to hedge or refuse when evidence is thin.

What is slopsquatting and how does fact validation protect against it?

Slopsquatting involves AI confidently generating fake package or API recommendations. Fact validation protects against this by checking package and API existence before action, ensuring dependency recommendations are real and safe.

How do I design an LLM safety system that refuses when evidence is insufficient?

Designing LLM safety for insufficient evidence requires calibrated uncertainty and refusal mechanisms. The system signals confidence limits in the UX and adds human oversight for medical, legal, financial, or safety-sensitive outputs.

How to verify citations actually support the claims made by an AI assistant?

Citation-to-claim verification checks that generated citations explicitly support the factual answers provided by the AI. This ensures consequential claims are grounded in authoritative sources rather than fabricated model outputs.

Can I use grounding controls for high-impact medical or financial advice scenarios?

Yes, grounding controls apply to high-impact scenarios like medical, legal, and financial advice. The system performs fact validation before action and requires human oversight to prevent harmful decisions from misleading outputs.