Phy Concurrency Audit

Static concurrency and race-condition auditor for Go, Java, Python, Node.js/TypeScript. Detects shared-state mutations without locks (Go map races, Java non-atomic increments, Python thread/asyncio shared lists), TOCTOU (time-of-check-time-of-use) patterns across all languages, sync.Mutex copied by value, WaitGroup.Add inside goroutines, SimpleDateFormat as instance field, double-checked locking without volatile, asyncio shared state without Lock. Maps findings to CWE-362 (race condition) and CWE-367 (TOCTOU). Zero competitors on ClawHub — not a single concurrency-audit SKILL.md in 13,700+ files. Use when this capability is needed.

tomevault-io Updated

File contents

tomevault-io/skills-registry/tree/main/leoyeai--openclaw-master-skills--phy-concurrency-audit commit 6bfac9b470

Frequently asked questions

npx skillmds@latest add tomevault-io/phy-concurrency-audit