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.

elixir-lang/elixir

https://github.com/elixir-lang/elixir.git · scanned 2026-05-16 13:30 UTC (3 weeks, 3 days ago) · 10 languages

27 raw signals (13 security + 14 graph) System graph score 89 (lower by 10)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 3 weeks, 3 days ago · v2 · 3 actionable findings from 1 signal source. 9 repeated signals grouped for readability. 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
Scan summary Quality grade B+ (79/100). Dimensions: security 100, maintainability 65. 13 findings. 280,057 lines analyzed.

Showing 3 of 3 actionable findings. 12 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 quality Quality conf 0.82 Parallel implementation file sits beside a canonical file
AI-assisted edits often create a new sibling file instead of integrating the change into the existing module. That leaves two paths for future maintainers to understand and can hide the code that is actually wired into the app.
lib/mix/lib/mix/tasks/deps.update.ex:1
high Security checks quality Quality conf 0.82 Parallel implementation file sits beside a canonical file
AI-assisted edits often create a new sibling file instead of integrating the change into the existing module. That leaves two paths for future maintainers to understand and can hide the code that is actually wired into the app.
lib/mix/lib/mix/tasks/deps.clean.ex:1
low Security checks quality Quality conf 0.60 10 occurrences Duplicated implementation block across source files
Duplicate implementation blocks are maintenance debt. Keep them visible, but they are not a high-severity defect unless the duplicated logic is security-sensitive or drifting.
9 files, 10 locations
lib/mix/lib/mix/tasks/profile.tprof.ex:96, 145 (2 hits)
lib/elixir/lib/gen_event/stream.ex:23
lib/elixir/lib/hash_set.ex:185
lib/elixir/lib/supervisor.ex:805
lib/elixir/scripts/mix_docs.exs:1
lib/mix/lib/mix/tasks/compile.yecc.ex:44
lib/mix/lib/mix/tasks/escript.install.ex:38
lib/mix/lib/mix/tasks/profile.eprof.ex:98
duplicationquality
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/7a1de85a-0de6-4baa-9381-affe9f15400d/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/7a1de85a-0de6-4baa-9381-affe9f15400d/

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.