live · scanning repos
Scanrepo
github.com
github.com / firmadyne

firmadyne/firmadyne

Shell·38 files·commit 11cb574·scanned 11d ago·cached ✓
15/100
LOW RISK
Minor findings consistent with the project type. Nothing reachable from install hooks.
verdict accurate?
threat-state: lowlive

FINDINGS ░▒▓

warningPython subprocess / os.system usageos.system() or subprocess with shell=True / suspicious commands can execute arbitrary shell commands. Plain pip/package installs are usually benign.analyses/runExploits.py
    with smart_open(outfile, 'w') as f:
        ret = subprocess.call(SHELL_EXPLOITS[eid][0] % {'target': target},
                              stderr=f, stdout=f, shell=True)
        # always run ve...
+4
infoSuspicious files are not reachable from entry pointsFlagged files exist but are not imported by any entry point. They may be dead code, tests, or attack payloads triggered by another mechanism.+2
warningHigh-entropy string literalsFound 5 long strings with high Shannon entropy. This is common in obfuscated payloads that hide URLs, keys, or bytecode.scripts/makeNetwork.py+3
warningHigh-entropy string literalsFound 13 long strings with high Shannon entropy. This is common in obfuscated payloads that hide URLs, keys, or bytecode.analyses/runExploits.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.

26 files scanned @ 11cb574 | 8/27/2026 | heuristic scan — always review manually

risk by category
code execution6
network & exfiltration0
file system access0
obfuscation6
supply chain0
owasp / injection0
telemetry
files 26/38rules hit 4engine v5commit 11cb574

github

firmadyne/firmadyne

Platform for emulation and dynamic analysis of Linux-based firmware

Shell
2102
367
3856d
38 files
26 scanned(68%)
11cb574

architecture░▒▓

entry (0) flagged (2) pkg (13)
17 nodes · 17 edgesscroll to zoom · click node to jump to finding
LOW (15/100) — firmadyne/firmadyne — ScanRepo