Neighbor Risk
Tier 2neighbor_risk The functions this code calls or is called by are themselves high-risk. Even if this function is not complex, it inherits blast-radius risk from its neighborhood.
DioxusLabs/dioxus: harness.rs carries the highest risk — 5 functions to address
All five of dioxus's highest-priority hotspots live inside a single file, `packages/fuzz/src/harness.rs`, and every one of them was touched in the last 30 days. That kind of concentration means a single developer working in that module is simultaneously carrying the structural weight of a god function, broad fan-out coupling, and live regression risk — not as separate problems to schedule, but as one tangled surface to navigate today.
immer's perf scripts and plugins carry the highest risk — 5 functions to review first
immer's highest-ranked hotspots are split between performance tooling and core plugin code. The production concern is concentrated in patches, array method interception, and proxy access paths.
remote-jobs' link checker carries the highest risk — 5 functions to review first
A single script file, fix-links.mjs, concentrates the highest structural and activity risk in remote-jobs — its top function carries a cyclomatic complexity of 38.