backend-development

Fail

Audited by Snyk on Feb 23, 2026

Risk Level: HIGH
Full Analysis

HIGH W007: Insecure credential handling detected in skill instructions.

  • Insecure credential handling detected (high risk: 1.00). The workflow explicitly instructs adding vault secrets with the user's actual local values into seed.sql and shows SQL like SELECT vault.create_secret('', '<secret_name>') which requires embedding secret values verbatim into generated files/commands, creating an exfiltration risk.

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

  • Third-party content exposure detected (high risk: 0.70). The skill includes explicit guidance to accept and handle external webhooks (references/with_supabase.md — "public" endpoints) and an edge-function example that reads document content from the database and sends it to an LLM (references/edge_functions.md: callOpenAI(buildPrompt("summarize", doc.content)), so untrusted third-party or user-provided content is ingested and can directly influence downstream tool/API calls.

MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).

Audit Metadata
Risk Level
HIGH
Analyzed
Feb 23, 2026, 06:02 AM