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.
40 of your 52 findings came from Repobility's proprietary detections. ✓ Repobility tags below mark them.

python/cpython

https://github.com/python/cpython · scanned 2026-06-05 08:02 UTC (1 week, 1 day ago) · 10 languages

2074 raw signals (48 security + 2026 graph) 11/13 scanners ran 42nd percentile · C · medium (20-100K LoC) System graph score 85 (lower by 26)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 1 week, 1 day ago · v2 · 1015 actionable findings from 2 signal sources. 46 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 40.0 0.15 6.00
security_score 100.0 0.25 25.00
testing_score 0.0 0.20 0.00
documentation_score 79.0 0.15 11.85
practices_score 64.0 0.15 9.60
code_quality 68.0 0.10 6.80
Overall 1.00 59.2
security_score may be inflated — optional security scanners were skipped on this fast scan
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
Possible secret in Lib/getpass.py
GapSeverity.CRITICAL Layer.SECURITY score 1.000
Why: critical severity · a leaked credential is a worst-case bug · fix is short / mechanical
Fix: Rotate the credential and remove it from in Lib/getpass.py:68; move to env var / secrets manager.
Lib/getpass.py:68
#2
Possible secret in Lib/getpass.py
GapSeverity.CRITICAL Layer.SECURITY score 1.000
Why: critical severity · a leaked credential is a worst-case bug · fix is short / mechanical
Fix: Rotate the credential and remove it from in Lib/getpass.py:72; move to env var / secrets manager.
Lib/getpass.py:72
#3
Possible secret in Lib/getpass.py
GapSeverity.CRITICAL Layer.SECURITY score 1.000
Why: critical severity · a leaked credential is a worst-case bug · fix is short / mechanical
Fix: Rotate the credential and remove it from in Lib/getpass.py:156; move to env var / secrets manager.
Lib/getpass.py:156
#4
Possible secret in Lib/getpass.py
GapSeverity.CRITICAL Layer.SECURITY score 1.000
Why: critical severity · a leaked credential is a worst-case bug · fix is short / mechanical
Fix: Rotate the credential and remove it from in Lib/getpass.py:186; move to env var / secrets manager.
Lib/getpass.py:186
#5
Possible secret in Lib/urllib/request.py
GapSeverity.CRITICAL Layer.SECURITY score 1.000
Why: critical severity · a leaked credential is a worst-case bug · fix is short / mechanical
Fix: Rotate the credential and remove it from in Lib/urllib/request.py:56; move to env var / secrets manager.
Lib/urllib/request.py:56
#6
Insecure pattern 'eval_used' in Modules/_xxtestfuzz/fuzz_pycompile_corpus/input5.py:2
GapSeverity.HIGH Layer.SECURITY score 0.413
Why: high severity · OWASP-class risk
Modules/_xxtestfuzz/fuzz_pycompile_corpus/input5.py:2
#7
Insecure pattern 'exec_used' in Platforms/emscripten/wasm_assets.py:152
GapSeverity.HIGH Layer.SECURITY score 0.413
Why: high severity · OWASP-class risk
Platforms/emscripten/wasm_assets.py:152
#8
Insecure pattern 'exec_used' in Mac/BuildScript/build-installer.py:1363
GapSeverity.HIGH Layer.SECURITY score 0.413
Why: high severity · OWASP-class risk
Mac/BuildScript/build-installer.py:1363
#9
Insecure pattern 'exec_used' in Lib/optparse.py:869
GapSeverity.HIGH Layer.SECURITY score 0.413
Why: high severity · OWASP-class risk
Lib/optparse.py:869
#10
Insecure pattern 'exec_used' in Lib/doctest.py:1427
GapSeverity.HIGH Layer.SECURITY score 0.413
Why: high severity · OWASP-class risk
Lib/doctest.py:1427

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/d262652f-dd83-4d12-99fd-73edbc4278ff/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/d262652f-dd83-4d12-99fd-73edbc4278ff/

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.