Skip to content

Add forensic export wrapper for parsed chat data#162

Open
zebadiee wants to merge 1 commit intojoweich:mainfrom
zebadiee:feat/forensic-export
Open

Add forensic export wrapper for parsed chat data#162
zebadiee wants to merge 1 commit intojoweich:mainfrom
zebadiee:feat/forensic-export

Conversation

@zebadiee
Copy link
Copy Markdown

Provides an optional, deterministic export format that wraps parsed messages with chain-of-custody metadata suitable for audit and evidence workflows. No changes to existing parsing logic.

Features:

  • Deterministic SHA256 hashing of message content
  • Explicit chain-of-custody metadata (timestamp, source, parser info)
  • Optional operator identification
  • Stable structure for downstream audit/evidence tools

Tests:

  • 8 comprehensive tests covering structure, determinism, and edge cases
  • All existing tests pass without modification (18/18 passing)

Provides an optional, deterministic export format that wraps parsed
messages with chain-of-custody metadata suitable for audit and
evidence workflows. No changes to existing parsing logic.

Features:
- Deterministic SHA256 hashing of message content
- Explicit chain-of-custody metadata (timestamp, source, parser info)
- Optional operator identification
- Stable structure for downstream audit/evidence tools

Tests:
- 8 comprehensive tests covering structure, determinism, and edge cases
- All existing tests pass without modification (18/18 passing)
@github-actions
Copy link
Copy Markdown

This pull request has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days if no further activity occurs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant