neon-postgres

Fail

Audited by Snyk on Jun 20, 2026

Risk Level: HIGH
Full Analysis

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

  • Third-party content exposure detected (medium risk: 0.65). The required runtime workflow can fetch Neon documentation pages via curl https://neon.com/docs/<path> (public web content), which is outsider-authored free text that may be ingested into the agent’s LLM context.

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

  • Potentially malicious external URL detected (high risk: 0.90). The skill explicitly instructs the agent to fetch documentation at runtime (e.g., curl https://neon.com/llms.txt and curl -H "Accept: text/markdown" https://neon.com/docs/) and treats those fetched docs as the "source of truth" to drive responses, so these runtime URL fetches directly control the agent's prompts/context.

HIGH W008: Secret detected in skill content (API keys, tokens, passwords).

  • Secret detected (high risk: 1.00). I scanned the entire skill documentation for literal, high-entropy credentials that would be usable if copied. I ignored placeholder names and environment variable names (e.g., NEON_API_KEY, NEXT_PUBLIC_NEON_AUTH_URL) because those are not secret values.

I found multiple high-entropy secret-like values embedded verbatim in example responses / code samples (not placeholders or truncated). Examples include:

These values are neither placeholders nor truncated, and they appear to be real, high-entropy secrets (API key and DB passwords/connection strings) that would grant access if valid. Therefore they meet the definition of a secret and should be flagged.

I did NOT flag environment variable names or endpoints like ep-xxx hostnames by themselves, nor generic example emails, because those are not secrets per the rules.

Issues (3)

W011
MEDIUM

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

W012
MEDIUM

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

W008
HIGH

Secret detected in skill content (API keys, tokens, passwords).

Audit Metadata
Risk Level
HIGH
Analyzed
Jun 20, 2026, 10:27 PM
Issues
3
Security Audit — snyk — neon-postgres