What problem does it solve? Backend codebases often ship with exploitable weaknesses such as SQL injection, broken authorization, insecure sessions, unsafe file uploads, and leaked secrets. This Skill performs evidence-based defensive security reviews and applies minimal, verified remediations across the full stack from reverse proxy to database. ## Core Features & Use Cases - Layered Security Audit: Inspects reverse proxy/CDN configuration, Dockerfiles, Kubernetes manifests, CI/CD workflows, secrets handling, and dependency lockfiles before touching application code. - AuthN/AuthZ Hardening: Reviews session cookies, JWT validation, MFA, password reset flows, server-side authorization, tenant isolation, and mass-assignment protections. - UGC and Upload Defense: Enforces output encoding, server-side HTML sanitization, CSP, CSRF tokens, magic-byte upload validation, and pluggable content moderation interceptors. - Use Case: Before launching a new API, ask the Skill to audit your Express or Django service; it produces a structured report with severity-ranked findings, evidence citations, minimal patches, and verification results. ## Quick Start Use the advanced-backend-security-shield skill to audit this backend service for security vulnerabilities and propose fixes.