← Back to scan
File as GitHub Issue repo: Tranquil-Flow/hermes-neurovision

Push this scan report to Tranquil-Flow/hermes-neurovision

Click the green button below to open GitHub’s new-issue form, pre-filled with the report title, summary table, top findings, and an embedded score-card image. No authentication needed — you review on GitHub before submitting. Repobility is credited as the scanner.

Embedded score card image

This image will render at the top of the issue body. Hosted on Repobility, refreshes automatically after re-scans.

Repobility score card

Issue title

Bare Except Pass

Curate findings to include

Pick exactly which findings appear in the issue body. By default the top 5 are included. Uncheck noise, check what matters.

Top 5 (default)
Severity Rule Title File:line
HIGH SEC029 [SEC029] Server-Side Request Forgery (SSRF) — outbound HTTP from user input: Outbound HTT… scripts/neurovision_runner.py:74
HIGH MINED037 [MINED037] Insecure Random: random.random/randint/choice for tokens/IDs/keys instead of s… hermes_neurovision/theme_plugins/cosmic…:216
HIGH MINED009 [MINED009] Floats For Money: Variable named price/amount/cost typed as float instead of D… hermes_neurovision/emergent/physarum.py:31
HIGH MINED001 [MINED001] Bare Except Pass: except: pass or except Exception: pass — silently swallows e… hermes_neurovision/compositor.py:223
HIGH MINED001 [MINED001] Bare Except Pass: except: pass or except Exception: pass — silently swallows e… hermes_neurovision/command_menu.py:166
HIGH MINED001 [MINED001] Bare Except Pass: except: pass or except Exception: pass — silently swallows e… hermes_neurovision/ascii_art.py:57
HIGH MINED108 `self.vy` used but never assigned in __init__ demo_video.py:570
HIGH MINED108 `self.vx` used but never assigned in __init__ demo_video.py:570
HIGH MINED108 `self.y` used but never assigned in __init__ demo_video.py:569
HIGH MINED108 `self.x` used but never assigned in __init__ demo_video.py:568
HIGH MINED108 `self.omega` used but never assigned in __init__ demo_video.py:567
HIGH MINED108 `self.angle` used but never assigned in __init__ demo_video.py:566
HIGH MINED108 `self.radius` used but never assigned in __init__ demo_video.py:565
HIGH MINED108 `self.cy` used but never assigned in __init__ demo_video.py:564
HIGH MINED108 `self.cx` used but never assigned in __init__ demo_video.py:563
HIGH MINED108 `self.cp` used but never assigned in __init__ demo_video.py:610
HIGH MINED108 `self.char` used but never assigned in __init__ demo_video.py:560
HIGH MINED108 `self.life` used but never assigned in __init__ demo_video.py:559
HIGH MINED108 `self.vy` used but never assigned in __init__ demo_video.py:558
HIGH MINED108 `self.vx` used but never assigned in __init__ demo_video.py:557
HIGH MINED108 `self.y` used but never assigned in __init__ demo_video.py:556
HIGH MINED108 `self.x` used but never assigned in __init__ demo_video.py:555
HIGH MINED108 `self.cp` used but never assigned in __init__ demo_video.py:608
HIGH MINED108 `self.life` used but never assigned in __init__ demo_video.py:552
HIGH MINED108 `self.vy` used but never assigned in __init__ demo_video.py:551
HIGH MINED108 `self.vx` used but never assigned in __init__ demo_video.py:550
HIGH MINED108 `self.y` used but never assigned in __init__ demo_video.py:547
HIGH MINED108 `self.x` used but never assigned in __init__ demo_video.py:546
HIGH MINED108 `self.bold` used but never assigned in __init__ demo_video.py:617
HIGH MINED108 `self.char` used but never assigned in __init__ demo_video.py:530
HIGH MINED108 `self.age` used but never assigned in __init__ demo_video.py:528
HIGH COMP001 [COMP001] High cognitive complexity: Function `draw` has cognitive complexity 28 (SonarSo… hermes_neurovision/command_menu.py:147
HIGH SEC016 [SEC016] LLM Prompt Injection — User Input in AI Prompt: User-supplied text is interpolat… scripts/neurovision_runner.py:89
MED ERR001 [ERR001] Silent Exception Swallowing: Silently swallowing all exceptions hides bugs. Even… hermes_neurovision/sources/hook_handler…:99
MED ERR001 [ERR001] Silent Exception Swallowing: Silently swallowing all exceptions hides bugs. Even… hermes_neurovision/events.py:38
MED ERR001 [ERR001] Silent Exception Swallowing: Silently swallowing all exceptions hides bugs. Even… hermes_neurovision/command_menu.py:210
MED MINED111 Bare except continues silently hermes_neurovision/theme_editor.py:337
MED MINED111 Bare except continues silently hermes_neurovision/theme_editor.py:309
MED MINED111 Bare except continues silently hermes_neurovision/theme_editor.py:269
MED MINED111 Bare except continues silently hermes_neurovision/launcher.py:63
MED MINED111 Bare except continues silently install_helper.py:53
MED COMP001 [COMP001] High cognitive complexity: Function `draw` has cognitive complexity 23 (SonarSo… hermes_neurovision/ascii_art.py:24
MED AIC001 Parallel implementation file sits beside a canonical file hermes_neurovision/theme_plugins/cosmic…:1
MED SEC017 [SEC017] Unbounded Input to LLM/External API: User input is passed to an LLM or external … scripts/neurovision_runner.py:89
MED CORE_NO_CI No CI/CD configuration found
LOW COMP001 [COMP001] High cognitive complexity: Function `handle_key` has cognitive complexity 11 (S… hermes_neurovision/command_menu.py:107
LOW AIC003 Duplicated implementation block across source files hermes_neurovision/theme_plugins/whimsi…:213
LOW AIC003 Duplicated implementation block across source files hermes_neurovision/theme_plugins/legacy…:306
INFO MINED063 [MINED063] Toctou Os Path Exists: if os.path.exists(p): open(p) — file can be replaced/de… hermes_neurovision/sources/hook_handler…:64
INFO MINED062 [MINED062] Python Dataclass No Fields: @dataclass over an empty class — unfinished model. hermes_neurovision/reactive.py:20
INFO MINED062 [MINED062] Python Dataclass No Fields: @dataclass over an empty class — unfinished model. hermes_neurovision/compositor.py:45
INFO MINED062 [MINED062] Python Dataclass No Fields: @dataclass over an empty class — unfinished model. hermes_neurovision/ascii_art.py:10
INFO MINED050 [MINED050] Stub Only Function: Function declared but body is just pass, return None, rais… hermes_neurovision/compositor.py:224
INFO MINED050 [MINED050] Stub Only Function: Function declared but body is just pass, return None, rais… hermes_neurovision/command_menu.py:13
INFO MINED050 [MINED050] Stub Only Function: Function declared but body is just pass, return None, rais… hermes_neurovision/ascii_art.py:58
Reset to top 5 55 findings available (after auto-suppression of test files + won't-fix)

Issue body (markdown)

## Code-quality scan: `Tranquil-Flow/hermes-neurovision`

**Score: 73/100 (B-)**  ·  80 findings  ·  scanned 2026-06-19 16:03 UTC  ·  48,959 LOC

| Severity | Count |
|---|---|
| CRITICAL | 0 |
| HIGH | 33 |
| MEDIUM | 12 |
| LOW | 3 |

📊 [Full filterable report](https://repobility.com/scan/d0ae0c3c-93d3-4a26-8ad5-6e1934fbd83b/)  ·  ![scorecard](https://repobility.com/scan/d0ae0c3c-93d3-4a26-8ad5-6e1934fbd83b/report.png?v=1781885010-s2)

### Top findings

1. **HIGH** `SEC029` — Server-Side Request Forgery (SSRF) — outbound HTTP from user input
   `scripts/neurovision_runner.py:74` · A10:2021 SSRF
2. **HIGH** `MINED037` — Insecure Random
   `hermes_neurovision/theme_plugins/cosmic_v2.py:216` · CWE-330 · ✓ Repobility
3. **HIGH** `MINED009` — Floats For Money
   `hermes_neurovision/emergent/physarum.py:31` · CWE-682 · ✓ Repobility
4. **HIGH** `MINED001` — Bare Except Pass
   `hermes_neurovision/compositor.py:223` · CWE-755 · ✓ Repobility
5. **HIGH** `MINED001` — Bare Except Pass
   `hermes_neurovision/command_menu.py:166` · CWE-755 · ✓ Repobility

---

**Security note**: this issue is public. If any flagged finding is a real, exploitable vulnerability, please redirect to your `SECURITY.md` policy or open a [private security advisory](https://docs.github.com/en/code-security/security-advisories/guidance-on-reporting-and-writing-information-about-vulnerabilities/privately-reporting-a-security-vulnerability) instead. We're happy to close this and re-submit privately.

---

_Filed automatically. Close this issue if not useful — we won't refile. Full report: https://repobility.com/scan/d0ae0c3c-93d3-4a26-8ad5-6e1934fbd83b/_
Megaproject â high spam risk
Could not determine 'Tranquil-Flow/hermes-neurovision' star count (GitHub API rate-limited or unreachable). When in doubt about repo size, prefer opening a focused PR or a discussion rather than an issue.

The button opens GitHubâs new-issue page in a new tab. You will see the title + body pre-filled â review, edit if you want, then click GitHubâs "Submit new issue" button. Repobility never posts anything on your behalf.

For real security findings on big repos: use the project's SECURITY.md or private advisory flow instead of a public issue.