🛡️ Blind Auditor - MCP Server
"Code -> audit -> amend -> audit again -> pass."
Blind Auditor is a mandatory code auditing system built on the MCP (Model Context Protocol). It uses a unique "Thinking Isolation" mechanism to force AI Agents to enter an independent "audit phase" and self-review their code before outputting the final result.
🧠 Core Philosophy: Thinking Isolation
Traditional AI coding is often "generate and output," which allows errors and biases to slip through. Blind Auditor introduces a middle layer:
- Intercept: When the Agent wants to output code, it must first submit it to Blind Auditor.
- Isolate: Blind Auditor does not return the result immediately. Instead, it injects a mandatory system instruction, forcing the Agent to pause its current persona and switch to a "Ruthless Auditor" role.
- Audit: In this isolated context, the Agent must scan the generated code line by line against the predefined
rules.json. - Release: The code is unlocked and returned to the user only when the audit score meets the threshold (default > 80) and there are no Critical issues.






