Open-source security analysis project with a FastAPI backend and React frontend.
- Implemented: dependency scan API (
/api/v1/scan/deps, upload/get/delete) - Implemented: health endpoint (
/api/v1/health) - Planned (currently
501): web security scan + git anomaly analysis - Frontend: MVP shell (full dashboard UI is in progress)
This repository uses a nested project folder:
SecuChain/contains the actual app (backend, frontend, docs, Docker setup)
Detailed project documentation:
SecuChain/README.mdSecuChain/docs/ARCHITECTURE.mdSecuChain/docs/ROADMAP.mdSecuChain/docs/THREAT_MODEL.md
cd SecuChain
docker compose up --buildThen open:
- Frontend:
http://localhost:3000 - Backend docs:
http://localhost:8000/docs