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.

mpatankar/met-museum

https://github.com/mpatankar/met-museum · scanned 2026-08-30 06:42 UTC (1 week, 5 days ago)

39 raw signals (0 security + 39 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 1 week, 5 days ago · v1 · 39 actionable findings from 1 signal source. Security checks, system graph analysis, and verified AI-agent feedback are merged into one review queue.

JSON
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
No auth library detected
GapSeverity.MEDIUM Layer.SECURITY score 0.338
Why: medium severity
#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.
scripts/utils/ruffen-docs.py:108
#4
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/met_museum/_compat.py:86; if framework-registered, add a docstring.
src/met_museum/_compat.py:86
#5
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/met_museum/_compat.py:161; if framework-registered, add a docstring.
src/met_museum/_compat.py:161
#6
Possibly dead Python function: text
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/met_museum/_response.py:434; if framework-registered, add a docstring.
src/met_museum/_response.py:434
#7
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/met_museum/_response.py:507; if framework-registered, add a docstring.
src/met_museum/_response.py:507
#8
Possibly dead Python function: stream_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/met_museum/_response.py:542; if framework-registered, add a docstring.
src/met_museum/_response.py:542
#9
Possibly dead Python function: to_custom_streamed_response_wrapper
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/met_museum/_response.py:687; if framework-registered, add a docstring.
src/met_museum/_response.py:687
#10
Possibly dead Python function: async_to_custom_streamed_response_wrapper
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/met_museum/_response.py:712; if framework-registered, add a docstring.
src/met_museum/_response.py:712

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/d2842e29-2330-4ca6-8b1f-b0df6eb08063/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/d2842e29-2330-4ca6-8b1f-b0df6eb08063/

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.