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

Scan timing: clone 1.27s · analysis 1.52s · 0.2 MB · GitHub API rate-limit (preflight)

tbroyer/gradle-errorprone-plugin

https://github.com/tbroyer/gradle-errorprone-plugin · scanned 2026-06-05 22:07 UTC (4 days, 8 hours ago) · 10 languages

42 raw signals (26 security + 16 graph) System graph score 88 (lower by 18)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 4 days, 8 hours ago · v2 · 9 actionable findings from 2 signal sources. 25 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 80.0 0.15 12.00
security_score 100.0 0.25 25.00
testing_score 23.0 0.20 4.60
documentation_score 63.0 0.15 9.45
practices_score 77.0 0.15 11.55
code_quality 78.1 0.10 7.81
Overall 1.00 70.4
Severity distribution — click a segment to filter
Active filters: excluding tests × Reset all
Scan summary Quality grade B (70/100). Dimensions: security 100, maintainability 80. 26 findings (22 security). 3,092 lines analyzed.

Showing 5 of 9 actionable findings. 34 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 Binary file `gradle/wrapper/gradle-wrapper.jar` committed in source repo
`gradle/wrapper/gradle-wrapper.jar` is a .jar binary (48,462 bytes) committed to a repo that otherwise has 17 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 by build scripts.
gradle/wrapper/gradle-wrapper.jar:1
low Security checks cicd CI/CD security conf 0.90 ✓ Repobility 20 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.
lines 17, 18, 36, 44, 45, 63, 77, 78, +7 more
.github/workflows/gradle.yaml:17, 18, 36, 44, 45, 63, 77, 78, +7 more (20 hits)
CI/CD securitySupply chainGitHub Actions
medium Security checks cicd CI/CD security conf 0.90 ✓ Repobility 5 occurrences GitHub Action is tag-pinned rather than SHA-pinned
Action `gradle/actions/setup-gradle` 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.
lines 23, 50, 90, 131, 171
.github/workflows/gradle.yaml:23, 50, 90, 131, 171 (5 hits)
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 3 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.
3 files, 3 locations
src/integrationTest/java/net/ltgt/gradle/errorprone/ErrorPronePluginIntegrationTest.java:100
src/integrationTest/java/net/ltgt/gradle/errorprone/GroovyDslIntegrationTest.java:84
src/integrationTest/java/net/ltgt/gradle/errorprone/StrongEncapsulationIntegrationTest.java:22
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/ef79bea5-587a-4d4d-b341-f8a407dd1c67/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/ef79bea5-587a-4d4d-b341-f8a407dd1c67/

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.