https://github.com/Zero-Arena/zero-arena-sdk
· scanned 2026-06-16 01:11 UTC (2 months, 1 week ago)
32 raw signals (0 security + 32 graph)
Last scanned 2 months, 1 week ago · v1 · 31 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.
All 285 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 |
|---|---|---|---|
makeSineDataset |
software | healthy | test/paper-engine.test.ts:makeSineDataset |
runPaper |
software | healthy | test/paper-engine.test.ts:runPaper |
fakeCandles |
software | healthy | test/storage.test.ts:fakeCandles |
c |
software | healthy | test/sltp.test.ts:c |
makeSineDataset |
software | healthy | test/backtest.test.ts:makeSineDataset |
makeSineCloses |
software | healthy | test/streaming-indicators.test.ts:makeSineCloses |
assertNear |
software | healthy | test/streaming-indicators.test.ts:assertNear |
resolveAddresses |
software | healthy | src/ZeroArena.ts:resolveAddresses |
buildRunLog |
software | healthy | src/ZeroArena.ts:buildRunLog |
d |
software | healthy | src/backtest/streaming-indicators.ts:d |
resolveFees |
software | healthy | src/backtest/fees.ts:resolveFees |
rsi |
software | healthy | src/backtest/indicators.ts:rsi |
computeRsi |
software | healthy | src/backtest/indicators.ts:computeRsi |
ema |
software | healthy | src/backtest/indicators.ts:ema |
macd |
software | healthy | src/backtest/indicators.ts:macd |
effectivePaperWarmup |
software | healthy | src/backtest/PaperEngine.ts:effectivePaperWarmup |
resolveBarsPerYear |
software | healthy | src/backtest/BacktestEngine.ts:resolveBarsPerYear |
runBacktest |
software | healthy | src/backtest/BacktestEngine.ts:runBacktest |
is |
software | healthy | src/backtest/sltp.ts:is |
of |
software | healthy | src/backtest/sltp.ts:of |
checkIntraBar |
software | healthy | src/backtest/sltp.ts:checkIntraBar |
newPerpState |
software | healthy | src/backtest/perp.ts:newPerpState |
perpEquity |
software | healthy | src/backtest/perp.ts:perpEquity |
unrealizedPnl |
software | healthy | src/backtest/perp.ts:unrealizedPnl |
perpSLTPLevels |
software | healthy | src/backtest/perp.ts:perpSLTPLevels |
accrueFunding |
software | healthy | src/backtest/perp.ts:accrueFunding |
maintenanceMargin |
software | healthy | src/backtest/perp.ts:maintenanceMargin |
liquidationPrice |
software | healthy | src/backtest/perp.ts:liquidationPrice |
maybeLiquidate |
software | healthy | src/backtest/perp.ts:maybeLiquidate |
perpForceCloseAt |
software | healthy | src/backtest/perp.ts:perpForceCloseAt |
applyPerpAction |
software | healthy | src/backtest/perp.ts:applyPerpAction |
targetPosition |
software | healthy | src/backtest/perp.ts:targetPosition |
openOrAdjust |
software | healthy | src/backtest/perp.ts:openOrAdjust |
closePosition |
software | healthy | src/backtest/perp.ts:closePosition |
sign |
software | healthy | src/backtest/perp.ts:sign |
clampDirection |
software | healthy | src/backtest/perp.ts:clampDirection |
clampUnit |
software | healthy | src/backtest/perp.ts:clampUnit |
stableStringify |
software | healthy | src/backtest/hash.ts:stableStringify |
serialize |
software | healthy | src/backtest/hash.ts:serialize |
hashJson |
software | healthy | src/backtest/hash.ts:hashJson |
hashAgent |
software | healthy | src/backtest/hash.ts:hashAgent |
of |
software | healthy | src/backtest/hash.ts:of |
hashOptions |
software | healthy | src/backtest/hash.ts:hashOptions |
hashTrades |
software | healthy | src/backtest/hash.ts:hashTrades |
composeRunHash |
software | healthy | src/backtest/hash.ts:composeRunHash |
computeMetrics |
software | healthy | src/backtest/metrics.ts:computeMetrics |
totalReturn |
software | healthy | src/backtest/metrics.ts:totalReturn |
annualizedRiskRatios |
software | healthy | src/backtest/metrics.ts:annualizedRiskRatios |
maxDrawdown |
software | healthy | src/backtest/metrics.ts:maxDrawdown |
dd |
software | healthy | src/backtest/metrics.ts:dd |
Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.
| Label | Layer | Status | Path |
|---|---|---|---|
RELEASE.md |
software | healthy | RELEASE.md |
README.md |
software | healthy | README.md |
package.json |
software | healthy | package.json |
package-lock.json |
software | healthy | package-lock.json |
tsconfig.json |
software | healthy | tsconfig.json |
LICENSE |
software | healthy | LICENSE |
vitest.config.ts |
software | healthy | vitest.config.ts |
paper-engine.test.ts |
software | healthy | test/paper-engine.test.ts |
chain.test.ts |
software | healthy | test/chain.test.ts |
storage.test.ts |
software | healthy | test/storage.test.ts |
hash.test.ts |
software | healthy | test/hash.test.ts |
ecies.test.ts |
software | healthy | test/ecies.test.ts |
perp.test.ts |
software | healthy | test/perp.test.ts |
indicators.test.ts |
software | healthy | test/indicators.test.ts |
init-templates.test.ts |
software | healthy | test/init-templates.test.ts |
sltp.test.ts |
software | healthy | test/sltp.test.ts |
backtest.test.ts |
software | healthy | test/backtest.test.ts |
liquidation.test.ts |
software | healthy | test/liquidation.test.ts |
encryption.test.ts |
software | healthy | test/encryption.test.ts |
streaming-indicators.test.ts |
software | healthy | test/streaming-indicators.test.ts |
RFC-001-paper-trading-competition.md |
software | healthy | docs/RFC-001-paper-trading-competition.md |
smoke-onboard-client.mjs |
software | healthy | scripts/smoke-onboard-client.mjs |
dependabot.yml |
software | healthy | .github/dependabot.yml |
audit.yml |
software | healthy | .github/workflows/audit.yml |
ci.yml |
software | healthy | .github/workflows/ci.yml |
publish-gh-packages.yml |
software | healthy | .github/workflows/publish-gh-packages.yml |
publish.yml |
software | healthy | .github/workflows/publish.yml |
index.ts |
software | healthy | src/index.ts |
ZeroArena.ts |
software | healthy | src/ZeroArena.ts |
datasets.ts |
software | healthy | src/datasets.ts |
types.ts |
software | healthy | src/types.ts |
streaming-indicators.ts |
software | healthy | src/backtest/streaming-indicators.ts |
fees.ts |
software | healthy | src/backtest/fees.ts |
indicators.ts |
software | healthy | src/backtest/indicators.ts |
PaperEngine.ts |
software | healthy | src/backtest/PaperEngine.ts |
BacktestEngine.ts |
software | healthy | src/backtest/BacktestEngine.ts |
sltp.ts |
software | healthy | src/backtest/sltp.ts |
perp.ts |
software | healthy | src/backtest/perp.ts |
hash.ts |
software | healthy | src/backtest/hash.ts |
metrics.ts |
software | healthy | src/backtest/metrics.ts |
FORMULAS.md |
software | healthy | src/backtest/FORMULAS.md |
portfolio.ts |
software | healthy | src/backtest/portfolio.ts |
env.ts |
software | healthy | src/cli/env.ts |
index.ts |
software | healthy | src/cli/index.ts |
init.ts |
software | healthy | src/cli/commands/init.ts |
init-templates.ts |
software | healthy | src/cli/commands/init-templates.ts |
dataset.ts |
software | healthy | src/cli/commands/dataset.ts |
backtest.ts |
software | healthy | src/cli/commands/backtest.ts |
mint.ts |
software | healthy | src/cli/commands/mint.ts |
certify.ts |
software | healthy | src/cli/commands/certify.ts |
Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.
| Label | Layer | Status | Path |
|---|---|---|---|
RsiAgent |
software | healthy | test/paper-engine.test.ts:RsiAgent |
MacdFlipAgent |
software | healthy | test/paper-engine.test.ts:MacdFlipAgent |
StubAgent |
software | healthy | test/hash.test.ts:StubAgent |
Tuned |
software | healthy | test/hash.test.ts:Tuned |
Agent |
software | healthy | test/init-templates.test.ts:Agent |
RsiAgent |
software | healthy | test/backtest.test.ts:RsiAgent |
FlipAgent |
software | healthy | test/backtest.test.ts:FlipAgent |
differs |
software | healthy | test/backtest.test.ts:differs |
CertificateDuplicateError |
software | healthy | src/ZeroArena.ts:CertificateDuplicateError |
ZeroArena |
software | healthy | src/ZeroArena.ts:ZeroArena |
buffers |
software | healthy | src/backtest/streaming-indicators.ts:buffers |
instead |
software | healthy | src/backtest/streaming-indicators.ts:instead |
switches |
software | healthy | src/backtest/streaming-indicators.ts:switches |
StreamingIndicators |
software | healthy | src/backtest/streaming-indicators.ts:StreamingIndicators |
PaperEngine |
software | healthy | src/backtest/PaperEngine.ts:PaperEngine |
RsiAgent |
software | healthy | src/cli/commands/init-templates.ts:RsiAgent |
MacdAgent |
software | healthy | src/cli/commands/init-templates.ts:MacdAgent |
EmaCrossoverAgent |
software | healthy | src/cli/commands/init-templates.ts:EmaCrossoverAgent |
LlmAgent |
software | healthy | src/cli/commands/init-templates.ts:LlmAgent |
CustomAgent |
software | healthy | src/cli/commands/init-templates.ts:CustomAgent |
for |
software | healthy | src/agent/Agent.ts:for |
name |
software | healthy | src/agent/Agent.ts:name |
RsiAgent |
software | healthy | src/agent/Agent.ts:RsiAgent |
Agent |
software | healthy | src/agent/Agent.ts:Agent |
ChainAdapter |
software | healthy | src/chain/ChainAdapter.ts:ChainAdapter |
HttpOnboardClient |
software | healthy | src/onboard/HttpOnboardClient.ts:HttpOnboardClient |
HttpOracleClient |
software | healthy | src/inft/HttpOracleClient.ts:HttpOracleClient |
MintAdapter |
software | healthy | src/inft/MintAdapter.ts:MintAdapter |
LocalOracleClient |
software | healthy | src/inft/LocalOracleClient.ts:LocalOracleClient |
TransferAdapter |
software | healthy | src/inft/TransferAdapter.ts:TransferAdapter |
StorageAdapter |
software | healthy | src/storage/StorageAdapter.ts:StorageAdapter |
| Label | Layer | Status | Path |
|---|---|---|---|
test |
software | healthy | test |
docs |
software | healthy | docs |
scripts |
software | healthy | scripts |
.github |
software | healthy | .github |
workflows |
software | healthy | .github/workflows |
src |
software | healthy | src |
backtest |
software | healthy | src/backtest |
cli |
software | healthy | src/cli |
commands |
software | healthy | src/cli/commands |
agent |
software | healthy | src/agent |
chain |
software | healthy | src/chain |
onboard |
software | healthy | src/onboard |
inft |
software | healthy | src/inft |
dataset |
software | healthy | src/dataset |
storage |
software | healthy | src/storage |
| Label | Layer | Status | Path |
|---|---|---|---|
test |
cicd | healthy | .github/workflows/audit.yml |
npm-audit |
cicd | healthy | .github/workflows/audit.yml |
test |
cicd | healthy | .github/workflows/ci.yml |
publish |
cicd | healthy | .github/workflows/publish-gh-packages.yml |
publish |
cicd | healthy | .github/workflows/publish.yml |
| Label | Layer | Status | Path |
|---|---|---|---|
gha::audit |
cicd | healthy | .github/workflows/audit.yml |
gha::ci |
cicd | healthy | .github/workflows/ci.yml |
gha::publish-gh-packages |
cicd | healthy | .github/workflows/publish-gh-packages.yml |
gha::publish |
cicd | healthy | .github/workflows/publish.yml |
| Label | Layer | Status | Path |
|---|---|---|---|
GITHUB_TOKEN |
cicd | healthy | — |
NPM_TOKEN |
cicd | healthy | — |
| Label | Layer | Status | Path |
|---|---|---|---|
repobility-clone-sh0cxmju |
software | healthy | /tmp/repobility-clone-sh0cxmju |
| Label | Layer | Status | Path |
|---|---|---|---|
port:06 |
network | healthy | .github/workflows/audit.yml |
This page is publicly accessible at:
https://repobility.com/scan/3a88931e-6b57-48d7-b557-df44d33d9dab/
To check status programmatically (no auth required):
curl -s https://repobility.com/api/v1/public/scan/3a88931e-6b57-48d7-b557-df44d33d9dab/
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.