·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。

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-11

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 で使用できるようになります

ソースリポジトリはどこですか?

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