DANGER
malware detected
github.com / U-C4N
U-C4N/ Autocad-MCP
Python·446 files·commit cdb1063·scanned 1h ago·cached ✓
70/100
DANGEROUS
Sensitive capability combinations reachable from entry points. Do not run without review.
This repository contains patterns associated with malware. Do NOT run this code.
verdict accurate?
threat-state: dangerouslive
FINDINGS ░▒▓
criticaleval() usage detectedeval() executes arbitrary code and is commonly used in malware to run obfuscated payloads fetched from remote servers.tests/test_security.py
with pytest.raises(ToolError, match="restricted function"):
sanitize_lisp("(eval (read user-input))")
def test_dangerous_enabled_bypass(self, monkeypatch):+8criticalPython dynamic code executioneval(), exec() or compile() on untrusted input can execute arbitrary code. Common in Python malware for running obfuscated payloads.tests/test_security.py
with pytest.raises(ToolError, match="restricted function"):
sanitize_lisp("(eval (read user-input))")
def test_dangerous_enabled_bypass(self, monkeypatch):+7warningHigh-entropy string literalsFound 5 long strings with high Shannon entropy. This is common in obfuscated payloads that hide URLs, keys, or bytecode.backends/block_specs.py+3
warningHigh-entropy string literalsFound 3 long strings with high Shannon entropy. This is common in obfuscated payloads that hide URLs, keys, or bytecode.backends/contracts/analysis.py+3
warningHigh-entropy string literalsFound 3 long strings with high Shannon entropy. This is common in obfuscated payloads that hide URLs, keys, or bytecode.backends/contracts/entity_creation.py+3
warningFlattened or dead control flowDetected switch(true), dead if branches, or deeply nested ternaries — patterns used by obfuscators to hide execution order.engineering/pid/tags.py+3
warningFlattened or dead control flowDetected switch(true), dead if branches, or deeply nested ternaries — patterns used by obfuscators to hide execution order.engineering/understand/labels.py+3
Scores are heuristics. A “safe” verdict means no known-malicious patterns were found — clever malware can look boring. Wrong verdict? Flag it above; confirmed false positives become regression tests.
384 files scanned @ cdb1063 | 9/25/2026 | heuristic scan — always review manually
risk by category
code execution17
network & exfiltration0
file system access0
obfuscation15
supply chain0
owasp / injection0
telemetry
files 384/446rules hit 8engine v6commit cdb1063
github
U-C4N/Autocad-MCP
Production-grade AutoCAD MCP server for AI agents — 122 tools, dual COM (live AutoCAD) + headless ezdxf engines, ISO GD&T and dimension-tolerance validation for CAD automation.
102
30
151d
446 files
384 scanned(86%)
cdb1063
architecture░▒▓
entry (0) flagged (57) pkg (252)
622 nodes · 2277 edgesscroll to zoom · click node to jump to finding