upgrading-react-native
Warn
Audited by Snyk on Apr 8, 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 explicitly instructs fetching canonical diffs and release lists from public GitHub URLs (e.g., raw.githubusercontent.com rn-diff-purge diffs and RELEASES) in SKILL.md and references/upgrade-helper-core.md and then uses those diffs to build baselines and drive upgrade actions, so untrusted public content can materially influence the agent's decisions and tool use.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.90). The skill explicitly downloads rn-diff-purge diffs at runtime (e.g., https://raw.githubusercontent.com/react-native-community/rn-diff-purge/diffs/diffs/<current_version>..<target_version>.diff), and those fetched diffs are used as the canonical baseline that directly controls what code changes/merge instructions are applied.
Issues (2)
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata