Skip to content

Audit model

OpenFoundry’s audit model should explain not just that audit logs exist, but how audit is woven through platform capabilities.

Repository signals

The current repo already includes:

  • a dedicated audit-service
  • a shared libs/audit-trail crate
  • gateway middleware with audit concerns
  • ontology actions and workflow paths that depend on traceability

Why this matters

An audit model page is the right place to document:

  • what gets recorded
  • where audit events are emitted
  • how operational teams investigate changes
  • how audit supports governance and incident review

OpenFoundry current vs target

DimensionOpenFoundry currentOpenFoundry target
audit backenddedicated service and shared crateplatform-wide consistent event taxonomy
integration pointsgateway and semantic workflows already imply audit hooksevery critical object, action, workflow, and policy event recorded
investigationservice and workflow levelcross-capability traceability from UI to backend event trail

Released under the Apache 2.0 License.