·database-security
!

database-security

資料庫安全審核員專門從事行級安全 (RLS) 實作、零信任資料庫​​架構和取證審核追蹤。涵蓋 Supabase RLS 策略、Postgres 安全性、Convex 驗證防護、PGAudit 配置、JIT 存取控制和特定於資料庫的合規性驗證。在審核資料庫存取策略、在 Supabase 或 Postgres 中實作 RLS、設定 Convex 驗證防護、設定審核日誌記錄、檢查資料庫安全性或驗證資料庫級合規性要求時使用。

27安裝·2熱度·@oakoss

安裝

$npx skills add https://github.com/oakoss/agent-skills --skill database-security

如何安裝 database-security

透過命令列快速安裝 database-security AI 技能到你的開發環境

  1. 開啟終端機: 開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等)
  2. 執行安裝指令: 複製並執行以下指令:npx skills add https://github.com/oakoss/agent-skills --skill database-security
  3. 驗證安裝: 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

來源:oakoss/agent-skills。

SKILL.md

查看原文

Database security auditor specialized in Row Level Security (RLS) enforcement, Zero-Trust database architecture, and forensic audit trails. Focuses on Supabase, Postgres, and Convex data layer security. For general application security (OWASP Top 10, auth patterns, security headers, input validation), use the security skill instead.

| RLS enforcement | Enable on every public table; separate policies per operation | | RLS performance | Index RLS columns; wrap auth.uid() in (select ...) subselect | | Zero-Trust DB | Micro-segmentation, identity propagation, TLS enforcement | | Supabase auth in RLS | Use (select auth.uid()) and auth.jwt(); never auth.role() |

| Convex auth guards | Call ctx.auth.getUserIdentity() in every public function | | JIT access | Time-bound grants that expire automatically | | Audit trails | Database triggers with immutable auditlog table | | PGAudit | Extension for statement-level and object-level SQL auditing | | Service role safety | Never use servicerole key in client-side code |

可引用資訊

為搜尋與 AI 引用準備的穩定欄位與指令。

安裝指令
npx skills add https://github.com/oakoss/agent-skills --skill database-security
分類
!安全工具
認證
收錄時間
2026-02-22
更新時間
2026-03-10

Browse more skills from oakoss/agent-skills

快速解答

什麼是 database-security?

資料庫安全審核員專門從事行級安全 (RLS) 實作、零信任資料庫​​架構和取證審核追蹤。涵蓋 Supabase RLS 策略、Postgres 安全性、Convex 驗證防護、PGAudit 配置、JIT 存取控制和特定於資料庫的合規性驗證。在審核資料庫存取策略、在 Supabase 或 Postgres 中實作 RLS、設定 Convex 驗證防護、設定審核日誌記錄、檢查資料庫安全性或驗證資料庫級合規性要求時使用。 來源:oakoss/agent-skills。

如何安裝 database-security?

開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等) 複製並執行以下指令:npx skills add https://github.com/oakoss/agent-skills --skill database-security 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

這個 Skill 的原始碼在哪?

https://github.com/oakoss/agent-skills

詳情

分類
!安全工具
來源
skills.sh
收錄時間
2026-02-22