ClawReins should detect unauthorized modifications to agent identity files (SOUL.md, MEMORY.md, IDENTITY.md).
These files control agent behavior and are a known attack vector for memory poisoning. The check should hash these files on first scan and alert if they change unexpectedly. See OWASP AST05. Good first issue - add a new check to src/cli/scan.ts following the pattern of existing checks.
ClawReins should detect unauthorized modifications to agent identity files (SOUL.md, MEMORY.md, IDENTITY.md).
These files control agent behavior and are a known attack vector for memory poisoning. The check should hash these files on first scan and alert if they change unexpectedly. See OWASP AST05. Good first issue - add a new check to
src/cli/scan.tsfollowing the pattern of existing checks.