expo-examples
Warn
Audited by Snyk on Jul 3, 2026
Risk Level: MEDIUM
Full Analysis
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (high risk: 0.85). Outsider-authored free text is fetched at runtime from the public
expo/examplesGitHub repo (e.g., viagh api .../trees/...and.../contents/<example>/<file>orcurlraw URLs), and that README/code/text is then ingested into the agent’s LLM context for study/adaptation.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.80). The skill explicitly instructs runtime fetching of example code from the Expo examples repository (e.g. https://github.com/expo/examples and raw file URLs such as https://raw.githubusercontent.com/expo/examples/master/with-stripe/utils/stripe-server.ts via gh api / curl) and also suggests running tools like npx create-expo/degit that execute fetched packages — these are used at runtime and can inject remote content into the agent context or execute remote code.
Issues (2)
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata