What problem does it solve? Machines running ErnOS often have unknown security posture—open ports, weak firewall rules, outdated versions, or missing backups—and users lack a structured, safe way to assess and fix these gaps without locking themselves out. ## Core Features & Use Cases - Read-Only Security Audits: Runs ernos security audit --deep and ernos update status alongside OS-level checks (firewall, listening ports, backups, disk encryption) to build a complete posture picture. - Risk-Profile-Based Remediation: Aligns hardening to a chosen risk tolerance (Home/Workstation Balanced, VPS Hardened, Developer Convenience, or Custom) with staged, reversible steps and explicit approval before every change. - Scheduled Monitoring: Sets up recurring audits and version checks via ernos cron add with stable job names like healthcheck:security-audit. - Use Case: A user running ErnOS on a home server asks for a security review; the skill inventories the system, runs the ErnOS audit, proposes a hardening plan with exact commands, executes approved steps, and schedules weekly re-audits. ## Quick Start Ask the assistant to run a security healthcheck and hardening review on the machine running ErnOS.