Supabase Audit Buckets List

🌐Community
by yoanbernabeu · vlatest · Repository

Helps with Supabase, auditing 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.

1

Run in terminal (recommended)

terminal
claude mcp add supabase-audit-buckets-list npx -- -y @trustedskills/supabase-audit-buckets-list
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "supabase-audit-buckets-list": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/supabase-audit-buckets-list"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

This skill enables AI agents to discover and list all storage buckets within a Supabase project. It provides visibility into the existing data structure by returning bucket names, IDs, and associated metadata directly from the Supabase dashboard or API context.

When to use it

  • Inventory Management: Quickly catalog all available storage resources during an initial system assessment.
  • Security Audits: Identify public buckets or sensitive data stores that may require access control reviews.
  • Migration Planning: Determine which specific buckets need to be migrated, archived, or deleted in legacy projects.
  • Debugging Storage Issues: Isolate specific buckets causing performance bottlenecks or quota errors.

Key capabilities

  • Retrieves a comprehensive list of all storage buckets in the connected Supabase instance.
  • Displays bucket metadata including names and unique identifiers.
  • Integrates seamlessly with Supabase authentication contexts to ensure authorized access.
  • Formats output for easy parsing by downstream automation tools or human review.

Example prompts

  • "List all storage buckets currently configured in my Supabase project."
  • "Show me the names and IDs of every bucket available for this database instance."
  • "Audit the storage configuration and provide a summary of all existing buckets."

Tips & gotchas

Ensure your AI agent has valid API credentials with sufficient permissions to read storage metadata before executing this command. This skill only lists existing buckets; it cannot create new ones or modify bucket policies directly.

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 HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
yoanbernabeu
Installs
76

🌐 Community

Passed automated security scans.