How this skill is triggered — by the user, by Claude, or both
Slash command
/security-check:security-check-client-dbThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
このプロジェクトのクライアント側データベース(Firebase、Supabase、Appwrite、AWS Amplify など)に対してセキュリティ監査を実施してください。以下の項目を確認すること:
このプロジェクトのクライアント側データベース(Firebase、Supabase、Appwrite、AWS Amplify など)に対してセキュリティ監査を実施してください。以下の項目を確認すること:
検出結果は重大度レベル(Critical、High、Medium、Low、Info)で報告し、各問題に対して具体的な修正方法を提示すること。
$ARGUMENTS
npx claudepluginhub dala00/claude-marketplace --plugin security-checkAudits Firestore security rules against rigorous criteria to identify vulnerabilities, bypasses, and misconfigurations. Use when rules are updated.
Applies Supabase security best practices: anon/service_role key separation, RLS enforcement, JWT verification, API hardening. Use for securing projects, auditing keys, or production checklists.
Audits Supabase Row Level Security policies across all tables. Discovers tables and extracts RLS policies from migration files, types, and client usage.