Supabase Audit Auth Config
Helps with Supabase, auditing, authentication as part of working with databases and data persistence workflows.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add supabase-audit-auth-config npx -- -y @trustedskills/supabase-audit-auth-config
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"supabase-audit-auth-config": {
"command": "npx",
"args": [
"-y",
"@trustedskills/supabase-audit-auth-config"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill analyzes the authentication configuration of a Supabase project to identify potential security vulnerabilities. It examines settings related to user registration, login, password recovery, and enabled authentication providers (email, phone, OAuth). Crucially, this skill requires progressive file updates during execution – findings must be written to context files (.sb-pentest-context.json) and audit logs (.sb-pentest-audit.log) immediately after each setting is analyzed, not at the end of the process.
When to use it
- To review authentication security settings before deploying a Supabase project to production.
- As part of an auditing workflow for auth-related vulnerabilities.
- During comprehensive security reviews of a Supabase application.
- To verify specific configuration details, such as whether signup is open and which providers are enabled.
Key capabilities
- Analyzes Supabase authentication settings via the
/auth/v1/*endpoints. - Detects if email authentication is enabled by attempting user registration.
- Checks for phone authentication enablement through settings inspection.
- Identifies configured OAuth providers by examining settings.
- Determines if signup is disabled by attempting a signup process.
- Evaluates email confirmation requirements based on signup responses.
- Assesses password complexity rules via error message analysis.
Example prompts
- "Audit authentication configuration"
- "Check if signup is open and what providers are enabled"
Tips & gotchas
- Critical: The skill requires progressive file updates to
.sb-pentest-context.jsonand.sb-pentest-audit.log. Do not wait until the end of the process; update these files immediately after analyzing each setting. Failure to do so can lead to data loss if the skill is interrupted. - You need a Supabase URL and anon key available for this skill to function correctly.
- A prior detection step must be completed before running the audit.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.