What problem does it solve?
This Skill helps teams prevent security regressions in Anarchy by providing a concrete checklist for reviewing changes that could break anonymity, key safety, encryption boundaries, proof-of-work behavior, or lightweight chain authentication.
Core Features & Use Cases
- PR security verification checklist for enforcing Anarchy’s non-negotiable protocol principles during reviews.
- Targeted checks across the stack covering Tor/I2P transport enforcement, session-only secret key handling, client-side-only cryptography, foreground PoW enforcement, and X-Chain-Auth request signing.
- Review guardrails for new blockchain/RPC/extrinsic/storage work including bounded inputs, replay resistance, rate limiting, overflow safety, and event/error naming consistency.
- Incident response guidance for key leaks or protocol defects, including private reporting and mitigation via governance/runtime upgrade.
Quick Start
Use this checklist to review a pull request that modifies front-end encryption, key management, node RPC/storage endpoints, or runtime extrinsics in the Anarchy repository.