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.

clojure/clojure

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

76 raw signals (26 security + 50 graph) 33rd percentile · Java · medium (20-100K LoC) System graph score 86 (lower by 22)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 3 weeks, 3 days ago · v2 · 7 actionable findings from 1 signal source. 17 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 C+ (64/100). Dimensions: security 99, maintainability 100. 26 findings (1 security). 62,300 lines analyzed.

Showing 5 of 7 actionable findings. 24 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 Xxe conf 1.00 [SEC024] XML External Entity (XXE) — Java parser default: Java XML parsers accept external entity references by default. An attacker can craft XML input that reads server files (file://), exfiltrates data via DNS, or causes denial of service via the 'billion laughs' attack.
Disable DTDs and external entities before parsing: factory.setFeature("http://apache.org/xml/features/disallow-doctype-decl", true); factory.setFeature("http://xml.org/sax/features/external-general-entities", false); factory.setFeature("http://xml.org/sax/features/external-parameter-entities"…
src/jvm/clojure/lang/XMLHandler.java:78
low Security checks security Injection conf 0.50 [SEC005] Command Injection Risk: Unsafe shell execution or eval of user input.
Use subprocess with shell=False and a list of args. Never eval user input.
src/jvm/clojure/lang/LispReader.java:1675
medium Security checks quality Documentation No README file found
Create a README.md with: project name and description, installation instructions, usage examples, configuration options, and contribution guidelines.
low Security checks quality Quality conf 0.60 18 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.
12 files, 18 locations
src/jvm/clojure/lang/LazySeq.java:131, 151, 157 (3 hits)
src/jvm/clojure/lang/APersistentVector.java:351, 368 (2 hits)
src/jvm/clojure/lang/ASeq.java:82, 102 (2 hits)
src/jvm/clojure/lang/PersistentQueue.java:134, 163 (2 hits)
src/jvm/clojure/lang/Var.java:277, 359 (2 hits)
src/jvm/clojure/asm/FieldWriter.java:47
src/jvm/clojure/lang/APersistentSet.java:81
src/jvm/clojure/lang/ATransientMap.java:13
duplicationquality
low Security checks quality Documentation No LICENSE file
Add a LICENSE file to your repository. Use choosealicense.com to pick the right license (MIT for permissive, Apache 2.0 for patent protection, GPL for copyleft).
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/d665084f-e8fb-434a-b09a-a40caeae849c/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/d665084f-e8fb-434a-b09a-a40caeae849c/

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.