ยง NEW ยท Security Audit Report

Mesh-Native Ecosystem Security Audit

A full adversarial audit of the Distributed Intelligence Stack โ€” covering identity fabric, node-level exploits, routing manipulation, inference tampering, DIU settlement spoofing, and cross-system attack surfaces. All findings are actionable and prioritized by severity.

Internal engineering document
This report is produced for internal engineering review and SOC 2 evidence. All findings are addressed against the current architecture. Residual risks are documented with owner-assigned remediation timelines. Do not redistribute externally without redaction review.
SA.1

Executive summary

CategoryCriticalHighMediumLowMitigated
Identity Fabric01327
Node-Level Security02438
Routing & Scheduling01326
Inference Execution01225
DIU + Settlement01316
Cross-System Surface01235
TOTAL07171337
No critical findings
Zero critical vulnerabilities were identified in this audit cycle. All HIGH findings have architectural mitigations in place and assigned remediation owners. The PQC migration (ยง5.10) is the primary long-term hardening path for the remaining HIGH items.
SA.2

Identity Fabric Security Audit (@dosfi.ai)

SA.3

Node-Level Security Audit (20-Node Mesh)

SA.4

Routing + Scheduling Security Audit

SA.5

Inference Execution Security Audit

SA.6

DIU + Settlement Security Audit

SA.7

Cross-System Attack Surface Audit

SA.8

Identity Fabric Hardening Plan

FindingHardening actionOwnerPriorityETA
ID-03Add idempotent wallet creation on first wallet lookupPlatform teamP1V1.1
ID-05Enforce mandatory MFA at node registrationIdentity teamP1V1.2
ID-09Require hardware-backed keystore for server-tier + elite nodesNode teamP2V2
ID-10Force token refresh on org membership change eventIdentity teamP2V1.2
ALLComplete Dilithium3 upgrade for all Ed25519 signing pathsCrypto teamP2V2 (2026)
SA.9

Node-Level Security Checklist

Node operators and auditors verify security across six phases:

Pre-registration

Hardware-backed keystore verified; Ed25519 keypair generated in secure enclave; DOSFI-signed DeviceCert valid; org-scoped token presented for enterprise nodes.

Registration

mTLS handshake succeeds with DOSFI CA cert chain; NodeID issued and stored; DIU wallet auto-created and linked to owner identity.

Runtime

Heartbeat signatures verified; sandbox enforced with no filesystem writes outside cache dir; no plaintext prompt written to disk; task envelope decryption only inside sandbox; PoI attestation hash submitted after each task; verification sampling accepted gracefully.

Economics

Token count reported within model heuristic bounds; no self-reporting of issuance events; self-routed task rate within audit threshold.

Privacy

Privacy tier configured correctly; cross-org NACK rate within acceptable bounds; mobile nodes default to local-only unless explicitly opted in.

Ongoing

API key rotation on schedule; DeviceCert auto-renewed; heartbeat and verification pass rates meet operational SLOs.

SA.10

Consolidated Remediation Plan

IDTitleSeverityActionOwnerETA
ID-03Identity propagation delayHIGHIdempotent wallet create on first accessPlatformV1.1
ND-01Rogue node injection via DeviceID collisionHIGHBind server-tier DeviceID to TPM EK certInfrastructureV2
ND-04Metering falsificationHIGHZK-proof of token count for V2 sharded inferenceBillingV2
RT-02Routing loop injectionHIGHPer-request dispatch circuit breaker (5 re-dispatches โ†’ 60s exclusion)RouterV1.1
IE-03Model spoofingHIGHIncrease PoI sampling to 10% for BYOM + new nodesPoI teamV1.1
DS-03Settlement log tamperingHIGHEd25519-signed Coordinator settlement batchExchangeV2
XS-02Token leakage in redirectHIGHFragment mode for PKCE auth redirectsIdentityV1.2
ID-05Recovery exploit via email takeoverMEDIUMMandatory MFA at node registrationIdentityV1.2
ND-06Privacy tier escalationMEDIUMCross-org NACK rate tracking + pool demotionRouterV1.1
ND-08Settlement dispute fraudMEDIUMrequest_id match required for dispute resolutionExchangeV1.1
ND-09Ghost node pool squattingMEDIUMMinimum 90% task acceptance rate for pool admissionRouterV1.1
DS-05Compute collusionMEDIUMSelf-routed task audit flag + 10% PoI samplingBillingV1.1
XS-04Academy lab privacy mismatchMEDIUMLab privacy disclaimer + local_only defaultAcademyV1.1
XS-05Exam impersonationMEDIUMWebAuthn required at Associate tier exam startUniversityV1.2
ID-09Software keystore riskMEDIUMHardware keystore enforcement for elite nodesNodeV2
ID-10Org membership claim lagMEDIUMForce token refresh on membership change eventIdentityV1.2