feat(case-review): add evidence graph handoff audit - #37
Merged
zhaoxuya520 merged 1 commit intoAug 8, 2026
Merged
Conversation
FD3RF
approved these changes
Aug 2, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR adds a new
case-reviewskill for read-only Evidence Graph Review before a report or specialist handoff.scope.md,timeline.md,workitems.md, Evidence records, and structured report Findings and Paths.append-evidence.ps1with-ArtifactPathso Evidence records can store a relative artifact path and hash.Why
The repository already defines an Evidence to Finding to Path contract, but there was no deterministic gate to check whether a case package actually satisfied it. This contribution turns that contract into a portable, dependency-free review step without adding network access or target-side actions.
Usage
The command emits Markdown by default and supports
--format jsonfor CI or other review tooling.Validation
PYTHONDONTWRITEBYTECODE=1 python3 -m unittest discover -s skills/case-review/testspython3 -m py_compile skills/case-review/scripts/review_case.py skills/case-review/tests/test_review_case.pygit diff --checktest-p0-friction.ps1.PowerShell execution was not available in this macOS environment, so the PowerShell parser and Windows smoke suite could not run locally. The Python test suite and static integration checks pass.
Research basis
The fixity and documentation model was checked against NIST SP 800-86, SWGDE Best Practices for Computer Forensic Acquisitions, and SWGDE Best Practices for Archiving Digital and Multimedia Evidence.