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.

LeoYeAI Updated

File contents

LeoYeAI/openclaw-master-skills/tree/main/skills/phy-concurrency-audit commit 4023dc7735

Frequently asked questions

npx skillmds@latest add leoyeai-openclaw-master-skills/phy-concurrency-audit