Hardening Advisor¶
hardening_advisor
¶
Hardening Advisor — analyze safety configuration and recommend improvements.
Inspects the current safety setup (policies, controls, thresholds) and produces a prioritized list of hardening recommendations with effort estimates and risk-reduction scores.
Usage::
python -m replication harden
python -m replication harden --format json
python -m replication harden --category access
python -m replication harden --min-impact medium
python -m replication harden --output hardening-report.html
Recommendation
dataclass
¶
A single hardening recommendation.
Source code in src/replication/hardening_advisor.py
HardeningReport
dataclass
¶
Full hardening assessment report.