Click any node on the graph to view its details, risk metrics, and engineering recommendations.
File Analysis
✕
⚠
auth.py
src/core/auth.py
Risk LevelCritical
Risk Score82%
Centrality0.11
Lines of Code98
LayerUI Components
Dependency ConfidenceLow (1%)
Last Modified2 days ago
Engineering Assessment
This module is the highest-risk component in the repository with an 82% risk score and 0.11 centrality. It appears to couple visual state with application behavior and shared layout concerns.
Confidence note: Some imports could not be resolved due to framework aliases, dynamic imports, or convention-based routing. The graph reflects statically discoverable imports only.
Related High-Risk Modules
AppSidebar.tsx60%
sidebar.tsx73%
test_users.py66%
Recommendations
Separate presentation from application state
Separate presentation concerns from shared application state.
Estimated effort: 3–5 days
Add targeted component tests
Add targeted component tests before modifying shared sidebar behavior.