Skill audit report
Postgres best practices maintained by Supabase, for Postgres running anywhere. Load this skill BEFORE writing or changing anything that lives in a Postgres database: creating or altering tables and columns (including choosing column types), schema design, migrations and declarative schema files, RLS policies and the tests that verify them, indexes, triggers, database functions, queues and scheduled jobs (pg_cron, pgmq), vector/semantic search (pgvector), and restoring dumps (pg_restore) or importing data. Also load it when diagnosing slow queries, high CPU, timeouts, EXPLAIN plans, connection exhaustion, locking, bloat, or rows visible to the wrong user or tenant. This is not just a performance guide — schema, migration, security, and SQL authoring tasks need these rules too, even for a one-column change or a single query.
OpenAgentSkill Trust Score
The Trust Score helps an agent decide whether a skill is safe enough to shortlist before installation.
GitHub adoption
PASS86
2.6K GitHub stars
Stars/forks activity
INFO77
2.6K stars, 200 forks; issue activity unavailable in current metadata
Recent maintenance
PASS100
27d since push
License clarity
PASS86
MIT
README/SKILL.md completeness
PASS86
Metadata includes enough usage and workflow context
Dependency/runtime risk
PASS82
database surface
Install availability
PASS92
npx skills add supabase/agent-skills --skill supabase-postgres-best-practices
Install command safety
PASS92
standard package or runtime install path
Permission surface
INFO74
filesystem or document access, database access
Repository evidence
PASS86
https://github.com/supabase/agent-skills/tree/main/skills/supabase-postgres-best-practices
Review status
INFO66
AI review data available
Agent Proven outcomes
INFO54
No agent outcome data yet
Checks
Install path
92
npx skills add supabase/agent-skills --skill supabase-postgres-best-practices
Repository
88
https://github.com/supabase/agent-skills/tree/main/skills/supabase-postgres-best-practices
License
86
MIT
Maintenance
100
27d since push
AI review
55
SKILL.md metadata version is 1.1.1 but the changelog shows the latest release is 1.6.0, creating a version mismatch.
README/SKILL.md completeness
86
Warnings
Method
This report combines public metadata, AI review output, repository freshness, install readiness, OpenAgentSkill events, quality scoring, trust checks, and the agent safety gate. It is not a full source-code security review.
Compare nearby options
Wazuh - The Open Source Security Platform. Unified XDR and SIEM protection for endpoints and cloud workloads.
16K Stars · Audit report
🕵️♂️ Collect a dossier on a person by username from 3000+ sites
33K Stars · Audit report
Nuclei is a fast, customizable vulnerability scanner powered by the global security community and built on a simple YAML-based DSL, enabling collaboration to tackle trending vulnerabilities on the internet. It helps you find vulnerabilities in your applications, APIs, networks, DNS, and cloud configurations.
29K Stars · Audit report
Usable description available
Dependency risk
82
database surface
Install command safety
92
standard package or runtime install path
Permission surface
74
filesystem or document access, database access
Stars/forks activity
77
2.6K stars, 200 forks; issue activity unavailable in current metadata
Adoption
88
2.6K GitHub stars
Agent safety v2
Sparse or mixed signals. Useful for discovery, but not for autonomous installation.
Test manually in an isolated workspace and compare against safer alternatives.
Network access
mediumSkill likely fetches remote pages, APIs, repositories, or external services.
Filesystem access
mediumSkill may read or write project files, documents, generated artifacts, or local workspace state.
Secrets or environment access
highSkill metadata references credentials, tokens, environment variables, or secret-bearing workflows.
Database access
mediumSkill may inspect schemas, query databases, or work with persistent stores.