expo-cicd-workflows
Warn
Audited by Snyk on Jul 15, 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). The required workflow fetches outsider-authored free text from public URLs at runtime (e.g., the JSON schema and MDX syntax/docs via
node scripts/fetch.js <url>), andscripts/fetch.jsreads the HTTP response body as text (response.text()) which is then parsed/used by the validator.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.90). The skill fetches runtime resources that directly determine validation and response behavior—notably https://api.expo.dev/v2/workflows/schema (used by scripts/validate.js at runtime) and the raw GitHub docs (https://raw.githubusercontent.com/expo/expo/refs/heads/main/docs/pages/eas/workflows/syntax.mdx and https://raw.githubusercontent.com/expo/expo/refs/heads/main/docs/pages/eas/workflows/pre-packaged-jobs.mdx) which the SKILL instructs to retrieve before generating/validating workflows, so external content fetched at runtime can directly control the agent's outputs.
Issues (2)
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata