Debt Discovery

Scan and identify technical debt across your codebase

Critical
18
High
67
Medium
112
Low
74

Circular dependency in authentication module

criticalarchitecture

src/services/auth/AuthService.ts

16h
estimate
92
risk

Outdated React version (17.0.2)

highoutdated dependency

package.json

40h
estimate
76
risk

SQL injection vulnerability in search endpoint

criticalsecurity

src/api/search/SearchController.java

4h
estimate
98
risk

Missing test coverage for payment processing

hightest coverage

src/services/payment/

24h
estimate
81
risk

God class in OrderProcessor

mediumcode smell

src/services/orders/OrderProcessor.java

80h
estimate
65
risk

No API documentation for v2 endpoints

mediumdocumentation

src/api/v2/

16h
estimate
52
risk

Deprecated lodash methods in utility functions

lowoutdated dependency

src/utils/helpers.ts

6h
estimate
28
risk

Hardcoded credentials in config files

highsecurity

config/development.json

2h
estimate
88
risk

N+1 query problem in dashboard API

highcode smell

src/api/dashboard/DashboardService.go

8h
estimate
71
risk

Mixed async patterns (callbacks and promises)

mediumcode smell

src/services/notification/

12h
estimate
48
risk