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.
74 of your 147 findings came from Repobility's proprietary detections. ✓ Repobility tags below mark them.
Upstream (GitHub) caused delay on this scan — not Repobility.
  • GitHub API rate-limited (HTTP 403) — preflight skipped, fell back to direct git clone.
  • Clone from GitHub took 50.22s for a 93.9 MB repo slow.
  • Repobility's analysis ran in 12.2s after the clone landed.

aquasecurity/trivy

https://github.com/aquasecurity/trivy · scanned 2026-06-04 04:11 UTC (1 day, 12 hours ago) · 10 languages

259 findings (135 legacy + 124 scanner) 11/13 scanners ran 70th percentile · Go · large (100-500K LoC) Scanner says 74 (higher by 14)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 1 day, 12 hours ago · v2 · 197 findings from 2 sources. Findings combine the legacy security pipeline AND the multi-layer engine (atlas, wiring, flows, ranked) AND verified AI agent contributions.

JSON
Score breakdown â 2026-05-18-v5
Component Sub-score Weight Contribution
structure_score 85.0 0.15 12.75
security_score 100.0 0.25 25.00
testing_score 85.0 0.20 17.00
documentation_score 88.0 0.15 13.20
practices_score 86.0 0.15 12.90
code_quality 75.0 0.10 7.50
Overall 1.00 88.3
security_score may be inflated — optional security scanners were skipped on this fast scan
Severity distribution — click a segment to filter
Active filters: severity: medium × excluding tests × Reset all
Scan summary Repository scanned at 74.5/100 with 100.0% coverage. It contains 4101 nodes across 0 cross-layer flows, written primarily in mixed languages. Engine surfaced 62 findings — concentrated in hardware (18), quality (17), security (16). Risk profile is high: 1 critical, 0 high, 33 medium. Recommended next step: open the hardware layer findings first — that's where the highest-impact wins live.

Showing 20 of 197 findings. Click TP / FP to vote on a finding's accuracy — votes adjust the confidence weighting and improve detection across the platform.

medium Legacy security auth conf 0.92 [AUC001] No Repobility access matrix policy found: The repository uses web/API frameworks but does not define .repobility/access.yml or equivalent authorization documentation.
Add .repobility/access.yml mapping routes to anonymous, authenticated, owner, admin, and super_admin. Keep business-specific rules in the repo so CI can enforce them.
authlegacy
medium Legacy quality quality conf 1.00 [SEC091] Go: net/http server without timeouts: HTTP server without ReadHeaderTimeout/ReadTimeout/WriteTimeout is vulnerable to Slowloris. Ported from gosec G112 + G114 (Apache-2.0).
Construct `&http.Server{Addr: ..., ReadHeaderTimeout: 5*time.Second, ReadTimeout: 10*time.Second, WriteTimeout: 30*time.Second}`.
pkg/rpc/server/listen.go:67 qualitylegacy
medium Legacy cicd docker conf 0.86 Database dump or local database file is included in Docker build context
Move database dumps outside the Docker build context or exclude them with .dockerignore. Keep backup and restore artifacts in private object storage or a dedicated backup workflow.
.dockerignore dockerlegacy
medium 9-layer hardware security conf 1.00 Dockerfile runs as root: Dockerfile
No non-root USER set. Containers running as root expand the blast radius of any vulnerability inside the image.
securitycontainer
medium 9-layer hardware security conf 1.00 Dockerfile runs as root: integration/testdata/fixtures/repo/dockerfile/Dockerfile
No non-root USER set. Containers running as root expand the blast radius of any vulnerability inside the image.
securitycontainer
medium 9-layer hardware security conf 1.00 Dockerfile runs as root: pkg/dependency/parser/java/jar/testdata/testimage/gradle/Dockerfile
No non-root USER set. Containers running as root expand the blast radius of any vulnerability inside the image.
securitycontainer
medium 9-layer hardware security conf 1.00 Dockerfile runs as root: pkg/dependency/parser/java/jar/testdata/testimage/maven/Dockerfile
No non-root USER set. Containers running as root expand the blast radius of any vulnerability inside the image.
securitycontainer
medium 9-layer hardware security conf 1.00 Dockerfile runs as root: pkg/fanal/analyzer/config/testdata/src/Dockerfile
No non-root USER set. Containers running as root expand the blast radius of any vulnerability inside the image.
securitycontainer
medium 9-layer hardware security conf 1.00 Dockerfile runs as root: pkg/fanal/artifact/local/testdata/misconfig/dockerfile/multiple-failures/src/Dockerfile
No non-root USER set. Containers running as root expand the blast radius of any vulnerability inside the image.
securitycontainer
medium 9-layer hardware security conf 1.00 Dockerfile runs as root: pkg/fanal/artifact/local/testdata/misconfig/dockerfile/passed/src/Dockerfile
No non-root USER set. Containers running as root expand the blast radius of any vulnerability inside the image.
securitycontainer
medium 9-layer hardware security conf 1.00 Dockerfile runs as root: pkg/fanal/artifact/local/testdata/misconfig/dockerfile/single-failure/src/Dockerfile
No non-root USER set. Containers running as root expand the blast radius of any vulnerability inside the image.
securitycontainer
medium 9-layer cicd supply-chain 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/reusable-release.yaml supply-chaingithub-actionsleast-privilege
medium 9-layer security owasp conf 1.00 Insecure pattern 'weak_hash' in pkg/dependency/parser/java/jar/parse.go:129
Found a known-risky pattern (weak_hash). Review and replace if possible.
pkg/dependency/parser/java/jar/parse.go:129 owaspweak_hash
medium 9-layer security owasp conf 1.00 Insecure pattern 'weak_hash' in pkg/digest/digest.go:23
Found a known-risky pattern (weak_hash). Review and replace if possible.
pkg/digest/digest.go:23 owaspweak_hash
medium 9-layer security owasp conf 1.00 Insecure pattern 'weak_hash' in pkg/fanal/analyzer/pkg/apk/apk.go:227
Found a known-risky pattern (weak_hash). Review and replace if possible.
pkg/fanal/analyzer/pkg/apk/apk.go:227 owaspweak_hash
medium 9-layer security owasp conf 1.00 Insecure pattern 'weak_hash' in pkg/sbom/cyclonedx/marshal.go:279
Found a known-risky pattern (weak_hash). Review and replace if possible.
pkg/sbom/cyclonedx/marshal.go:279 owaspweak_hash
medium 9-layer security owasp conf 1.00 Insecure pattern 'weak_hash' in pkg/sbom/cyclonedx/unmarshal.go:267
Found a known-risky pattern (weak_hash). Review and replace if possible.
pkg/sbom/cyclonedx/unmarshal.go:267 owaspweak_hash
medium 9-layer security owasp conf 1.00 Insecure pattern 'weak_hash' in pkg/sbom/spdx/marshal.go:517
Found a known-risky pattern (weak_hash). Review and replace if possible.
pkg/sbom/spdx/marshal.go:517 owaspweak_hash
medium 9-layer security owasp conf 1.00 Insecure pattern 'weak_hash' in pkg/sbom/spdx/unmarshal.go:257
Found a known-risky pattern (weak_hash). Review and replace if possible.
pkg/sbom/spdx/unmarshal.go:257 owaspweak_hash
medium 9-layer network security conf 1.00 Privileged port 10 in use
Port 10 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
contrib/install.sh securityports
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/6d822e81-bd19-495a-8800-a4180542b150/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/6d822e81-bd19-495a-8800-a4180542b150/

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.