https://github.com/yogt1984/nat
· scanned 2026-06-16 01:07 UTC (2 months, 1 week ago)
116 raw signals (0 security + 116 graph)
Last scanned 2 months, 1 week ago · v1 · 99 actionable findings from 1 signal source. 17 repeated signals grouped for readability. Security checks, system graph analysis, and verified AI-agent feedback are merged into one review queue.
All 9356 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 |
|---|---|---|---|
__init__ |
software | healthy | exploration/macro_regime/data_manager.py:470 |
_load_data |
software | healthy | exploration/macro_regime/data_manager.py:55 |
_save_data |
software | healthy | exploration/macro_regime/data_manager.py:76 |
save_regime_history |
software | dead | exploration/macro_regime/data_manager.py:94 |
add_reading |
software | healthy | exploration/macro_regime/data_manager.py:100 |
get_latest |
software | healthy | exploration/macro_regime/data_manager.py:125 |
get_all_latest |
software | healthy | exploration/macro_regime/data_manager.py:131 |
get_history |
software | healthy | exploration/macro_regime/data_manager.py:139 |
get_statistics |
software | healthy | exploration/macro_regime/data_manager.py:154 |
import_from_csv |
software | dead | exploration/macro_regime/data_manager.py:173 |
export_to_csv |
software | dead | exploration/macro_regime/data_manager.py:200 |
to_dataframe |
software | healthy | exploration/macro_regime/data_manager.py:217 |
get_regime_history_df |
software | dead | exploration/macro_regime/data_manager.py:241 |
get_all_indicators |
software | healthy | exploration/macro_regime/data_manager.py:260 |
get_indicator_guidance |
software | healthy | exploration/macro_regime/data_manager.py:270 |
validate_input |
software | healthy | exploration/macro_regime/data_manager.py:304 |
get_input_checklist |
software | healthy | exploration/macro_regime/data_manager.py:344 |
interactive_input |
software | healthy | exploration/macro_regime/data_manager.py:377 |
fetch_series |
software | dead | exploration/macro_regime/data_manager.py:455 |
fetch_mvrv |
software | dead | exploration/macro_regime/data_manager.py:473 |
fetch_exchange_whale_ratio |
software | dead | exploration/macro_regime/data_manager.py:477 |
to_dict |
software | healthy | exploration/macro_regime/regime_detector.py:71 |
__init__ |
software | healthy | exploration/macro_regime/regime_detector.py:101 |
update_indicator |
software | healthy | exploration/macro_regime/regime_detector.py:107 |
update_indicators_batch |
software | healthy | exploration/macro_regime/regime_detector.py:160 |
compute_regime |
software | healthy | exploration/macro_regime/regime_detector.py:165 |
_get_indicator_config |
software | healthy | exploration/macro_regime/regime_detector.py:223 |
_compute_indicator_score |
software | healthy | exploration/macro_regime/regime_detector.py:234 |
_compute_zscore |
software | healthy | exploration/macro_regime/regime_detector.py:283 |
_compute_percentile |
software | healthy | exploration/macro_regime/regime_detector.py:299 |
_compute_category_scores |
software | healthy | exploration/macro_regime/regime_detector.py:310 |
_compute_composite_score |
software | healthy | exploration/macro_regime/regime_detector.py:359 |
_determine_regime |
software | healthy | exploration/macro_regime/regime_detector.py:373 |
_compute_confidence |
software | healthy | exploration/macro_regime/regime_detector.py:387 |
_check_kill_switches |
software | healthy | exploration/macro_regime/regime_detector.py:430 |
_generate_warnings |
software | healthy | exploration/macro_regime/regime_detector.py:450 |
_determine_crypto_regime |
software | healthy | exploration/macro_regime/regime_detector.py:484 |
get_dashboard_data |
software | healthy | exploration/macro_regime/regime_detector.py:528 |
_interpret_score |
software | healthy | exploration/macro_regime/regime_detector.py:569 |
print_report |
software | healthy | exploration/macro_regime/regime_detector.py:584 |
to_json |
software | healthy | exploration/macro_regime/config.py:423 |
serialize |
software | healthy | exploration/macro_regime/config.py:425 |
__init__ |
software | healthy | exploration/macro_regime/decision_engine.py:192 |
_default_rules |
software | healthy | exploration/macro_regime/decision_engine.py:81 |
_load_rules |
software | healthy | exploration/macro_regime/decision_engine.py:124 |
save_rules |
software | dead | exploration/macro_regime/decision_engine.py:130 |
check_allowed |
software | healthy | exploration/macro_regime/decision_engine.py:135 |
get_recommendation |
software | healthy | exploration/macro_regime/decision_engine.py:203 |
_determine_action |
software | healthy | exploration/macro_regime/decision_engine.py:253 |
_generate_position_guidance |
software | healthy | exploration/macro_regime/decision_engine.py:289 |
Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.
| Label | Layer | Status | Path |
|---|---|---|---|
DataPoint |
software | healthy | exploration/macro_regime/data_manager.py:21 |
MacroDataManager |
software | healthy | exploration/macro_regime/data_manager.py:30 |
IndicatorInputHelper |
software | healthy | exploration/macro_regime/data_manager.py:249 |
FREDDataSource |
software | healthy | exploration/macro_regime/data_manager.py:442 |
CryptoQuantDataSource |
software | healthy | exploration/macro_regime/data_manager.py:461 |
IndicatorReading |
software | healthy | exploration/macro_regime/regime_detector.py:26 |
CategoryScore |
software | healthy | exploration/macro_regime/regime_detector.py:41 |
RegimeOutput |
software | healthy | exploration/macro_regime/regime_detector.py:51 |
MacroRegimeDetector |
software | healthy | exploration/macro_regime/regime_detector.py:89 |
MacroRegime |
software | healthy | exploration/macro_regime/config.py:14 |
CryptoRegime |
software | healthy | exploration/macro_regime/config.py:23 |
IndicatorConfig |
software | healthy | exploration/macro_regime/config.py:34 |
MacroRegimeConfig |
software | healthy | exploration/macro_regime/config.py:61 |
ActionType |
software | healthy | exploration/macro_regime/decision_engine.py:21 |
PositionGuidance |
software | healthy | exploration/macro_regime/decision_engine.py:31 |
RiskGuardrails |
software | healthy | exploration/macro_regime/decision_engine.py:41 |
ActionRecommendation |
software | healthy | exploration/macro_regime/decision_engine.py:51 |
PreCommitmentRules |
software | healthy | exploration/macro_regime/decision_engine.py:68 |
DecisionEngine |
software | healthy | exploration/macro_regime/decision_engine.py:187 |
VolatilityEstimator |
software | healthy | exploration/macro_regime/hype_vol_hypothesis.py:25 |
CorrelationResult |
software | healthy | exploration/macro_regime/hype_vol_hypothesis.py:127 |
HypothesisTester |
software | healthy | exploration/macro_regime/hype_vol_hypothesis.py:136 |
VolRegime |
software | healthy | exploration/macro_regime/hype_vol_hypothesis.py:432 |
TradingSignal |
software | healthy | exploration/macro_regime/hype_vol_hypothesis.py:440 |
SignalGenerator |
software | healthy | exploration/macro_regime/hype_vol_hypothesis.py:452 |
BacktestResult |
software | healthy | exploration/macro_regime/hype_vol_hypothesis.py:615 |
Backtester |
software | healthy | exploration/macro_regime/hype_vol_hypothesis.py:626 |
Position |
software | healthy | exploration/validation/regime_labeler.py:27 |
StrategyResult |
software | healthy | exploration/validation/regime_labeler.py:35 |
ASMMSimulator |
software | healthy | exploration/validation/regime_labeler.py:42 |
TrendFollowSimulator |
software | healthy | exploration/validation/regime_labeler.py:138 |
PriceLevel |
software | healthy | exploration/validation/data_collector.py:34 |
Trade |
software | healthy | exploration/validation/data_collector.py:40 |
OrderBook |
software | healthy | exploration/validation/data_collector.py:48 |
FeatureComputer |
software | healthy | exploration/validation/data_collector.py:73 |
DataCollector |
software | healthy | exploration/validation/data_collector.py:280 |
AgentDashboardHandler |
software | healthy | scripts/agent_dashboard.py:972 |
ValidationConfig |
software | healthy | scripts/validate_data.py:39 |
CheckResult |
software | healthy | scripts/validate_data.py:68 |
ValidationReport |
software | healthy | scripts/validate_data.py:77 |
ExperimentTracker |
software | healthy | scripts/experiment_tracking.py:50 |
State |
software | healthy | scripts/pipeline_runner.py:45 |
PipelineState |
software | healthy | scripts/pipeline_runner.py:80 |
CheckResult |
software | healthy | scripts/15m_test.py:96 |
PhaseResult |
software | healthy | scripts/15m_test.py:106 |
SmokeTestReport |
software | healthy | scripts/15m_test.py:115 |
_NumpyEncoder |
software | healthy | scripts/15m_test.py:125 |
BaseModel |
software | healthy | scripts/model_serving.py:79 |
PredictRequest |
software | healthy | scripts/model_serving.py:92 |
BatchPredictRequest |
software | healthy | scripts/model_serving.py:107 |
Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.
| Label | Layer | Status | Path |
|---|---|---|---|
CONVENTIONS.md |
software | healthy | CONVENTIONS.md |
README.md |
software | healthy | README.md |
critique_05_29.md |
software | healthy | critique_05_29.md |
CLAUDE.md |
software | healthy | CLAUDE.md |
install.sh |
software | healthy | install.sh |
FEATURES.md |
software | healthy | FEATURES.md |
state_05_26.md |
software | healthy | state_05_26.md |
.env.example |
software | healthy | .env.example |
Makefile |
software | healthy | Makefile |
state_05_28.md |
software | healthy | state_05_28.md |
tasks_05_28.md |
software | healthy | tasks_05_28.md |
requirements.txt |
software | healthy | requirements.txt |
docker-compose.yml |
software | healthy | docker-compose.yml |
nat_overview.json |
software | healthy | docker/grafana/dashboards/nat_overview.json |
prometheus.yml |
software | healthy | docker/grafana/provisioning/datasources/prometheus.yml |
dashboards.yml |
software | healthy | docker/grafana/provisioning/dashboards/dashboards.yml |
rules.yml |
software | healthy | docker/prometheus/rules.yml |
prometheus.yml |
software | healthy | docker/prometheus/prometheus.yml |
discovery.toml |
software | healthy | config/discovery.toml |
alpha.toml |
software | healthy | config/alpha.toml |
swarm_ranges.toml |
software | healthy | config/swarm_ranges.toml |
it_engine.toml |
software | healthy | config/it_engine.toml |
tournament.toml |
software | healthy | config/tournament.toml |
symbols.toml |
software | healthy | config/symbols.toml |
processes.toml |
software | healthy | config/processes.toml |
algorithms.toml |
software | healthy | config/algorithms.toml |
ing.toml |
software | healthy | config/ing.toml |
agent.toml |
software | healthy | config/agent.toml |
hypothesis_testing.toml |
software | healthy | config/hypothesis_testing.toml |
kalman.toml |
software | healthy | config/kalman.toml |
costs.toml |
software | healthy | config/costs.toml |
pipeline.toml |
software | healthy | config/pipeline.toml |
result__2026-05-14__1933.md |
software | healthy | experiment_results/result__2026-05-14__1933.md |
result__2026-05-15__1115_spectral_regime_cross_symbol.md |
software | healthy | experiment_results/result__2026-05-15__1115_spectral_regime… |
result__2026-05-15__1050_walk_forward_cross_symbol.md |
software | healthy | experiment_results/result__2026-05-15__1050_walk_forward_cr… |
result__2026-05-14__1945_spectral.md |
software | healthy | experiment_results/result__2026-05-14__1945_spectral.md |
README.md |
software | healthy | docs/README.md |
GLOSSARY.md |
software | healthy | docs/GLOSSARY.md |
PRIORITIES.md |
software | healthy | docs/PRIORITIES.md |
OBJECTIVE.md |
software | healthy | docs/OBJECTIVE.md |
AUTOMATION.md |
software | healthy | docs/AUTOMATION.md |
STATE_14_6_2026.md |
software | healthy | docs/STATE_14_6_2026.md |
MASTER_PLAN.md |
software | healthy | docs/MASTER_PLAN.md |
PLAN.md |
software | healthy | docs/PLAN.md |
METHODOLOGY.md |
software | healthy | docs/METHODOLOGY.md |
convolver_report.md |
software | healthy | docs/convolver_docs/convolver_report.md |
EXTENSIONS.md |
software | healthy | docs/architecture/EXTENSIONS.md |
architecture.md |
software | healthy | docs/architecture/architecture.md |
V1_SPEC.md |
software | healthy | docs/architecture/V1_SPEC.md |
ARCHITECTURE.md |
software | healthy | docs/architecture/ARCHITECTURE.md |
Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.
| Label | Layer | Status | Path |
|---|---|---|---|
docker |
software | healthy | docker |
grafana |
software | healthy | docker/grafana |
dashboards |
software | healthy | docker/grafana/dashboards |
provisioning |
software | healthy | docker/grafana/provisioning |
datasources |
software | healthy | docker/grafana/provisioning/datasources |
dashboards |
software | healthy | docker/grafana/provisioning/dashboards |
prometheus |
software | healthy | docker/prometheus |
config |
software | healthy | config |
experiment_results |
software | healthy | experiment_results |
docs |
software | healthy | docs |
convolver_docs |
software | healthy | docs/convolver_docs |
architecture |
software | healthy | docs/architecture |
archive |
software | healthy | docs/architecture/archive |
out_of_date |
software | healthy | docs/architecture/archive/out_of_date |
refined |
software | healthy | docs/architecture/archive/out_of_date/refined |
user_guide |
software | healthy | docs/architecture/archive/out_of_date/user_guide |
in_progress |
software | healthy | docs/architecture/archive/in_progress |
cloud_deployment |
software | healthy | docs/cloud_deployment |
research |
software | healthy | docs/research |
new |
software | healthy | docs/research/new |
ml_specs |
software | healthy | docs/research/new/ml_specs |
agent_specifications |
software | healthy | docs/agent_specifications |
backlog |
software | healthy | docs/backlog |
in_progress |
software | healthy | docs/in_progress |
tasks_assigned_12_6_26 |
software | healthy | docs/in_progress/tasks_assigned_12_6_26 |
Q |
software | healthy | docs/in_progress/tasks_assigned_12_6_26/Q |
P |
software | healthy | docs/in_progress/tasks_assigned_12_6_26/P |
nat_cli_tasks |
software | healthy | docs/in_progress/tasks_assigned_12_6_26/nat_cli_tasks |
cloud_deployment |
software | healthy | docs/in_progress/cloud_deployment |
convolver_implementation |
software | healthy | docs/in_progress/convolver_implementation |
research |
software | healthy | docs/in_progress/research |
new |
software | healthy | docs/in_progress/research/new |
9_6 |
software | healthy | docs/in_progress/research/new/9_6 |
10_6 |
software | healthy | docs/in_progress/research/new/10_6 |
nan_wiring |
software | healthy | docs/in_progress/nan_wiring |
contracts |
software | healthy | docs/contracts |
ideas |
software | healthy | docs/ideas |
specs |
software | healthy | docs/specs |
exploration |
software | healthy | exploration |
macro_regime |
software | healthy | exploration/macro_regime |
validation |
software | healthy | exploration/validation |
results |
software | healthy | exploration/validation/results |
scripts |
software | healthy | scripts |
it_engine |
software | healthy | scripts/it_engine |
backtest |
software | healthy | scripts/backtest |
tests |
software | healthy | scripts/backtest/tests |
swarm |
software | healthy | scripts/swarm |
tests |
software | healthy | scripts/tests |
kalman |
software | healthy | scripts/kalman |
exploration |
software | healthy | scripts/exploration |
Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.
| Label | Layer | Status | Path |
|---|---|---|---|
port:6379 |
network | healthy | docker-compose.yml |
port:8080 |
network | healthy | docker-compose.yml |
port:3010 |
network | healthy | docker-compose.yml |
port:3000 |
network | healthy | docker-compose.yml |
port:3001 |
network | healthy | docker-compose.yml |
port:9090 |
network | healthy | docker-compose.yml |
port:3002 |
network | healthy | docker-compose.yml |
port:5432 |
network | healthy | docker-compose.yml |
port:8070 |
network | healthy | docker-compose.yml |
port:80 |
network | healthy | docker-compose.yml |
port:443 |
network | healthy | docker-compose.yml |
| Label | Layer | Status | Path |
|---|---|---|---|
image::web/Dockerfile |
hardware | healthy | web/Dockerfile |
redis |
hardware | healthy | docker-compose.yml |
ingestor |
hardware | healthy | docker-compose.yml |
api |
hardware | healthy | docker-compose.yml |
alerts |
hardware | healthy | docker-compose.yml |
web |
hardware | healthy | docker-compose.yml |
prometheus |
hardware | healthy | docker-compose.yml |
grafana |
hardware | healthy | docker-compose.yml |
postgres |
hardware | healthy | docker-compose.yml |
optuna-dashboard |
hardware | healthy | docker-compose.yml |
caddy |
hardware | healthy | docker-compose.yml |
| Label | Layer | Status | Path |
|---|---|---|---|
GET /health |
api | healthy | scripts/model_serving.py |
GET /models |
api | healthy | scripts/model_serving.py |
GET /models/best |
api | healthy | scripts/model_serving.py |
POST /predict |
api | healthy | scripts/model_serving.py |
POST /predict/batch |
api | healthy | scripts/model_serving.py |
POST /reload |
api | healthy | scripts/model_serving.py |
GET / |
api | healthy | scripts/experiment/server.py |
GET /api/state |
api | healthy | scripts/experiment/server.py |
GET /api/events |
api | healthy | scripts/experiment/server.py |
GET /api/heartbeat |
api | healthy | scripts/experiment/server.py |
| Label | Layer | Status | Path |
|---|---|---|---|
DashboardPage |
frontend | healthy | web/src/app/page.tsx |
RootLayout |
frontend | healthy | web/src/app/layout.tsx |
HeatmapPage |
frontend | healthy | web/src/app/heatmap/page.tsx |
ExplorerPage |
frontend | healthy | web/src/app/explorer/page.tsx |
HypothesisDetailPage |
frontend | healthy | web/src/app/explorer/[id]/page.tsx |
SignalsPage |
frontend | healthy | web/src/app/signals/page.tsx |
NetworkPage |
frontend | healthy | web/src/app/network/page.tsx |
GraveyardPage |
frontend | healthy | web/src/app/graveyard/page.tsx |
MathLabPage |
frontend | healthy | web/src/app/math/page.tsx |
| Label | Layer | Status | Path |
|---|---|---|---|
/page.tsx |
frontend | healthy | web/src/app/page.tsx |
/heatmap |
frontend | healthy | web/src/app/heatmap/page.tsx |
/explorer |
frontend | healthy | web/src/app/explorer/page.tsx |
/explorer/[id] |
frontend | healthy | web/src/app/explorer/[id]/page.tsx |
/signals |
frontend | healthy | web/src/app/signals/page.tsx |
/network |
frontend | healthy | web/src/app/network/page.tsx |
/graveyard |
frontend | healthy | web/src/app/graveyard/page.tsx |
/math |
frontend | healthy | web/src/app/math/page.tsx |
| Label | Layer | Status | Path |
|---|---|---|---|
sqlite |
data | healthy | README.md |
redis |
data | healthy | README.md |
postgresql |
data | healthy | README.md |
postgres |
data | healthy | README.md |
| Label | Layer | Status | Path |
|---|---|---|---|
trials |
data | healthy | scripts/swarm/evaluator.py |
runs |
data | healthy | scripts/tournament/db.py |
rankings |
data | healthy | scripts/tournament/db.py |
algorithm_status |
data | healthy | scripts/tournament/db.py |
| Label | Layer | Status | Path |
|---|---|---|---|
rust |
cicd | healthy | .github/workflows/ci.yml |
frontend |
cicd | healthy | .github/workflows/ci.yml |
rust-bench |
cicd | healthy | .github/workflows/ci.yml |
python |
cicd | healthy | .github/workflows/ci.yml |
| Label | Layer | Status | Path |
|---|---|---|---|
repobility-clone-58u39qfq |
software | healthy | /tmp/repobility-clone-58u39qfq |
| Label | Layer | Status | Path |
|---|---|---|---|
pubsub |
data | healthy | scripts/it_engine/daemon.py |
| Label | Layer | Status | Path |
|---|---|---|---|
test_state_migration.py |
data | healthy | scripts/tests/test_state_migration.py |
| Label | Layer | Status | Path |
|---|---|---|---|
caddy |
network | healthy | README.md |
| Label | Layer | Status | Path |
|---|---|---|---|
127.0.0.1 |
network | healthy | .env.example |
| Label | Layer | Status | Path |
|---|---|---|---|
gpu (detected) |
hardware | healthy | .claude/settings.local.json |
| Label | Layer | Status | Path |
|---|---|---|---|
gha::ci |
cicd | healthy | .github/workflows/ci.yml |
This page is publicly accessible at:
https://repobility.com/scan/09987eb2-aeea-4076-947d-f928c64e5510/
To check status programmatically (no auth required):
curl -s https://repobility.com/api/v1/public/scan/09987eb2-aeea-4076-947d-f928c64e5510/
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.