cc-supabase
Fail
Audited by Snyk on Jun 14, 2026
Risk Level: HIGH
Full Analysis
HIGH W007: Insecure credential handling detected in skill instructions.
- Insecure credential handling detected (high risk: 1.00). The prompt explicitly tells the user to include the Supabase API key directly in a CLI command (
--api-key <key>) or settings file, which would require the agent/LLM to handle or emit the secret verbatim and is therefore high-risk.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.80). The skill invokes npx to fetch and execute the external package @supabase/mcp-server-supabase at runtime (e.g.,
npx @supabase/mcp-server-supabase/ https://www.npmjs.com/package/@supabase/mcp-server-supabase), which downloads and runs remote code and is required for the integration.
MEDIUM W021: Hidden or invisible Unicode characters detected (potential obfuscation or prompt injection).
- Hidden Unicode characters detected (1 type(s) found)
Issues (3)
W007
HIGHInsecure credential handling detected in skill instructions.
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
W021
MEDIUMHidden or invisible Unicode characters detected (potential obfuscation or prompt injection).
Audit Metadata