Skip to content

KleinDigitalSolutions/SecuChain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

SecuChain

Open-source security analysis project with a FastAPI backend and React frontend.

Current State (Public Snapshot)

  • 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)

Repository Layout

This repository uses a nested project folder:

  • SecuChain/ contains the actual app (backend, frontend, docs, Docker setup)

Detailed project documentation:

  • SecuChain/README.md
  • SecuChain/docs/ARCHITECTURE.md
  • SecuChain/docs/ROADMAP.md
  • SecuChain/docs/THREAT_MODEL.md

Quick Start

cd SecuChain
docker compose up --build

Then open:

  • Frontend: http://localhost:3000
  • Backend docs: http://localhost:8000/docs

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors