CHANGELOG.md•1.47 kB
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
## [0.1.0] - 2025-07-19
### Added
- Initial release of Cyber Sentinel MCP Server
- Multi-source threat intelligence aggregation
- Support for VirusTotal, AbuseIPDB, URLhaus, and Shodan APIs
- Automatic indicator type detection (IP, domain, hash, URL)
- Intelligent result aggregation with confidence scoring
- Async performance with concurrent processing
- Smart caching mechanism (1-hour TTL)
- Rate limiting protection (60 req/min default)
- Error recovery and graceful API failure handling
- Code security analysis capabilities
- Dependency vulnerability scanning
- Docker and Kubernetes security analysis
- Comprehensive security reporting
- MCP protocol compatibility
- Zero data storage for privacy protection
- Comprehensive test suite
- Docker containerization support
- Release automation scripts
### Security
- Secure API key management through environment variables
- Source isolation for threat intelligence APIs
- Error isolation to prevent sensitive information exposure
- Memory-only processing with automatic cleanup
[Unreleased]: https://github.com/jx888-max/cyber-sentinel-mcp/compare/v0.1.0...HEAD
[0.1.0]: https://github.com/jx888-max/cyber-sentinel-mcp/releases/tag/v0.1.0