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

uphiago/recon-skills

Python·186 files·commit 1260244·scanned 2h ago·cached ✓
6/100
SAFE
No malicious patterns found. Repo signals are consistent with a legitimate project.
verdict accurate?
4% file coverage
Research / educational context
threat-state: safelive

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.recon/error-log-mining/scripts/mine_error_log.py
        print(f"[*] Downloading {source}...")
        r = subprocess.run(["curl", "-sk", "--max-time", "30", source], capture_output=True)
        txt = r.stdout.decode('utf-8', errors='replace')
    ...
+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

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.

7 files scanned @ 1260244 | 9/25/2026 | heuristic scan — always review manually

risk by category
code execution6
network & exfiltration0
file system access0
obfuscation0
supply chain0
owasp / injection0
telemetry
files 7/186rules hit 2engine v6commit 1260244

github

uphiago/recon-skills

Recon & pentest skill pack. CORS, XSS, SQLi, SSRF, RCE, WordPress, MCP, cloud, subdomain takeover, and more. Field-tested. MIT. Full write-up at hiago.sh

Python
1279
215
92d
186 files
7 scanned(4%)
1260244

architecture░▒▓

entry (0) flagged (1) pkg (14)
21 nodes · 29 edgesscroll to zoom · click node to jump to finding