Security Guardian

Installation
SKILL.md

Security Guardian Skill

This skill ensures the application complies with the RuoYi Security Model and general Web Security standards.

🛡️ Core Principles

  1. Zero Trust: Never trust frontend input. Validate everything on the server.
  2. Permission First: Every Controller method (except public ones) MUST have @PreAuthorize.
  3. Data Isolation: Users should only see their own data.

🛠️ Common Workflows

Installs
First Seen
Security Guardian — chrysaliscat/designgraduation