Skip to main content

ai-misinformation-guard

Design controls against LLM misinformation and overreliance (OWASP LLM09) — require grounding (answer from retrieved/authoritative sources, not model memory, for factual claims), verifiable citations checked to actually support the claim, calibrated uncertainty and refusal-to-answer when evidence is thin, validation of consequential facts before they drive a decision or action, and UX that signals confidence and limits so users don't over-trust. Covers package/API hallucination (recommending nonexistent dependencies an attacker can register) and human-oversight for high-impact outputs. Composes rag-security-architect for grounded retrieval and ai-governance-risk-reviewer for oversight tiering. Use when wrong-but-confident output could mislead users or drive decisions. Do NOT use for unsafe output HANDLING (llm-output-safety-reviewer), output SHAPE (structured-output-validator), injection (prompt-injection-defender), or training-data integrity (model-poisoning-reviewer).

跳到安装

来源信息

仓库
ModernNomad-98/Project-Aegis
最近来源活动
2026年7月7日 07:49
检测到的 SKILL.md 语言
英语
星标
3
分支
0

安装方式

默认使用会先检查来源的 Prompt;你也可以切换为直接命令,或下载本地副本。

检查来源文件

决定是否安装前,请先阅读 SKILL.md,以及 SkillsMP 当前展示的配套文件。