app-store-deployment
Warn
Audited by Snyk on Apr 3, 2026
Risk Level: MEDIUM
Full Analysis
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.90). The GitHub Actions referenced in the CI workflow (actions/checkout@v4 -> https://github.com/actions/checkout and r0adkll/upload-google-play@v1 -> https://github.com/r0adkll/upload-google-play) are fetched and executed at runtime and are required for the workflow, so remote code will run and can control execution.
MEDIUM W013: Attempt to modify system services in skill instructions.
- Attempt to modify system services in skill instructions detected (medium risk: 0.60). The prompt includes an explicit sudo command ("sudo xcodebuild -license accept") which asks for elevated privileges on the host, so it pushes the agent to perform privileged actions even though most other steps are repository-level build/deploy operations.
Issues (2)
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
W013
MEDIUMAttempt to modify system services in skill instructions.
Audit Metadata