supabase
Warn
Audited by Socket on Mar 1, 2026
1 alert found:
SecuritySecuritySKILL.md
MEDIUMSecurityMEDIUM
SKILL.md
The provided examples are legitimate usage snippets for Supabase REST API but present operational security risks: they encourage use of a high-privilege service role key directly in shell commands, lack guidance on least privilege, and do not warn about validating SUPABASE_URL or protecting command history/CI logs. There is no evidence of obfuscation or embedded malware in the text. Recommended fixes: (1) emphasize least-privilege keys and scoped access, (2) show safe ways to store/use secrets (secret managers, not interactive inline commands), (3) warn about validating endpoints and TLS, and (4) demonstrate redaction or filtering of sensitive fields in outputs.
Confidence: 98%Severity: 75%
Audit Metadata