Skip to main content

Compliance programs

Factual posture of Mnemom’s third-party compliance and contract programs, as of the most recent documentation update. For current attestation status or evidence requests, contact your Mnemom account team.
  • SOC 2 Type II. On the roadmap. Pre-audit readiness work is in progress; third-party audit engagement has not yet begun, and no SOC 2 report is currently available. Security questionnaires, architecture reviews, and control evidence are available to enterprise customers under NDA.
  • ISO 27001. Not currently pursued.
  • GDPR Data Processing Agreement (DPA). Available to enterprise customers on request. Contact [email protected].
  • EU AI Act Article 50 transparency. Addressed by the AAP + AIP mapping documented on this page (below).
  • GDPR Article 17 right to erasure. Addressed by the deletion cascade documented in GDPR data subject rights.
This section records the program status as stated; it is not a certification or an attestation in itself. The SOC 2 entry in particular is a roadmap statement and should not be read as a claim of current certification.

The EU AI Act’s Article 50 establishes transparency obligations for providers and deployers of AI systems. These obligations require that users are informed they are interacting with AI, that AI-generated content is machine-detectable, that decisions are explainable, and that audit trails are maintained. Both protocols in the Mnemom trust plane address these requirements:
  • AAP (Agent Alignment Protocol) provides post-hoc audit trails — what the agent did, with structured decision records and verification.
  • AIP (Agent Integrity Protocol) provides per-turn transparency — what the agent was thinking, with integrity checkpoints and concern detection.
Together they satisfy both dimensions of Article 50 transparency. The cross-protocol linkage (IntegrityCheckpoint.linked_trace_id references APTrace.trace_id) creates a complete audit chain from reasoning to decision.
This document reflects a technical mapping of AAP and AIP features to Article 50 requirements. It does not constitute legal advice. Consult qualified legal counsel for your specific compliance obligations.

AAP: Article 50 obligation mapping

50(1) — Inform users of AI interaction

Requirement: Providers shall ensure that AI systems intended to interact directly with natural persons are designed and developed in such a way that the natural persons concerned are informed that they are interacting with an AI system.SDK preset: EU_COMPLIANCE_EXTENSIONS provides a ready-made extension block:

50(2) — Machine-readable marking

Requirement: Providers of AI systems shall ensure that the outputs of the AI system are marked in a machine-readable format and detectable as artificially generated or manipulated.AP-Traces are inherently machine-readable — they are structured JSON documents with a defined schema. Any system processing AAP-instrumented agent output can parse the trace to determine that it was AI-generated and by which agent.

50(3) — Transparency of decisions

Requirement: Deployers of AI systems that generate or manipulate content shall disclose that the content has been artificially generated or manipulated.The AP-Trace decision block provides complete transparency into agent reasoning: what alternatives were considered, how they were scored, which values were applied, and why the selected option was chosen. This goes beyond Article 50’s minimum requirements by making the full decision process auditable.

50(4) — Audit trail

Requirement: AI systems shall be designed and developed to allow for the logging of relevant events over the lifetime of the system.SDK preset: EU_COMPLIANCE_AUDIT_COMMITMENT provides recommended values:

AAP risk assessment support

Article 50 obligations vary by risk classification. AAP supports risk assessment through:The Alignment Card + LIMITS.md combination provides the static risk assessment. The Verification Engine provides dynamic, ongoing risk monitoring.

AAP SDK compliance presets

AAP provides three compliance presets that encapsulate the recommended configuration:

EU_COMPLIANCE_AUDIT_COMMITMENT

EU_COMPLIANCE_EXTENSIONS

EU_COMPLIANCE_VALUES

These are available in both Python and TypeScript:
For the full AAP specification, see the AAP Specification.

Cross-protocol linkage

AAP provides post-hoc audit trails (what the agent did). AIP provides per-turn transparency (what the agent is thinking). Together they satisfy both dimensions of Article 50:

Working examples

  • AAP EU Compliance Example — Creates an EU-compliant Alignment Card, generates a traced decision, verifies it, and prints a compliance summary.
  • AIP EU Compliance Example — Creates an AIP configuration with EU compliance presets, runs an integrity check, shows the checkpoint audit trail, and demonstrates fail-closed behavior.

Enforcement timeline

AEGIS mapping — EU AI Act articles 10, 12, Annex IV

The cross-tenant AEGIS Protection Network adds runtime evidence surfaces that map to specific EU AI Act articles. Enforcement begins 2026-08-02.
Joint compliance responsibility. AEGIS produces the verifiable evidence the Act requires; mapping that evidence to your specific deployment, your AI system’s risk classification, and your DPIA process is the customer’s compliance obligation. Mnemom provides the substrate; the regulatory framing is yours.
The advisory CMS gives you the Article 12-aligned incident-reporting surface; the synthetic GA seed exercises the full pipeline so the first real advisory inherits a proven flow.

NIST AI Risk Management Framework (AI RMF 1.0)

The US NIST AI Risk Management Framework (AI RMF 1.0) organizes trustworthy-AI risk management into four functions — GOVERN, MAP, MEASURE, MANAGE. Mnemom is a runtime trust substrate, not an AI-risk-management program in itself: the table below maps each function to the shipped Mnemom controls that produce evidence or enforcement for it, and states plainly where a function is the customer’s organizational responsibility rather than something Mnemom provides.
This is a technical mapping of shipped product behavior to the AI RMF functions, for buyers who organize their AI risk program around the framework. It is not a NIST certification or conformity assessment (the AI RMF is a voluntary framework and is not certifiable), and it does not discharge your organization’s own GOVERN responsibilities. Anchor each row to your own risk process.
Joint responsibility, same as the EU AI Act mapping above. Mnemom supplies the runtime controls + verifiable evidence each AI RMF function can draw on; operating the framework — your GOVERN program, your risk tolerance, your MAP of the whole AI estate, your MANAGE response process — is the customer’s. Where a function has no shipped Mnemom control, the table says so rather than implying coverage.
This page covers the EU AI Act (Article 50 transparency obligations). For GDPR compliance — including the right to erasure (Article 17) and the deletion cascade architecture — see the dedicated guide:

GDPR Data Subject Rights

Right to erasure (Article 17) — how Mnemom handles agent deletion requests, what data is removed, what is retained under legal carve-outs, and how to verify compliance.

References