ida-domain-scripting
Fail
Audited by Snyk on Jul 19, 2026
Risk Level: CRITICAL
Full Analysis
CRITICAL E005: Suspicious download URL detected in skill instructions.
- Suspicious download URL detected (high risk: 1.00). Two URLs point to remote installer scripts (astral.sh/uv install.sh and install.ps1) that are recommended to be fetched-and-executed (curl | sh, irm | iex), which is a high-risk pattern because executing remote scripts can deliver malware even if the host appears to be for a legitimate package manager.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.90). The setup script (setup.py) fetches remote data and code at runtime — it queries the GitHub API at https://api.github.com/repos/HexRaysSA/ida-domain/releases/latest and then clones/installs the repository from https://github.com/HexRaysSA/ida-domain.git, which downloads and installs remote code the skill requires.
Issues (2)
E005
CRITICALSuspicious download URL detected in skill instructions.
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata