v1.0.1 - Engine Refactor & Stability Patch
Modularization: Refactored the core engine logic to decouple CLI commands from scan execution, fixing redeclaration conflicts.
Interface Compliance: Standardized all scanner modules by correctly implementing Description() and Level() methods.
Bug Fixes: Resolved build-time errors caused by duplicate method declarations in module packages.
Code Cleanup: Removed unused imports and optimized the scan dispatcher logic for better maintainability.
Stability: Improved build reliability across all scan modules.