[ ] Consider adding a generic key-value table strategy or use flexible_graph if that makes sense.
[ ] Create a capturable executable which runs Lynis Security auditing tool and converts its logging and key-value outputs to SQL tables (use sqlines extension for logging or KV)
[ ] Structure tables using proper revisioning of key value pairs in such a way as to be able to track improvements or anomalies over time
[ ] Create proper web-ui pages to show issues, audit reports, etc.
Introduce a
security-audit
Pattern:key-value
table strategy or useflexible_graph
if that makes sense.sqlines
extension for logging or KV)web-ui
pages to show issues, audit reports, etc.