programming-swift-embedded
Warn
Audited by Snyk on Feb 15, 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 guide instructs fetching and executing a remote script at runtime (curl -L "https://raw.githubusercontent.com/swiftlang/swift-embedded-examples/refs/heads/main/Tools/elf2hex.py" -O and chmod +x ./elf2hex.py), which downloads code from raw.githubusercontent.com and runs it locally, satisfying the criteria for a runtime-fetched URL that executes remote code.
Audit Metadata