swift-linux
Pass
Audited by Gen Agent Trust Hub on Mar 1, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: Fetches the Swift compiler toolchain directly from the official Swift download server (download.swift.org).
- [COMMAND_EXECUTION]: Uses
sudo apt-getto install standard system dependencies (e.g., binutils-gold, libcurl4-openssl-dev) required for the Swift environment. - [COMMAND_EXECUTION]: Modifies the user's
~/.bashrcfile to add the Swift binaries to the system PATH, which is a standard procedure for development environment setup.
Audit Metadata