什么是 postgres-rls?
涉及身份验证表、租户隔离、RLS 策略或多租户数据库代码时强制执行 - 强制执行行级安全性最佳实践并捕获常见的绕过漏洞 来源:troykelly/codex-skills。
涉及身份验证表、租户隔离、RLS 策略或多租户数据库代码时强制执行 - 强制执行行级安全性最佳实践并捕获常见的绕过漏洞
通过命令行快速安装 postgres-rls AI 技能到你的开发环境
来源:troykelly/codex-skills。
Row Level Security (RLS) provides defense-in-depth for data isolation. When implemented correctly, it prevents data leaks even if application code misses a filter. When implemented incorrectly, it creates false security confidence while data bleeds between tenants.
Core principle: RLS is your last line of defense, not your only one. Get it wrong and you have a data breach.
Announce at start: "I'm applying postgres-rls to verify Row Level Security implementation."
涉及身份验证表、租户隔离、RLS 策略或多租户数据库代码时强制执行 - 强制执行行级安全性最佳实践并捕获常见的绕过漏洞 来源:troykelly/codex-skills。
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/troykelly/codex-skills --skill postgres-rls涉及身份验证表、租户隔离、RLS 策略或多租户数据库代码时强制执行 - 强制执行行级安全性最佳实践并捕获常见的绕过漏洞 来源:troykelly/codex-skills。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/troykelly/codex-skills --skill postgres-rls 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/troykelly/codex-skills