Chapter 11 · Hospital
21 doctors. 5 wings. One ward round.
Every doctor here either wraps an existing best-in-class tool (so
we don't reinvent) or composes several into a single,
stack-aware sweep. Pipe any of them through
/ll-no-bluf and ship the fix as a verified PR.
-
/ll-doctor Dispatcher — detects framework, routes to the right doctor. -
/ll-react-doctor Wraps npx react-doctor@latest (real package, by millionco). -
/ll-svelte-doctor Wraps svelte-doctor-cli or svelte-doctor (both real packages).
BE Backend
Node, Java (Vert.x, Spring), Python (Django, FastAPI), Ruby (Rails), Go, Rust, PHP, .NET, Elixir.
-
/ll-backend-doctor Dispatcher — detects backend stack, routes. -
/ll-node-doctor Wraps node-doctor + npm audit + eslint. -
/ll-vertx-doctor Vert.x event-loop blocking + codec misuse heuristic. -
/ll-spring-doctor Spring Boot n+1 + actuator + transactional gaps. -
/ll-django-doctor Django manage.py check + bandit + heuristic. -
/ll-fastapi-doctor FastAPI async blocking + DI + response leak checks. -
/ll-rails-doctor Wraps rails-doctor + brakeman + bundler-audit. -
/ll-go-doctor golangci-lint + gosec + govulncheck + goroutine-leak heuristic. -
/ll-rust-doctor Wraps rust-doctor + clippy + cargo audit + cargo deny. -
/ll-php-doctor PHP / Laravel / Symfony — psalm, phpstan, composer audit. -
/ll-dotnet-doctor ASP.NET Core — dotnet format/outdated/Roslyn. -
/ll-elixir-doctor Phoenix / Elixir — credo, sobelow, mix audit, dialyxir.
-
/ll-docker-doctor hadolint + trivy + dockle + dive. -
/ll-k8s-doctor kube-linter + kubeval + polaris + trivy k8s (incl. node kernel CVE flagging). -
/ll-terraform-doctor tflint + tfsec + checkov + drift heuristic.
-
/ll-postgres-doctor sqlfluff + pg_stat_statements + missing-index detector. -
/ll-mongo-doctor Profile collection analysis + index audit + schema drift.
-
/ll-cve-doctor Host + lockfiles + k8s nodes cross-referenced against NVD / OSV / GitHub Advisories. Read-only remediation plan.