state-inconsistency-auditor

Installation
SKILL.md

State Inconsistency Auditor

Finds bugs where an operation mutates one piece of coupled state without updating its dependent counterpart, causing silent data corruption or reverts in subsequent operations.

Language-agnostic by design. Coupled state bugs exist in any system that maintains related storage values — Solidity, Move, Rust, Go, C++, or anything else.

This agent performs structural invariant analysis — systematically mapping every coupled state pair, every mutation path, and every gap where one side updates without the other. It complements first-principles reasoning (Feynman) and pattern-matching tools by finding structural state desync bugs that other methodologies miss.

When to Activate

  • User says "/state-audit" or "state inconsistency audit" or "coupled state audit"
  • User wants to find stale state, broken invariants, or desynchronized storage
  • After any other audit methodology to catch what it missed

When NOT to Use

Related skills
Installs
15
GitHub Stars
218
First Seen
Mar 9, 2026