Skip to content

🏰 ClawMoat v0.2.0 β€” Memory Poisoning, Supply Chain, Exfiltration Detection

Choose a tag to compare

@darfaz darfaz released this 14 Feb 01:48
· 243 commits to main since this release

What's New in v0.2

5 new security scanners β€” 37/37 tests passing, still zero dependencies.

New Scanners

🧠 Memory Poisoning Detection β€” Catches attempts to poison OpenClaw's MEMORY.md, SOUL.md, and config files. Detects time-bomb patterns ('next time you see X, do Y') and persistent injection across sessions. No other tool does this.

πŸ“¦ Supply Chain Scanner β€” Scans OpenClaw skills for malicious patterns: obfuscated code (eval/atob), sensitive file access, outbound network requests, system modification attempts.

πŸ”— Phishing URL Detection β€” Flags IP-based URLs, punycode/homograph attacks, suspicious TLDs, URL shorteners, data: URIs with executable content, and suspicious path patterns.

πŸ”’ PII Detection β€” Catches emails, phone numbers, SSNs, credit card numbers (Luhn-validated), internal IP addresses, physical addresses, and patient/client names in outbound messages.

πŸ“‘ Exfiltration Detection β€” Detects data being sent to paste services, base64-encoded payloads in outbound requests, DNS exfiltration patterns, credential piping, and email forwarding of sensitive content.

Coverage Update

  • MIT AI Risk Repository: 13/24 subdomains (up from 8/24)
  • OWASP Agentic Top 10: ASI01-ASI06 covered
  • Tests: 37/37 passing (up from 20/20)
  • Dependencies: still zero

Quick Start

npm install -g clawmoat
clawmoat test    # 37 tests
clawmoat audit   # Scan your sessions
clawmoat watch   # Live monitoring

GitHub: https://github.com/darfaz/clawmoat
Site: https://clawmoat.com