live · scanning repos
Scanrepo
github.com
DANGER
malware detected
github.com / humaidhahm

humaidhahm/opencode-pentester

Shell·108 files·commit 7b538d1·scanned 6m ago·cached ✓
85/100
MALICIOUS
Matches known-malicious patterns. Do not clone or install.

This repository contains patterns associated with malware. Do NOT run this code.

verdict accurate?
27% file coverage
Research / educational context
threat-state: maliciouslive

FINDINGS ░▒▓

criticalRemote script piped into a shellA shell script downloads remote content and executes it directly (e.g. `curl … | bash`). The payload is never stored or reviewable and can change server-side — a classic malware/backdoor install pattern.db/doctor.sh
    # ── SCA / Dependency Scanning ────────────────────────────────────
    "trivy|SCA|optional|apt install trivy || curl -sfL https://raw.githubusercontent.com/aquasecurity/trivy/main/contrib/install...
+10
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.engine/tool_abstraction.py
        try:
            output = subprocess.check_output(
                ["bash", self.doctor_path, "--json"],
                stderr=subprocess.DEVNULL
+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
warningExtremely long lines (>1000 chars)Very long lines in source files (not minified bundles) can hide malicious code.db/smoke.sh+4
warningHigh-entropy string literalsFound 10 long strings with high Shannon entropy. This is common in obfuscated payloads that hide URLs, keys, or bytecode.db/seed.py+3
warningFlattened or dead control flowDetected switch(true), dead if branches, or deeply nested ternaries — patterns used by obfuscators to hide execution order.db/seed.py+3
warningHigh-entropy string literalsFound 18 long strings with high Shannon entropy. This is common in obfuscated payloads that hide URLs, keys, or bytecode.engine/completion.py+3
warningFlattened or dead control flowDetected switch(true), dead if branches, or deeply nested ternaries — patterns used by obfuscators to hide execution order.engine/completion.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.engine/router.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.

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

risk by category
code execution16
network & exfiltration0
file system access0
obfuscation15
supply chain0
owasp / injection0
telemetry
files 29/108rules hit 9engine v6commit 7b538d1

github

humaidhahm/opencode-pentester

Full-spectrum security assessment tool for opencode — defensive code audit (17 vulnerability categories) + offensive penetration testing (63 attack categories, 15 agents, 11 domains). AI-powered AppSec, red teaming, and pentesting for vibe-coded apps.

Shell
39
4
102d
108 files
29 scanned(27%)
7b538d1

architecture░▒▓

entry (0) flagged (5) pkg (10)
20 nodes · 24 edgesscroll to zoom · click node to jump to finding