What problem does it solve? Reviewing FHE-based confidential code is error-prone: missing FHE.allowThis calls, mismatched decrypt flows, plaintext leaks, and confidentiality-vs-anonymity confusion are easy to miss in a manual pass. This Skill applies a structured audit checklist of 30+ recurring Fhenix CoFHE gotchas to PR diffs and code reviews so these bugs are caught before merge. ## Core Features & Use Cases - Prioritized audit checklist: Walks changed code in a fixed order covering ACL bugs, decrypt-flow mismatches, plaintext leaks, ebool branching, encrypted approvals, randomness sourcing, input validation, permit hygiene, and standards mixing. - Structured review output: Produces severity-rated findings (Critical / High / Medium / Low / Note) with line citations, quoted code, and suggested fixes. - Deep-audit escalation: Delegates large or security-sensitive reviews to an fhe-reviewer subagent that loads the full gotcha catalog and security checklist. - Use Case: A reviewer runs gh pr view on a pull request touching FHE.sol contracts and asks for a security check; the Skill traces every encrypted operation, verifies allowThis pairing, checks permit expiration units, and reports a plaintext leak in an event emission. ## Quick Start Review this Fhenix CoFHE pull request diff for ACL bugs, decrypt-flow mismatches, and plaintext leaks, and report findings with severity ratings.