You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A minimalist, opinionated GRC platform for small-to-mid SaaS companies — risk register, control framework mapping, TPRM, and evidence collection, all in one place.
Status: MVP In Progress | Phase 1: Foundation | Target: August 2026
Features
Core Modules
Module
Description
Risk Register
Capture, score, treat, and review information security risks
Control Framework
Map controls to ISO 27001, NIST CSF, SOC 2, or custom YAML frameworks
Policy Library
Link Git-managed markdown policies to controls and risks
TPRM
Third-party risk assessments with inherent and residual scoring
Evidence Collection
Attach and track evidence artefacts to controls for audit readiness
Audit Management
Plan and track internal/external audits, findings, and remediation
Dashboard
Executive summary: risk posture, control health, open findings
Plugins
Plugin
Description
AWS Security Hub
Pull findings from AWS Security Hub into the risk register
MISP
Ingest threat intelligence from a MISP instance
Slack
Post risk and audit notifications to Slack channels
Node 20 (for local frontend development outside Docker)
Steps
# 1. Clone the repository
git clone https://github.com/SecurityNomad/lighthouse-grc.git
cd lighthouse-grc
# 2. Copy the environment file and review defaults
cp .env.example .env
# 3. Start all services
docker compose up
# 4. Run database migrations (first time only)
docker compose exec backend alembic upgrade head
A minimalistic GRC platform that runs a real-looking ISMS for a SaaS. Portfolio project demonstrating ISO 27001 / SOC 2 programme design and product engineering.