backend-realtime

Fail

Audited by Snyk on Aug 25, 2026

Risk Level: HIGH
Full Analysis

HIGH W007: Insecure credential handling detected in skill instructions.

  • Insecure credential handling detected (high risk: 1.00). The skill tells the agent to run "cat .env* | grep -i SUPABASE", which exposes environment files (and therefore SUPABASE keys/secrets) to the agent/output, creating an explicit secret-exfiltration risk.

MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).

  • Third-party content exposure detected (medium risk: 0.30). The skill’s required runtime workflow uses Supabase Realtime subscriptions (e.g., postgres_changes on user-chosen tables/filters and presence/broadcast channels), which will ingest free text originating from outsider-authored user content in the database/realtime events at runtime.

Issues (2)

W007
HIGH

Insecure credential handling detected in skill instructions.

W011
MEDIUM

Third-party content exposure detected (indirect prompt injection risk).

Audit Metadata
Risk Level
HIGH
Analyzed
Aug 25, 2026, 05:55 AM
Issues
2
Security Audit — snyk — backend-realtime