Demo: NAVSEA proof bundle
A signed, deterministic proof bundle for a naval anti-biofouling coating use case: structured inputs, evidence artifacts, risk events, and a cross-platform replay verifier.
This is not legal advice. It demonstrates how LocusTrace packages technical assessments into forwardable, offline-verifiable artifacts for procurement and engineering review.
Browse the LocusTrace demo set
Jump between live posture reports, delivery blocking analysis, and offline-verifiable proof bundles without backing out to the LocusTrace overview.
Public 90-second review workflow: inspect one IP event, check evidence status, confirm coverage limits, and choose a disposition.
Vector blocking analysis across capsid overlap, licensing dependency, manufacturing sensitivity, and exclusivity zones.
Live posture report for sequence-watchlist drift: baseline, delta, open actions, and monitoring queues.
Downloadable drift packet with checksums, manifest verification, and contract-validated Evidence Packet JSON.
Verifiable runner-image quickstart for the signed LocusTrace trial path.
Replay-verifiable PTAB evidence bundle with decision metadata, captures, provenance, and verifier scripts.
Signed deterministic proof bundle for an engineering and procurement review workflow.
Use case
Defense and marine procurement requires reproducible technical assessments. This bundle shows how inputs, evidence, and verdicts can be hashed, signed, and verified offline by any stakeholder.
Bundle contents
- bundle.jsonCanonical manifest with SHA-256 addressed files.
- bundle.pdfHuman-readable proof bundle report.
- artifacts/inputs.jsonStructured request and candidate sequence inputs.
- artifacts/config.jsonPipeline configuration and thresholds.
- artifacts/run_manifest.jsonRun-level metadata and provenance.
- evidence/Citations, claim matches, risk events, and sequence hits.
- verification/verify.shUnix verifier for signature and hash integrity.
- verification/verify.ps1Windows verifier for signature and hash integrity.
- SHA256SUMS + SIGNATURE.ed25519File hashes and Ed25519 signature.
Verify offline
# Verify and extract curl -sL "/patent-checker/navsea_proof_bundle_v1.tar.gz" -o navsea_proof_bundle_v1.tar.gz curl -sL "/patent-checker/navsea_proof_bundle_v1.tar.gz.sha256" -o navsea_proof_bundle_v1.tar.gz.sha256 sha256sum -c navsea_proof_bundle_v1.tar.gz.sha256 tar -xzf navsea_proof_bundle_v1.tar.gz -C navsea_bundle cd navsea_bundle # Run verifier (macOS/Linux) ./verification/verify.sh # Or Windows # pwsh -File .\verification/verify.ps1