react-native-best-practices
Warn
Audited by Snyk on Mar 2, 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.90). The skill's "Remote Code Loading" workflow explicitly instructs adding a runtime resolver (ScriptManager.shared.addResolver) that points to external CDN URLs (e.g.,
https://my-cdn.com/assets/${scriptId}) so the app will fetch and execute remote chunks, which is a clear ingestion of untrusted third‑party content that can materially change behavior.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.90). I flagged https://get.flashlight.dev because the skill explicitly instructs running curl https://get.flashlight.dev | bash to install Flashlight, which fetches and executes remote code at runtime and is presented as a required tool for the measurement workflow.
Audit Metadata