Useful contributions include:
- new read-only checks for Raspberry Pi / PiCar-X environments
- documentation for teaching lab hardening
- sample reports with synthetic data
- tests for parser behavior and edge cases
- clearer remediation guidance
python3 -m unittest discover -s testsEvery check should:
- be read-only
- avoid collecting secrets
- return a clear status:
pass,fail,warnormanual - include a short remediation note
- include tests where practical