一键导入
grounding-guard
Verify response faithfulness against RAG source documents using NLI entailment and LLM-as-judge
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Verify response faithfulness against RAG source documents using NLI entailment and LLM-as-judge
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Trust-aware dialogue generation for AI companion relationships
Generate, edit, upscale, variate, and style-transfer images using the AgentOS multi-provider image pipeline with automatic fallback and character consistency.
Difficulty scaling, CR calculations, action economy, adaptive encounter design
Fair adjudication of game encounters — combat, puzzles, social challenges
Renders game state changes into dramatic, immersive prose narrative
Branching quest DAGs, prospective memory triggers, workflow composition
| name | grounding-guard |
| version | 1.0.0 |
| description | Verify response faithfulness against RAG source documents using NLI entailment and LLM-as-judge |
| author | Frame.dev |
| namespace | wunderland |
| category | security |
| tags | ["guardrails","hallucination","grounding","faithfulness","nli","rag","fact-checking"] |
| requires_tools | ["check_grounding"] |
| metadata | {"agentos":{"emoji":"🔍"}} |
A guardrail automatically verifies that your responses are faithful to the source documents retrieved via RAG. Claims in your output are checked against the retrieved sources using NLI entailment detection.
When HITL is enabled with guardrailOverride: true, the grounding guard participates in the post-approval guardrail pipeline. If a tool action is approved (by human or LLM judge) but produces output containing ungrounded claims, the grounding guard can flag or veto the response before it reaches the user. See the hitl-safety skill for HITL configuration details.