- Modular test files: 8 files
- Total test lines: 2,030 lines
- Average file size: 253 lines
- Main test file: 22 lines
- Overall coverage: 98.8%
- Total tests: 425
- Statements covered: 961/973
- Files with coverage: 22
- Files analyzed: 19
- Files with type hints: 17
- Type hint coverage: 89.5%
- Ruff issues: 0
- Files with issues: 0
- Formatting compliant: ✅ Yes
- Rust security scanning: ✅ Enabled
- Rust vulnerabilities found: 0
- Python security scanning: ✅ Enabled
- Python security issues found: 0
- Files scanned by bandit: 22
- Lines scanned by bandit: 2,296
- Overall security status: 🔒 Clean
- PyO3 version: 0.24.1
- Makefile commands: 27 total
- Unified commands: 5 (format, lint, test)
- Language-specific: 5 (python-, rust-)
- Security commands: 1 (security, audit)
- CI-equivalent testing: ✅ 9-step process
- test_certificate_operations.py: 499 lines, 26 functions
- test_validation.py: 424 lines, 17 functions
- test_public_key_operations.py: 211 lines, 12 functions
- test_initialization.py: 209 lines, 17 functions
- test_raw_data_operations.py: 70 lines, 4 functions
- test_utility_methods.py: 139 lines, 11 functions
- test_connection_management.py: 315 lines, 20 functions
- test_cipher_operations.py: 163 lines, 9 functions
- test_core.py: 22 lines, 0 functions
- config.py: ❌ (14 lines)
- core.py: ✅ (784 lines)
- error_handlers.py: ✅ (29 lines)
- cipher_algorithms.py: ✅ (145 lines)
- protocol_handlers/ssl_handler.py: ✅ (230 lines)
- protocol_handlers/ssh_handler.py: ✅ (77 lines)
- protocol_handlers/base.py: ✅ (28 lines)
- utils/utils.py: ❌ (1 lines)
- validators/weak_cipher.py: ✅ (68 lines)
- validators/sensitive_date.py: ✅ (204 lines)
- validators/subject_alt_names.py: ✅ (239 lines)
- validators/chain.py: ✅ (302 lines)
- validators/expiration.py: ✅ (87 lines)
- validators/root_certificate_validator.py: ✅ (113 lines)
- validators/tls_version.py: ✅ (70 lines)
- validators/key_info.py: ✅ (106 lines)
- validators/base.py: ✅ (141 lines)
- validators/hostname.py: ✅ (148 lines)
- validators/_utils.py: ✅ (23 lines)
- Cargo audit available: ✅ Yes
- Vulnerabilities found: 0
- Security status: 🔒 Clean
- PyO3 version: 0.24.1
- Dependency scanning: ✅ Enabled
🔒 Security configuration is optimal
- Makefile present: ✅ Yes
- Total commands: 27
- Unified commands: 5 (test-quick, test, format, format-check, lint)
- Language-specific commands: 5 (python-format, python-lint, rust-format, rust-format-check, rust-lint)
- Security commands: 1 (security)
- Test workflow steps: 9/9
- CI-equivalent testing: ✅ Yes
- Workflow status: 🚀 Full 9-step testing process available
# Quality workflow (recommended)
make check # Quick quality checks (format + lint)
make test # Full CI-equivalent test suite
make develop # Install for development
# Individual commands
make format # Format code (Python + Rust)
make lint # Lint code (Python + Rust)
make typecheck # Type checking
make security # Security scanning🔤 Add type hints to remaining files
make report# 🚀 Recommended CI-equivalent workflow
make test # Full 9-step test suite (format, lint, typecheck, test, build)
make check # Quick quality checks (format + lint)
make develop # Install for development
# 🔒 Security workflow
make security # Run security scans
cargo audit # Check for vulnerabilities
# 📦 Build workflow
make wheel # Build release wheel
make verify-wheel # Verify build artifactsReport generated by scripts/generate_report.py