matlab-set-up-usrp-radio
Warn
Audited by Snyk on Jun 22, 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 emits and uses params.ImageInfo.Mender.DOWNLOAD_URL at runtime to tell the user where to download a .mender firmware image which the workflow then copies and installs on the device (remote executable firmware), so this is a runtime external dependency: params.ImageInfo.Mender.DOWNLOAD_URL.
MEDIUM W013: Attempt to modify system services in skill instructions.
- Attempt to modify system services in skill instructions detected (high risk: 0.80). The prompt includes explicit instructions and commands to change host network configuration and kernel settings (sudo ip addr, ip link set mtu, sysctl writes, editing /etc/sysctl.conf, disabling firewall/adapter settings) that modify system state and require elevated privileges—even if it tells the agent not to run them directly, it clearly guides privileged, state-changing operations on the machine.
Issues (2)
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
W013
MEDIUMAttempt to modify system services in skill instructions.
Audit Metadata