What's New
ClawHub Registry Integration
New malwar crawl CLI sub-app to browse, search, and scan skills directly from the ClawHub registry — the largest community skill marketplace with 5,700+ skills.
Commands:
malwar crawl scan <slug>— fetch a skill's SKILL.md from ClawHub and scan it for threatsmalwar crawl search <query>— search the registry by keywordmalwar crawl list— browse available skills with paginationmalwar crawl info <slug>— view skill details and moderation flags (VirusTotal integration)malwar crawl url <url>— fetch and scan any remote SKILL.md by URL (not limited to ClawHub)
Housekeeping
- Pinned mkdocs-material to v9.x to prevent MkDocs 2.0 breakage
- Added copyright header verification to CI
- Hardened security scanning:
continue-on-errorreplaces silent|| true, added gitleaks secret scanning and npm audit - Consolidated orphaned flat docs into nested structure
Stats
- 1,504 tests passing (32 new for crawl feature)
- 82% code coverage
- 26 detection rules
- CI green across all 5 jobs
Full Changelog: v0.3.0...v0.3.1