← Back to scan
File as GitHub Issue repo: damionrashford/RivalSearchMCP

Push this scan report to damionrashford/RivalSearchMCP

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

Phantom test coverage — test files without real assertions

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 TEST001 Phantom test coverage — test files without real assertions tests/param_test_runner.py:166
HIGH TEST001 Phantom test coverage — test files without real assertions tests/param_test_runner.py:156
HIGH TEST001 Phantom test coverage — test files without real assertions tests/param_test_runner.py:132
HIGH TEST001 Phantom test coverage — test files without real assertions tests/param_test_runner.py:120
HIGH TEST001 Phantom test coverage — test files without real assertions tests/param_test_runner.py:109
HIGH TEST001 Phantom test coverage — test files without real assertions tests/param_test_runner.py:84
HIGH TEST001 Phantom test coverage — test files without real assertions tests/param_test_runner.py:73
HIGH TEST001 Phantom test coverage — test files without real assertions tests/param_test_runner.py:62
HIGH TEST001 Phantom test coverage — test files without real assertions tests/param_test_runner.py:36
HIGH TEST001 Phantom test coverage — test files without real assertions tests/param_test_runner.py:22
HIGH TEST001 Phantom test coverage — test files without real assertions src/core/bypass/proxy.py:79
HIGH ERRH001 Bare except: pass — silent failure src/core/content/extractors.py:92
HIGH ERRH001 Bare except: pass — silent failure src/core/content/extractors.py:165
HIGH ERRH001 Bare except: pass — silent failure src/core/content/extractors.py:154
HIGH ERRH001 Bare except: pass — silent failure src/core/content/extractors.py:141
HIGH ERRH001 Bare except: pass — silent failure src/core/metrics/metrics.py:176
HIGH ERRH001 Bare except: pass — silent failure src/core/metrics/metrics.py:166
HIGH CRYP002 Crypto — weak hash or cipher (MD5, SHA1, DES, RC4) src/routes/pagination.py:106
HIGH CRYP002 Crypto — weak hash or cipher (MD5, SHA1, DES, RC4) src/routes/pagination.py:76
HIGH CRYP002 Crypto — weak hash or cipher (MD5, SHA1, DES, RC4) src/core/cache/cache_manager.py:270
HIGH CRYP002 Crypto — weak hash or cipher (MD5, SHA1, DES, RC4) src/core/security/security.py:59
HIGH CRYP002 Crypto — weak hash or cipher (MD5, SHA1, DES, RC4) src/performance/performance.py:34
HIGH BINARY_RISK [BINARY] scipy: compound risk score 2194 (CVEs: 0, binary findings: 550)
MED ERR001 [ERR001] Silent Exception Swallowing: Silently swallowing all exceptions hides bugs. Even… src/core/content/extractors.py:92
MED ERR001 [ERR001] Silent Exception Swallowing: Silently swallowing all exceptions hides bugs. Even… src/tools/analysis.py:563
MED ERR001 [ERR001] Silent Exception Swallowing: Silently swallowing all exceptions hides bugs. Even… src/tools/traversal.py:56
MED AIC003 Duplicated implementation block across source files src/core/search/engines/yahoo/yahoo_eng…:34
MED AIC003 Duplicated implementation block across source files src/core/search/engines/mojeek/mojeek_e…:32
MED AIC003 Duplicated implementation block across source files src/core/search/engines/duckduckgo/duck…:34
MED AIC003 Duplicated implementation block across source files src/core/scientific/search/orchestrator…:39
MED QUAL002 Python mutable default argument src/tools/social_media.py:54
MED CORS001 CORS misconfiguration — wildcard Access-Control-Allow-Origin tests/test_cors_validation.py:132
MED CORS001 CORS misconfiguration — wildcard Access-Control-Allow-Origin tests/test_cors_validation.py:122
MED CRYP001 Crypto — plaintext HTTP for sensitive endpoint src/middleware/cors_validation.py:38
MED CRYP001 Crypto — plaintext HTTP for sensitive endpoint src/utils/content.py:132
MED CRYP001 Crypto — plaintext HTTP for sensitive endpoint src/core/bypass/proxy.py:84
MED CRYP001 Crypto — plaintext HTTP for sensitive endpoint src/core/bypass/proxy.py:82
MED CRYP001 Crypto — plaintext HTTP for sensitive endpoint src/core/fetch/base.py:140
MED CRYP001 Crypto — plaintext HTTP for sensitive endpoint src/core/fetch/enhanced.py:36
MED CRYP001 Crypto — plaintext HTTP for sensitive endpoint src/core/scientific/search/providers/ar…:17
MED CRYP001 Crypto — plaintext HTTP for sensitive endpoint src/core/scientific/search/providers/ar…:16
MED CRYP001 Crypto — plaintext HTTP for sensitive endpoint src/tools/conflict.py:122
MED WEB003 Public web service has no security.txt .well-known/security.txt
MED AGT012 Agent control bridge may listen on a network interface without visible auth server.py:183
MED AGT015 Remote install command pipes network code directly to a shell README.md:84
MED CRYP001 Crypto — plaintext HTTP for sensitive endpoint tests/test_cors_validation.py:61
MED CRYP001 Crypto — plaintext HTTP for sensitive endpoint tests/test_cors_validation.py:34
Reset to top 5 47 findings available (after auto-suppression of test files + won't-fix)

Issue body (markdown)

## Code-quality scan: `damionrashford/RivalSearchMCP`

**Score: 92/100 (A-)**  ·  50 findings  ·  scanned 2026-05-15 06:14 UTC  ·  16,436 LOC

| Severity | Count |
|---|---|
| CRITICAL | 0 |
| HIGH | 23 |
| MEDIUM | 24 |
| LOW | 0 |

📊 [Full filterable report](https://repobility.com/scan/5be3fdcd-0b1f-43ce-af67-f7e88193ce14/)  ·  ![scorecard](https://repobility.com/scan/5be3fdcd-0b1f-43ce-af67-f7e88193ce14/report.png?v=1778825655-s2)

### Top findings

1. **HIGH** `TEST001` — Phantom test coverage — test files without real assertions
   `tests/param_test_runner.py:166`
2. **HIGH** `TEST001` — Phantom test coverage — test files without real assertions
   `tests/param_test_runner.py:156`
3. **HIGH** `TEST001` — Phantom test coverage — test files without real assertions
   `tests/param_test_runner.py:132`
4. **HIGH** `TEST001` — Phantom test coverage — test files without real assertions
   `tests/param_test_runner.py:120`
5. **HIGH** `TEST001` — Phantom test coverage — test files without real assertions
   `tests/param_test_runner.py:109`

---

_Filed automatically. Close this issue if not useful — we won't refile. Full report: https://repobility.com/scan/5be3fdcd-0b1f-43ce-af67-f7e88193ce14/_
Megaproject â high spam risk
Could not determine 'damionrashford/RivalSearchMCP' 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
16/50 findings (32%) 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.