← Back to scan
File as GitHub Issue repo: safishamsi/graphify

Push this scan report to safishamsi/graphify

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

Server-Side Request Forgery (SSRF) — outbound HTTP from user input

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 MINED004 [MINED004] Weak Crypto: MD5/SHA1/DES/RC4 used for security context (not just checksums). worked/httpx/raw/auth.py:85
HIGH MINED006 [MINED006] Overcatch Baseexception: except BaseException: ... — prevents Ctrl+C and Syste… graphify/watch.py:163
HIGH SEC029 [SEC029] Server-Side Request Forgery (SSRF) — outbound HTTP from user input: Outbound HTT… worked/httpx/raw/client.py:52
HIGH SEC029 [SEC029] Server-Side Request Forgery (SSRF) — outbound HTTP from user input: Outbound HTT… graphify/security.py:20
HIGH SEC029 [SEC029] Server-Side Request Forgery (SSRF) — outbound HTTP from user input: Outbound HTT… graphify/ingest.py:71
HIGH SEC128 [SEC128] Async function without await — fire-and-forget Promise (AI mistake): Async call … graphify/benchmark.py:40
HIGH MINED001 [MINED001] Bare Except Pass: except: pass or except Exception: pass — silently swallows e… graphify/hooks.py:76
HIGH MINED001 [MINED001] Bare Except Pass: except: pass or except Exception: pass — silently swallows e… graphify/detect.py:231
HIGH MINED001 [MINED001] Bare Except Pass: except: pass or except Exception: pass — silently swallows e… graphify/__main__.py:212
HIGH MINED108 `self._send` used but never assigned in __init__ worked/httpx/raw/transport.py:73
HIGH MINED108 `self._get_connection_key` used but never assigned in __init__ worked/httpx/raw/transport.py:51
HIGH MINED108 `self._get_connection_key` used but never assigned in __init__ worked/httpx/raw/transport.py:47
HIGH MINED108 `self.is_error` used but never assigned in __init__ worked/httpx/raw/models.py:106
HIGH MINED108 `self._build_credentials` used but never assigned in __init__ worked/httpx/raw/auth.py:67
HIGH MINED108 `self._parse_challenge` used but never assigned in __init__ worked/httpx/raw/auth.py:66
HIGH MINED108 `self.aclose` used but never assigned in __init__ worked/httpx/raw/client.py:161
HIGH MINED108 `self.request` used but never assigned in __init__ worked/httpx/raw/client.py:149
HIGH MINED108 `self.request` used but never assigned in __init__ worked/httpx/raw/client.py:146
HIGH MINED108 `self.request` used but never assigned in __init__ worked/httpx/raw/client.py:143
HIGH MINED108 `self.request` used but never assigned in __init__ worked/httpx/raw/client.py:140
HIGH MINED108 `self.request` used but never assigned in __init__ worked/httpx/raw/client.py:137
HIGH MINED108 `self._merge_cookies` used but never assigned in __init__ worked/httpx/raw/client.py:133
HIGH MINED108 `self._build_request` used but never assigned in __init__ worked/httpx/raw/client.py:131
HIGH MINED108 `self.close` used but never assigned in __init__ worked/httpx/raw/client.py:120
HIGH MINED108 `self.request` used but never assigned in __init__ worked/httpx/raw/client.py:108
HIGH MINED108 `self.request` used but never assigned in __init__ worked/httpx/raw/client.py:105
HIGH MINED108 `self.request` used but never assigned in __init__ worked/httpx/raw/client.py:102
HIGH MINED108 `self.request` used but never assigned in __init__ worked/httpx/raw/client.py:99
HIGH MINED108 `self.request` used but never assigned in __init__ worked/httpx/raw/client.py:96
HIGH MINED108 `self.request` used but never assigned in __init__ worked/httpx/raw/client.py:93
HIGH MINED108 `self._merge_cookies` used but never assigned in __init__ worked/httpx/raw/client.py:84
HIGH MINED108 `self._auth` used but never assigned in __init__ worked/httpx/raw/client.py:79
HIGH MINED108 `self._build_request` used but never assigned in __init__ worked/httpx/raw/client.py:78
HIGH MINED108 `self.score` used but never assigned in __init__ tests/fixtures/sample_calls.py:25
HIGH COMP001 [COMP001] High cognitive complexity: Function `main` has cognitive complexity 35 (SonarSo… graphify/__main__.py:155
HIGH MINED115 Action `actions/setup-python` pinned to mutable ref `@v5` .github/workflows/ci.yml:20
HIGH MINED115 Action `actions/checkout` pinned to mutable ref `@v4` .github/workflows/ci.yml:17
MED SEC127 [SEC127] AI agent stub — TODO: implement / pass placeholder body: Function body left as T… worked/httpx/raw/transport.py:13
MED ERR001 [ERR001] Silent Exception Swallowing: Silently swallowing all exceptions hides bugs. Even… worked/httpx/raw/auth.py:112
MED ERR001 [ERR001] Silent Exception Swallowing: Silently swallowing all exceptions hides bugs. Even… graphify/__main__.py:212
MED MINED111 Bare except continues silently worked/mixed-corpus/raw/cluster.py:88
MED MINED111 Bare except continues silently worked/example/raw/parser.py:77
MED MINED111 Bare except continues silently graphify/detect.py:262
MED MINED111 Bare except continues silently graphify/detect.py:220
MED MINED111 Bare except continues silently graphify/detect.py:111
MED MINED111 Bare except continues silently graphify/detect.py:102
MED MINED111 Bare except continues silently graphify/detect.py:71
MED MINED111 Bare except continues silently graphify/ingest.py:142
MED MINED111 Bare except continues silently graphify/ingest.py:75
MED MINED111 Bare except continues silently graphify/extract.py:2187
MED MINED111 Bare except continues silently graphify/extract.py:2278
MED MINED111 Bare except continues silently graphify/extract.py:1960
MED MINED111 Bare except continues silently graphify/extract.py:1779
MED MINED111 Bare except continues silently graphify/extract.py:1602
MED MINED111 Bare except continues silently graphify/extract.py:1425
MED MINED111 Bare except continues silently graphify/extract.py:1263
MED MINED111 Bare except continues silently graphify/extract.py:1090
MED MINED111 Bare except continues silently graphify/extract.py:939
MED MINED111 Bare except continues silently graphify/extract.py:769
MED MINED111 Bare except continues silently graphify/extract.py:602
MED MINED111 Bare except continues silently graphify/extract.py:416
MED MINED111 Bare except continues silently graphify/extract.py:234
MED MINED111 Bare except continues silently graphify/extract.py:31
MED MINED111 Bare except continues silently graphify/cluster.py:88
MED MINED111 Bare except continues silently graphify/watch.py:83
MED COMP001 [COMP001] High cognitive complexity: Function `_query_subgraph_tokens` has cognitive comp… graphify/benchmark.py:16
LOW COMP001 [COMP001] High cognitive complexity: Function `build_from_json` has cognitive complexity … graphify/build.py:8
LOW AIC003 Duplicated implementation block across source files worked/mixed-corpus/raw/cluster.py:1
LOW AIC003 Duplicated implementation block across source files worked/mixed-corpus/raw/build.py:1
LOW AIC003 Duplicated implementation block across source files worked/mixed-corpus/raw/analyze.py:1
LOW AIC003 Duplicated implementation block across source files graphify/serve.py:37
LOW CORE_NO_LICENSE No LICENSE file
INFO MINED072 [MINED072] Python Pass Only Class: class Foo: pass — stub waiting to be filled in. worked/example/raw/validator.py:13
INFO MINED043 [MINED043] Http Not Https: Hardcoded http:// (not localhost) for endpoints that handle cr… graphify/security.py:38
INFO MINED050 [MINED050] Stub Only Function: Function declared but body is just pass, return None, rais… worked/example/raw/validator.py:14
INFO MINED050 [MINED050] Stub Only Function: Function declared but body is just pass, return None, rais… graphify/hooks.py:77
INFO MINED050 [MINED050] Stub Only Function: Function declared but body is just pass, return None, rais… graphify/__main__.py:213
INFO MINED049 [MINED049] Print Pii: Logging password/token/email/ssn directly to stdout. graphify/benchmark.py:117
INFO MINED049 [MINED049] Print Pii: Logging password/token/email/ssn directly to stdout. graphify/__main__.py:162
Reset to top 5 79 findings available (after auto-suppression of test files + won't-fix)

Issue body (markdown)

## Code-quality scan: `safishamsi/graphify`

**Score: 90/100 (A-)**  ·  95 findings  ·  scanned 2026-06-05 09:47 UTC  ·  11,397 LOC

| Severity | Count |
|---|---|
| CRITICAL | 0 |
| HIGH | 37 |
| MEDIUM | 29 |
| LOW | 6 |

📊 [Full filterable report](https://repobility.com/scan/98c25ccc-a7b9-4065-aff3-5d6d9386ae7c/)  ·  ![scorecard](https://repobility.com/scan/98c25ccc-a7b9-4065-aff3-5d6d9386ae7c/report.png?v=1780652850-s2)

### Top findings

1. **HIGH** `MINED004` — Weak Crypto
   `worked/httpx/raw/auth.py:85` · CWE-327 · ✓ Repobility
2. **HIGH** `MINED006` — Overcatch Baseexception
   `graphify/watch.py:163` · CWE-705 · ✓ Repobility
3. **HIGH** `SEC029` — Server-Side Request Forgery (SSRF) — outbound HTTP from user input
   `worked/httpx/raw/client.py:52` · A10:2021 SSRF
4. **HIGH** `SEC029` — Server-Side Request Forgery (SSRF) — outbound HTTP from user input
   `graphify/security.py:20` · A10:2021 SSRF
5. **HIGH** `SEC029` — Server-Side Request Forgery (SSRF) — outbound HTTP from user input
   `graphify/ingest.py:71` · A10:2021 SSRF

---

**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/98c25ccc-a7b9-4065-aff3-5d6d9386ae7c/_
Already filed
This repo publishes a SECURITY.md policy and the scan contains 4 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 'safishamsi/graphify' 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.