Background
Signature V2 differentiator: protect persistent memory from poisoning and unsafe writes.
Problem Statement
Write pipeline scores importance/trust but lacks secret/PII scan, prompt-injection inspection, and retrieval-side integrity checks.
Proposed Solution
- Extend
scoring/write_pipeline.py + memory/quarantine.py
- Write decisions: ACCEPT / QUARANTINE / REVIEW / REJECT
- Retrieval guard: quarantine + integrity + instruction-vs-data separation
- Attack fixtures: prompt injection, authority spoofing, malicious procedure, cross-tenant, sleeper memory
Acceptance Criteria
Depends on
P0 Evidence + Quarantine foundations
Plan ref
todo p1-later — V2 Enhancement 6
Background
Signature V2 differentiator: protect persistent memory from poisoning and unsafe writes.
Problem Statement
Write pipeline scores importance/trust but lacks secret/PII scan, prompt-injection inspection, and retrieval-side integrity checks.
Proposed Solution
scoring/write_pipeline.py+memory/quarantine.pyAcceptance Criteria
Depends on
P0 Evidence + Quarantine foundations
Plan ref
todo
p1-later— V2 Enhancement 6