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

Scan timing: clone 3.07s · analysis 24.25s · 6.1 MB · GitHub API rate-limit (preflight)

airlift/airlift

https://github.com/airlift/airlift · scanned 2026-06-06 01:11 UTC (3 days, 23 hours ago) · 10 languages

84 raw signals (46 security + 38 graph) 36th percentile · Java · large (100-500K LoC) System graph score 72 (lower by 3)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 3 days, 23 hours ago · v2 · 27 actionable findings from 2 signal sources. 35 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 85.0 0.15 12.75
security_score 55.0 0.25 13.75
testing_score 80.0 0.20 16.00
documentation_score 60.0 0.15 9.00
practices_score 67.0 0.15 10.05
code_quality 70.3 0.10 7.03
Overall 1.00 68.6
Severity distribution — click a segment to filter
Active filters: excluding tests × Reset all
Scan summary Quality grade B- (69/100). Dimensions: security 55, maintainability 85. 46 findings (10 security). 113,718 lines analyzed.

Showing 10 of 27 actionable findings. 62 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.

critical Security checks security secrets conf 0.95 5 occurrences Identified a Private Key, which may compromise cryptographic security and sensitive data encryption.
Gitleaks detected a committed secret or credential pattern.
5 files, 5 locations
http-server/src/test/resources/clientcert-pem/server.pem:31
security/src/test/resources/dsa.client.pkcs1.pem:55
security/src/test/resources/ec.client.pkcs1.key:1
security/src/test/resources/ec.client.pkcs1.pem:23
security/src/test/resources/rsa.client.pkcs1.pem:61
critical System graph security Secrets conf 1.00 2 occurrences Possible secret in http-client/src/main/java/io/airlift/http/client/HttpClientConfig.java
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
lines 66, 68
http-client/src/main/java/io/airlift/http/client/HttpClientConfig.java:66, 68 (2 hits)
medium Security checks cicd CI/CD security conf 0.90 ✓ Repobility 4 occurrences GitHub Action is tag-pinned rather than SHA-pinned
Action `github/lock` pinned to mutable ref `@v2` uses a mutable tag or branch. Pin external actions to a reviewed full commit SHA when the workflow is security-sensitive.
lines 41, 95
.github/workflows/release.yml:41, 95 (4 hits)
CI/CD securitySupply chainGitHub Actions
low Security checks cicd CI/CD security conf 0.90 ✓ Repobility 12 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.
3 files, 12 locations
.github/workflows/ci.yml:18, 19, 32, 33 (4 hits)
.github/workflows/release.yml:22, 27 (4 hits)
.github/workflows/snapshot-release.yml:17, 23 (4 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/release.yml CI/CD securitySupply chainGithub actions
medium System graph security security conf 1.00 Insecure pattern 'weak_hash' in http-client/src/main/java/io/airlift/http/client/HttpClientConfig.java:102
Found a known-risky pattern (weak_hash). Review and replace if possible.
http-client/src/main/java/io/airlift/http/client/HttpClientConfig.java:102 Weak hash
low Security checks quality Quality conf 0.60 15 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, 12 locations
api/src/main/java/io/airlift/api/model/ModelServiceMetadata.java:20
api/src/main/java/io/airlift/api/validation/DeprecationValidator.java:32
configuration/src/main/java/io/airlift/configuration/ConfigurationFactory.java:641
configuration/src/main/java/io/airlift/configuration/secrets/ThreadContextClassLoader.java:4
discovery/src/main/java/io/airlift/discovery/client/HttpDiscoveryLookupClient.java:146
discovery/src/main/java/io/airlift/discovery/client/ServiceDescriptor.java:68
discovery/src/main/java/io/airlift/discovery/client/testing/SimpleServiceSelector.java:32
discovery/src/main/java/io/airlift/discovery/client/testing/StaticServiceSelector.java:40
duplicationquality
low System graph quality Complexity conf 1.00 Very large file: configuration/src/test/java/io/airlift/configuration/TestConfigurationMetadata.java (1824 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: http-client/src/main/java/io/airlift/http/client/jetty/JettyHttpClient.java (1373 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: http-client/src/test/java/io/airlift/http/client/AbstractHttpClientTest.java (1681 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/de2414e5-24ff-4da0-bad1-f1bce218faa1/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/de2414e5-24ff-4da0-bad1-f1bce218faa1/

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.