24 AI Agent Skills for professional security auditing of Supabase applications. Detection, key extraction, RLS testing, storage audit, IDOR detection, and comprehensive reporting. Works with Claude Code, Cursor, Windsurf, and 30+ AI agents.
<p align="center"> <img src="https://img.shields.io/badge/Skills-24-brightgreen" alt="24 Skills"> <img src="https://img.shields.io/badge/License-MIT-blue" alt="MIT License"> <img src="https://img.shields.io/badge/PRs-Welcome-orange" alt="PRs Welcome"> </p> <h1 align="center">Supabase Pentest Skills</h1> <p align="center"> <strong>24 AI Agent Skills for professional security auditing of Supabase applications.</strong><br> Detection, key extraction, RLS testing, IDOR detection, storage audit, evidence collection, comprehensive reporting. </p> <p align="center"> <a href="#quick-install">Install</a> • <a href="#all-24-skills">Skills</a> • <a href="#example-usage">Usage</a> • <a href="#contributing">Contribute</a> </p> --- ## Quick Install ```bash npx skills add yoanbernabeu/supabase-pentest-skills ``` **That's it.** Works with Claude Code, Cursor, Codex, OpenCode, Windsurf, and 30+ AI agents. ### One-Liners ```bash # Install everything (24 skills) npx skills add yoanbernabeu/supabase-pentest-skills # Install only detection skills npx skills add yoanbernabeu/supabase-pentest-skills --skill supabase-detect # Install globally (available in all projects) npx skills add yoanbernabeu/supabase-pentest-skills -g # List all available skills npx skills add yoanbernabeu/supabase-pentest-skills --list # Non-interactive (CI/CD friendly) npx skills add yoanbernabeu/supabase-pentest-skills --all -y ``` --- ## Recommended Setup (New Audit) > **Note**: This setup is optimized for [Claude Code](https://docs.anthropic.com/en/docs/claude-code) users. The CLAUDE.md template provides specific instructions for Claude Code's agent capabilities. For professional audits with complete logging and evidence collection, follow this setup: ### Step 1: Install the Skills ```bash npx skills add yoanbernabeu/supabase-pentest-skills ``` ### Step 2: Create a Fresh Audit Directory ```bash mkdir my-security-audit cd my-security-audit ``` ### Step 3: Download the CLAUD
Agent that generates comprehensive documentation, API references, architecture diagrams, and developer onboarding guides from existing code.
Agent configuration for systematic bug investigation that traces issues from error logs through the codebase to root cause with suggested fixes.
Agent for integrating third-party APIs including SDK setup, type generation, error handling, retry logic, and rate limit management.
Cursor's built-in autonomous coding agent that can make multi-file edits, run terminal commands, search the codebase, and iteratively build features with minimal human intervention.
Cloud-based autonomous coding agent that runs in the background on remote sandboxed environments, handling complex multi-step tasks while you continue working.
Cursor's multi-file editing agent within Composer mode that can create, edit, and delete files across your entire project in a single conversation.