v0.1.5 - PyPI Seed Support & Model Update
Extended seed script to support PyPI packages and improved agentic scan reliability
Features
- PyPI seed support - Seed script now supports
--registry pypiflag to seed top Python packages from PyPI alongside npm packages - Python AI packages - Added curated list of 35 Python AI/ML ecosystem packages (openai, langchain, transformers, torch, etc.) for
--include-aiflag - Ecosystem-aware CVE fetching - CVE package fetching now queries the correct OSV ecosystem (npm vs PyPI) based on registry
Technical Changes
- Model switch - Agentic scan model changed from
opencode/kimi-k2.5-freetoanthropic/claude-sonnet-4-5for improved reliability and faster scan times (~85s vs 5min+ timeouts) - Rust 1.88 - Updated Docker images to Rust 1.88 for compatibility with latest dependencies
Seed CLI
sus seed --count 1000- Seed npm packages (default)sus seed --count 1000 --registry pypi- Seed PyPI packagessus seed --count 500 --registry pypi --include-ai- Seed PyPI with AI packages