fastapi/full-stack-fastapi-template
CA
UI Components
Application Logic
Data Models
Infrastructure
141 files
3 resolved edges
1% dep. confidence Low
35% arch. health

Select a Module

Click any node on the graph to view its details, risk metrics, and engineering recommendations.

File Analysis
auth.py
src/core/auth.py
Risk Level Critical
Risk Score 82%
Centrality 0.11
Lines of Code 98
Layer UI Components
Dependency Confidence Low (1%)
Last Modified 2 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.tsx 60%
sidebar.tsx 73%
test_users.py 66%
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.

Estimated effort: 1–2 days