v3.2.0

sinewaveai/agent-security-scanner-mcpv3.2.0Feb 12, 2026by sinewaveai

AI Summary

Token optimization release focused on reducing context window consumption for AI coding agents, featuring verbosity levels, batch scanning, and new subagent skills.

Key Highlights

  • Verbosity parameter enabling up to 98% token reduction
  • Batch scanning capability for 50+ files
  • New subagent skills for Claude Code
  • Modular codebase architecture

New Features

  • Verbosity levels (minimal, compact, full)
  • Batch scanning support
  • Subagent skills (security-scanner, security-scan-batch)
  • Modular codebase structure
  • Demo script for CLI options

Full Release Notes

## 🚀 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), and `full` verbosity levels
- **Up to 98% Token Reduction**: `minimal` mode returns only counts (~50 tokens vs ~2500 tokens)
- **Batch Scanning**: Scan 50+ files in a single session without context overflow
- **Subagent Skills**: New `security-scanner` and `security-scan-batch` skills 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 to `src/cli/`
- 88 tests with comprehensive verbosity coverage
- Demo script with CLI options: `node demo/token-optimization-demo.js`

### 📦 Install

```bash
npx agent-security-scanner-mcp@latest
```

---
Full changelog: https://github.com/sinewaveai/agent-security-scanner-mcp/compare/v2.0.4...v3.2.0