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
- Zero Trust: Never trust frontend input. Validate everything on the server.
- Permission First: Every Controller method (except public ones) MUST have
@PreAuthorize. - Data Isolation: Users should only see their own data.