Race Condition

Detects check-then-act sequences on shared state vulnerable to TOCTOU manipulation. Use when writing check-then-act sequences on shared state, file operations that check existence before read/write, balance updates without locking, or any code where two operations on the same resource are not atomic.

thejefflarson b58d379 3.5 KB Updated

File contents

thejefflarson/soundcheck/tree/main/.claude/skills/race-condition commit b58d379351

Frequently asked questions

npx skillmds@latest add thejefflarson/race-condition