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.
54 of your 194 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 101.56s for a 191.3 MB repo slow.
  • Repobility's analysis ran in 20.46s after the clone landed.

appwrite/appwrite

https://github.com/appwrite/appwrite · scanned 2026-06-05 10:16 UTC (5 days, 15 hours ago) · 10 languages

235 raw signals (173 security + 62 graph) 11/13 scanners ran System graph score 84 (lower by 21)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 5 days, 15 hours ago · v2 · 65 actionable findings from 2 signal sources. 139 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 85.0 0.25 21.25
testing_score 0.0 0.20 0.00
documentation_score 75.0 0.15 11.25
practices_score 83.0 0.15 12.45
code_quality 50.0 0.10 5.00
Overall 1.00 62.7
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

Top 10 actions, ranked by impact × ease. Severity drives impact; tag-based fix-clarity drives ease.

#1
.env file present in repo: .env
GapSeverity.HIGH Layer.SECURITY score 0.750
Why: high severity · a leaked credential is a worst-case bug · fix is short / mechanical
Fix: Rotate the credential and remove it from the file; move to env var / secrets manager.
#2
Privileged port 999 in use
GapSeverity.MEDIUM Layer.NETWORK score 0.338
Why: medium severity · misconfigured network surface
Fix: If the number in mongo-entrypoint.sh is a real port, change the binding to ≥1024 or run behind a proxy.
mongo-entrypoint.sh
#3
GitHub Actions workflow grants broad write permissions
GapSeverity.MEDIUM Layer.CICD score 0.225
Why: medium severity
.github/workflows/ci.yml
#4
GitHub Actions workflow grants broad write permissions
GapSeverity.MEDIUM Layer.CICD score 0.225
Why: medium severity
.github/workflows/cleanup-cache.yml
#5
Dockerfile runs as root: Dockerfile
GapSeverity.MEDIUM Layer.HARDWARE score 0.225
Why: medium severity
#6
`fetch()` without try/.catch or AbortSignal — app/views/install/installer/js/installer.js:209
GapSeverity.MEDIUM Layer.QUALITY score 0.225
Why: medium severity · crashes are likely without this
Fix: Wrap the `fetch(...)` in `try { ... } catch` in app/views/install/installer/js/installer.js:209, OR pass `{ signal: AbortSignal.timeout(N) }` so the call cancels deterministically.
#7
`fetch()` without try/.catch or AbortSignal — app/views/install/installer/js/modules/progress.js:383
GapSeverity.MEDIUM Layer.QUALITY score 0.225
Why: medium severity · crashes are likely without this
Fix: Wrap the `fetch(...)` in `try { ... } catch` in app/views/install/installer/js/modules/progress.js:383, OR pass `{ signal: AbortSignal.timeout(N) }` so the call cancels deterministically.
#8
Stray `console.log` in TS/JS — .github/workflows/static-analysis/locale/index.js:42
GapSeverity.LOW Layer.FRONTEND score 0.170
Why: low severity · fix is short / mechanical
Fix: Delete or guard the `console.log` in .github/workflows/static-analysis/locale/index.js:42.
#9
Docker base image is tag-pinned but not digest-pinned: composer:2
GapSeverity.LOW Layer.HARDWARE score 0.100
Why: low severity
Dockerfile:1
#10
Docker base image is tag-pinned but not digest-pinned: appwrite/base:1.4.1
GapSeverity.LOW Layer.HARDWARE score 0.100
Why: low severity
Dockerfile:14

Click "Find this gap" on any action above to jump to it on the Findings tab. Adjust the chip bar to filter by impact (severity), layer, or source.

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/02f7d406-321a-4cbd-b4ea-79ebfd3ac5aa/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/02f7d406-321a-4cbd-b4ea-79ebfd3ac5aa/

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.