dev-swarm-flutter-installation
Warn
Audited by Snyk on Mar 13, 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 skill instructs downloading and installing the Flutter SDK at runtime from Google's storage URLs (e.g., https://storage.googleapis.com/flutter_infra_release/releases/stable/linux/flutter_linux-stable.tar.xz and the corresponding macOS/windows links), which fetches remote binaries that will be extracted and executed and are required for the skill to run.
MEDIUM W013: Attempt to modify system services in skill instructions.
- Attempt to modify system services in skill instructions detected (high risk: 0.80). The skill explicitly instructs running privileged system commands (e.g., sudo apt-get update/upgrade/install, xcode-select, and modifying system-level environment variables as Administrator), which modify system state and require elevated privileges.
Issues (2)
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
W013
MEDIUMAttempt to modify system services in skill instructions.
Audit Metadata