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.

Scan timing: clone 1.32s · analysis 0.05s · GitHub API rate-limit (preflight)

anonymous-ejt/EJT

https://github.com/anonymous-ejt/EJT.git · scanned 2026-05-26 08:12 UTC (2 weeks, 4 days ago) · 10 languages

26 raw signals (12 security + 14 graph) 3rd percentile · Python · tiny (<2K LoC) System graph score 93 (lower by 51)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 2 weeks, 4 days ago · v2 · 12 actionable findings from 2 signal sources. 7 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 30.0 0.15 4.50
security_score 100.0 0.25 25.00
testing_score 0.0 0.20 0.00
documentation_score 10.0 0.15 1.50
practices_score 40.0 0.15 6.00
code_quality 50.0 0.10 5.00
Overall 1.00 42.0
Severity distribution — click a segment to filter
Active filters: source: legacy × excluding tests × Reset all
Scan summary Quality grade D (42/100). Dimensions: security 100, maintainability 30. 12 findings. 764 lines analyzed.

Showing 4 of 12 actionable findings. 19 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 1.00 ✓ Repobility 7 occurrences `self.apply_refinement` used but never assigned in __init__
Method `run_round` of class `MultiAgentPipeline` reads `self.apply_refinement`, but no assignment to it exists in __init__ (and no class-level fallback). This raises AttributeError the first time the method runs against an instance.
lines 622, 643, 701, 706, 710, 722, 733
EJT_pipeline.py:622, 643, 701, 706, 710, 722, 733 (7 hits)
medium Security checks quality Quality Average file size is 764 lines (recommend <300)
Refactor large files by extracting related functions into separate modules. Target files with 300+ lines first. Use the Single Responsibility Principle — each module should have one clear purpose.
low Security checks quality Error handling conf 0.55 ✓ Repobility Broad exception handler needs review
This handler catches Exception/BaseException. It is actionable when it swallows errors without logging, re-raising, or returning a structured error. Handlers that intentionally convert exceptions into typed error results should not be treated as high risk.
EJT_pipeline.py:348 Error handlingquality
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/58ebeea9-52d3-4e64-ade0-e0192395250c/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/58ebeea9-52d3-4e64-ade0-e0192395250c/

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.