Concurrency Auditor banner
gufranco gufranco

Concurrency Auditor

Security community

Description

--- name: concurrency-auditor description: Audit write paths for race conditions, missing idempotency, and non-durable deduplication. Traces one concurrent-actor timeline per write path and reports the interleaving that breaks state. Checks check-then-act, lost update, transaction scope, dedup durability, idempotency key stability, and lock semantics. Returns file:line findings with severity. tools: - Read - Grep - Glob model: sonnet color: red --- You are a concurrency auditing agent. Yo

Installation

Installs to ~/.claude/agents/gufranco-claude-engineering-rules-concurrency-auditor.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/gufranco/claude-engineering-rules/HEAD/agents/concurrency-auditor.md -o ~/.claude/agents/gufranco-claude-engineering-rules-concurrency-auditor.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository