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, 6 hours ago) · 10 languages

259 findings (135 legacy + 124 scanner) 11/13 scanners ran 62nd 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, 6 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: excluding tests × Reset all

Bug-class explainers. Each card groups findings of the same shape — these are the patterns most likely to ship to prod and reappear in future scans unless you systematically fix the cause, not just the instance.

Fragile runtime 70 findings
What it is: Code that runs but breaks under predictable input — division by zero, missing keys, unbounded loops, off-by-one slicing.
Why it matters: Reaches production undetected because happy-path tests pass. First user with a weird input crashes the request.
How AI causes it: AI loves writing the happy path; doesn't probe edge cases unless explicitly asked.
Fix approach: Add property-based tests. Wrap external inputs with explicit validators. Use the framework's typed deserializer (Pydantic, attrs).
12 matching findings on this repo
  • medium [SEC091] Go: net/http server without timeouts: HTTP server without ReadHeaderTi… pkg/rpc/server/listen.go:67
  • low Duplicated implementation block across source files pkg/fanal/analyzer/os/redhatbase/rocky.go:1
  • low Duplicated implementation block across source files pkg/fanal/analyzer/os/redhatbase/oracle.go:1
  • low Duplicated implementation block across source files pkg/fanal/analyzer/os/redhatbase/fedora.go:1
  • low Duplicated implementation block across source files pkg/fanal/analyzer/os/redhatbase/centos.go:1
  • low Duplicated implementation block across source files pkg/fanal/analyzer/language/java/gradle/pom.go:43
  • low Duplicated implementation block across source files pkg/fanal/analyzer/language/java/gradle/lockfile.…:74
  • low Duplicated implementation block across source files pkg/fanal/analyzer/language/c/conan/testdata/cach…:1
  • low Duplicated implementation block across source files pkg/fanal/analyzer/language/c/conan/testdata/cach…:7
  • low Duplicated implementation block across source files pkg/detector/ospkg/wolfi/wolfi.go:41
  • low Duplicated implementation block across source files pkg/detector/ospkg/wolfi/wolfi.go:35
  • low Duplicated implementation block across source files pkg/detector/ospkg/suse/suse.go:114
View all fragile runtime findings →
Legacy markers 1 finding
What it is: TODO, FIXME, XXX, HACK comments. Often indicate a known-broken path the author meant to fix.
Why it matters: Each marker is an unfinished thought. Production code shouldn't ship with debt that's documented but not tracked.
How AI causes it: AI mirrors the style of the codebase, so existing TODOs propagate into new code.
Fix approach: Convert each into a ticket. Delete the comment when the ticket lands. Use a pre-commit hook to block new TODOs without an issue link.
1 matching finding on this repo
  • low Legacy-named symbol `no_deprecated` in pkg/fanal/analyzer/language/c/conan/test…
View all legacy markers findings →
Config drift 12 findings
What it is: Settings duplicated across env files, Docker compose, K8s, and code defaults, all with slightly different values.
Why it matters: Production behaviour depends on whichever copy your loader reads first. Subtle bugs in staging that don't reproduce in dev.
How AI causes it: AI writes new config from memory rather than reading the existing source.
Fix approach: Pick one source of truth (env vars + a settings module). Have every other place import from there. Lint for duplicates in CI.
12 matching findings on this repo
  • high [MINED108] `self.dependencies` used but never assigned in __init__: Method `_co… pkg/fanal/analyzer/language/c/conan/testdata/cach…:377
  • high [MINED108] `self.output` used but never assigned in __init__: Method `_configur… pkg/fanal/analyzer/language/c/conan/testdata/cach…:401
  • high [MINED108] `self.dependencies` used but never assigned in __init__: Method `_co… pkg/fanal/analyzer/language/c/conan/testdata/cach…:389
  • high [MINED108] `self._settings_build` used but never assigned in __init__: Method `… pkg/fanal/analyzer/language/c/conan/testdata/cach…:384
  • high [MINED108] `self._perl` used but never assigned in __init__: Method `_configure… pkg/fanal/analyzer/language/c/conan/testdata/cach…:353
  • high [MINED108] `self._target` used but never assigned in __init__: Method `_configu… pkg/fanal/analyzer/language/c/conan/testdata/cach…:346
  • high [MINED108] `self._get_default_openssl_dir` used but never assigned in __init__:… pkg/fanal/analyzer/language/c/conan/testdata/cach…:343
  • high [MINED108] `self.win_bash` used but never assigned in __init__: Method `_config… pkg/fanal/analyzer/language/c/conan/testdata/cach…:344
  • medium Dockerfile runs as root: pkg/fanal/analyzer/config/testdata/src/Dockerfile
  • medium Dockerfile runs as root: pkg/fanal/artifact/local/testdata/misconfig/dockerfile…
  • medium Dockerfile runs as root: pkg/fanal/artifact/local/testdata/misconfig/dockerfile…
  • medium Dockerfile runs as root: pkg/fanal/artifact/local/testdata/misconfig/dockerfile…
View all config drift findings →
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.