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.
51 of your 126 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 245.52s for a 562.3 MB repo slow.
  • Repobility's analysis ran in 8.44s after the clone landed.

openfrontio/OpenFrontIO

https://github.com/openfrontio/OpenFrontIO · scanned 2026-06-05 20:59 UTC (1 week ago) · 10 languages

119 findings 11/13 scanners ran 96th percentile · Typescript · large (100-500K LoC)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

46 actionable findings from 1 signal source. 73 repeated signals grouped for readability. Security checks, system graph analysis, and verified AI-agent feedback are merged into one review queue.

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 90.0 0.20 18.00
documentation_score 77.0 0.15 11.55
practices_score 93.0 0.15 13.95
code_quality 70.0 0.10 7.00
Overall 1.00 88.2
security_score may be inflated — optional security scanners were skipped on this fast scan
Severity distribution — click a segment to filter
Active filters: severity: low × excluding tests × Reset all

Showing 8 of 46 actionable findings. 119 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.

low Security checks cicd CI/CD security conf 0.90 ✓ Repobility 25 occurrences GitHub Action is tag-pinned rather than SHA-pinned
[MINED115] Action `actions/checkout` pinned to mutable ref `@v6`: `uses: actions/checkout@v6` resolves at workflow-run time. Tags and branches can be re-pushed by the action owner; that made the tj-actions/changed-files compromise (2025) instantly affect ~23K repos. Pin to a 40-char commit SHA + lo…
6 files, 25 locations
.github/workflows/ci.yml:20, 24, 29, 39, 43, 54, 55, 67, +4 more (12 hits)
.github/workflows/deploy.yml:61, 72, 87, 171 (4 hits)
.github/workflows/release.yml:18, 54, 106, 158 (4 hits)
.github/workflows/issue-lifecycle-events.yml:18, 23 (2 hits)
.github/workflows/pr-description.yml:23, 66 (2 hits)
.github/workflows/pr-close-on-label.yml:18
CI/CD securitySupply chainGitHub Actions
low Security checks cicd CI/CD security conf 0.72 .dockerignore misses sensitive defaults
Add missing patterns such as .env, .git, private keys, certificates, dependency folders, and local databases.
.dockerignore CI/CD securitycontainers
low Security checks cicd CI/CD security conf 0.72 Dockerfile installs recommended OS packages
Add `--no-install-recommends` and explicitly list only packages the image needs.
Dockerfile:38 CI/CD securitycontainers
low Security checks quality Quality conf 0.60 30 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, 15 locations
src/client/hud/layers/EventsDisplay.ts:74, 148 (2 hits)
src/client/render/gl/passes/StructureLevelPass.ts:191, 193 (2 hits)
src/client/render/gl/passes/name-pass/StatusIconProgram.ts:59, 79 (2 hits)
src/client/TerritoryPatternsModal.ts:141
src/client/components/MobileNavBar.ts:7
src/client/components/clan/ClanCard.ts:87
src/client/components/clan/ClanDetailView.ts:367
src/client/components/clan/ClanRequestsView.ts:104
duplicationquality
low Security checks quality Quality conf 0.64 Public docs site has no llms.txt
Add llms.txt with the product summary, canonical docs, API endpoints, security guidance, and preferred CLI workflow for AI agents.
llms.txt
low Security checks quality Quality conf 0.50 Public web app has no humans.txt
Add humans.txt with team ownership, contact URL, key documentation links, and the last-updated date.
humans.txt
low Security checks quality Quality conf 0.72 Public web app has no sitemap
Add sitemap.xml, a sitemap index, or a framework-native sitemap route and reference it from robots.txt.
sitemap.xml
low Security checks quality Quality conf 0.74 robots.txt does not advertise a sitemap
Add `Sitemap: https://your-domain.example/sitemap.xml` to robots.txt.
resources/robots.txt
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/97c13cf4-1456-4e69-9a02-0683578f0921/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/97c13cf4-1456-4e69-9a02-0683578f0921/

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.