ida-domain-scripting

Warn

Audited by Socket on Aug 15, 2026

3 alerts found:

SecurityAnomalyx2
SecurityMEDIUM
SKILL.md

Purpose and capabilities are internally consistent: this is an IDA scripting skill for binary analysis, not a disguised credential harvester. Main concerns are its inherently high-risk offensive/reverse-engineering capability and the custom GitHub clone setup with optional mutable refs; supply-chain risk is moderate, while malicious intent is not evident.

Confidence: 87%Severity: 72%
AnomalyLOW
run.py

No clear evidence of supply-chain malware or stealth sabotage in this fragment. The main security concern is that it intentionally executes user-provided Python code in a subprocess (wrapped or unwrapped) and can copy potentially modified IDA database artifacts back to the original target when `--save` is enabled. There are no obvious malicious network/exfiltration behaviors, hardcoded secrets, or obfuscation in the provided code.

Confidence: 74%Severity: 52%
AnomalyLOW
setup.py

No explicit malicious behavior (e.g., exfiltration/backdoors/credential theft) is evident in the shown fragment. However, the script performs high-impact supply-chain operations: it fetches remote code from GitHub based on a dynamic 'latest' tag or user-supplied ref, checks out that ref, installs it as an editable Python package, and then runs a Python one-liner for validation. Without commit pinning and without visible integrity/signature verification in this snippet, a compromised or malicious upstream ref could lead to arbitrary code execution during install/validation. Additionally, the validation payload (`test_script`) is truncated, so the exact execution content cannot be fully verified.

Confidence: 55%Severity: 67%
Audit Metadata
Analyzed At
Aug 15, 2026, 01:38 PM
Package URL
pkg:socket/skills-sh/hexrayssa%2Fclaude-marketplace%2Fida-domain-scripting%2F@7f4859ed8dbf84b51a8bac1c7c07f9279ace01e6d3c6df1067317ccdeec25cdb
Security Audit — socket — ida-domain-scripting