Skip to content

v0.3.1 — ClawHub Registry Crawling

Latest

Choose a tag to compare

@Ap6pack Ap6pack released this 24 Feb 14:57
· 23 commits to main since this release

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 threats
  • malwar crawl search <query> — search the registry by keyword
  • malwar crawl list — browse available skills with pagination
  • malwar 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-error replaces 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