Scan timing: clone 4.53s · analysis 61.02s · 15.6 MB · GitHub API rate-limit (preflight)
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)
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.
| 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 |
All 5356 nodes from the latest scan, grouped by kind. Each node is a unit the engine identified (file, function, endpoint, table…). Most users won't need this view — it's primarily for debugging the engine's graph extraction or for AI agents that want to enumerate the project structure.
| Label | Layer | Status | Path |
|---|---|---|---|
generateAuth |
software | healthy | coins/coins2.ts:generateAuth |
getRedisConnection |
software | healthy | coins/coins2.ts:getRedisConnection |
uintCheck |
software | healthy | coins/src/getCoinPriceChart.ts:uintCheck |
formParamsObject |
software | healthy | coins/src/getCoinPriceChart.ts:formParamsObject |
queryRangeLimited |
software | healthy | coins/src/getCoinPriceChart.ts:queryRangeLimited |
is |
software | healthy | coins/src/getCoinPriceChart.ts:is |
findClosestRecord |
software | healthy | coins/src/getCoinPriceChart.ts:findClosestRecord |
mid |
software | healthy | coins/src/getCoinPriceChart.ts:mid |
addToResponse |
software | healthy | coins/src/getCoinPriceChart.ts:addToResponse |
fetchDBData |
software | healthy | coins/src/getCoinPriceChart.ts:fetchDBData |
runSingleQueries |
software | healthy | coins/src/getCoinPriceChart.ts:runSingleQueries |
handler |
software | healthy | coins/src/getCoinPriceChart.ts:handler |
handler |
software | healthy | coins/src/getCoins.ts:handler |
parseSearchWidth |
software | healthy | coins/src/postHistoricalCoins.ts:parseSearchWidth |
handler |
software | healthy | coins/src/postHistoricalCoins.ts:handler |
handler |
software | healthy | coins/src/getCoinFirstTimestamp.ts:handler |
requestedCoins |
software | healthy | coins/src/getCoinFirstTimestamp.ts:requestedCoins |
formParamsObject |
software | healthy | coins/src/getPercentageChange.ts:formParamsObject |
coins |
software | healthy | coins/src/getPercentageChange.ts:coins |
fetchDBData |
software | healthy | coins/src/getPercentageChange.ts:fetchDBData |
calcPercentages |
software | healthy | coins/src/getPercentageChange.ts:calcPercentages |
percentageChange |
software | healthy | coins/src/getPercentageChange.ts:percentageChange |
handler |
software | healthy | coins/src/getPercentageChange.ts:handler |
cosmosBlockProvider |
software | healthy | coins/src/getBlock.ts:cosmosBlockProvider |
zkSyncBlockProvider |
software | healthy | coins/src/getBlock.ts:zkSyncBlockProvider |
blockPK |
software | healthy | coins/src/getBlock.ts:blockPK |
isFaultyBlock |
software | healthy | coins/src/getBlock.ts:isFaultyBlock |
ratio |
software | healthy | coins/src/getBlock.ts:ratio |
getBlock |
software | healthy | coins/src/getBlock.ts:getBlock |
getExtraProvider |
software | healthy | coins/src/getBlock.ts:getExtraProvider |
isAValidBlockAtThisTimestamp |
software | healthy | coins/src/getBlock.ts:isAValidBlockAtThisTimestamp |
getClosestBlock |
software | healthy | coins/src/getBlock.ts:getClosestBlock |
handler |
software | healthy | coins/src/getBlock.ts:handler |
findBlockForTimestamp |
software | healthy | coins/src/getBlock.ts:findBlockForTimestamp |
batchHandler |
software | healthy | coins/src/getBlock.ts:batchHandler |
mockCoin |
software | healthy | coins/src/getBatchHistoricalCoins.test.ts:mockCoin |
invoke |
software | healthy | coins/src/getBatchHistoricalCoins.test.ts:invoke |
selectRandom |
software | healthy | coins/src/test.ts:selectRandom |
main |
software | healthy | coins/src/test.ts:main |
protocolWrapper |
software | healthy | coins/src/test.ts:protocolWrapper |
buildCoinsObj |
software | healthy | coins/src/postCoins.test.ts:buildCoinsObj |
getCurrent |
software | healthy | coins/src/postCoins.test.ts:getCurrent |
postCurrent |
software | healthy | coins/src/postCoins.test.ts:postCurrent |
getBatchHistorical |
software | healthy | coins/src/postCoins.test.ts:getBatchHistorical |
postHistorical |
software | healthy | coins/src/postCoins.test.ts:postHistorical |
compareCurrentResponse |
software | healthy | coins/src/postCoins.test.ts:compareCurrentResponse |
compareHistoricalResponse |
software | healthy | coins/src/postCoins.test.ts:compareHistoricalResponse |
sortByTs |
software | healthy | coins/src/postCoins.test.ts:sortByTs |
parseResponse |
software | healthy | coins/src/postHistoricalCoins.test.ts:parseResponse |
generateTimestamps |
software | healthy | coins/src/getBatchHistoricalCoinsSpan.ts:generateTimestamps |
Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.
| Label | Layer | Status | Path |
|---|---|---|---|
jest.config.js |
software | warning | coins/jest.config.js |
README.md |
software | healthy | coins/README.md |
pnpm-lock.yaml |
software | healthy | coins/pnpm-lock.yaml |
package.json |
software | healthy | coins/package.json |
package-lock.json |
software | healthy | coins/package-lock.json |
pnpm-workspace.yaml |
software | healthy | coins/pnpm-workspace.yaml |
tsconfig.json |
software | healthy | coins/tsconfig.json |
serverless.yml |
software | healthy | coins/serverless.yml |
coins2.ts |
software | healthy | coins/coins2.ts |
api-cloudfront-distribution.yml |
software | healthy | coins/resources2/api-cloudfront-distribution.yml |
getCoinPriceChart.ts |
software | healthy | coins/src/getCoinPriceChart.ts |
getCoins.ts |
software | healthy | coins/src/getCoins.ts |
postHistoricalCoins.ts |
software | healthy | coins/src/postHistoricalCoins.ts |
getCoinFirstTimestamp.ts |
software | healthy | coins/src/getCoinFirstTimestamp.ts |
getPercentageChange.ts |
software | healthy | coins/src/getPercentageChange.ts |
getBlock.ts |
software | healthy | coins/src/getBlock.ts |
getBatchHistoricalCoins.test.ts |
software | healthy | coins/src/getBatchHistoricalCoins.test.ts |
test.ts |
software | healthy | coins/src/test.ts |
postCoins.test.ts |
software | healthy | coins/src/postCoins.test.ts |
postHistoricalCoins.test.ts |
software | healthy | coins/src/postHistoricalCoins.test.ts |
getBatchHistoricalCoinsSpan.ts |
software | healthy | coins/src/getBatchHistoricalCoinsSpan.ts |
getCoins.test.ts |
software | warning | coins/src/getCoins.test.ts |
postCurrentCoins.ts |
software | healthy | coins/src/postCurrentCoins.ts |
listCoins.ts |
software | healthy | coins/src/listCoins.ts |
e2e.test.ts |
software | healthy | coins/src/e2e.test.ts |
getHistoricalCoins.ts |
software | healthy | coins/src/getHistoricalCoins.ts |
genesisBlockTimes.ts |
software | warning | coins/src/genesisBlockTimes.ts |
getChains.ts |
software | healthy | coins/src/getChains.ts |
getVolume.ts |
software | healthy | coins/src/getVolume.ts |
updateCoin.ts |
software | healthy | coins/src/updateCoin.ts |
fetchCoinpaprikaData.ts |
software | healthy | coins/src/fetchCoinpaprikaData.ts |
getCurrentCoins.ts |
software | healthy | coins/src/getCurrentCoins.ts |
getBatchHistoricalCoins.ts |
software | healthy | coins/src/getBatchHistoricalCoins.ts |
getMcaps.ts |
software | healthy | coins/src/getMcaps.ts |
getCoinPriceChart.test.ts |
software | healthy | coins/src/getCoinPriceChart.test.ts |
getCoinPrices.ts |
software | healthy | coins/src/getCoinPrices.ts |
storeBridgedCoins.ts |
software | healthy | coins/src/storeBridgedCoins.ts |
postCurrentCoins.test.ts |
software | healthy | coins/src/postCurrentCoins.test.ts |
getCoinsFromRedis.ts |
software | healthy | coins/src/getCoinsFromRedis.ts |
tokenMapping.json |
software | healthy | coins/src/adapters/tokenMapping.json |
index.ts |
software | healthy | coins/src/adapters/index.ts |
utils.ts |
software | healthy | coins/src/adapters/utils.ts |
tokenMapping_added.json |
software | healthy | coins/src/adapters/tokenMapping_added.json |
readme.md |
software | healthy | coins/src/adapters/readme.md |
ethers.ts |
software | warning | coins/src/adapters/ethers.ts |
zeroDecimalTokenMapping.json |
software | healthy | coins/src/adapters/zeroDecimalTokenMapping.json |
t-rize.ts |
software | healthy | coins/src/adapters/rwa/t-rize.ts |
xu3o8.ts |
software | healthy | coins/src/adapters/rwa/xu3o8.ts |
reservoir-protocol.ts |
software | healthy | coins/src/adapters/rwa/reservoir-protocol.ts |
navTokens.ts |
software | healthy | coins/src/adapters/rwa/navTokens.ts |
Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.
| Label | Layer | Status | Path |
|---|---|---|---|
coins |
software | healthy | coins |
resources2 |
software | healthy | coins/resources2 |
src |
software | healthy | coins/src |
adapters |
software | healthy | coins/src/adapters |
rwa |
software | healthy | coins/src/adapters/rwa |
stobox |
software | healthy | coins/src/adapters/rwa/stobox |
solana |
software | healthy | coins/src/adapters/solana |
util |
software | healthy | coins/src/adapters/solana/util |
saber |
software | healthy | coins/src/adapters/solana/saber |
solend |
software | healthy | coins/src/adapters/solana/solend |
townsquare |
software | healthy | coins/src/adapters/townsquare |
bridges |
software | healthy | coins/src/adapters/bridges |
broken |
software | healthy | coins/src/adapters/bridges/broken |
yield |
software | healthy | coins/src/adapters/yield |
timeless |
software | healthy | coins/src/adapters/yield/timeless |
stakeDao |
software | healthy | coins/src/adapters/yield/stakeDao |
timeswap |
software | healthy | coins/src/adapters/yield/timeswap |
rage |
software | healthy | coins/src/adapters/yield/rage |
quickperps |
software | healthy | coins/src/adapters/yield/quickperps |
pendle |
software | healthy | coins/src/adapters/yield/pendle |
yield-yak |
software | healthy | coins/src/adapters/yield/yield-yak |
spectra |
software | healthy | coins/src/adapters/yield/spectra |
notional |
software | healthy | coins/src/adapters/yield/notional |
jpegd |
software | healthy | coins/src/adapters/yield/jpegd |
ledgity |
software | healthy | coins/src/adapters/yield/ledgity |
reya |
software | healthy | coins/src/adapters/yield/reya |
convex |
software | healthy | coins/src/adapters/yield/convex |
misc4626 |
software | healthy | coins/src/adapters/yield/misc4626 |
yearn |
software | healthy | coins/src/adapters/yield/yearn |
reflect-money |
software | healthy | coins/src/adapters/yield/reflect-money |
beefy |
software | healthy | coins/src/adapters/yield/beefy |
yield-protocol |
software | healthy | coins/src/adapters/yield/yield-protocol |
ambit-finance |
software | healthy | coins/src/adapters/yield/ambit-finance |
alchemix |
software | healthy | coins/src/adapters/yield/alchemix |
level-finance |
software | healthy | coins/src/adapters/yield/level-finance |
mux |
software | healthy | coins/src/adapters/yield/mux |
ondo |
software | healthy | coins/src/adapters/yield/ondo |
sandglass |
software | healthy | coins/src/adapters/yield/sandglass |
vela |
software | healthy | coins/src/adapters/yield/vela |
fx-protocol |
software | healthy | coins/src/adapters/yield/fx-protocol |
concentrator |
software | healthy | coins/src/adapters/yield/concentrator |
mean-finance |
software | healthy | coins/src/adapters/yield/mean-finance |
tempest |
software | healthy | coins/src/adapters/yield/tempest |
vesper |
software | healthy | coins/src/adapters/yield/vesper |
utils |
software | healthy | coins/src/adapters/utils |
moneyMarkets |
software | healthy | coins/src/adapters/moneyMarkets |
euler |
software | healthy | coins/src/adapters/moneyMarkets/euler |
aave-debt |
software | healthy | coins/src/adapters/moneyMarkets/aave-debt |
folks-finance |
software | healthy | coins/src/adapters/moneyMarkets/folks-finance |
compound |
software | healthy | coins/src/adapters/moneyMarkets/compound |
Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.
| Label | Layer | Status | Path |
|---|---|---|---|
GET /current |
api | healthy | defi/src/rwa/server.ts |
GET /list |
api | healthy | defi/src/rwa/server.ts |
GET /stats |
api | healthy | defi/src/rwa/server.ts |
GET /id-map |
api | healthy | defi/src/rwa/server.ts |
GET /chart/chain-breakdown |
api | healthy | defi/src/rwa/server.ts |
GET /chart/category-breakdown |
api | healthy | defi/src/rwa/server.ts |
GET /chart/platform-breakdown |
api | healthy | defi/src/rwa/server.ts |
GET /chart/assetGroup-breakdown |
api | healthy | defi/src/rwa/server.ts |
GET /chart/:id |
api | healthy | defi/src/rwa/server.ts |
GET /chart/name/:name |
api | healthy | defi/src/rwa/server.ts |
GET /chart/chain/:chain |
api | healthy | defi/src/rwa/server.ts |
GET /chart/chain/:chain/asset-breakdown |
api | healthy | defi/src/rwa/server.ts |
GET /chart/asset/:id |
api | healthy | defi/src/rwa/server.ts |
GET /chart/category/:category |
api | healthy | defi/src/rwa/server.ts |
GET /chart/category/:category/asset-breakdown |
api | healthy | defi/src/rwa/server.ts |
GET /chart/platform/:platform |
api | healthy | defi/src/rwa/server.ts |
GET /chart/platform/:platform/asset-breakdown |
api | healthy | defi/src/rwa/server.ts |
GET /chart/assetGroup/:assetGroup |
api | healthy | defi/src/rwa/server.ts |
GET /chart/assetGroup/:assetGroup/asset-breakdown |
api | healthy | defi/src/rwa/server.ts |
GET /flows/:id |
api | healthy | defi/src/rwa/server.ts |
GET /rwa/:id |
api | healthy | defi/src/rwa/server.ts |
GET /asset/:canonicalMarketId |
api | healthy | defi/src/rwa/server.ts |
GET /category/:category |
api | healthy | defi/src/rwa/server.ts |
GET /assetGroup/:assetGroup |
api | healthy | defi/src/rwa/server.ts |
GET /chain/:chain |
api | healthy | defi/src/rwa/server.ts |
OPTIONS /* |
api | healthy | defi/src/rwa/server.ts |
GET /health |
api | healthy | defi/src/rwa/server.ts |
USE / |
api | healthy | defi/src/rwa/server.ts |
GET /market/:id |
api | healthy | defi/src/rwa/perps/server.ts |
GET /contract/:contract |
api | healthy | defi/src/rwa/perps/server.ts |
GET /venue/:venue |
api | healthy | defi/src/rwa/perps/server.ts |
GET /chart/overview-breakdown |
api | healthy | defi/src/rwa/perps/server.ts |
GET /chart/contract-breakdown |
api | healthy | defi/src/rwa/perps/server.ts |
GET /chart/venue/:venue |
api | healthy | defi/src/rwa/perps/server.ts |
GET /funding/:id |
api | healthy | defi/src/rwa/perps/server.ts |
GET /hash |
api | healthy | defi/src/api2/index.ts |
GET /branch |
api | healthy | defi/src/api2/index.ts |
GET /v1/cryptocurrency/map |
api | healthy | defi/src/api2/scripts/checkForProtocolsMissingTokenInfo.ts |
GET /v1/cryptocurrency/info |
api | healthy | defi/src/api2/scripts/checkForProtocolsMissingTokenInfo.ts |
GET /v3/coins/list |
api | healthy | defi/src/api2/scripts/checkForProtocolsMissingTokenInfo.ts |
GET /debug-pg/* |
api | healthy | defi/src/api2/routes/internalRoutes.ts |
DELETE /debug-pg/* |
api | healthy | defi/src/api2/routes/internalRoutes.ts |
GET /config/:chain/:contract |
api | healthy | defi/src/api2/routes/index.ts |
GET /protocol/:name |
api | healthy | defi/src/api2/routes/index.ts |
GET /treasury/:name |
api | healthy | defi/src/api2/routes/index.ts |
GET /entity/:name |
api | healthy | defi/src/api2/routes/index.ts |
GET /updatedProtocol/:name |
api | healthy | defi/src/api2/routes/index.ts |
GET /tokenProtocols/:symbol |
api | healthy | defi/src/api2/routes/index.ts |
GET /protocols |
api | healthy | defi/src/api2/routes/index.ts |
GET /config |
api | healthy | defi/src/api2/routes/index.ts |
Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.
| Label | Layer | Status | Path |
|---|---|---|---|
/api/protocols |
frontend | healthy | defi/api-tests/src/beta-comparison.test.ts |
/api/protocol/aave |
frontend | healthy | defi/api-tests/src/beta-comparison.test.ts |
/api/charts |
frontend | healthy | defi/api-tests/src/beta-comparison.test.ts |
/api/charts/Ethereum |
frontend | healthy | defi/api-tests/src/beta-comparison.test.ts |
/api/tvl/aave |
frontend | healthy | defi/api-tests/src/beta-comparison.test.ts |
/api/v2/historicalChainTvl |
frontend | healthy | defi/api-tests/src/beta-comparison.test.ts |
/api/v2/historicalChainTvl/Ethereum |
frontend | healthy | defi/api-tests/src/beta-comparison.test.ts |
/api/v2/chains |
frontend | healthy | defi/api-tests/src/beta-comparison.test.ts |
/api/chainAssets |
frontend | healthy | defi/api-tests/src/beta-comparison.test.ts |
/api/tokenProtocols/ETH |
frontend | healthy | defi/api-tests/src/beta-comparison.test.ts |
/stablecoins/stablecoins |
frontend | healthy | defi/api-tests/src/beta-comparison.test.ts |
/stablecoins/stablecoinchains |
frontend | healthy | defi/api-tests/src/beta-comparison.test.ts |
/stablecoins/stablecoinprices |
frontend | healthy | defi/api-tests/src/beta-comparison.test.ts |
/stablecoins/stablecoincharts/all |
frontend | healthy | defi/api-tests/src/beta-comparison.test.ts |
/stablecoins/stablecoincharts/Ethereum |
frontend | healthy | defi/api-tests/src/beta-comparison.test.ts |
/stablecoins/stablecoin/1 |
frontend | healthy | defi/api-tests/src/beta-comparison.test.ts |
/stablecoins/stablecoindominance/Ethereum |
frontend | healthy | defi/api-tests/src/beta-comparison.test.ts |
/coins/prices/current/coingecko:bitcoin,coingecko:ethereum,… |
frontend | healthy | defi/api-tests/src/beta-comparison.test.ts |
/coins/prices/current/ethereum:0xdAC17F958D2ee523a220620699… |
frontend | healthy | defi/api-tests/src/beta-comparison.test.ts |
/coins/prices/current/bsc:0xbb4CdB9CBd36B01bD1cBaEBF2De08d9… |
frontend | healthy | defi/api-tests/src/beta-comparison.test.ts |
/coins/prices/current/polygon:0x0d500B1d8E8eF31E21C99d1Db9A… |
frontend | healthy | defi/api-tests/src/beta-comparison.test.ts |
/coins/prices/current/arbitrum:0x82aF49447D8a07e3bd95BD0d56… |
frontend | healthy | defi/api-tests/src/beta-comparison.test.ts |
/coins/prices/current/avax:0xB31f66AA3C1e785363F0875A1B74E2… |
frontend | healthy | defi/api-tests/src/beta-comparison.test.ts |
/coins/prices/current/optimism:0x42000000000000000000000000… |
frontend | healthy | defi/api-tests/src/beta-comparison.test.ts |
/coins/prices/current/solana:So1111111111111111111111111111… |
frontend | healthy | defi/api-tests/src/beta-comparison.test.ts |
/coins/prices/current/coingecko:bitcoin,coingecko:ethereum,… |
frontend | healthy | defi/api-tests/src/beta-comparison.test.ts |
/coins/chart/coingecko:bitcoin |
frontend | healthy | defi/api-tests/src/beta-comparison.test.ts |
/coins/chart/coingecko:ethereum |
frontend | healthy | defi/api-tests/src/beta-comparison.test.ts |
/coins/chart/ethereum:0xC02aaA39b223FE8D0A0e5C4F27eAD9083C7… |
frontend | healthy | defi/api-tests/src/beta-comparison.test.ts |
/coins/percentage/coingecko:bitcoin,coingecko:ethereum |
frontend | healthy | defi/api-tests/src/beta-comparison.test.ts |
/coins/percentage/ethereum:0xdAC17F958D2ee523a2206206994597… |
frontend | healthy | defi/api-tests/src/beta-comparison.test.ts |
/coins/prices/first/coingecko:bitcoin |
frontend | healthy | defi/api-tests/src/beta-comparison.test.ts |
/coins/prices/first/coingecko:ethereum |
frontend | healthy | defi/api-tests/src/beta-comparison.test.ts |
/coins/prices/first/ethereum:0xC02aaA39b223FE8D0A0e5C4F27eA… |
frontend | healthy | defi/api-tests/src/beta-comparison.test.ts |
/yields/pools |
frontend | healthy | defi/api-tests/src/beta-comparison.test.ts |
/yields/poolsOld |
frontend | healthy | defi/api-tests/src/beta-comparison.test.ts |
/yields/poolsBorrow |
frontend | healthy | defi/api-tests/src/beta-comparison.test.ts |
/yields/perps |
frontend | healthy | defi/api-tests/src/beta-comparison.test.ts |
/yields/lsdRates |
frontend | healthy | defi/api-tests/src/beta-comparison.test.ts |
/api/overview/dexs |
frontend | healthy | defi/api-tests/src/beta-comparison.test.ts |
/api/overview/dexs/Ethereum |
frontend | healthy | defi/api-tests/src/beta-comparison.test.ts |
/api/summary/dexs/uniswap |
frontend | healthy | defi/api-tests/src/beta-comparison.test.ts |
/api/overview/options |
frontend | healthy | defi/api-tests/src/beta-comparison.test.ts |
/api/overview/options/Ethereum |
frontend | healthy | defi/api-tests/src/beta-comparison.test.ts |
/api/overview/fees |
frontend | healthy | defi/api-tests/src/beta-comparison.test.ts |
/api/overview/fees/Ethereum |
frontend | healthy | defi/api-tests/src/beta-comparison.test.ts |
/api/summary/fees/aave |
frontend | healthy | defi/api-tests/src/beta-comparison.test.ts |
/api/categories |
frontend | healthy | defi/api-tests/src/beta-comparison.test.ts |
/api/forks |
frontend | healthy | defi/api-tests/src/beta-comparison.test.ts |
/api/oracles |
frontend | healthy | defi/api-tests/src/beta-comparison.test.ts |
Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.
| Label | Layer | Status | Path |
|---|---|---|---|
CLOUDWATCH_WEBHOOK_URL |
cicd | healthy | — |
DERIVATIVES_WEBHOOK |
cicd | healthy | — |
INDEXER_DB |
cicd | healthy | — |
MISSING_COINS_DB_PWD |
cicd | healthy | — |
MONITOR_WEBHOOK |
cicd | healthy | — |
STALE_COINS_ADAPTERS_WEBHOOK |
cicd | healthy | — |
POLYGON_RPC |
cicd | healthy | — |
CRONOS_RPC |
cicd | healthy | — |
DL_NEWS_ACCESS_TOKEN |
cicd | healthy | — |
CG_KEY |
cicd | healthy | — |
ERROR_DB |
cicd | healthy | — |
FANTOM_RPC |
cicd | healthy | — |
R2_ENDPOINT |
cicd | healthy | — |
FEES_WEBHOOK |
cicd | healthy | — |
AWS_SECRET_ACCESS_KEY |
cicd | healthy | — |
R2_ACCESS_KEY_ID |
cicd | healthy | — |
VOLUMES_WEBHOOK |
cicd | healthy | — |
FLIPSIDE_API_KEY |
cicd | healthy | — |
AGGREGATORS_WEBHOOK |
cicd | healthy | — |
SEARCH_MASTER_KEY |
cicd | healthy | — |
COINGLASS_KEY |
cicd | healthy | — |
PERENNIAL_V2_SUBGRAPH_API_KEY |
cicd | healthy | — |
PROD_VYBE_API_KEY |
cicd | healthy | — |
ZERO |
cicd | healthy | — |
PANCAKESWAP_OPBNB_SUBGRAPH |
cicd | healthy | — |
SMARDEX_SUBGRAPH_API_KEY |
cicd | healthy | — |
XDAI_RPC |
cicd | healthy | — |
TEAM_WEBHOOK |
cicd | healthy | — |
OPTIMISM_RPC |
cicd | healthy | — |
COVALENT_KEY |
cicd | healthy | — |
AIRTABLE_API_KEY |
cicd | healthy | — |
INFLUXDB_TOKEN |
cicd | healthy | — |
EULER_MONGODB_APIKEY |
cicd | healthy | — |
ARBITRUM_RPC |
cicd | healthy | — |
BSC_RPC |
cicd | healthy | — |
INDEXA_DB |
cicd | healthy | — |
ACCOUNTS_DB |
cicd | healthy | — |
AGGREGATOR_DB_URL |
cicd | healthy | — |
OUTDATED_WEBHOOK |
cicd | healthy | — |
FRONT_API_TOKEN |
cicd | healthy | — |
COINS_DB |
cicd | healthy | — |
ALLIUM_API_KEY |
cicd | healthy | — |
HARMONY_RPC |
cicd | healthy | — |
DL_NEWS_API |
cicd | healthy | — |
DUNE_API_KEYS |
cicd | healthy | — |
APIKEY |
cicd | healthy | — |
TODAY |
cicd | healthy | — |
MOONRIVER_RPC |
cicd | healthy | — |
UNLOCKS_WEBHOOK |
cicd | healthy | — |
AWS_ACCESS_KEY_ID |
cicd | healthy | — |
Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.
| Label | Layer | Status | Path |
|---|---|---|---|
Address |
software | healthy | coins/src/utils/ton.ts:Address |
DataTestDiscordReporter |
software | healthy | defi/reporters/data-test-discord-reporter.js:DataTestDiscor… |
DiscordReporter |
software | healthy | defi/api-tests/reporters/discord-reporter.js:DiscordReporter |
JSONReporter |
software | healthy | defi/api-tests/reporters/json-reporter.js:JSONReporter |
ApiClient |
software | healthy | defi/api-tests/utils/config/apiClient.ts:ApiClient |
META_RWA_DATA |
software | healthy | defi/src/rwa/db.ts:META_RWA_DATA |
DAILY_RWA_DATA |
software | healthy | defi/src/rwa/db.ts:DAILY_RWA_DATA |
HOURLY_RWA_DATA |
software | healthy | defi/src/rwa/db.ts:HOURLY_RWA_DATA |
BACKUP_RWA_DATA |
software | healthy | defi/src/rwa/db.ts:BACKUP_RWA_DATA |
META_RWA_PERPS_DATA |
software | healthy | defi/src/rwa/perps/db.ts:META_RWA_PERPS_DATA |
DAILY_RWA_PERPS_DATA |
software | healthy | defi/src/rwa/perps/db.ts:DAILY_RWA_PERPS_DATA |
HOURLY_RWA_PERPS_DATA |
software | healthy | defi/src/rwa/perps/db.ts:HOURLY_RWA_PERPS_DATA |
BACKUP_RWA_PERPS_DATA |
software | healthy | defi/src/rwa/perps/db.ts:BACKUP_RWA_PERPS_DATA |
FUNDING_HISTORY |
software | healthy | defi/src/rwa/perps/db.ts:FUNDING_HISTORY |
AbortError |
software | healthy | defi/src/utils/pThrottle/index.ts:AbortError |
AbortError |
software | healthy | defi/src/utils/pThrottle/index.d.ts:AbortError |
AdapterRecord2 |
software | healthy | defi/src/adaptors/db-utils/AdapterRecord2.ts:AdapterRecord2 |
PermitBlackList |
software | healthy | defi/src/dexAggregators/db/Models/PermitBlackList.ts:Permit… |
SwapEvent |
software | healthy | defi/src/dexAggregators/db/Models/SwapEvent.ts:SwapEvent |
GitArchive |
software | healthy | defi/src/api2/scripts/checkDevMetrics.ts:GitArchive |
DAILY_TVL |
software | healthy | defi/src/api2/db/tables.ts:DAILY_TVL |
DAILY_TOKENS_TVL |
software | healthy | defi/src/api2/db/tables.ts:DAILY_TOKENS_TVL |
DAILY_USD_TOKENS_TVL |
software | healthy | defi/src/api2/db/tables.ts:DAILY_USD_TOKENS_TVL |
DAILY_RAW_TOKENS_TVL |
software | healthy | defi/src/api2/db/tables.ts:DAILY_RAW_TOKENS_TVL |
HOURLY_TVL |
software | healthy | defi/src/api2/db/tables.ts:HOURLY_TVL |
HOURLY_TOKENS_TVL |
software | healthy | defi/src/api2/db/tables.ts:HOURLY_TOKENS_TVL |
HOURLY_USD_TOKENS_TVL |
software | healthy | defi/src/api2/db/tables.ts:HOURLY_USD_TOKENS_TVL |
HOURLY_RAW_TOKENS_TVL |
software | healthy | defi/src/api2/db/tables.ts:HOURLY_RAW_TOKENS_TVL |
JSON_CACHE |
software | healthy | defi/src/api2/db/tables.ts:JSON_CACHE |
DIMENSIONS_DATA |
software | healthy | defi/src/api2/db/tables.ts:DIMENSIONS_DATA |
DIMENSIONS_HOURLY_DATA |
software | healthy | defi/src/api2/db/tables.ts:DIMENSIONS_HOURLY_DATA |
CG_TOKEN_METADATA |
software | healthy | defi/src/api2/db/tables.ts:CG_TOKEN_METADATA |
CMC_TOKEN_METADATA |
software | healthy | defi/src/api2/db/tables.ts:CMC_TOKEN_METADATA |
investment |
software | healthy | defi/src/protocols/data2.ts:investment |
provides |
software | healthy | defi/src/protocols/data2.ts:provides |
provides |
software | healthy | defi/src/protocols/parentProtocols.ts:provides |
that |
software | healthy | defi/src/protocols/data6.ts:that |
experts |
software | healthy | defi/src/protocols/data1.ts:experts |
| Label | Layer | Status | Path |
|---|---|---|---|
port:64 |
network | healthy | coins/pnpm-lock.yaml |
port:12 |
network | healthy | coins/pnpm-lock.yaml |
port:6379 |
network | healthy | coins/coins2.ts |
port:9000 |
network | healthy | coins/src/utils/missingCoins.ts |
port:8000 |
network | healthy | defi/docker-compose.yml |
port:5001 |
network | healthy | defi/ui-tool/Dockerfile |
port:8080 |
network | healthy | defi/ui-tool/src/server.ts |
port:5003 |
network | healthy | defi/src/rwa/perps/Dockerfile |
port:7700 |
network | healthy | defi/src/cli/search/test-local-meili.sh |
port:5000 |
network | healthy | defi/src/api2/scripts/docker_prod_start.sh |
| Label | Layer | Status | Path |
|---|---|---|---|
daily_rwa_data |
data | healthy | defi/src/rwa/create_tables.sql |
hourly_rwa_data |
data | healthy | defi/src/rwa/create_tables.sql |
backup_rwa_data |
data | healthy | defi/src/rwa/create_tables.sql |
meta_rwa_data |
data | healthy | defi/src/rwa/create_tables.sql |
daily_rwa_perps_data |
data | healthy | defi/src/rwa/perps/create_tables.sql |
hourly_rwa_perps_data |
data | healthy | defi/src/rwa/perps/create_tables.sql |
backup_rwa_perps_data |
data | healthy | defi/src/rwa/perps/create_tables.sql |
meta_rwa_perps_data |
data | healthy | defi/src/rwa/perps/create_tables.sql |
rwa_perps_funding_history |
data | healthy | defi/src/rwa/perps/create_tables.sql |
| Label | Layer | Status | Path |
|---|---|---|---|
clickhouse |
data | healthy | coins/pnpm-lock.yaml |
elasticsearch |
data | healthy | coins/pnpm-lock.yaml |
postgres |
data | healthy | coins/pnpm-lock.yaml |
redis |
data | healthy | coins/pnpm-lock.yaml |
mysql |
data | healthy | coins/src/utils/missingCoins.ts |
mariadb |
data | healthy | defi/pnpm-lock.yaml |
mongodb |
data | healthy | defi/pnpm-lock.yaml |
| Label | Layer | Status | Path |
|---|---|---|---|
image::defi/ui-tool/Dockerfile |
hardware | healthy | defi/ui-tool/Dockerfile |
image::defi/src/rwa/Dockerfile |
hardware | healthy | defi/src/rwa/Dockerfile |
image::defi/src/rwa/perps/Dockerfile |
hardware | healthy | defi/src/rwa/perps/Dockerfile |
image::defi/src/api2/Dockerfile |
hardware | healthy | defi/src/api2/Dockerfile |
dynamodb-local |
hardware | healthy | defi/docker-compose.yml |
| Label | Layer | Status | Path |
|---|---|---|---|
auth::defi/src/protocols/data1.ts |
security | healthy | defi/src/protocols/data1.ts |
auth::defi/src/protocols/data2.ts |
security | healthy | defi/src/protocols/data2.ts |
auth::coins/src/adapters/tokenMapping_added.json |
security | healthy | coins/src/adapters/tokenMapping_added.json |
auth::defi/src/protocols/data5.ts |
security | healthy | defi/src/protocols/data5.ts |
auth::defi/src/utils/symbols/symbols.json |
security | healthy | defi/src/utils/symbols/symbols.json |
| Label | Layer | Status | Path |
|---|---|---|---|
changes |
cicd | healthy | .github/workflows/defi.yml |
deploy |
cicd | healthy | .github/workflows/defi.yml |
test |
cicd | healthy | .github/workflows/check-urls.yml |
changes |
cicd | healthy | .github/workflows/coins.yml |
deploy |
cicd | healthy | .github/workflows/coins.yml |
| Label | Layer | Status | Path |
|---|---|---|---|
gha::defi |
cicd | healthy | .github/workflows/defi.yml |
gha::check-urls |
cicd | healthy | .github/workflows/check-urls.yml |
gha::coins |
cicd | healthy | .github/workflows/coins.yml |
| Label | Layer | Status | Path |
|---|---|---|---|
kafka |
data | healthy | coins/pnpm-lock.yaml |
celery |
data | healthy | defi/src/utils/symbols/symbols.json |
| Label | Layer | Status | Path |
|---|---|---|---|
65.21.124.238 |
network | healthy | coins/src/utils/missingCoins.ts |
127.0.0.1 |
network | healthy | defi/src/updateSearch.meili.test.ts |
| Label | Layer | Status | Path |
|---|---|---|---|
nginx |
network | healthy | defi/api-tests/src/stablecoins/dominance.test.ts |
envoy |
network | healthy | defi/src/utils/symbols/symbols.json |
| Label | Layer | Status | Path |
|---|---|---|---|
vps::aws |
hardware | healthy | coins/pnpm-lock.yaml |
vps::azure |
hardware | healthy | defi/src/utils/symbols/symbols.json |
| Label | Layer | Status | Path |
|---|---|---|---|
password_literal::defi/ui-tool/src/App.js |
security | healthy | defi/ui-tool/src/App.js |
password_literal::defi/ui-tool/src/App.js |
security | healthy | defi/ui-tool/src/App.js |
| Label | Layer | Status | Path |
|---|---|---|---|
repobility-clone-5o8u9ukf |
software | healthy | /tmp/repobility-clone-5o8u9ukf |
| Label | Layer | Status | Path |
|---|---|---|---|
gpu (detected) |
hardware | healthy | defi/src/rwa/perps/perps.test.ts |
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.