This release adds 3 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
+14 more
Summary
AI summaryUpdates ✨ New Features, 🏗️ Architecture, and default across a mixed release.
Full changelog
🚀 Token Optimization Release
Major update focused on reducing context window consumption for AI coding agents.
✨ New Features
- Verbosity Parameter: All MCP tools now support
minimal,compact(default), andfullverbosity levels - Up to 98% Token Reduction:
minimalmode returns only counts (~50 tokens vs ~2500 tokens) - Batch Scanning: Scan 50+ files in a single session without context overflow
- Subagent Skills: New
security-scannerandsecurity-scan-batchskills for Claude Code
📊 Token Savings by Level
| Level | Tokens | Reduction | Use Case |
|-------|--------|-----------|----------|
| minimal | ~50 | 98% | CI/CD, batch scans |
| compact | ~200 | 69% | Interactive dev (default) |
| full | ~2500 | 0% | Compliance reports |
🏗️ Architecture
- Modular codebase: tools extracted to
src/tools/, CLI tosrc/cli/ - 88 tests with comprehensive verbosity coverage
- Demo script with CLI options:
node demo/token-optimization-demo.js
📦 Install
npx agent-security-scanner-mcp@latest
Full changelog: https://github.com/sinewaveai/agent-security-scanner-mcp/compare/v2.0.4...v3.2.0
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About Agent Security Scanner Mcp
All releases →Related context
Related tools
Beta — feedback welcome: [email protected]