Capability Map
The 34-problem architecture map.
34 problems the AI governance landscape is trying to solve. One architecture addresses all of
them. Below each problem is the standards it maps to and how Synchronicity responds.
Section 7
Supply Chain, Provenance, and Identity
Knowing exactly which model, tool, and actor produced each proposed action — and whether they’re still the same one.
24
An AI system uses models or tools from untrusted third parties
NIST SP 800-161 · EU AI Act Art. 25 · OWASP AISVS C7
Action descriptors include cryptographic identifiers for invoked models and tools. Policy rules can require attested provenance. Untrusted artifacts can be denied at the governance layer without modifying the underlying agent.
25
The system needs to prove compliance without disclosing the underlying policy
EU AI Act Art. 78 (confidentiality) · Recital 71 · Directive (EU) 2016/943 (trade secrets) · GDPR Art. 5
The decision artifact records what was evaluated and the outcome without requiring exposure of the proprietary policy itself. This protects regulated organizations whose internal governance rules are trade-secret-sensitive.
26
Agent identity is forged or spoofed
NIST SP 800-63 · NIST SP 800-207 §3.3
Every SPAD is cryptographically bound to a specific actor identity at a specific moment in time. Replay attacks fail verification.
27
The underlying model is updated, fine-tuned, or swapped at runtime — policy was written against the old behavior
NIST AI RMF Manage-2.2 · Manage-4.1 · ISO/IEC 42001 §8.4 (AI system impact assessment) · EU AI Act Art. 72 (post-market monitoring)
Governance operates on the action layer, not the model layer. Two surfaces are observable to policy. First, every SPAD carries the cryptographic identifier of the model that produced it; a change in model identity is visible in the artifact and can trigger re-evaluation, elevated review, or HOLD as a policy decision. Second, behavior-relevant attributes of the proposed action — scope, tools invoked, sensitivity of targets, output characteristics — are evaluated against policy regardless of which model produced them. A new model that proposes the same out-of-scope action still gets denied. What the architecture does not claim to detect is silent within-version behavioral drift; that is the responsibility of the model-evaluation layer, and Synchronicity is designed to consume signals from it as additional SPAD metadata.