expo-api-routes

Fail

Audited by Snyk on Jul 12, 2026

Risk Level: HIGH
Full Analysis

HIGH W007: Insecure credential handling detected in skill instructions.

  • Insecure credential handling detected (high risk: 0.90). The skill contains a CLI example that embeds a literal API secret value ("sk-xxx") as a command-line argument (eas env:create --value sk-xxx), which is an insecure pattern because it requires or demonstrates including a secret verbatim in output/commands.

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

  • Third-party content exposure detected (high risk: 0.85). The required workflow shown in SKILL.md includes an API route that takes a runtime prompt from the HTTP request body (await request.json()), which is outsider-authored user input, and then feeds it into the LLM call as messages: [{ role: "user", content: prompt }] (indirect prompt injection risk).

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
Jul 12, 2026, 09:44 AM
Issues
2
Security Audit — snyk — expo-api-routes