detect_race_conditions
Identify race conditions in Roblox scripts by scanning for read-yield-use hazards, re-entrant handlers, concurrent state writes, and competing anchor authorities, helping prevent unpredictable runtime behavior.
Instructions
Finds read-yield-use hazards, re-entrant handlers, concurrent state writes, and competing anchor authorities.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| side | No | Execution-side filter. | |
| query | No | Optional script name/path filter. | |
| offset | No | Zero-based script offset. | |
| max_scripts | No | Maximum live scripts to audit. |