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.

arizas/ariz-gateway

https://github.com/arizas/ariz-gateway · scanned 2026-06-17 01:35 UTC (1 month, 2 weeks ago)

25 raw signals (0 security + 25 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 1 month, 2 weeks ago · v2 · last Δ -12.7 (diff) · 24 actionable findings from 1 signal source. 1 repeated signal grouped for readability. Security checks, system graph analysis, and verified AI-agent feedback are merged into one review queue.

JSON
Severity distribution — click a segment to filter
Active filters: excluding tests × Reset all

All 109 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.

LabelLayerStatusPath
onStdout software healthy server/index.test.js:onStdout
baseUrl software healthy server/index.test.js:baseUrl
registerToken software healthy server/index.test.js:registerToken
splitList software healthy server/index.js:splitList
shutdown software healthy server/index.js:shutdown
createRpcHandler software healthy server/rpc.js:createRpcHandler
handleRpc software healthy server/rpc.js:handleRpc
jsonResponse software healthy server/api/prices.test.js:jsonResponse
dayUnix software healthy server/api/prices.test.js:dayUnix
dataDir software healthy server/api/prices/store.js:dataDir
pricesDir software healthy server/api/prices/store.js:pricesDir
forexDir software healthy server/api/prices/store.js:forexDir
readJson software healthy server/api/prices/store.js:readJson
writeJsonAtomic software healthy server/api/prices/store.js:writeJsonAtomic
listJsonFiles software healthy server/api/prices/store.js:listJsonFiles
readTokenPrices software healthy server/api/prices/store.js:readTokenPrices
writeTokenPrices software healthy server/api/prices/store.js:writeTokenPrices
readForex software healthy server/api/prices/store.js:readForex
writeForex software healthy server/api/prices/store.js:writeForex
listCachedTokens software healthy server/api/prices/store.js:listCachedTokens
listCachedCurrencies software healthy server/api/prices/store.js:listCachedCurrencies
coinId software healthy server/api/prices/index.js:coinId
toSymbol software healthy server/api/prices/index.js:toSymbol
spotCached software healthy server/api/prices/index.js:spotCached
fetchCurrencyList software healthy server/api/prices/index.js:fetchCurrencyList
fetchPriceHistory software healthy server/api/prices/index.js:fetchPriceHistory
fetchCurrent software healthy server/api/prices/index.js:fetchCurrent
runEodUpdate software healthy server/api/prices/index.js:runEodUpdate
startEodScheduler software healthy server/api/prices/index.js:startEodScheduler
stopEodScheduler software healthy server/api/prices/index.js:stopEodScheduler
once software healthy server/api/prices/getDailyPrice.js:once
loadTokenPrices software healthy server/api/prices/getDailyPrice.js:loadTokenPrices
loadForex software healthy server/api/prices/getDailyPrice.js:loadForex
carryForwardLookup software healthy server/api/prices/getDailyPrice.js:carryForwardLookup
mid software healthy server/api/prices/getDailyPrice.js:mid
getDailyPrice software healthy server/api/prices/getDailyPrice.js:getDailyPrice
getPriceHistory software healthy server/api/prices/getDailyPrice.js:getPriceHistory
fetchHistoryRange software healthy server/api/prices/providers/frankfurter.js:fetchHistoryRange
fetchHistoday software healthy server/api/prices/providers/cryptocompare.js:fetchHistoday
entryDate software healthy server/api/prices/providers/cryptocompare.js:entryDate
fetchFullDailyHistory software healthy server/api/prices/providers/cryptocompare.js:fetchFullDaily…
fetchRecentDailyClose software healthy server/api/prices/providers/cryptocompare.js:fetchRecentDai…
fetchSimplePrice software healthy server/api/prices/providers/coingecko.js:fetchSimplePrice
createAuthenticate software healthy server/accesscontrol/middleware.js:createAuthenticate
authenticate software healthy server/accesscontrol/middleware.js:authenticate
createAuthMiddleware software healthy server/accesscontrol/middleware.js:createAuthMiddleware
authMiddleware software healthy server/accesscontrol/middleware.js:authMiddleware
parseToken software healthy server/accesscontrol/tokenverify.js:parseToken
isTokenValidForAccount software healthy server/accesscontrol/tokenverify.js:isTokenValidForAccount
isValidSignature software healthy server/accesscontrol/tokenverify.js:isValidSignature

Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.

LabelLayerStatusPath
UNIFIED_BACKEND_PLAN.md software healthy UNIFIED_BACKEND_PLAN.md
fly.toml software healthy fly.toml
package-lock.json software healthy package-lock.json
README.md software healthy README.md
package.json software healthy package.json
Dockerfile software healthy Dockerfile
TESTING.md software healthy TESTING.md
fly-deploy.yml software healthy .github/workflows/fly-deploy.yml
ci.yml software healthy .github/workflows/ci.yml
registertoken.js software healthy tools/registertoken.js
index.test.js software healthy server/index.test.js
index.js software healthy server/index.js
index.mock.js software healthy server/index.mock.js
rpc.js software healthy server/rpc.js
prices.test.js software healthy server/api/prices.test.js
nearpricehistory.json software healthy server/api/nearpricehistory.json
store.js software healthy server/api/prices/store.js
index.js software healthy server/api/prices/index.js
getDailyPrice.js software healthy server/api/prices/getDailyPrice.js
frankfurter.js software healthy server/api/prices/providers/frankfurter.js
cryptocompare.js software healthy server/api/prices/providers/cryptocompare.js
coingecko.js software healthy server/api/prices/providers/coingecko.js
middleware.js software healthy server/accesscontrol/middleware.js
tokenverify.js software healthy server/accesscontrol/tokenverify.js
tokenverify.test.js software healthy server/accesscontrol/tokenverify.test.js
Cargo.toml software healthy contract/Cargo.toml
rust-toolchain.toml software healthy contract/rust-toolchain.toml
deploy-frontend.sh software healthy contract/deploy-frontend.sh
Cargo.lock software healthy contract/Cargo.lock
lib.rs software healthy contract/src/lib.rs
types.rs software healthy contract/src/web4/types.rs
mod.rs software healthy contract/src/web4/mod.rs
handler.rs software healthy contract/src/web4/handler.rs

LabelLayerStatusPath
.github software healthy .github
workflows software healthy .github/workflows
tools software healthy tools
server software healthy server
api software healthy server/api
prices software healthy server/api/prices
providers software healthy server/api/prices/providers
accesscontrol software healthy server/accesscontrol
contract software healthy contract
src software healthy contract/src
web4 software healthy contract/src/web4

LabelLayerStatusPath
GET /api/prices/currencylist api healthy server/index.js
GET /api/prices/history api healthy server/index.js
GET /api/prices/current api healthy server/index.js
POST /rpc api healthy server/index.js
USE /api/accounting/:accountId api healthy server/index.js

LabelLayerStatusPath
gha::fly-deploy cicd healthy .github/workflows/fly-deploy.yml
gha::ci cicd healthy .github/workflows/ci.yml

LabelLayerStatusPath
deploy cicd healthy .github/workflows/fly-deploy.yml
build_and_test cicd healthy .github/workflows/ci.yml

LabelLayerStatusPath
arizas__ariz-gateway software healthy /data/fable5_failed_archive/arizas__ariz-gateway

LabelLayerStatusPath
AuthError software healthy server/accesscontrol/middleware.js:AuthError

LabelLayerStatusPath
image::Dockerfile hardware healthy Dockerfile

LabelLayerStatusPath
FLY_API_TOKEN cicd healthy
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/99647227-a98f-45af-8181-3f6921ab89c5/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/99647227-a98f-45af-8181-3f6921ab89c5/

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.