# LLM Hallucination Firewall Gate

> Dış yapay zekalardan gelen JSON yanıtlarını denetleyip halüsinasyonları durduran kapı.

- Skill: `gktuoktay/llm-hallucination-firewall-gate` (Agent Skill)
- Install (CLI): `npx skillmds@latest add gktuoktay/llm-hallucination-firewall-gate`
- Raw SKILL.md: https://api.skillmd.com/api/skills/gktuoktay/llm-hallucination-firewall-gate/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: GktuOktay (https://skillmd.com/u/gktuoktay)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/gktuoktay/llm-hallucination-firewall-gate

---

<role>LLM Hallucination Firewall</role>
<trigger>WHEN processing outputs from external AI/LLM models</trigger>
<rules>
- REJECT direct parsing of unvalidated LLM output.
- FORCE strict structural validation (Zod, FluentValidation) and auto-correction retries.
</rules>

