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

VibePod/vibepod-cli

Python·149 files·commit 054198c·scanned 2h ago·cached ✓
40/100
SUSPICIOUS
Obfuscation or dynamic code paths detected. Intent unclear — review before running anything.
verdict accurate?
Crypto/Web3 project
threat-state: suspiciouslive

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.tests/test_herdr.py

    proc = subprocess.run(
        ["sh", str(script)],
        input='{"hook_event_name":"UserPromptSubmit","session_id":"s1"}',
+4
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.tests/test_provider_adapters.py
    )
    result = subprocess.run(
        ["node", bootstrap_volume("pi")[0]],
        env={
+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 6 long strings with high Shannon entropy. This is common in obfuscated payloads that hide URLs, keys, or bytecode.src/vibepod/cli.py+3
warningHigh-entropy string literalsFound 9 long strings with high Shannon entropy. This is common in obfuscated payloads that hide URLs, keys, or bytecode.src/vibepod/commands/doctor.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.src/vibepod/commands/provider.py+3
warningFlattened or dead control flowDetected switch(true), dead if branches, or deeply nested ternaries — patterns used by obfuscators to hide execution order.src/vibepod/core/resume.py+3
warningFlattened or dead control flowDetected switch(true), dead if branches, or deeply nested ternaries — patterns used by obfuscators to hide execution order.src/vibepod/core/session_logger.py+3
warningFlattened or dead control flowDetected switch(true), dead if branches, or deeply nested ternaries — patterns used by obfuscators to hide execution order.src/vibepod/core/tasks.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.

97 files scanned @ 054198c | 9/25/2026 | heuristic scan — always review manually

risk by category
code execution10
network & exfiltration0
file system access0
obfuscation15
supply chain0
owasp / injection0
telemetry
files 97/149rules hit 9engine v6commit 054198c

github

VibePod/vibepod-cli

Unified CLI for running AI coding agents in isolated containers. Includes built-in local metrics collection, HTTP traffic tracking, and an analytics dashboard to track agent actions.

Python
166
11
226d
149 files
97 scanned(65%)
054198c

architecture░▒▓

entry (0) flagged (18) pkg (95)
187 nodes · 645 edgesscroll to zoom · click node to jump to finding