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.
86 of your 143 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 88.22s for a 117.9 MB repo slow.
  • Repobility's analysis ran in 25.68s after the clone landed.

toeverything/AFFiNE

https://github.com/toeverything/AFFiNE · scanned 2026-06-05 08:38 UTC (5 days, 20 hours ago) · 10 languages

1552 raw signals (126 security + 1426 graph) 10/13 scanners ran 27th percentile · Typescript · huge (>500K LoC) System graph score 53 (higher by 25)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 5 days, 20 hours ago · v2 · 693 actionable findings from 2 signal sources. 146 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 60.0 0.15 9.00
security_score 100.0 0.25 25.00
testing_score 55.0 0.20 11.00
documentation_score 70.0 0.15 10.50
practices_score 96.0 0.15 14.40
code_quality 80.0 0.10 8.00
Overall 1.00 77.9
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
Possible secret in packages/frontend/admin/src/modules/accounts/components/use-user-management.ts
GapSeverity.CRITICAL Layer.SECURITY score 1.000
Why: critical severity · a leaked credential is a worst-case bug · fix is short / mechanical
Fix: Rotate the credential and remove it from in packages/frontend/admin/src/modules/accounts/components/use-user-management.ts:138; move to env var / secrets manager.
packages/frontend/admin/src/modules/accounts/components/use-user-management.ts:138
#2
Possible secret in packages/backend/server/ava.config.js
GapSeverity.CRITICAL Layer.SECURITY score 1.000
Why: critical severity · a leaked credential is a worst-case bug · fix is short / mechanical
Fix: Rotate the credential and remove it from in packages/backend/server/ava.config.js:28; move to env var / secrets manager.
packages/backend/server/ava.config.js:28
#3
.env file present in repo: blocksuite/playground/.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.
#4
Insecure pattern 'eval_used' in packages/backend/server/src/base/cache/provider.ts:97
GapSeverity.HIGH Layer.SECURITY score 0.413
Why: high severity · OWASP-class risk
packages/backend/server/src/base/cache/provider.ts:97
#5
Insecure pattern 'exec_used' in tools/cli/src/clean.ts:69
GapSeverity.HIGH Layer.SECURITY score 0.413
Why: high severity · OWASP-class risk
tools/cli/src/clean.ts:69
#6
Insecure pattern 'exec_used' in tools/utils/src/yarn.ts:23
GapSeverity.HIGH Layer.SECURITY score 0.413
Why: high severity · OWASP-class risk
tools/utils/src/yarn.ts:23
#7
GitHub Action tracks a moving branch
GapSeverity.HIGH Layer.CICD score 0.375
Why: high severity
.github/workflows/build-test.yml:700
#8
`dangerouslySetInnerHTML` used in a React component — packages/frontend/admin/src/components/ui/chart.tsx:70
GapSeverity.MEDIUM Layer.FRONTEND score 0.360
Why: medium severity
#9
`dangerouslySetInnerHTML` used in a React component — packages/frontend/admin/src/modules/settings/config-input-row.tsx:192
GapSeverity.MEDIUM Layer.FRONTEND score 0.360
Why: medium severity
#10
`dangerouslySetInnerHTML` used in a React component — packages/frontend/core/src/desktop/pages/workspace/detail-page/tabs/journal/template-onboarding.tsx:118
GapSeverity.MEDIUM Layer.FRONTEND score 0.360
Why: medium severity

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/afab7b39-e811-445c-b495-24ac5273d6de/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/afab7b39-e811-445c-b495-24ac5273d6de/

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.