$ statico --analyze ./src
OK Scanning 247 files across 12 directories...
OK Analysis complete.
Health score: 87/100
Ship healthier
TypeScript & Rust
Detect dead code, unused exports, circular dependencies, code duplication, and framework-specific gotchas. Get a code health score from 0–100.
Dead Code Detection
Find files unreachable from any entry point with confidence scoring.
Unused Exports
Flag named exports and TypeScript types never imported elsewhere.
Circular Dependencies
Trace import cycles with full chain reporting and visualization.
Code Duplication
Detect similar code blocks, clone groups, and mirrored directories.
Plugin System
Extend analysis with custom rules in any language via JSON-RPC.
Health Score
A single 0–100 metric combining issue density and duplication.