Evidence Locker¶
Artifact — instantiates Sequestration Containment
A restricted physical or digital custody artifact for preserving evidence outside ordinary access.
An evidence locker exists to answer one question later: can we prove this item is exactly what it was when we took it, and that no one tampered with it? Evidence Locker withdraws an item from ordinary handling not to keep it safe from harm, and not to keep it out of a market, but to preserve its integrity and provenance for adjudication. Its defining artifact is the unbroken chain-of-custody record — a signed, timestamped trail of every person who touched the item and when. The locker's walls matter, but they are in service of that record: the point is not merely that the item is hard to reach, but that any reach is logged, named, and reconstructable, so a court or auditor can trust that the item presented is the item seized. Where a vault asks "is it locked?", the evidence locker asks "can we account for every hand it has passed through?"
Example¶
A county crime lab receives a firearm recovered at a scene. Its future value depends entirely on trust: if the defense can show the chain of custody was broken, the item is worthless as proof. So it goes into the evidence locker. On intake it is sealed in a tamper-evident bag with a unique barcode, and the chain-of-custody record opens: seizing officer, date, time, condition, signature. A named evidence custodian is assigned — one accountable person, not "the lab." Access is bound to the case and to purpose: a forensic examiner may sign the item out for testing, but the sign-out and sign-in, the seal number, and the examiner's name all land in the record, and no one else may touch it. The seals and access log are audited, so a broken seal or an unlogged entry surfaces immediately. Months later in court, the value delivered is not that the firearm was "stored securely" but that its whole history — every custodian, every transfer, every seal — can be laid out to show it was never altered.
How it works¶
- Seal and register on intake. Bag the item tamper-evidently, assign a unique identifier, and open the custody record with who, when, and condition.
- Bind custody to a named person. One accountable custodian holds responsibility; "the department" is never the custodian.
- Log every touch as a transfer. Each sign-out and sign-in is recorded with purpose, time, and seal number — the record is continuous or the integrity is presumed broken.
- Audit the seals and the log. Tamper-evident seals plus access-log review turn any unlogged entry or broken seal into a detectable event.
Tuning parameters¶
- Custody granularity — how finely each handling is logged (per-transfer signature vs. per-day summary). Finer logging makes provenance airtight but burdens every handler.
- Seal strength — how tamper-evident the packaging is (numbered bag vs. cryptographic hash of a digital file). Stronger seals make alteration undeniable but cost handling time.
- Access breadth — how many roles may ever sign the item out. Narrower access shrinks the tamper surface but can bottleneck legitimate examination.
- Audit cadence — how often seals and logs are reconciled. Tighter cadence catches breaks sooner but consumes custodian time.
- Retention duration — how long the item and its record are preserved. Longer retention protects appeals and re-openings but grows the custodial load.
When it helps, and when it misleads¶
Its strength is that it makes provenance provable: the value of a preserved item survives only if its history is unbroken, and the locker is the artifact that keeps that history intact and demonstrable.
Its failure modes attack the record, not the walls. A single unlogged transfer, a gap between sign-out and sign-in, a seal broken without a note — any of these can shatter the chain of custody[1] and render an otherwise-genuine item inadmissible. The classic misuse is treating physical security as sufficient: a heavily locked room whose log has holes preserves the object but destroys the proof, which was the whole point. The guarding discipline is to treat continuity of the record as the primary asset — every touch logged, every seal accounted for — and to reconcile the log on a schedule rather than at the moment of crisis.
How it implements the components¶
chain_of_custody_record— the artifact's core: an unbroken, timestamped, signed trail of every custodian and transfer, provable to a court.custody_rule— assigns one named, accountable custodian who may hold and authorize handling of the item.access_policy— limits handling to case-authorized roles, for defined purpose, with every access logged.monitoring_regime— tamper-evident seals and access-log audits that turn any break in integrity into a detectable event.
Does not implement a hardened containment_boundary engineered to keep intruders out — that is Isolation Vault; nor a release_condition and maintenance_or_stability_plan governing drawdown of a resource — that is Restricted Reserve Account. The locker's power is the provenance record, not the impregnability of the wall.
Related¶
- Instantiates: Sequestration Containment — withdrawal into custody to preserve integrity and prevent tampering.
- Sibling mechanisms: Hazardous Material Containment · Carbon Sequestration Storage · Data Quarantine · Escrowed Asset Holding · Quarantine Storage · Restricted Reserve Account · Isolation Vault
Editorial Notes¶
Form Classification¶
Form family: Structure, Architecture & Configuration
Rationale: The operative form is a restricted, tamper-evident physical or digital custody space configured to keep evidence outside ordinary access under a named custodian.
Nearest alternative: Record, Log & Register — Transfer logs establish chain of custody, but the named mechanism is the protected storage arrangement within which that history remains trustworthy.
Review outcome: Adjudicated after independent review; medium confidence.
Origin Attribution¶
Primary origin: Criminology & Forensic Studies
Origin pattern: Single lineage
Present-day reach: Specialized
Rationale: Secure evidence storage with documented chain of custody is a canonical forensic-investigation practice.
Related originating lineages:
- Law & Governance — Rules of evidence materially determine the custody and integrity requirements that make stored items admissible.
Review outcome: Independent reviewer agreement; high confidence.
References¶
[1] Ballou, S. M., et al. The Biological Evidence Preservation Handbook: Best Practices for Evidence Handlers. NISTIR 7928, National Institute of Standards and Technology (2013). Requires chain-of-custody documentation to record every evidence transfer and the condition of evidence packaging. registry ↩