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

Scan timing: clone 2.76s · analysis 6.73s · 3.1 MB · GitHub API rate-limit (preflight)

aeshell/aesh

https://github.com/aeshell/aesh · scanned 2026-06-05 22:59 UTC (4 days, 2 hours ago) · 10 languages

55 raw signals (19 security + 36 graph) 87th percentile · Java · medium (20-100K LoC) System graph score 82 (lower by 2)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 4 days, 2 hours ago · v2 · 23 actionable findings from 2 signal sources. 13 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 60.0 0.15 9.00
security_score 100.0 0.25 25.00
testing_score 80.0 0.20 16.00
documentation_score 73.0 0.15 10.95
practices_score 69.0 0.15 10.35
code_quality 78.7 0.10 7.87
Overall 1.00 79.2
Severity distribution — click a segment to filter
Active filters: excluding tests × Reset all
Scan summary Quality grade B+ (79/100). Dimensions: security 100, maintainability 60. 19 findings (11 security). 74,211 lines analyzed.

Showing 18 of 23 actionable findings. 36 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.90 ✓ Repobility 7 occurrences Binary file `examples/dev/tamboui/backend/aesh/AeshBackend.class` committed in source repo
`examples/dev/tamboui/backend/aesh/AeshBackend.class` is a .class binary (9,158 bytes) committed to a repo that otherwise has 380 source files. Trojan binaries inside otherwise-normal source repos are a known supply-chain attack: a compromised dependency or PR slips in a binary that gets executed b…
7 files, 7 locations
examples/dev/tamboui/backend/aesh/AeshBackend.class:1
examples/dev/tamboui/terminal/AbstractBackend.class:1
examples/dev/tamboui/terminal/Backend.class:1
examples/dev/tamboui/toolkit/app/ToolkitRunner.class:1
examples/dev/tamboui/tui/TerminalInputReader.class:1
examples/dev/tamboui/tui/TuiRunner.class:1
examples/org/aesh/readline/tty/terminal/TerminalConnection.class:1
low Security checks cicd CI/CD security conf 0.90 ✓ Repobility 6 occurrences GitHub Action is tag-pinned rather than SHA-pinned
Action `actions/checkout` pinned to mutable ref `@v6` uses a mutable tag or branch. Pin external actions to a reviewed full commit SHA when the workflow is security-sensitive.
2 files, 6 locations
.github/workflows/main.yml:10, 12 (3 hits)
.github/workflows/release.yml:20, 25 (3 hits)
CI/CD securitySupply chainGitHub Actions
medium System graph cicd CI/CD security conf 1.00 GitHub Actions workflow grants broad write permissions
CI tokens with write permissions increase blast radius when an action, dependency, or PR workflow is compromised. Prefer job-level least-privilege permissions.
.github/workflows/dependabot-automerge.yml CI/CD securitySupply chainGithub actions
medium System graph cicd CI/CD security conf 1.00 GitHub Actions workflow grants broad write permissions
CI tokens with write permissions increase blast radius when an action, dependency, or PR workflow is compromised. Prefer job-level least-privilege permissions.
.github/workflows/release.yml CI/CD securitySupply chainGithub actions
medium System graph security Coverage conf 1.00 No auth library detected
The scanner did not find any standard auth library (JWT, OAuth, NextAuth, Auth0, etc.). Either auth lives in custom code, in a separate service, or is missing.
auth
low Security checks quality Quality conf 0.60 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.
aesh/src/main/java/org/aesh/command/alias/UnAliasCommand.java:31 duplicationquality
low Security checks quality Quality conf 0.60 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.
aesh-tamboui/src/main/java/org/aesh/tamboui/TuiCommand.java:13 duplicationquality
low System graph quality Complexity conf 1.00 Very large file: aesh-processor/src/main/java/org/aesh/processor/CodeGenerator.java (1515 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: aesh-processor/src/test/java/org/aesh/processor/ProcessorTest.java (2750 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: aesh/src/main/java/org/aesh/command/impl/internal/ProcessedCommand.java (1594 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: aesh/src/main/java/org/aesh/command/impl/internal/ProcessedOption.java (1459 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: aesh/src/main/java/org/aesh/command/impl/parser/AeshCommandLineParser.java (1130 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: aesh/src/main/java/org/aesh/util/graph/Graph.java (1277 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: aesh/src/test/java/org/aesh/AeshRuntimeRunnerTest.java (1866 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: aesh/src/test/java/org/aesh/command/builder/CommandLineFormatterTest.java (1952 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: aesh/src/test/java/org/aesh/command/completer/CompletionParserTest.java (1147 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: aesh/src/test/java/org/aesh/command/parser/CommandLineParserTest.java (3146 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: benchmark/src/main/java/org/aesh/command/StartupBenchmark.java (2811 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
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/bf4fcfe6-0b40-4a64-8a17-c610c6d05d3f/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/bf4fcfe6-0b40-4a64-8a17-c610c6d05d3f/

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.