force-update
Warn
Audited by Snyk on Jun 18, 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 skill’s runtime path fetches remote configuration text (e.g.,
RemoteJSONVersionCheckerusesURLSession.data(from:)to download JSON from a user-supplied endpoint, then decodes fields likeminimumVersionMessage/recommendedVersionMessageintoUpdateRequirementthat is rendered inForceUpdateView/SoftUpdateBannerView).
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.90). The skill performs runtime fetches that directly determine UI/control flow: RemoteJSONVersionChecker (defaulting to https://api.example.com/app-config) fetches JSON used to decide hard/soft update prompts, and AppStoreLookupChecker queries https://itunes.apple.com/lookup?... at runtime to decide whether to show update prompts, so remote content directly controls the agent's prompts.
Issues (2)
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata