Table of Contents
SecureLearning is a cybersecurity awareness platform designed to strengthen organizational resilience by addressing the human element of security. It enables teams to run realistic, periodic phishing simulations and deliver targeted, just-in-time training based on real user behaviour.
The platform closes the loop between attack simulation, instant remediation, and measurable learning outcomes, giving security teams actionable insights into user susceptibility and improvement over time.
Key capabilities include a campaign designer and scheduler, a safe and isolated phishing simulation engine, automated video-based training with short exams, remediation workflows triggered immediately after risky actions, and audit-ready reporting dashboards
Step by step on how to start development
From Core directory:
-
npm
cd web npm install -
If uv not installed
curl -LsSf https://astral.sh/uv/install.sh | sh
Both compose files use these defaults:
POSTGRES_USER=myuser
POSTGRES_PASSWORD=mypassword
POSTGRES_DB=mydatabase
POSTGRES_SERVER=db
POSTGRES_PORT=5432Create a .env file in the deployment/ directory:
# Database Configuration
POSTGRES_USER=myuser
POSTGRES_PASSWORD=mypassword
POSTGRES_DB=mydatabaseAnd another .env file in the api/ directory:
POSTGRES_USER=myuser
POSTGRES_PASSWORD=mypassword
POSTGRES_SERVER=localhost
POSTGRES_PORT=5432
POSTGRES_DB=mydatabase
To develop locally:
Launch a terminal in /Core
cd web
npm run devIn a second terminal:
# Start PostgreSQL only
cd deployment
docker compose -f docker-compose.dev.yml up -dThen run api
cd..
cd /api uv run fastapi dev src/main.pyTo define...
...
To define...
| Current (Q1) | Next (Q2) | Future (Q3–Q4) |
|---|---|---|
| 🔹 Authentication (FastAPI + Keycloak) | 🔸 Phishing Campaign Builder | 🟢 Machine-learning-based risk scoring |
| 🔹 User Dashboard (React + Vite) | 🔸 Role-based Access + Org Units | 🟢 SOC integration (SIEM export) |
| 🔹 Dockerized Dev Environment | 🔸 RabbitMQ Message Pipelines | 🟢 Mobile-friendly redesign |
| 🔹 Basic Reporting | 🔸 Nginx Production Deployment | 🟢 Plugin marketplace |
| 🔹 CI/CD Pipeline Setup | 🔸 Advanced Analytics | 🟢 Multi-tenant SaaS mode |
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature) - Commit your Changes (
git commit -m 'Add some AmazingFeature') - Push to the Branch (
git push origin feature/AmazingFeature) - Open a Pull Request
Not available while private...
To define...
Project Link: https://github.com/PEI-SecureLearning/core
Thinking about it...
