expo-api-routes
Fail
Audited by Snyk on Aug 10, 2026
Risk Level: HIGH
Full Analysis
HIGH W007: Insecure credential handling detected in skill instructions.
- Insecure credential handling detected (high risk: 0.80). The prompt mostly uses safe patterns (process.env) but includes an insecure example that passes a secret value directly on the command line (
eas env:create --value sk-xxx), which encourages embedding real API keys verbatim in generated commands and thus risks secret exposure.
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (medium risk: 0.30). The skill’s runtime workflow (Expo Router +api route examples, including an OpenAI proxy) ingests outsider-provided free text via HTTP request bodies (e.g.,
promptinPOST request.json()sent to an LLM), so an outsider can submit poison text to the endpoint.
Issues (2)
W007
HIGHInsecure credential handling detected in skill instructions.
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
Audit Metadata