https://github.com/yigit-8/price-prediction
· scanned 2026-06-16 01:05 UTC (2 months, 1 week ago)
19 raw signals (0 security + 19 graph)
Last scanned 2 months, 1 week ago · v1 · 19 actionable findings from 1 signal source. Security checks, system graph analysis, and verified AI-agent feedback are merged into one review queue.
All 59 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 |
|---|---|---|---|
client |
software | healthy | tests/test_serve.py:41 |
test_root |
software | healthy | tests/test_serve.py:46 |
test_health |
software | healthy | tests/test_serve.py:51 |
test_predict_returns_price_with_interval |
software | healthy | tests/test_serve.py:57 |
test_expensive_house_costs_more |
software | healthy | tests/test_serve.py:68 |
test_batch_predict |
software | healthy | tests/test_serve.py:74 |
test_batch_predict_empty_returns_400 |
software | healthy | tests/test_serve.py:83 |
test_logs_returns_list |
software | healthy | tests/test_serve.py:88 |
test_stats_structure |
software | healthy | tests/test_serve.py:94 |
load_data |
software | healthy | src/train.py:29 |
train |
software | healthy | src/train.py:35 |
load_reference |
software | healthy | src/drift.py:26 |
load_current |
software | healthy | src/drift.py:32 |
run_drift_report |
software | healthy | src/drift.py:44 |
load_model |
software | healthy | src/serve.py:22 |
init_db |
software | healthy | src/serve.py:30 |
log_prediction |
software | healthy | src/serve.py:52 |
scale_and_predict |
software | healthy | src/serve.py:69 |
lifespan |
software | healthy | src/serve.py:85 |
root |
software | healthy | src/serve.py:124 |
health |
software | healthy | src/serve.py:129 |
predict |
software | healthy | src/serve.py:136 |
predict_batch |
software | healthy | src/serve.py:146 |
get_logs |
software | healthy | src/serve.py:163 |
get_stats |
software | healthy | src/serve.py:178 |
| Label | Layer | Status | Path |
|---|---|---|---|
README.md |
software | healthy | README.md |
Dockerfile |
software | healthy | Dockerfile |
requirements.txt |
software | healthy | requirements.txt |
docker-compose.yml |
software | healthy | docker-compose.yml |
test_serve.py |
software | healthy | tests/test_serve.py |
ci.yml |
software | healthy | .github/workflows/ci.yml |
train.py |
software | healthy | src/train.py |
drift.py |
software | healthy | src/drift.py |
serve.py |
software | healthy | src/serve.py |
| Label | Layer | Status | Path |
|---|---|---|---|
GET / |
api | healthy | src/serve.py |
GET /health |
api | healthy | src/serve.py |
POST /predict |
api | healthy | src/serve.py |
POST /predict/batch |
api | healthy | src/serve.py |
GET /logs |
api | healthy | src/serve.py |
GET /stats |
api | healthy | src/serve.py |
| Label | Layer | Status | Path |
|---|---|---|---|
tests |
software | healthy | tests |
.github |
software | healthy | .github |
workflows |
software | healthy | .github/workflows |
src |
software | healthy | src |
| Label | Layer | Status | Path |
|---|---|---|---|
HouseFeatures |
software | healthy | src/serve.py:99 |
PredictionResponse |
software | healthy | src/serve.py:110 |
BatchPredictionResponse |
software | healthy | src/serve.py:117 |
| Label | Layer | Status | Path |
|---|---|---|---|
image::Dockerfile |
hardware | healthy | Dockerfile |
api |
hardware | healthy | docker-compose.yml |
mlflow |
hardware | healthy | docker-compose.yml |
| Label | Layer | Status | Path |
|---|---|---|---|
port:8000 |
network | healthy | Dockerfile |
port:5000 |
network | healthy | docker-compose.yml |
| Label | Layer | Status | Path |
|---|---|---|---|
test |
cicd | healthy | .github/workflows/ci.yml |
docker-build |
cicd | healthy | .github/workflows/ci.yml |
| Label | Layer | Status | Path |
|---|---|---|---|
repobility-clone-9vjcry4o |
software | healthy | /tmp/repobility-clone-9vjcry4o |
| Label | Layer | Status | Path |
|---|---|---|---|
sqlite |
data | healthy | README.md |
| Label | Layer | Status | Path |
|---|---|---|---|
predictions |
data | healthy | src/serve.py |
| Label | Layer | Status | Path |
|---|---|---|---|
gha::ci |
cicd | healthy | .github/workflows/ci.yml |
| Label | Layer | Status | Path |
|---|---|---|---|
GITHUB_TOKEN |
cicd | healthy | — |
This page is publicly accessible at:
https://repobility.com/scan/a77c25a1-5f19-4e74-b623-b6b84ed35607/
To check status programmatically (no auth required):
curl -s https://repobility.com/api/v1/public/scan/a77c25a1-5f19-4e74-b623-b6b84ed35607/
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.