SaaSHub helps you find the best software and product alternatives Learn more →
Top 16 Python risk-management Projects
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
ciso-assistant-community
CISO Assistant is a one-stop-shop GRC platform for Risk Management, AppSec, Compliance & Audit, TPRM, BIA, Privacy, and Reporting. It supports 150+ global frameworks with automatic control mapping, including ISO 27001, NIST CSF, SOC 2, CIS, PCI DSS, NIS2, DORA, GDPR, HIPAA, CMMC, and more.
Project mention: CISO Assistant, the open-source GRC platform introduces CRQ | news.ycombinator.com | 2025-09-15 -
tern
Tern is a software composition analysis tool and Python library that generates a Software Bill of Materials for container images and Dockerfiles. The SBOM that Tern generates will give you a layer-by-layer view of what's inside your container in a variety of formats including human-readable, JSON, HTML, SPDX and more. (by tern-tools)
-
-
-
VectorSmuggle
Research framework that quantifies how steganographic obfuscation of embeddings defeats off-the-shelf statistical detection in RAG pipelines, paired with the VectorPin cryptographic-provenance defense
-
-
iam-bobs-brain
General-purpose enterprise orchestrator on Google ADK + Vertex AI Agent Engine. Multi-agent system with risk tiers (R0-R4), policy gates, evidence bundles, and Mission Spec v1 workflows.
Project mention: How to Get Your ADK Agent into Google's Official Community Showcase | dev.to | 2026-03-25Bob's Brain: github.com/jeremylongshore/bobs-brain
-
-
plutus_backtest
plutus_backtest is a python package for backtesting investment decisions using Python 3.6 and above.
-
policybind
PolicyBind is an AI Policy-as-Code platform that enables organizations to govern AI usage through a unified model registry, real-time token-based access control, and automated compliance reporting for frameworks like the EU AI Act and NIST AI RMF.
Project mention: Show HN: PolicyBind – AI Policy-as-Code with real-time token access control | news.ycombinator.com | 2026-01-19 -
-
gvai-safety-systems
Runtime AI safety & security infrastructure for monitoring constraint strain and operational risk in AI systems.
Project mention: Show HN: Measuring runtime strain in autonomous AI systems | news.ycombinator.com | 2026-01-29 -
Project mention: We went from 13 to 48 tools in our trading risk API for AI agents | news.ycombinator.com | 2026-03-09
-
supplyChainRiskAnalyzer
Graph-based Digital Twin for Supply Chain Resilience. Simulates cascading failures, rerouting, and economic impact across multi-tier logistics networks using NetworkX and Streamlit.
Project mention: How I Built a Graph-Based Digital Twin to Simulate Cascading Supply Chain Failures | dev.to | 2026-03-18python import networkx as nx G = nx.DiGraph() G.add_node("A", type="factory") G.add_node("B", type="hub") G.add_node("D", type="market") G.add_edge("A", "B", weight=2) G.add_edge("B", "D", weight=2) Routing is computed using Dijkstra’s algorithm: - nx.dijkstra_path(G, "A", "D", weight="weight") ## Explore the Project 👉 GitHub: https://github.com/jithinmathws/supplyChainRiskAnalyzer If you work with graph systems, simulation engines, or infrastructure modeling, I’d love to hear your thoughts.
-
montecarlo-risk-engine
A PyTorch-powered Monte Carlo engine for pricing financial derivatives, exposure simulation, and xVA analytics.
Project mention: Building a Monte Carlo Risk Engine in PyTorch: Pricing, xVA, Exposure Simulation & Wrong-Way Risk | dev.to | 2025-11-20👉 https://github.com/konstantineder/montecarlo-risk-engine If you like the engine, consider ⭐ starring the repo or opening issues/suggestions!
Python risk-management discussion
Python risk-management related posts
-
Goldman Sachs Python toolkit for quantitative finance
-
Equinox sustainable portfolio management platform release 0.7
-
Handy position size calculator
-
Equinox 0.5 Alpha (City Procurement Portfolio Test case)
-
openRiskScore: A python framework for risk scoring (First release)
-
A note from our sponsor - SaaSHub
www.saashub.com | 5 Jun 2026
Index
What are some of the best open-source risk-management projects in Python? This list will help you:
| # | Project | Stars |
|---|---|---|
| 1 | FinanceToolkit | 4,876 |
| 2 | ciso-assistant-community | 4,103 |
| 3 | tern | 1,015 |
| 4 | OptimalPortfolio | 371 |
| 5 | PrivacyEngCollabSpace | 275 |
| 6 | VectorSmuggle | 74 |
| 7 | openRiskScore | 49 |
| 8 | iam-bobs-brain | 21 |
| 9 | fwoba | 16 |
| 10 | plutus_backtest | 12 |
| 11 | policybind | 4 |
| 12 | PSCalc | 3 |
| 13 | gvai-safety-systems | 2 |
| 14 | systemr-python | 1 |
| 15 | supplyChainRiskAnalyzer | 1 |
| 16 | montecarlo-risk-engine | 1 |