security-rbac
✓Database Security, RBAC, and Access Control policies Trigger: When implementing role-based access control.
Installation
SKILL.md
Security must be implemented at the database layer (Defense in Depth), ensuring that even if the application layer is compromised, the data remains protected by strict access controls.
1.1 Standard Roles Implement a hierarchy of roles to categorize users. Avoid assigning permissions to individual users; assign them to Roles.
Use RLS to strictly enforce data isolation at the row level based on the current user context.
Database Security, RBAC, and Access Control policies Trigger: When implementing role-based access control. Source: poletron/custom-rules.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/poletron/custom-rules --skill security-rbac- Source
- poletron/custom-rules
- Category
- !Security
- Verified
- ✓
- First Seen
- 2026-02-01
- Updated
- 2026-02-18
Quick answers
What is security-rbac?
Database Security, RBAC, and Access Control policies Trigger: When implementing role-based access control. Source: poletron/custom-rules.
How do I install security-rbac?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/poletron/custom-rules --skill security-rbac Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/poletron/custom-rules
Details
- Category
- !Security
- Source
- skills.sh
- First Seen
- 2026-02-01