## New Features
- PowerShell installer for clj-kondo (Windows-native, avoids antivirus)
- Safe subprocess wrapper functions for better security
## Improvements
- Reduced security issues from 108 to 60 (43% reduction)
- Removed all nosec suppressions - fixed issues properly instead
- Centralized subprocess usage through BaseScanner._run_command()
- Added _safe_run_version_check() helper in CLI
- Refactored 33 scanner files to use safe subprocess patterns
- Fixed bash syntax errors in Docker test scripts
## Technical Details
- Created install-clj-kondo.ps1 PowerShell installer
- Updated WindowsCustomInstaller to execute .ps1 scripts
- Added *.ps1 to package-data for distribution
- Proper exception handling without security suppressions
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>