Hello everyone,
I’m currently working on a Nextcloud 30 deployment for a few clients in regulated sectors like legal and finance. They want to use the Assistant and Mistral features, but their compliance teams are flagging the upcoming EU AI Act deadlines (specifically Article 12 regarding the automatic recording of events).
From what I can see in the current TaskProcessing implementation, there isn’t a native way to generate signed audit receipts or handle local PII redaction before tasks are sent to an endpoint.
To bridge this, I’m developing an app called SovereignGate that implements OCP\TaskProcessing\IProvider to act as a compliance proxy. The goal is to scrub PII locally and generate a signed JSON receipt for the audit trail.
I’d appreciate any technical feedback on a few points:
-
Has anyone else looked into building audit/interceptor layers for the TaskProcessing API to satisfy these specific regulations?
-
Are there any internal discussions or roadmap items for adding native compliance logging to the core TaskProcessing manager?
If anyone is working on similar “enablement blockers” for regulated environments, I’d love to connect and compare notes.