Security regression, fuzz, and privacy-invariant tests (#38) #96
No reviewers
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
nsaspy/local-recall!96
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "agent/issue-38-security-fuzz-integrity"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Implements #38.
RED commit: new fuzz/meta/invariant tests with genuine failures proving missing controls:
IpcRequestCodec.encodedoes not enforce token capabilities client-side (server-side decode does)DiagnosticBundleaccepts content-shaped reason codes (secret could enter bundles)scripts/verify-failure-modeslacks the zero-selection scenario (8/9 modes)GREEN adds those controls + docs/testing.md fuzz documentation.