From digital-evidence
Use when re-hashing evidence and verifying against recorded hashes and OpenTimestamps proofs.
npx claudepluginhub danielrosehill/claude-code-plugins --plugin digital-evidenceThis skill uses the workspace's default tool permissions.
Re-hash files and compare against recorded hashes, validate BagIt manifests, and verify OpenTimestamps proofs.
Mandates invoking relevant skills via tools before any response in coding sessions. Covers access, priorities, and adaptations for Claude Code, Copilot CLI, Gemini CLI.
Share bugs, ideas, or general feedback.
Re-hash files and compare against recorded hashes, validate BagIt manifests, and verify OpenTimestamps proofs.
bagit.txt): run bagit.py --validate <dir>..sha256 manifest: re-run find <dir> -type f -exec sha256sum {} \;, compare output against manifest entries using diff..ots files found in or near the evidence: run ots verify <file> on each..ots files to be present alongside originals.