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.

numpy/numpy

https://github.com/numpy/numpy.git · scanned 2026-05-16 12:55 UTC (1 day, 9 hours ago) · 10 languages

273 findings (20 legacy + 253 scanner) 2/10 scanners ran 75th percentile · Python · huge (>500K LoC) Scanner says 99 (lower by 17)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 1 day, 11 hours ago · v1 · 265 findings from 2 sources. Findings combine the legacy security pipeline AND the multi-layer engine (atlas, wiring, flows, ranked) AND verified AI agent contributions.

JSON
{# ── 2026-05-17 R27 #5: score breakdown panel ────────────────────── Surfaces the score_breakdown JSON that's been silently stored on Repository for months. Turns hidden math into a trust signal. #}
Severity distribution — click a segment to filter
Active filters: layer: software × excluding tests × Reset all
Severity: Critical 0 High 14 Medium 14 Low 182 Source: Legacy 12 9-layer 253 Crowd 0 Layer: Software 69 Security 16 Quality 177 Api 1 Frontend 1 Cicd 1
Scan summary Repository scanned at 99.2/100 with 88.9% coverage. It contains 13741 nodes across 0 cross-layer flows, written primarily in mixed languages. Engine surfaced 253 findings — concentrated in quality (173), software (67), security (10). Risk profile is high: 0 critical, 9 high, 7 medium. Recommended next step: open the quality layer findings first — that's where the highest-impact wins live.

Showing 69 of 265 findings. Click TP / FP to vote on a finding's accuracy — votes adjust the confidence weighting and improve detection across the platform.

high Legacy software file_upload conf 1.00 [SEC032] Unrestricted File Upload — no extension/MIME validation: File upload accepts the user's filename without validating extension, content-type, or magic bytes. Attackers upload `.php`, `.jsp`, or executable files to a web-served directory, then visit the URL to trigger RCE. CWE-434. Examples: Apache Struts (CVE-2017-9805), countless WordPress plugin RCEs.
Validate THREE things server-side: 1. Extension allowlist: ALLOWED = {'.png', '.jpg', '.pdf'} ext = Path(file.filename).suffix.lower() if ext not in ALLOWED: abort(400) 2. Magic-byte check (don't trust the extension): import magic mime = magic.from_buffer(file…
numpy/linalg/lapack_lite/make_lite.py:258 file_uploadlegacy
medium Legacy software redos conf 1.00 [SEC031] Catastrophic Backtracking Regex (ReDoS): Regex contains nested quantifiers like `(a+)+` or quantified alternation with overlapping branches. On adversarial input these patterns exhibit exponential backtracking, freezing the process. CWE-1333. Real CVEs: CVE-2017-16129 (minimatch), CVE-2021-3807 (ansi-regex), and dozens more.
Three options, pick one: 1. Rewrite the pattern to avoid nested quantifiers. E.g. `(a+)+` is functionally equivalent to `a+` for matching purposes. 2. Use Google's re2 (`pip install google-re2`): linear-time, drop-in replacement for `re` for most use cases. 3. Set a hard timeout: `s…
tools/c_coverage/c_coverage_report.py:119 redoslegacy
low 9-layer software dead-code-candidate conf 1.00 File has no detected symbols: benchmarks/asv_pip_nopep517.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
dead-code-candidate
low 9-layer software dead-code-candidate conf 1.00 File has no detected symbols: doc/neps/conf.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
dead-code-candidate
low 9-layer software dead-code-candidate conf 1.00 File has no detected symbols: doc/source/f2py/code/setup_skbuild.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
dead-code-candidate
low 9-layer software dead-code-candidate conf 1.00 File has no detected symbols: doc/source/reference/random/performance.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
dead-code-candidate
low 9-layer software dead-code-candidate conf 1.00 File has no detected symbols: doc/source/user/conftest.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
dead-code-candidate
low 9-layer software dead-code-candidate conf 1.00 File has no detected symbols: doc/source/user/plots/matplotlib1.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
dead-code-candidate
low 9-layer software dead-code-candidate conf 1.00 File has no detected symbols: doc/source/user/plots/matplotlib2.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
dead-code-candidate
low 9-layer software dead-code-candidate conf 1.00 File has no detected symbols: doc/source/user/plots/matplotlib3.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
dead-code-candidate
low 9-layer software dead-code-candidate conf 1.00 File has no detected symbols: doc/source/user/plots/meshgrid_plot.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
dead-code-candidate
low 9-layer software dead-code-candidate conf 1.00 File has no detected symbols: numpy/_core/_type_aliases.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
dead-code-candidate
low 9-layer software dead-code-candidate conf 1.00 File has no detected symbols: numpy/_core/cversions.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
dead-code-candidate
low 9-layer software dead-code-candidate conf 1.00 File has no detected symbols: numpy/_core/printoptions.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
dead-code-candidate
low 9-layer software dead-code-candidate conf 1.00 File has no detected symbols: numpy/_core/tests/examples/cython/setup.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
dead-code-candidate
low 9-layer software dead-code-candidate conf 1.00 File has no detected symbols: numpy/_core/tests/examples/limited_api/setup.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
dead-code-candidate
low 9-layer software dead-code-candidate conf 1.00 File has no detected symbols: numpy/_core/umath.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
dead-code-candidate
low 9-layer software dead-code-candidate conf 1.00 File has no detected symbols: numpy/_distributor_init.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
dead-code-candidate
low 9-layer software dead-code-candidate conf 1.00 File has no detected symbols: numpy/_expired_attrs_2_0.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
dead-code-candidate
low 9-layer software dead-code-candidate conf 1.00 File has no detected symbols: numpy/_pyinstaller/hook-numpy.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
dead-code-candidate
low 9-layer software dead-code-candidate conf 1.00 File has no detected symbols: numpy/_pyinstaller/tests/pyinstaller-smoke.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
dead-code-candidate
low 9-layer software dead-code-candidate conf 1.00 File has no detected symbols: numpy/_typing/_char_codes.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
dead-code-candidate
low 9-layer software dead-code-candidate conf 1.00 File has no detected symbols: numpy/_typing/_extended_precision.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
dead-code-candidate
low 9-layer software dead-code-candidate conf 1.00 File has no detected symbols: numpy/_typing/_nbit.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
dead-code-candidate
low 9-layer software dead-code-candidate conf 1.00 File has no detected symbols: numpy/_typing/_scalars.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
dead-code-candidate
low 9-layer software dead-code-candidate conf 1.00 File has no detected symbols: numpy/_typing/_shape.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
dead-code-candidate
low 9-layer software dead-code-candidate conf 1.00 File has no detected symbols: numpy/_typing/_ufunc.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
dead-code-candidate
low 9-layer software dead-code-candidate conf 1.00 File has no detected symbols: numpy/doc/ufuncs.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
dead-code-candidate
low 9-layer software dead-code-candidate conf 1.00 File has no detected symbols: numpy/f2py/__main__.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
dead-code-candidate
low 9-layer software dead-code-candidate conf 1.00 File has no detected symbols: numpy/f2py/__version__.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
dead-code-candidate
low 9-layer software dead-code-candidate conf 1.00 File has no detected symbols: numpy/f2py/_isocbind.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
dead-code-candidate
low 9-layer software dead-code-candidate conf 1.00 File has no detected symbols: numpy/lib/array_utils.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
dead-code-candidate
low 9-layer software dead-code-candidate conf 1.00 File has no detected symbols: numpy/lib/format.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
dead-code-candidate
low 9-layer software dead-code-candidate conf 1.00 File has no detected symbols: numpy/lib/npyio.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
dead-code-candidate
low 9-layer software dead-code-candidate conf 1.00 File has no detected symbols: numpy/lib/scimath.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
dead-code-candidate
low 9-layer software dead-code-candidate conf 1.00 File has no detected symbols: numpy/lib/stride_tricks.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
dead-code-candidate
low 9-layer software dead-code-candidate conf 1.00 File has no detected symbols: numpy/lib/user_array.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
dead-code-candidate
low 9-layer software dead-code-candidate conf 1.00 File has no detected symbols: numpy/random/_examples/cffi/extending.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
dead-code-candidate
low 9-layer software dead-code-candidate conf 1.00 File has no detected symbols: tools/swig/test/setup.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
dead-code-candidate
low 9-layer software dead-code conf 1.00 Possibly dead Python function: time_assign
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
benchmarks/benchmarks/bench_io.py:85 dead-code
low 9-layer software dead-code conf 1.00 Possibly dead Python function: time_comment_loadtxt_csv
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
benchmarks/benchmarks/bench_io.py:121 dead-code
low 9-layer software dead-code conf 1.00 Possibly dead Python function: time_cont_assign
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
benchmarks/benchmarks/bench_io.py:27 dead-code
low 9-layer software dead-code conf 1.00 Possibly dead Python function: time_contiguous
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
benchmarks/benchmarks/bench_itemselection.py:17 dead-code
low 9-layer software dead-code conf 1.00 Possibly dead Python function: time_copy
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
benchmarks/benchmarks/bench_io.py:82 dead-code
low 9-layer software dead-code conf 1.00 Possibly dead Python function: time_copyto
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
benchmarks/benchmarks/bench_io.py:47 dead-code
low 9-layer software dead-code conf 1.00 Possibly dead Python function: time_copyto_8_dense
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
benchmarks/benchmarks/bench_io.py:59 dead-code
low 9-layer software dead-code conf 1.00 Possibly dead Python function: time_copyto_8_sparse
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
benchmarks/benchmarks/bench_io.py:56 dead-code
low 9-layer software dead-code conf 1.00 Possibly dead Python function: time_copyto_dense
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
benchmarks/benchmarks/bench_io.py:53 dead-code
low 9-layer software dead-code conf 1.00 Possibly dead Python function: time_copyto_sparse
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
benchmarks/benchmarks/bench_io.py:50 dead-code
low 9-layer software dead-code conf 1.00 Possibly dead Python function: time_dense
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
benchmarks/benchmarks/bench_itemselection.py:38 dead-code
low 9-layer software dead-code conf 1.00 Possibly dead Python function: time_dot_a_b
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
benchmarks/benchmarks/bench_linalg.py:19 dead-code
low 9-layer software dead-code conf 1.00 Possibly dead Python function: time_dot_d_dot_b_c
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
benchmarks/benchmarks/bench_linalg.py:22 dead-code
low 9-layer software dead-code conf 1.00 Possibly dead Python function: time_loadnpy_overhead
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
benchmarks/benchmarks/bench_io.py:102 dead-code
low 9-layer software dead-code conf 1.00 Possibly dead Python function: time_loadtxt_csv_datetime
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
benchmarks/benchmarks/bench_io.py:273 dead-code
low 9-layer software dead-code conf 1.00 Possibly dead Python function: time_loadtxt_csv_struct_dtype
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
benchmarks/benchmarks/bench_io.py:169 dead-code
low 9-layer software dead-code conf 1.00 Possibly dead Python function: time_loadtxt_dtypes_csv
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
benchmarks/benchmarks/bench_io.py:148 dead-code
low 9-layer software dead-code conf 1.00 Possibly dead Python function: time_loadtxt_usecols_csv
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
benchmarks/benchmarks/bench_io.py:242 dead-code
low 9-layer software dead-code conf 1.00 Possibly dead Python function: time_memcpy
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
benchmarks/benchmarks/bench_io.py:20 dead-code
low 9-layer software dead-code conf 1.00 Possibly dead Python function: time_memcpy_large_out_of_place
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
benchmarks/benchmarks/bench_io.py:23 dead-code
low 9-layer software dead-code conf 1.00 Possibly dead Python function: time_ordered
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
benchmarks/benchmarks/bench_itemselection.py:60 dead-code
low 9-layer software dead-code conf 1.00 Possibly dead Python function: time_read_uint64
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
benchmarks/benchmarks/bench_io.py:218 dead-code
low 9-layer software dead-code conf 1.00 Possibly dead Python function: time_read_uint64_neg_values
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
benchmarks/benchmarks/bench_io.py:224 dead-code
low 9-layer software dead-code conf 1.00 Possibly dead Python function: time_searchsorted
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
benchmarks/benchmarks/bench_searchsorted.py:34 dead-code
low 9-layer software dead-code conf 1.00 Possibly dead Python function: time_skiprows_csv
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
benchmarks/benchmarks/bench_io.py:199 dead-code
low 9-layer software dead-code conf 1.00 Possibly dead Python function: time_sparse
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
benchmarks/benchmarks/bench_itemselection.py:41 dead-code
low 9-layer software dead-code conf 1.00 Possibly dead Python function: time_strided_assign
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
benchmarks/benchmarks/bench_io.py:33 dead-code
low 9-layer software dead-code conf 1.00 Possibly dead Python function: time_strided_copy
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
benchmarks/benchmarks/bench_io.py:30 dead-code
low 9-layer software dead-code conf 1.00 Possibly dead Python function: time_trim_zeros
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
benchmarks/benchmarks/bench_trim_zeros.py:26 dead-code
low 9-layer software dead-code conf 1.00 Possibly dead Python function: time_vb_savez_squares
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
benchmarks/benchmarks/bench_io.py:93 dead-code
{# ── 2026-05-17 Round 14: AI-agent bridge footer ────────────────────── Discoverability: the /agents/voting/ guide + MCP manifest exist but aren't linked from anywhere users actually land. Small, opt-in footer. #}
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/42d62344-be26-4abd-ae9b-1edcf3c5f360/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/42d62344-be26-4abd-ae9b-1edcf3c5f360/

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.