Skip to content

Instantly share code, notes, and snippets.

@ThemeHackers
Last active December 18, 2025 11:08
Show Gist options
  • Select an option

  • Save ThemeHackers/4962f18eae040cabb8cd872bea7843b0 to your computer and use it in GitHub Desktop.

Select an option

Save ThemeHackers/4962f18eae040cabb8cd872bea7843b0 to your computer and use it in GitHub Desktop.
SSF (Supabase Security Framework) - Quick Reference Gist

SSF (Supabase Security Framework) - Quick Reference Gist

A shareable reference for the ssf security auditing framework for Supabase projects.

πŸ“¦ Quick Installation

# Install from PyPI
pip3 install supabase-audit-framework --upgrade

πŸš€ Basic Usage

# Basic scan
ssf <SUPABASE_URL> <ANON_KEY>

# Advanced scan with AI analysis and HTML report
ssf <URL> <KEY> --agent-provider gemini --agent gemini-2.0-flash --agent-key "YOUR_API_KEY" --brute --html --json

# CI/CD mode with SARIF output
ssf <URL> <KEY> --ci --sarif --json --fail-on HIGH

πŸ“‹ Common Scan Options

Flag Description
--brute Enable dictionary attack for hidden tables
--html Generate HTML report
--json Save results to JSON
--sarif Generate SARIF report for GitHub Security
--ci Exit with non-zero code on critical issues
--stealth Enable JA3 spoofing for WAF bypass
--webui Launch Web Management Dashboard

πŸ”— Links


This gist is a quick reference for the SSF project. For full documentation, visit the GitHub repository.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment