What problem does it solve? Teams often overlook baseline security practices when configuring applications, databases, and servers, leaving systems exposed to preventable vulnerabilities. This Skill provides a structured checklist of Spatie's security guidelines to apply during configuration and code review. ## Core Features & Use Cases - Application Security Review: Enforces SSL for HTTP traffic, CSRF tokens in forms, proper HTTP methods for state-changing actions, and automated authorization tests. - Database & Server Hardening: Covers password hashing, API key encryption, per-database users with restricted permissions, SSH key authentication, firewalls, and unattended upgrades. - Credential Management: Promotes password managers, unique passwords, two-factor authentication, and protected private keys. - Use Case: When reviewing a Laravel deployment, use this Skill to verify SSL is enforced, database access is restricted to whitelisted hosts, and the firewall only permits ports 22 and 443. ## Quick Start Review my server and application configuration against Spatie's security guidelines and list any violations.