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 967 findings came from Repobility's proprietary detections. ✓ Repobility tags below mark them.

Scan timing: clone 4.53s · analysis 61.02s · 15.6 MB · GitHub API rate-limit (preflight)

DefiLlama/defillama-server

https://github.com/DefiLlama/defillama-server · scanned 2026-06-05 23:41 UTC (4 days, 5 hours ago) · 10 languages

2486 raw signals (856 security + 1630 graph) 0th percentile · Typescript · large (100-500K LoC) System graph score 52 (lower by 11)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 4 days, 5 hours ago · v2 · 1064 actionable findings from 2 signal sources. 607 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 40.0 0.15 6.00
security_score 27.6 0.25 6.90
testing_score 62.0 0.20 12.40
documentation_score 0.0 0.15 0.00
practices_score 70.0 0.15 10.50
code_quality 52.8 0.10 5.28
Overall 1.00 41.1
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 defi/ui-tool/src/App.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 defi/ui-tool/src/App.js:139; move to env var / secrets manager.
defi/ui-tool/src/App.js:139
#2
Possible secret in defi/ui-tool/src/App.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 defi/ui-tool/src/App.js:300; move to env var / secrets manager.
defi/ui-tool/src/App.js:300
#3
Insecure pattern 'exec_used' in defi/src/rwa/perps/cli/previewAdapters.ts:63
GapSeverity.HIGH Layer.SECURITY score 0.413
Why: high severity · OWASP-class risk
defi/src/rwa/perps/cli/previewAdapters.ts:63
#4
`dangerouslySetInnerHTML` used in a React component — defi/ui-tool/src/App.js:432
GapSeverity.MEDIUM Layer.FRONTEND score 0.360
Why: medium severity
#5
Dangling fetch: GET https://api.llama.fi/protocols (defi/src/cli/findDroppedTokens.js:88)
GapSeverity.HIGH Layer.API score 0.338
Why: high severity · contract mismatch FE↔BE
Fix: Confirm the FE call URL matches a backend endpoint; update one side.
#6
Dangling fetch: GET https://api.llama.fi/protocol/${protocol.replaceAll( (defi/src/cli/findDroppedTokens.js:95)
GapSeverity.HIGH Layer.API score 0.338
Why: high severity · contract mismatch FE↔BE
Fix: Confirm the FE call URL matches a backend endpoint; update one side.
#7
Dangling fetch: GET https://api.coinpaprika.com/v1/tickers/${PAPRIKA_ID} (coins/src/adapters/rwa/stbt.ts:36)
GapSeverity.HIGH Layer.API score 0.338
Why: high severity · contract mismatch FE↔BE
Fix: Confirm the FE call URL matches a backend endpoint; update one side.
#8
Dangling fetch: GET https://api.gm.ondo.finance/v1/assets/all/prices/latest (coins/src/adapters/rwa/ondo_equity.ts:31)
GapSeverity.HIGH Layer.API score 0.338
Why: high severity · contract mismatch FE↔BE
Fix: Confirm the FE call URL matches a backend endpoint; update one side.
#9
Dangling fetch: GET https://api.gm.ondo.finance/v1/assets/all/addresses (coins/src/adapters/rwa/ondo_equity.ts:37)
GapSeverity.HIGH Layer.API score 0.338
Why: high severity · contract mismatch FE↔BE
Fix: Confirm the FE call URL matches a backend endpoint; update one side.
#10
Dangling fetch: GET https://lite-api.jup.ag/tokens/v2/tag?query=verified (coins/src/adapters/solana/jupAg.ts:82)
GapSeverity.HIGH Layer.API score 0.338
Why: high severity · contract mismatch FE↔BE
Fix: Confirm the FE call URL matches a backend endpoint; update one side.

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/20d1d567-6976-4081-9e28-c7f4f81a105b/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/20d1d567-6976-4081-9e28-c7f4f81a105b/

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.