Sigil is an open-source PHP CLI tool for auditing and hardening self-hosted LEMP stacks. It scans your actual server configuration files — .env, nginx.conf, docker-compose.yml, php.ini, and database configs — against a library of 49 security rules, scores findings by severity, generates executable patches, and tracks configuration drift between deploys.
It is designed for developers and backend engineers who manage their own servers and need a structured, repeatable way to catch misconfigurations before they become incidents. Think of it as composer audit for your entire infrastructure stack — not just your dependencies.