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.
14 of your 82 findings came from Repobility's proprietary detections. ✓ Repobility tags below mark them.
Upstream (GitHub) caused delay on this scan — not Repobility.
  • GitHub API rate-limited (HTTP 403) — preflight skipped, fell back to direct git clone.
  • Clone from GitHub took 31.22s for a 65.4 MB repo slow.
  • Repobility's analysis ran in 147.39s after the clone landed.

drupal/drupal

https://github.com/drupal/drupal · scanned 2026-05-20 15:21 UTC (2 weeks, 2 days ago) · 10 languages

251 findings (75 legacy + 176 scanner) 11/13 scanners ran Scanner says 90 (lower by 15)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 2 weeks, 2 days ago · v2 · 163 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 40.0 0.15 6.00
security_score 100.0 0.25 25.00
testing_score 80.0 0.20 16.00
documentation_score 40.0 0.15 6.00
practices_score 95.0 0.15 14.25
code_quality 80.0 0.10 8.00
Overall 1.00 75.2
security_score may be inflated — optional security scanners were skipped on this fast scan
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
No auth library detected
GapSeverity.MEDIUM Layer.SECURITY score 0.338
Why: medium severity
#2
`fetch()` without try/.catch or AbortSignal — core/modules/ckeditor5/js/ckeditor5_plugins/drupalMedia/src/drupalmediaediting.js:189
GapSeverity.MEDIUM Layer.QUALITY score 0.225
Why: medium severity · crashes are likely without this
Fix: Wrap the `fetch(...)` in `try { ... } catch` in core/modules/ckeditor5/js/ckeditor5_plugins/drupalMedia/src/drupalmediaediting.js:189, OR pass `{ signal: AbortSignal.timeout(N) }` so the call cancels deterministically.
#3
`fetch()` without try/.catch or AbortSignal — core/modules/ckeditor5/js/ckeditor5_plugins/drupalMedia/src/drupalmediametadatarepository.js:21
GapSeverity.MEDIUM Layer.QUALITY score 0.225
Why: medium severity · crashes are likely without this
Fix: Wrap the `fetch(...)` in `try { ... } catch` in core/modules/ckeditor5/js/ckeditor5_plugins/drupalMedia/src/drupalmediametadatarepository.js:21, OR pass `{ signal: AbortSignal.timeout(N) }` so the call cancels deterministically.
#4
`fetch()` without try/.catch or AbortSignal — core/modules/contextual/js/contextual.js:195
GapSeverity.MEDIUM Layer.QUALITY score 0.225
Why: medium severity · crashes are likely without this
Fix: Wrap the `fetch(...)` in `try { ... } catch` in core/modules/contextual/js/contextual.js:195, OR pass `{ signal: AbortSignal.timeout(N) }` so the call cancels deterministically.
#5
Stray `console.log` in TS/JS — core/scripts/js/log.js:3
GapSeverity.LOW Layer.FRONTEND score 0.170
Why: low severity · fix is short / mechanical
Fix: Delete or guard the `console.log` in core/scripts/js/log.js:3.
#6
Stray `console.log` in TS/JS — core/scripts/js/vendor-update.js:265
GapSeverity.LOW Layer.FRONTEND score 0.170
Why: low severity · fix is short / mechanical
Fix: Delete or guard the `console.log` in core/scripts/js/vendor-update.js:265.
#7
Stray `console.log` in TS/JS — core/scripts/css/log.js:3
GapSeverity.LOW Layer.FRONTEND score 0.170
Why: low severity · fix is short / mechanical
Fix: Delete or guard the `console.log` in core/scripts/css/log.js:3.
#8
Stray `console.log` in TS/JS — core/misc/jquery.form.js:1529
GapSeverity.LOW Layer.FRONTEND score 0.170
Why: low severity · fix is short / mechanical
Fix: Delete or guard the `console.log` in core/misc/jquery.form.js:1529.
#9
Legacy-named symbol `checkLegacy` in core/themes/default_admin/migration/js/init.js:6
GapSeverity.LOW Layer.QUALITY score 0.113
Why: low severity · crashes are likely without this
Fix: If genuinely unused, remove the function; if framework-registered, add a docstring.
#10
File has no detected symbols: core/scripts/js/log.js
GapSeverity.LOW Layer.SOFTWARE score 0.100
Why: low severity

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/ab12e53b-f3c5-4aa8-b379-78d9cade414d/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/ab12e53b-f3c5-4aa8-b379-78d9cade414d/

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.