-
Notifications
You must be signed in to change notification settings - Fork 0
Security
devlux76 edited this page Mar 14, 2026
·
1 revision
This page covers trust assumptions, cryptographic integrity, and smart sharing guardrails.
CORTEX supports cryptographic signing (and optional verification) for stored vectors and metadata to help detect tampering and integrity issues.
When sharing memory fragments over P2P, CORTEX enforces:
- MIME type validation
- Model URN compatibility checks
- Eligibility filtering (to avoid leaking sensitive or irrelevant data)
See
sharing/for the implementation details of peer exchange and eligibility classification.