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.

Scan timing: clone 1.64s · analysis 13.01s · 7.1 MB · GitHub API rate-limit (preflight)

openai/openai-python

https://github.com/openai/openai-python · scanned 2026-05-24 01:20 UTC (1 week, 5 days ago) · 10 languages

940 findings (180 legacy + 760 scanner) 67th percentile · Python · large (100-500K LoC) Scanner says 86 (lower by 8)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 1 week, 5 days ago · v5 · 333 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
Score breakdown â 2026-05-18-v5
Component Sub-score Weight Contribution
structure_score 85.0 0.15 12.75
security_score 98.7 0.25 24.68
testing_score 62.0 0.20 12.40
documentation_score 95.0 0.15 14.25
practices_score 68.0 0.15 10.20
code_quality 39.0 0.10 3.90
Overall 1.00 78.2
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
Dockerfile pipes a remote installer into a shell
GapSeverity.HIGH Layer.HARDWARE score 0.375
Why: high severity
.devcontainer/Dockerfile:5
#2
GitHub Actions workflow grants broad write permissions
GapSeverity.MEDIUM Layer.CICD score 0.225
Why: medium severity
.github/workflows/ci.yml
#3
Network/subprocess call without timeout or try/except — scripts/utils/ruffen-docs.py:108
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 scripts/utils/ruffen-docs.py:108 to prevent hung calls.
#4
Possibly dead Python function: audio_to_pcm16_base64
GapSeverity.LOW Layer.SOFTWARE score 0.140
Why: low severity · clean removal is a safe PR
Fix: If genuinely unused, remove the function in examples/realtime/audio_util.py:24; if framework-registered, add a docstring.
examples/realtime/audio_util.py:24
#5
Possibly dead Python function: callback
GapSeverity.LOW Layer.SOFTWARE score 0.140
Why: low severity · clean removal is a safe PR
Fix: If genuinely unused, remove the function in examples/realtime/audio_util.py:47; if framework-registered, add a docstring.
examples/realtime/audio_util.py:47
#6
Possibly dead Python function: terminate
GapSeverity.LOW Layer.SOFTWARE score 0.140
Why: low severity · clean removal is a safe PR
Fix: If genuinely unused, remove the function in examples/realtime/audio_util.py:91; if framework-registered, add a docstring.
examples/realtime/audio_util.py:91
#7
Possibly dead Python function: send_audio_worker_sounddevice
GapSeverity.LOW Layer.SOFTWARE score 0.140
Why: low severity · clean removal is a safe PR
Fix: If genuinely unused, remove the function in examples/realtime/audio_util.py:95; if framework-registered, add a docstring.
examples/realtime/audio_util.py:95
#8
Possibly dead Python function: write_to_file
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/openai/_legacy_response.py:429; if framework-registered, add a docstring.
src/openai/_legacy_response.py:429
#9
Possibly dead Python function: field_is_required
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/openai/_compat.py:87; if framework-registered, add a docstring.
src/openai/_compat.py:87
#10
Possibly dead Python function: model_parse
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/openai/_compat.py:169; if framework-registered, add a docstring.
src/openai/_compat.py:169

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/b4bd9d3a-a4bb-4865-8249-595ff2477b57/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/b4bd9d3a-a4bb-4865-8249-595ff2477b57/

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.