volcengine-db-supabase

Warn

Audited by Socket on Aug 12, 2026

2 alerts found:

AnomalySecurity
AnomalyLOW
scripts/supabase_dataplane.py

No strong indicators of intentional malware are present in this Python module. It is a high-privilege Supabase administration CLI that can execute arbitrary SQL and deploy edge functions using a service-role API key (potential for misuse if inputs/credentials are compromised). It also invokes an external `ve aidap` subprocess, which is an external dependency and could be a supply-chain risk, but this code itself does not show obfuscation or data theft/exfiltration beyond its intended API administration calls.

Confidence: 68%Severity: 52%
SecurityMEDIUM
references/edge-function-dev-guide.md

No clear evidence of classic malicious payloads (e.g., backdoors, reverse shells, or external exfiltration) exists in the provided fragment. However, the code presents a high security-risk design pattern: it uses the Supabase service-role key (bypassing RLS) in Edge Functions that perform database writes/reads/deletes and invoke an RPC, while the snippet shows no explicit authentication/authorization gating for those operations. The webhook signature handling is also incomplete (header presence check only), enabling spoofed webhook payloads. Additionally, returning error.message may leak internal details. Overall: primarily a privilege/authorization-abuse risk rather than direct malware.

Confidence: 68%Severity: 84%
Audit Metadata
Analyzed At
Aug 12, 2026, 01:38 PM
Package URL
pkg:socket/skills-sh/volcengine%2Fvolcengine-skills%2Fvolcengine-db-supabase%2F@44bc7f48a273f4b06d614069154268d7b755de1ff4c118f69a626c0b2d6ea21e
Security Audit — socket — volcengine-db-supabase