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.

byte-walkers/Aegis-Elite-SolConsensus

https://github.com/byte-walkers/Aegis-Elite-SolConsensus.git · scanned 2026-05-16 17:51 UTC (1 day, 3 hours ago) · 10 languages

51 findings (3 legacy + 48 scanner) 53rd percentile · Typescript · small (2-20K LoC) Scanner says 83 (lower by 10)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 1 day, 3 hours ago · v2 · 27 findings from 2 sources. Findings combine the legacy security pipeline AND the multi-layer engine (atlas, wiring, flows, ranked) AND verified AI agent contributions.

JSON
{# ── 2026-05-17 R27 #5: score breakdown panel ────────────────────── Surfaces the score_breakdown JSON that's been silently stored on Repository for months. Turns hidden math into a trust signal. #}
Severity distribution — click a segment to filter
Active filters: excluding tests × Reset all
Severity: Critical 0 High 7 Medium 3 Low 16 Source: Legacy 3 9-layer 24 Crowd 0 Layer: Quality 4 Software 4 Security 6 Frontend 5 Cicd 1 Api 7

All 139 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
fetchGeckoData software healthy core-engine/src/gecko_client.ts:fetchGeckoData
isValidMCap software healthy core-engine/src/pnl_calculator.ts:isValidMCap
grossProfitPct software healthy core-engine/src/pnl_calculator.ts:grossProfitPct
profitPct software healthy core-engine/src/pnl_calculator.ts:profitPct
ensureModeStats software healthy core-engine/src/pnl_calculator.ts:ensureModeStats
startOfLocalDay software healthy core-engine/src/risk_guards.ts:startOfLocalDay
calculateTodayRealizedPnlUsd software healthy core-engine/src/risk_guards.ts:calculateTodayRealizedPnlUsd
calculateConsecutiveLosses software healthy core-engine/src/risk_guards.ts:calculateConsecutiveLosses
readNumberEnv software healthy core-engine/src/config_manager.ts:readNumberEnv
JUPITER_API_BASE_URL software healthy core-engine/src/solana.ts:JUPITER_API_BASE_URL
PUMP_FUN_WS_URL software healthy core-engine/src/solana.ts:PUMP_FUN_WS_URL
fallbackRpcUrls software healthy core-engine/src/solana.ts:fallbackRpcUrls
inputAmountRaw software healthy core-engine/src/solana.ts:inputAmountRaw
poll software healthy core-engine/src/solana.ts:poll
WebSocketCtor software healthy core-engine/src/solana.ts:WebSocketCtor
handleOpen software healthy core-engine/src/solana.ts:handleOpen
handleMessage software healthy core-engine/src/solana.ts:handleMessage
handleError software healthy core-engine/src/solana.ts:handleError
handleClose software healthy core-engine/src/solana.ts:handleClose
nextIndex software healthy core-engine/src/solana.ts:nextIndex
weightedEntryPrice software healthy core-engine/src/position_manager.ts:weightedEntryPrice
key software healthy core-engine/src/scanner.ts:key
timer software healthy core-engine/src/scanner.ts:timer
batchSize software healthy core-engine/src/scanner.ts:batchSize
readNumberEnv software healthy core-engine/src/bot.ts:readNumberEnv
healthyMomentum software healthy core-engine/src/bot.ts:healthyMomentum
strongRecentVolume software healthy core-engine/src/bot.ts:strongRecentVolume
strongRecentTxns software healthy core-engine/src/bot.ts:strongRecentTxns
strongBuyPressure software healthy core-engine/src/bot.ts:strongBuyPressure
remaining software healthy core-engine/src/bot.ts:remaining
profitPct software healthy core-engine/src/bot.ts:profitPct
trailingProfit software healthy core-engine/src/bot.ts:trailingProfit
checkHealth software healthy core-engine/src/bot.ts:checkHealth
volume24hOk software healthy core-engine/src/bot.ts:volume24hOk
txns24hOk software healthy core-engine/src/bot.ts:txns24hOk
volume5mOk software healthy core-engine/src/bot.ts:volume5mOk
txns5mOk software healthy core-engine/src/bot.ts:txns5mOk
buyPressureOk software healthy core-engine/src/bot.ts:buyPressureOk
block software healthy core-engine/src/bot.ts:block
isValid software healthy core-engine/src/bot.ts:isValid
bootstrap software healthy core-engine/src/bot.ts:bootstrap
solPrice software healthy core-engine/src/execution_manager.ts:solPrice
costBasisUsd software healthy core-engine/src/execution_manager.ts:costBasisUsd
encrypt software healthy core-engine/src/crypto_utils.ts:encrypt
decrypt software healthy core-engine/src/crypto_utils.ts:decrypt
assertEqual software healthy core-engine/src/tests/risk_guards.test.ts:assertEqual
run software healthy core-engine/src/tests/risk_guards.test.ts:run
normalize_ai_mode software healthy ai-engine/main.py:56
parse_model_names software healthy ai-engine/main.py:63
get_profile_for_mode software healthy ai-engine/main.py:152

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

LabelLayerStatusPath
README.md software healthy README.md
index.html software healthy dashboard/index.html
package.json software healthy core-engine/package.json
package-lock.json software healthy core-engine/package-lock.json
.env.example software healthy core-engine/.env.example
tsconfig.json software healthy core-engine/tsconfig.json
setup_security.ts software warning core-engine/setup_security.ts
gecko_client.ts software healthy core-engine/src/gecko_client.ts
market_data.ts software healthy core-engine/src/market_data.ts
state_manager.ts software healthy core-engine/src/state_manager.ts
ai_client.ts software healthy core-engine/src/ai_client.ts
api_server.ts software healthy core-engine/src/api_server.ts
pnl_calculator.ts software healthy core-engine/src/pnl_calculator.ts
risk_guards.ts software healthy core-engine/src/risk_guards.ts
config_manager.ts software healthy core-engine/src/config_manager.ts
solana.ts software healthy core-engine/src/solana.ts
position_manager.ts software healthy core-engine/src/position_manager.ts
scanner.ts software healthy core-engine/src/scanner.ts
bot.ts software healthy core-engine/src/bot.ts
execution_manager.ts software healthy core-engine/src/execution_manager.ts
crypto_utils.ts software healthy core-engine/src/crypto_utils.ts
database.ts software healthy core-engine/src/database.ts
types.ts software warning core-engine/src/types.ts
bs58.d.ts software warning core-engine/src/types/bs58.d.ts
risk_guards.test.ts software healthy core-engine/src/tests/risk_guards.test.ts
.env.example software healthy ai-engine/.env.example
main.py software healthy ai-engine/main.py
requirements.txt software healthy ai-engine/requirements.txt

LabelLayerStatusPath
MarketDataService software healthy core-engine/src/market_data.ts:MarketDataService
StateManager software healthy core-engine/src/state_manager.ts:StateManager
AIClient software healthy core-engine/src/ai_client.ts:AIClient
BotApiServer software healthy core-engine/src/api_server.ts:BotApiServer
PnlCalculator software healthy core-engine/src/pnl_calculator.ts:PnlCalculator
ScoringService software healthy core-engine/src/risk_guards.ts:ScoringService
ConfigManager software healthy core-engine/src/config_manager.ts:ConfigManager
SolanaService software healthy core-engine/src/solana.ts:SolanaService
PositionManager software healthy core-engine/src/position_manager.ts:PositionManager
ScannerService software healthy core-engine/src/scanner.ts:ScannerService
TradingBot software healthy core-engine/src/bot.ts:TradingBot
ExecutionManager software healthy core-engine/src/execution_manager.ts:ExecutionManager
for software healthy core-engine/src/database.ts:for
BotDatabase software healthy core-engine/src/database.ts:BotDatabase
TokenData software healthy ai-engine/main.py:105
AnalysisResult software healthy ai-engine/main.py:138
ModeConfig software healthy ai-engine/main.py:148

LabelLayerStatusPath
GET /health api healthy ai-engine/main.py
GET /config api healthy ai-engine/main.py
POST /config api healthy ai-engine/main.py
POST /analyze api healthy ai-engine/main.py
POST /analyze-momentum api healthy ai-engine/main.py
POST /analyze-sniping api healthy ai-engine/main.py
GET /api/status api healthy core-engine/src/api_server.ts
POST /api/config api healthy core-engine/src/api_server.ts

LabelLayerStatusPath
dashboard software healthy dashboard
core-engine software healthy core-engine
src software healthy core-engine/src
types software healthy core-engine/src/types
tests software healthy core-engine/src/tests
ai-engine software healthy ai-engine

LabelLayerStatusPath
port:3000 network healthy core-engine/src/api_server.ts
port:8000 network healthy ai-engine/.env.example

LabelLayerStatusPath
repobility-clone-wzxdovrh software healthy /tmp/repobility-clone-wzxdovrh

LabelLayerStatusPath
sqlite data healthy core-engine/src/position_manager.ts

LabelLayerStatusPath
127.0.0.1 network healthy ai-engine/main.py

LabelLayerStatusPath
gpu (detected) hardware healthy ai-engine/main.py
{# ── 2026-05-17 Round 14: AI-agent bridge footer ────────────────────── Discoverability: the /agents/voting/ guide + MCP manifest exist but aren't linked from anywhere users actually land. Small, opt-in footer. #}
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/c873bdae-e3a1-4511-b06a-76dc4f3ed03f/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/c873bdae-e3a1-4511-b06a-76dc4f3ed03f/

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.