DANGER
malware detected
github.com / Reqvime
Reqvime/ planetary-surveyor
Python·85 files·commit 4926144·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?
Created 6 days ago
Created in the last 7 days
threat-state: dangerouslive
FINDINGS ░▒▓
warningSuspicious Windows batch commandBatch file contains commands commonly used to download and execute remote payloads (powershell, certutil, bitsadmin, curl to pipe, etc.).INSTALL.cmd
echo. powershell.exe -NoProfile -ExecutionPolicy Bypass -File "%~dp0scripts\setup.ps1" if errorlevel 1 goto :failed powershell.exe -NoProfile -ExecutionPolicy Bypass -File "%~dp0scripts\deploy.ps1"+5
warningSuspicious Windows batch commandBatch file contains commands commonly used to download and execute remote payloads (powershell, certutil, bitsadmin, curl to pipe, etc.).PLAY_NMS_WITH_SCANNER.cmd
if errorlevel 2 exit /b 1 powershell.exe -NoProfile -ExecutionPolicy Bypass -File "%~dp0scripts\run.ps1" -BackupConfirmed if errorlevel 1 goto :failed exit /b 0+5
warningSuspicious Windows batch commandBatch file contains commands commonly used to download and execute remote payloads (powershell, certutil, bitsadmin, curl to pipe, etc.).VERIFY_INSTALL.cmd
cd /d "%~dp0" powershell.exe -NoProfile -ExecutionPolicy Bypass -File "%~dp0scripts\run.ps1" -BackupConfirmed -PreflightOnly if errorlevel 1 goto :failed echo.+5
criticalPython dynamic code executioneval(), exec() or compile() on untrusted input can execute arbitrary code. Common in Python malware for running obfuscated payloads.autoload/autoload_bootstrap.py
}
code = compile(injected_path.read_bytes(), str(injected_path), "exec")
exec(code, namespace, namespace)
+7warningFlattened or dead control flowDetected switch(true), dead if branches, or deeply nested ternaries — patterns used by obfuscators to hide execution order.src/discovery_probe.py+3
warningHigh-entropy string literalsFound 4 long strings with high Shannon entropy. This is common in obfuscated payloads that hide URLs, keys, or bytecode.autoload/autoload_bootstrap.py+3
infoSuspicious file in repoExecutable file (PLAY_NMS_WITH_SCANNER.cmd) in repositoryPLAY_NMS_WITH_SCANNER.cmd+2
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.
29 files scanned @ 4926144 | 9/25/2026 | heuristic scan — always review manually
risk by category
code execution24
network & exfiltration0
file system access0
obfuscation6
supply chain15
owasp / injection0
telemetry
files 29/85rules hit 10engine v6commit 4926144
github
Reqvime/planetary-surveyor
1
0
6d
85 files
29 scanned(34%)
4926144
architecture░▒▓
entry (0) flagged (2) pkg (41)
62 nodes · 112 edgesscroll to zoom · click node to jump to finding