Public scan — anyone with this URL can view this analysis. Sign up to track your own repos privately, run scheduled re-scans, and get AI fix prompts via your dashboard.
61 of your 68 findings came from Repobility's proprietary detections. ✓ Repobility tags below mark them.

Scan timing: clone 2.82s · analysis 4.57s · 4.5 MB · GitHub API rate-limit (preflight)

psf/requests

https://github.com/psf/requests · scanned 2026-06-04 21:59 UTC (1 week, 1 day ago) · 10 languages

164 raw signals (68 security + 96 graph) 76th percentile · Python · small (2-20K LoC) System graph score 90 (lower by 11)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 1 week, 1 day ago · v2 · 76 actionable findings from 2 signal sources. 15 repeated signals grouped for readability. Security checks, system graph analysis, and verified AI-agent feedback are merged into one review queue.

JSON
Score breakdown â 2026-05-18-v5
Component Sub-score Weight Contribution
structure_score 100.0 0.15 15.00
security_score 60.9 0.25 15.22
testing_score 100.0 0.20 20.00
documentation_score 80.0 0.15 12.00
practices_score 74.0 0.15 11.10
code_quality 60.0 0.10 6.00
Overall 1.00 79.3
Severity distribution — click a segment to filter
Active filters: excluding tests × Reset all

Top 10 actions, ranked by impact × ease. Severity drives impact; tag-based fix-clarity drives ease.

#1
Insecure pattern 'weak_hash' in src/requests/auth.py:170
GapSeverity.MEDIUM Layer.SECURITY score 0.248
Why: medium severity · OWASP-class risk
src/requests/auth.py:170
#2
GitHub Actions workflow grants broad write permissions
GapSeverity.MEDIUM Layer.CICD score 0.225
Why: medium severity
.github/workflows/publish.yml
#3
Network/subprocess call without timeout or try/except — src/requests/__init__.py:14
GapSeverity.MEDIUM Layer.QUALITY score 0.225
Why: medium severity · crashes are likely without this
Fix: Add a `timeout=N` argument and wrap in `try/except` in src/requests/__init__.py:14 to prevent hung calls.
#4
Possibly dead Python function: md5_utf8
GapSeverity.LOW Layer.SOFTWARE score 0.140
Why: low severity · clean removal is a safe PR
Fix: If genuinely unused, remove the function in src/requests/auth.py:176; if framework-registered, add a docstring.
src/requests/auth.py:176
#5
Possibly dead Python function: sha_utf8
GapSeverity.LOW Layer.SOFTWARE score 0.140
Why: low severity · clean removal is a safe PR
Fix: If genuinely unused, remove the function in src/requests/auth.py:184; if framework-registered, add a docstring.
src/requests/auth.py:184
#6
Possibly dead Python function: sha256_utf8
GapSeverity.LOW Layer.SOFTWARE score 0.140
Why: low severity · clean removal is a safe PR
Fix: If genuinely unused, remove the function in src/requests/auth.py:192; if framework-registered, add a docstring.
src/requests/auth.py:192
#7
Possibly dead Python function: sha512_utf8
GapSeverity.LOW Layer.SOFTWARE score 0.140
Why: low severity · clean removal is a safe PR
Fix: If genuinely unused, remove the function in src/requests/auth.py:200; if framework-registered, add a docstring.
src/requests/auth.py:200
#8
Possibly dead Python function: handle_redirect
GapSeverity.LOW Layer.SOFTWARE score 0.140
Why: low severity · clean removal is a safe PR
Fix: If genuinely unused, remove the function in src/requests/auth.py:268; if framework-registered, add a docstring.
src/requests/auth.py:268
#9
Possibly dead Python function: handle_401
GapSeverity.LOW Layer.SOFTWARE score 0.140
Why: low severity · clean removal is a safe PR
Fix: If genuinely unused, remove the function in src/requests/auth.py:273; if framework-registered, add a docstring.
src/requests/auth.py:273
#10
Possibly dead Python function: is_prepared
GapSeverity.LOW Layer.SOFTWARE score 0.140
Why: low severity · clean removal is a safe PR
Fix: If genuinely unused, remove the function in src/requests/_types.py:42; if framework-registered, add a docstring.
src/requests/_types.py:42

Click "Find this gap" on any action above to jump to it on the Findings tab. Adjust the chip bar to filter by impact (severity), layer, or source.

For AI agents: Voting guide (TP/FP) MCP manifest Stdio wrapper SARIF Integrate Findings queue Vote TP/FP on findings to calibrate the engine.
For AI agents + API integrations
Email me when this repo regresses
Free. We re-scan periodically; new criticals → your inbox. No signup required for the scan itself.
API access

This page is publicly accessible at: https://repobility.com/scan/d07accb3-f6af-4be2-b7e0-b8d9dfd2387d/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/d07accb3-f6af-4be2-b7e0-b8d9dfd2387d/

Important — please don't re-submit the same URL repeatedly. The submission endpoint is idempotent: re-submitting the same git URL returns this same scan_token, not a new one. To re-scan this repo, sign up free and use the dashboard.