[HIGH:75] Issue Found by Staging CI Review
Severity: HIGH
Confidence: 75/100
PR comment: #807 (comment)
Description
Unsafe environment variable mutation without synchronization in src/setup/wizard.rs. unsafe { std::env::set_var() } and remove_var() mutate global state; concurrent tests cause data races.
Auto-created by staging-ci Claude Code review
[HIGH:75] Issue Found by Staging CI Review
Severity: HIGH
Confidence: 75/100
PR comment: #807 (comment)
Description
Unsafe environment variable mutation without synchronization in
src/setup/wizard.rs.unsafe { std::env::set_var() }andremove_var()mutate global state; concurrent tests cause data races.Auto-created by staging-ci Claude Code review