← Back to scan
File as GitHub Issue repo: Thysrael/Horizon

Push this scan report to Thysrael/Horizon

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

Async function without await — fire-and-forget Promise (AI mistake)

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
CRIT MINED107 Missing import: `warnings` used but not imported src/mcp/service.py:184
CRIT MINED107 Missing import: `platform` used but not imported src/services/webhook.py:191
HIGH MINED020 [MINED020] Logging Credential Via Fstring: logger.error(f"failed for {api_key}") — secret… src/services/email.py:46
HIGH SEC029 [SEC029] Server-Side Request Forgery (SSRF) — outbound HTTP from user input: Outbound HTT… src/scrapers/openbb.py:149
HIGH SEC128 [SEC128] Async function without await — fire-and-forget Promise (AI mistake): Async call … src/mcp/run_store.py:73
HIGH MINED006 [MINED006] Overcatch Baseexception: except BaseException: ... — prevents Ctrl+C and Syste… src/services/webhook_cli.py:206
HIGH MINED006 [MINED006] Overcatch Baseexception: except BaseException: ... — prevents Ctrl+C and Syste… src/main.py:74
HIGH MINED001 [MINED001] Bare Except Pass: except: pass or except Exception: pass — silently swallows e… src/ai/utils.py:18
HIGH MINED108 `self._sub_source_label` used but never assigned in __init__ src/orchestrator.py:313
HIGH MINED108 `self._fetch_with_progress` used but never assigned in __init__ src/orchestrator.py:280
HIGH MINED108 `self._fetch_with_progress` used but never assigned in __init__ src/orchestrator.py:275
HIGH MINED108 `self._fetch_with_progress` used but never assigned in __init__ src/orchestrator.py:270
HIGH MINED108 `self._fetch_with_progress` used but never assigned in __init__ src/orchestrator.py:265
HIGH MINED108 `self._fetch_with_progress` used but never assigned in __init__ src/orchestrator.py:260
HIGH MINED108 `self._fetch_with_progress` used but never assigned in __init__ src/orchestrator.py:255
HIGH MINED108 `self._fetch_with_progress` used but never assigned in __init__ src/orchestrator.py:250
HIGH MINED108 `self._fetch_with_progress` used but never assigned in __init__ src/orchestrator.py:245
HIGH MINED108 `self._sub_source_label` used but never assigned in __init__ src/orchestrator.py:120
HIGH MINED108 `self._enrich_important_items` used but never assigned in __init__ src/orchestrator.py:127
HIGH MINED108 `self._expand_twitter_discussion` used but never assigned in __init__ src/orchestrator.py:115
HIGH MINED108 `self.merge_topic_duplicates` used but never assigned in __init__ src/orchestrator.py:106
HIGH MINED108 `self._analyze_content` used but never assigned in __init__ src/orchestrator.py:90
HIGH MINED108 `self.fetch_all_sources` used but never assigned in __init__ src/orchestrator.py:74
HIGH MINED108 `self.merge_cross_source_duplicates` used but never assigned in __init__ src/orchestrator.py:82
HIGH MINED108 `self._determine_time_window` used but never assigned in __init__ src/orchestrator.py:70
HIGH COMP001 [COMP001] High cognitive complexity: Function `_enrich_item` has cognitive complexity 44 … src/ai/enricher.py:135
HIGH MINED115 Action `peaceiris/actions-gh-pages` pinned to mutable ref `@v4` .github/workflows/deploy-docs.yml:21
HIGH MINED115 Action `actions/checkout` pinned to mutable ref `@v6` .github/workflows/deploy-docs.yml:18
HIGH MINED115 Action `peaceiris/actions-gh-pages` pinned to mutable ref `@v4` .github/workflows/daily-summary.yml:43
HIGH MINED115 Action `astral-sh/setup-uv` pinned to mutable ref `@v3` .github/workflows/daily-summary.yml:24
HIGH MINED115 Action `actions/setup-python` pinned to mutable ref `@v5` .github/workflows/daily-summary.yml:19
HIGH MINED115 Action `actions/checkout` pinned to mutable ref `@v6` .github/workflows/daily-summary.yml:16
HIGH MINED118 Dockerfile FROM `python:3.11-slim` not pinned by digest Dockerfile:2
MED SEC134 [SEC134] AI scaffold leftover — Lorem ipsum / example.com / John Doe in code: Lorem ipsum… src/services/webhook_cli.py:29
MED SEC034 [SEC034] Log Injection / Log Forging — unsanitized user input in log: User input is logge… src/scrapers/twitter.py:46
MED SEC136 [SEC136] AI-typical over-broad exception handler swallowing all errors: Catch-all excepti… src/setup/ai_recommend.py:44
MED SEC136 [SEC136] AI-typical over-broad exception handler swallowing all errors: Catch-all excepti… src/search.py:19
MED SEC136 [SEC136] AI-typical over-broad exception handler swallowing all errors: Catch-all excepti… src/ai/enricher.py:75
MED MINED111 Bare except continues silently src/ai/analyzer.py:53
MED MINED111 Bare except continues silently src/ai/enricher.py:52
MED MINED111 Bare except continues silently src/ai/enricher.py:128
MED MINED111 Bare except continues silently src/ai/enricher.py:85
MED MINED111 Bare except continues silently src/ai/client.py:319
MED MINED111 Bare except continues silently src/ai/client.py:186
MED MINED111 Bare except continues silently src/scrapers/rss.py:142
MED MINED111 Bare except continues silently src/mcp/service.py:585
MED MINED111 Bare except continues silently src/mcp/server.py:389
MED MINED111 Bare except continues silently src/mcp/server.py:367
MED MINED111 Bare except continues silently src/mcp/server.py:345
MED MINED111 Bare except continues silently src/mcp/server.py:323
MED MINED111 Bare except continues silently src/mcp/server.py:301
MED MINED111 Bare except continues silently src/mcp/server.py:117
MED MINED111 Bare except continues silently src/mcp/server.py:101
MED MINED111 Bare except continues silently src/services/webhook_cli.py:209
MED MINED111 Bare except continues silently src/setup/ai_recommend.py:49
MED MINED111 Bare except continues silently src/main.py:66
MED MINED111 Bare except continues silently src/main.py:77
MED MINED111 Bare except continues silently src/search.py:48
MED MINED111 Bare except continues silently src/search.py:23
MED MINED111 Bare except continues silently src/orchestrator.py:502
MED MINED111 Bare except continues silently src/orchestrator.py:171
MED MINED111 Bare except continues silently src/orchestrator.py:432
MED COMP001 [COMP001] High cognitive complexity: Function `_format_item` has cognitive complexity 23 … src/ai/summarizer.py:159
MED DKR001 Docker final stage has no non-root USER Dockerfile:2
MED AGT007 localStorage write failures are swallowed silently docs/assets/js/horizon.js:109
LOW COMP001 [COMP001] High cognitive complexity: Function `generate_webhook_overview` has cognitive c… src/ai/summarizer.py:112
LOW DKR008 .dockerignore misses sensitive defaults .dockerignore
LOW DKC010 Compose service lacks no-new-privileges hardening docker-compose.yml:1
LOW DKC006 Compose service does not declare a runtime user docker-compose.yml:1
INFO MINED049 [MINED049] Print Pii: Logging password/token/email/ssn directly to stdout. src/services/email.py:49
INFO MINED062 [MINED062] Python Dataclass No Fields: @dataclass over an empty class — unfinished model. src/mcp/run_store.py:24
INFO MINED062 [MINED062] Python Dataclass No Fields: @dataclass over an empty class — unfinished model. src/mcp/horizon_adapter.py:31
INFO MINED062 [MINED062] Python Dataclass No Fields: @dataclass over an empty class — unfinished model. src/mcp/errors.py:9
INFO MINED050 [MINED050] Stub Only Function: Function declared but body is just pass, return None, rais… src/scrapers/base.py:34
INFO MINED050 [MINED050] Stub Only Function: Function declared but body is just pass, return None, rais… src/ai/utils.py:19
INFO MINED050 [MINED050] Stub Only Function: Function declared but body is just pass, return None, rais… src/ai/summarizer.py:64
Reset to top 5 76 findings available (after auto-suppression of test files + won't-fix)

Issue body (markdown)

## Code-quality scan: `Thysrael/Horizon`

**Score: 91/100 (A)**  ·  106 findings  ·  scanned 2026-05-24 01:19 UTC  ·  11,961 LOC

| Severity | Count |
|---|---|
| CRITICAL | 2 |
| HIGH | 31 |
| MEDIUM | 32 |
| LOW | 4 |

📊 [Full filterable report](https://repobility.com/scan/232cd5aa-f1f3-48cd-a1c5-3b1fd6cfbaab/)  ·  ![scorecard](https://repobility.com/scan/232cd5aa-f1f3-48cd-a1c5-3b1fd6cfbaab/report.png?v=1779585593-s2)

### Top findings

1. **CRITICAL** `MINED107` — Missing import: `warnings` used but not imported
   `src/mcp/service.py:184` · ✓ Repobility
2. **CRITICAL** `MINED107` — Missing import: `platform` used but not imported
   `src/services/webhook.py:191` · ✓ Repobility
3. **HIGH** `MINED020` — Logging Credential Via Fstring
   `src/services/email.py:46` · CWE-532 · ✓ Repobility
4. **HIGH** `SEC029` — Server-Side Request Forgery (SSRF) — outbound HTTP from user input
   `src/scrapers/openbb.py:149` · A10:2021 SSRF
5. **HIGH** `SEC128` — Async function without await — fire-and-forget Promise (AI mistake)
   `src/mcp/run_store.py:73`

---

**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/232cd5aa-f1f3-48cd-a1c5-3b1fd6cfbaab/_
Already filed
This repo publishes a SECURITY.md policy and the scan contains 3 Critical/High security finding(s). Public issue filing would violate coordinated disclosure. Submit privately via the project's security reporting channel.
Megaproject â high spam risk
Could not determine 'Thysrael/Horizon' 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.
Already filed
39/116 findings (34%) on this scan are already flagged as test-file, won't-fix, or suppressed. The scan is too noisy to file as a single issue. Curate down to specific actionable findings, or address the FP source first.

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.