·security-rbac
!

security-rbac

poletron/custom-rules

数据库安全、RBAC 和访问控制策略 触发:实施基于角色的访问控制时。

3安装·0热度·@poletron

安装

$npx skills add https://github.com/poletron/custom-rules --skill security-rbac

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.

数据库安全、RBAC 和访问控制策略 触发:实施基于角色的访问控制时。 来源:poletron/custom-rules。

查看原文

可引用信息

为搜索与 AI 引用准备的稳定字段与命令。

安装命令
npx skills add https://github.com/poletron/custom-rules --skill security-rbac
分类
!安全工具
认证
收录时间
2026-02-01
更新时间
2026-02-18

快速解答

什么是 security-rbac?

数据库安全、RBAC 和访问控制策略 触发:实施基于角色的访问控制时。 来源:poletron/custom-rules。

如何安装 security-rbac?

打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/poletron/custom-rules --skill security-rbac 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code 或 Cursor 中使用

这个 Skill 的源码在哪?

https://github.com/poletron/custom-rules