https://github.com/VarunSridhar64/stocksage
· scanned 2026-06-16 02:57 UTC (2 months ago)
19 raw signals (0 security + 19 graph)
Last scanned 2 months ago · v2 · 19 actionable findings from 1 signal source. Security checks, system graph analysis, and verified AI-agent feedback are merged into one review queue.
All 27 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 |
|---|---|---|---|
q |
software | healthy | server.py:19 |
market |
software | healthy | server.py:30 |
market_news |
software | healthy | server.py:39 |
live_quotes |
software | healthy | server.py:49 |
intraday |
software | healthy | server.py:57 |
stocks |
software | healthy | server.py:64 |
stock_detail |
software | healthy | server.py:83 |
portfolio |
software | healthy | server.py:117 |
add_holding |
software | healthy | server.py:141 |
remove_holding |
software | healthy | server.py:163 |
index |
software | healthy | server.py:176 |
| Label | Layer | Status | Path |
|---|---|---|---|
GET /api/market |
api | healthy | server.py |
GET /api/news |
api | healthy | server.py |
GET /api/quotes |
api | healthy | server.py |
GET /api/intraday/{ticker} |
api | healthy | server.py |
GET /api/stocks |
api | healthy | server.py |
GET /api/stocks/{ticker} |
api | healthy | server.py |
GET /api/portfolio |
api | healthy | server.py |
POST /api/portfolio |
api | healthy | server.py |
DELETE /api/portfolio/{holding_id} |
api | healthy | server.py |
GET / |
api | healthy | server.py |
| Label | Layer | Status | Path |
|---|---|---|---|
server.py |
software | healthy | server.py |
requirements.txt |
software | healthy | requirements.txt |
README.md |
software | healthy | README.md |
| Label | Layer | Status | Path |
|---|---|---|---|
VarunSridhar64__stocksage |
software | healthy | /data/fable5_failed_archive/VarunSridhar64__stocksage |
| Label | Layer | Status | Path |
|---|---|---|---|
Holding |
software | healthy | server.py:110 |
| Label | Layer | Status | Path |
|---|---|---|---|
sqlite |
data | healthy | server.py |
This page is publicly accessible at:
https://repobility.com/scan/eff1efc8-5bd0-4e59-8944-8e37cd774c7d/
To check status programmatically (no auth required):
curl -s https://repobility.com/api/v1/public/scan/eff1efc8-5bd0-4e59-8944-8e37cd774c7d/
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.