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

Scan timing: clone 1.46s · analysis 6.75s · 3.3 MB · GitHub API rate-limit (preflight)

Alishahryar1/free-claude-code

https://github.com/Alishahryar1/free-claude-code.git · scanned 2026-06-06 04:19 UTC (3 days, 18 hours ago) · 10 languages

1636 raw signals (145 security + 1491 graph) 62nd percentile · Python · medium (20-100K LoC) System graph score 70 (higher by 2)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 3 days, 18 hours ago · v12 · 171 actionable findings from 2 signal sources. 77 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 75.0 0.15 11.25
security_score 48.0 0.25 12.00
testing_score 100.0 0.20 20.00
documentation_score 87.0 0.15 13.05
practices_score 77.0 0.15 11.55
code_quality 38.9 0.10 3.89
Overall 1.00 71.7
Severity distribution — click a segment to filter
Active filters: layer: software × excluding tests × Reset all
Scan summary Quality grade B (72/100). Dimensions: security 48, maintainability 75. 145 findings (25 security). 57,448 lines analyzed.

Showing 48 of 171 actionable findings. 248 raw detector signals were grouped into reader-sized issues. Click TP / FP to vote on a finding's accuracy — votes adjust the confidence weighting and improve detection across the platform.

high Security checks software dependencies conf 0.88 python-multipart: GHSA-pp6c-gr5w-3c5g
python-multipart has Denial of Service via unbounded multipart part headers
uv.lock
high Security checks software dependencies conf 0.88 starlette: PYSEC-2026-161
BadHost: Missing Host header validation poisons request.url.path, bypassing path-based security checks
uv.lock
high Security checks software dependencies conf 0.88 urllib3: PYSEC-2026-141
urllib3 is an HTTP client library for Python. From 1.23 to before 2.7.0, cross-origin redirects followed from the low-level API via ProxyManager.connection_from_url().urlopen(..., assert_same_host=False) still forward these sensitive headers. This vulnerability is fixed in 2.7.0.
uv.lock
high Security checks software dependencies conf 0.88 urllib3: PYSEC-2026-142
urllib3 is an HTTP client library for Python. From 2.6.0 to before 2.7.0, urllib3 could decompress the whole response instead of the requested portion (1) during the second HTTPResponse.read(amt=N) call when the response was decompressed using the official Brotli library or (2) when HTTPResponse.dr…
uv.lock
medium Security checks software dependencies conf 0.88 idna: GHSA-65pc-fj4g-8rjx
Internationalized Domain Names in Applications (IDNA): Specially crafted inputs to idna.encode() can bypass CVE-2024-3651 fix
uv.lock
medium Security checks software dependencies conf 0.88 python-multipart: GHSA-mj87-hwqh-73pj
python-multipart affected by Denial of Service via large multipart preamble or epilogue data
uv.lock
high Security checks software dependencies conf 0.70 Remote install command pipes network code directly to a shell
Agent helper projects often publish one-line installers. `curl | sh` style commands are convenient, but they bypass review unless the script is pinned, signed, or checksum-verified.
scripts/install.sh:69
medium Security checks software dependencies conf 0.88 requests: GHSA-gc5v-m9x4-r6x2
Requests has Insecure Temp File Reuse in its extract_zipped_paths() utility function
uv.lock
low Security checks software dependencies conf 0.88 pygments: GHSA-5239-wwwm-4pmq
Pygments has Regular Expression Denial of Service (ReDoS) due to Inefficient Regex for GUID Matching
uv.lock
low System graph software Dead code candidate conf 1.00 File has no detected symbols: api/web_server_tools.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: api/web_tools/constants.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: config/constants.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: config/provider_ids.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: core/anthropic/server_tool_sse.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: core/anthropic/tokens.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: messaging/platforms/discord.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: messaging/rendering/discord_markdown.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: messaging/rendering/telegram_markdown.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: providers/defaults.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: providers/error_mapping.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: providers/openai_compat.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: server.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code conf 1.00 Possibly dead Python function: accept_tool_repair
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
core/anthropic/emitted_sse_tracker.py:295
low System graph software Dead code conf 1.00 Possibly dead Python function: admin_launch_message
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
api/admin_urls.py:31
low System graph software Dead code conf 1.00 Possibly dead Python function: buffer_task_args
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
core/anthropic/sse.py:122
low System graph software Dead code conf 1.00 Possibly dead Python function: continuation_text_suffix
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
core/anthropic/emitted_sse_tracker.py:313
low System graph software Dead code conf 1.00 Possibly dead Python function: continuation_thinking_suffix
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
core/anthropic/emitted_sse_tracker.py:316
low System graph software Dead code conf 1.00 Possibly dead Python function: emit_top_level_error
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
core/anthropic/sse.py:392
low System graph software Dead code conf 1.00 Possibly dead Python function: env_keys
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
api/admin_config.py:1294
low System graph software Dead code conf 1.00 Possibly dead Python function: fields_with_attrs
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
api/admin_config.py:1300
low System graph software Dead code conf 1.00 Possibly dead Python function: handle_clear_command
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
messaging/commands.py:180
low System graph software Dead code conf 1.00 Possibly dead Python function: handle_data
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
api/web_tools/parsers.py:71
low System graph software Dead code conf 1.00 Possibly dead Python function: handle_endtag
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
api/web_tools/parsers.py:65
low System graph software Dead code conf 1.00 Possibly dead Python function: handle_starttag
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
api/web_tools/parsers.py:59
low System graph software Dead code conf 1.00 Possibly dead Python function: handle_stats_command
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
messaging/commands.py:70
low System graph software Dead code conf 1.00 Possibly dead Python function: handle_stop_command
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
messaging/commands.py:18
low System graph software Dead code conf 1.00 Possibly dead Python function: has_emitted_tool_block
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
core/anthropic/sse.py:139
low System graph software Dead code conf 1.00 Possibly dead Python function: make_openai_text_recovery_body
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
core/anthropic/stream_recovery.py:224
low System graph software Dead code conf 1.00 Possibly dead Python function: make_openai_tool_repair_body
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
core/anthropic/stream_recovery.py:240
low System graph software Dead code conf 1.00 Possibly dead Python function: open_when_ready
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
cli/entrypoints.py:86
low System graph software Dead code conf 1.00 Possibly dead Python function: provider_chat_body_snapshot
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
core/trace.py:190
low System graph software Dead code conf 1.00 Possibly dead Python function: register_tool_name
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
core/anthropic/sse.py:104
low System graph software Dead code conf 1.00 Possibly dead Python function: request_restart
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
cli/entrypoints.py:105
low System graph software Dead code conf 1.00 Possibly dead Python function: request_text
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
api/web_tools/request.py:8
low System graph software Dead code conf 1.00 Possibly dead Python function: set_stream_tool_id
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
core/anthropic/sse.py:88
low System graph software Dead code conf 1.00 Possibly dead Python function: set_tool_extra_content
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
core/anthropic/sse.py:95
low System graph software Dead code conf 1.00 Possibly dead Python function: stream_expect_http_error
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
smoke/lib/e2e.py:139
low System graph software Dead code conf 1.00 Possibly dead Python function: transcribe_audio_file
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
providers/nvidia_nim/voice.py:28
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/da77798b-7de9-4c7c-9461-3bb0735f1b6a/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/da77798b-7de9-4c7c-9461-3bb0735f1b6a/

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.