zemion a633100a97
Module Package Release / publish-packages (push) Successful in 12s
Release v0.1.17
2026-08-05 20:34:10 +02:00
2026-08-05 20:34:10 +02:00
2026-07-10 21:57:28 +02:00
2026-07-10 18:39:11 +02:00
2026-08-05 20:34:10 +02:00
2026-08-05 20:34:10 +02:00

GovOPlaN Risk Compliance

Repository type: module (domain).

govoplan-risk-compliance owns risk and compliance workflows for data protection incidents, DPIAs, compliance controls, audit measures, risk registers, internal-control evidence, and legal screening decisions.

Its runtime module ID is risk_compliance; the repository and Python distribution retain the hyphenated govoplan-risk-compliance name.

The first complete vertical is sanctions screening. Connectors acquires immutable source evidence; Risk Compliance imports and normalizes exact list versions, runs deterministic version-pinned screening, and presents potential matches to an independent reviewer. Fuzzy matching only creates review candidates and never confirms a legal match.

The module includes database migrations, tenant-isolated APIs, an operational WebUI, append-only dispositions, time-bounded false-positive exceptions, freshness reconciliation, explicit consumer gates, and audit events. It also provides a revisioned horizontal assurance graph from obligation through effectiveness review, with bounded traversal, opaque governed-object links, search, and optimistic concurrency. Queue, search, audit, and aggregate summaries deliberately retain only the minimum subject data needed for their purpose.

Initial Ownership

  • risk registers
  • compliance controls
  • DPIA records
  • data protection incident records
  • audit measures
  • internal-control evidence
  • immutable sanctions list catalogues
  • sanctions screening and reviewer dispositions
  • stable screening evidence references and freshness gates
  • effective-dated obligations, risks, controls, evidence, findings, corrective measures, and effectiveness reviews

Boundaries

This module does not own:

  • immutable audit log storage
  • records retention engine
  • inspection fieldwork

Detailed boundary notes are in docs/RISK_COMPLIANCE_DOMAIN_BOUNDARY.md.

Integrations

Expected optional integrations:

  • audit
  • policy
  • records
  • inspections
  • files
  • tasks
  • notifications
  • connectors

Development Install

From the core checkout:

cd /mnt/DATA/git/govoplan-core
./.venv/bin/python -m pip install -e ../govoplan-risk-compliance

Focused manifest verification:

cd /mnt/DATA/git/govoplan-risk-compliance
PYTHONPATH=src:/mnt/DATA/git/govoplan-core/src /mnt/DATA/git/govoplan/.venv/bin/python -m unittest discover -s tests

Gitea Workflow

Issue templates are installed under .gitea/, and the shared label taxonomy is copied to docs/gitea-labels.json with the module label module/risk-compliance.

From the core checkout, labels can be synced once a local GITEA_TOKEN is available:

cd /mnt/DATA/git/govoplan-core
/mnt/DATA/git/govoplan/tools/gitea/gitea-sync-labels.py --root /mnt/DATA/git/govoplan-risk-compliance --apply
S
Description
GovOPlaN risk and compliance module for risk registers, compliance controls, data-protection incidents, DPIAs, measures, and control evidence.
Readme AGPL-3.0
460 KiB
Languages
Python 79.5%
TypeScript 19.9%
CSS 0.6%