https://github.com/rei4725/StockFixer
· scanned 2026-06-15 23:49 UTC (2 months, 3 weeks ago)
151 raw signals (0 security + 151 graph)
Last scanned 2 months, 3 weeks ago · v1 · 89 actionable findings from 1 signal source. 62 repeated signals grouped for readability. Security checks, system graph analysis, and verified AI-agent feedback are merged into one review queue.
All 5367 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 |
|---|---|---|---|
main |
software | healthy | capabilities_demo/main.py:8 |
print_header |
software | healthy | capabilities_demo/utils/formatters.py:7 |
print_feature |
software | healthy | capabilities_demo/utils/formatters.py:20 |
__init__ |
software | healthy | capabilities_demo/core/engine.py:9 |
get_all_capabilities |
software | healthy | capabilities_demo/core/engine.py:21 |
run_demo |
software | healthy | capabilities_demo/core/engine.py:30 |
parse_args |
software | healthy | python/run_walk_forward_report.py:17 |
main |
software | healthy | python/run_walk_forward_report.py:39 |
_build_broker |
software | healthy | python/run_claude_trader.py:29 |
parse_args |
software | healthy | python/run_longterm_backtest.py:27 |
_print_summary |
software | healthy | python/run_longterm_backtest.py:50 |
main |
software | healthy | python/run_longterm_backtest.py:73 |
_build_queue_manager |
software | healthy | python/run_scheduler.py:33 |
job_daily_pipeline |
software | dead | python/run_scheduler.py:43 |
job_weekly_model_training |
software | dead | python/run_scheduler.py:50 |
job_weekly_report |
software | dead | python/run_scheduler.py:57 |
job_daily_auto_order |
software | dead | python/run_scheduler.py:64 |
job_daily_settle_orders |
software | dead | python/run_scheduler.py:71 |
job_daily_paper_trade_report |
software | dead | python/run_scheduler.py:78 |
job_weekly_optimization |
software | dead | python/run_scheduler.py:85 |
job_weekly_walk_forward_report |
software | dead | python/run_scheduler.py:92 |
job_daily_drift_check |
software | dead | python/run_scheduler.py:99 |
job_weekly_db_maintenance |
software | dead | python/run_scheduler.py:106 |
job_weekly_rule_evaluation |
software | dead | python/run_scheduler.py:113 |
job_daily_rule_signals |
software | dead | python/run_scheduler.py:120 |
job_pre_close_alert |
software | dead | python/run_scheduler.py:127 |
job_daily_backup |
software | dead | python/run_scheduler.py:134 |
job_monthly_report |
software | dead | python/run_scheduler.py:141 |
job_monthly_multibagger |
software | dead | python/run_scheduler.py:148 |
job_nightly_strategy_factory |
software | dead | python/run_scheduler.py:155 |
_job_listener |
software | healthy | python/run_scheduler.py:163 |
_register_jobs |
software | healthy | python/run_scheduler.py:366 |
_managed_runner |
software | healthy | python/run_scheduler.py:370 |
_poll_recovery_jobs |
software | healthy | python/run_scheduler.py:404 |
_print_schedule |
software | healthy | python/run_scheduler.py:422 |
_start_health_server |
software | healthy | python/run_scheduler.py:435 |
run_with_bot |
software | healthy | python/run_scheduler.py:445 |
run_scheduler_only |
software | healthy | python/run_scheduler.py:470 |
run_now |
software | healthy | python/run_scheduler.py:486 |
main |
software | healthy | python/run_scheduler.py:536 |
parse_args |
software | healthy | python/run_rule_evaluate.py:35 |
main |
software | healthy | python/run_rule_evaluate.py:63 |
_build_candidates |
software | healthy | python/run_capital_allocator.py:19 |
_print_table |
software | healthy | python/run_capital_allocator.py:46 |
main |
software | healthy | python/run_capital_allocator.py:67 |
_build_broker |
software | healthy | python/run_auto_trade.py:31 |
run_single |
software | healthy | python/run_data_creation.py:24 |
main |
software | healthy | python/run_data_creation.py:50 |
main |
software | healthy | python/run_unified_model_training.py:17 |
_fmt |
software | healthy | python/run_backtest_sentiment_comparison.py:30 |
Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.
| Label | Layer | Status | Path |
|---|---|---|---|
TextFormatter |
software | healthy | capabilities_demo/utils/formatters.py:1 |
CapabilityEngine |
software | healthy | capabilities_demo/core/engine.py:4 |
CodeReviewRunner |
software | healthy | python/run_code_review.py:17 |
ExecutionSettings |
software | healthy | python/config/execution.py:11 |
Settings |
software | healthy | python/config/settings.py:20 |
DataSettings |
software | healthy | python/config/data.py:11 |
TestDB |
software | healthy | python/tests/integration/test_db.py:22 |
TestExperimentRunsIntegration |
software | healthy | python/tests/integration/test_db.py:280 |
TestTrainModelsForSymbol |
software | healthy | python/tests/integration/test_model_training_pipeline.py:17 |
TestTrainModelsForSymbolTask |
software | healthy | python/tests/integration/test_model_training_pipeline.py:127 |
TestRunBatchTraining |
software | healthy | python/tests/integration/test_model_training_pipeline.py:141 |
TestBacktestOptimizeE2E |
software | healthy | python/tests/integration/test_backtest_optimize_e2e.py:19 |
TestBacktestPipelineE2E |
software | healthy | python/tests/integration/test_backtest_e2e.py:18 |
TestMarketDataRawSetup |
software | healthy | python/tests/integration/test_db_raw.py:43 |
TestUpsertRawOhlcv |
software | healthy | python/tests/integration/test_db_raw.py:86 |
TestLoadRawOhlcv |
software | healthy | python/tests/integration/test_db_raw.py:149 |
TestSaveRawOhlcv |
software | healthy | python/tests/integration/test_db_raw.py:229 |
TestLoadTargetSymbols |
software | healthy | python/tests/integration/test_batch_runner.py:13 |
TestRunParallel |
software | healthy | python/tests/integration/test_batch_runner.py:47 |
TestPrintSummary |
software | healthy | python/tests/integration/test_batch_runner.py:96 |
TestFindModelFiles |
software | healthy | python/tests/integration/test_prediction_pipeline.py:16 |
TestOutputTopWorstResults |
software | healthy | python/tests/integration/test_prediction_pipeline.py:63 |
TestRunPredictSingle |
software | healthy | python/tests/integration/test_prediction_pipeline.py:155 |
TestRunPredictWatchlist |
software | healthy | python/tests/integration/test_prediction_pipeline.py:227 |
TestStressTestE2E |
software | healthy | python/tests/integration/test_stress_test_e2e.py:19 |
TestRunDailyPipeline |
software | healthy | python/tests/integration/test_scheduler_pipeline.py:13 |
TestRunWeeklyTraining |
software | healthy | python/tests/integration/test_scheduler_pipeline.py:129 |
TestGetTop10DiffStocksMessage |
software | healthy | python/tests/integration/test_discord_bot.py:12 |
TestGetOptimalParamsIntegration |
software | healthy | python/tests/integration/test_prediction_pipeline_optimal_p… |
TestDataLoader |
software | healthy | python/tests/integration/test_data_loader.py:18 |
TestDiscordNotificationSpecs |
software | healthy | python/tests/unit/test_discord_notification_specs.py:19 |
TestCheckSlTp |
software | healthy | python/tests/unit/test_sl_tp_exits.py:47 |
TestCheckSlTpExits |
software | healthy | python/tests/unit/test_sl_tp_exits.py:109 |
TestRunContext |
software | healthy | python/tests/unit/test_run_context.py:7 |
TestSectionMonthlyKpi |
software | healthy | python/tests/unit/test_dashboard.py:24 |
TestSectionDrift |
software | healthy | python/tests/unit/test_dashboard.py:67 |
TestSectionPaperRealDiff |
software | healthy | python/tests/unit/test_dashboard.py:124 |
TestSectionModelAccuracy |
software | healthy | python/tests/unit/test_dashboard.py:147 |
TestRunDashboard |
software | healthy | python/tests/unit/test_dashboard.py:190 |
TestNullNotificationAdapter |
software | healthy | python/tests/unit/test_notification_adapters.py:14 |
TestLogNotificationAdapter |
software | healthy | python/tests/unit/test_notification_adapters.py:37 |
TestInMemoryNotificationAdapterSendAlert |
software | healthy | python/tests/unit/test_notification_adapters.py:80 |
TestRunDailyOrdersNotifierDI |
software | healthy | python/tests/unit/test_notification_adapters.py:106 |
TestComputeMetricsEmpty |
software | healthy | python/tests/unit/test_backtest_metrics.py:29 |
TestComputeMetricsProfitable |
software | healthy | python/tests/unit/test_backtest_metrics.py:47 |
TestComputeMetricsLoss |
software | healthy | python/tests/unit/test_backtest_metrics.py:91 |
TestComputeMetricsMixed |
software | healthy | python/tests/unit/test_backtest_metrics.py:124 |
TestExtractTradePnl |
software | healthy | python/tests/unit/test_backtest_metrics.py:181 |
TestSharpeRatio |
software | healthy | python/tests/unit/test_backtest_metrics.py:224 |
TestMaxDrawdown |
software | healthy | python/tests/unit/test_backtest_metrics.py:247 |
Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.
| Label | Layer | Status | Path |
|---|---|---|---|
CLAUDE.md |
software | healthy | CLAUDE.md |
.gitleaks.toml |
software | healthy | .gitleaks.toml |
.pre-commit-config.yaml |
software | healthy | .pre-commit-config.yaml |
docker-compose.yml |
software | healthy | docker-compose.yml |
OPTIMAL_PARAMS_GUIDE.md |
software | healthy | docs/OPTIMAL_PARAMS_GUIDE.md |
VERSIONING_POLICY.md |
software | healthy | docs/VERSIONING_POLICY.md |
RUNBOOK_DEPLOY.md |
software | healthy | docs/RUNBOOK_DEPLOY.md |
DDD_ARCHITECTURE.md |
software | healthy | docs/DDD_ARCHITECTURE.md |
ARCHITECTURE.md |
software | healthy | docs/ARCHITECTURE.md |
README.md |
software | healthy | docs/README.md |
STRESS_TEST_PERIODS.md |
software | healthy | docs/STRESS_TEST_PERIODS.md |
DATABASE_SCHEMA.md |
software | healthy | docs/DATABASE_SCHEMA.md |
OPERATIONS.md |
software | healthy | docs/OPERATIONS.md |
ROADMAP_IDEAS.md |
software | healthy | docs/ROADMAP_IDEAS.md |
INCIDENT_RESPONSE.md |
software | healthy | docs/INCIDENT_RESPONSE.md |
DOCKER_DB_ARCHITECTURE.md |
software | healthy | docs/DOCKER_DB_ARCHITECTURE.md |
PRE_COMMIT_GUIDE.md |
software | healthy | docs/PRE_COMMIT_GUIDE.md |
LOCK_DETECTION_GUIDE.md |
software | healthy | docs/LOCK_DETECTION_GUIDE.md |
PROJECT_OVERVIEW.md |
software | healthy | docs/PROJECT_OVERVIEW.md |
IMPLEMENTATION_BACKTEST_OPTIMIZE.md |
software | healthy | docs/IMPLEMENTATION_BACKTEST_OPTIMIZE.md |
API_SPEC.md |
software | healthy | docs/API_SPEC.md |
0003-settings-trading-policy-separation.md |
software | healthy | docs/adr/0003-settings-trading-policy-separation.md |
0004-broker-di.md |
software | healthy | docs/adr/0004-broker-di.md |
0000-template.md |
software | healthy | docs/adr/0000-template.md |
0001-duckdb-adoption.md |
software | healthy | docs/adr/0001-duckdb-adoption.md |
0002-short-lived-connection.md |
software | healthy | docs/adr/0002-short-lived-connection.md |
main.py |
software | healthy | capabilities_demo/main.py |
formatters.py |
software | healthy | capabilities_demo/utils/formatters.py |
engine.py |
software | healthy | capabilities_demo/core/engine.py |
prediction.md |
software | healthy | .claude/commands/prediction.md |
add-symbol.md |
software | healthy | .claude/commands/add-symbol.md |
version-mgmt.md |
software | healthy | .claude/commands/version-mgmt.md |
duckdb-ops.md |
software | healthy | .claude/commands/duckdb-ops.md |
code-review.md |
software | healthy | .claude/commands/code-review.md |
troubleshooting.md |
software | healthy | .claude/commands/troubleshooting.md |
model-training.md |
software | healthy | .claude/commands/model-training.md |
git-ops.md |
software | healthy | .claude/commands/git-ops.md |
data-pipeline.md |
software | healthy | .claude/commands/data-pipeline.md |
backtest.md |
software | healthy | .claude/commands/backtest.md |
docker-ops.md |
software | healthy | .claude/commands/docker-ops.md |
scheduler-ops.md |
software | healthy | .claude/commands/scheduler-ops.md |
plam.agent.md |
software | healthy | .claude/agents/plam.agent.md |
issue.agent.md |
software | healthy | .claude/agents/issue.agent.md |
review.agent.md |
software | healthy | .claude/agents/review.agent.md |
pr.agent.md |
software | healthy | .claude/agents/pr.agent.md |
impl.agent.md |
software | healthy | .claude/agents/impl.agent.md |
orchestrator.agent.md |
software | healthy | .claude/agents/orchestrator.agent.md |
SKILL.md |
software | healthy | .claude/skills/backtest/SKILL.md |
SKILL.md |
software | healthy | .claude/skills/data-pipeline/SKILL.md |
SKILL.md |
software | healthy | .claude/skills/ci-preflight/SKILL.md |
Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.
| Label | Layer | Status | Path |
|---|---|---|---|
docs |
software | healthy | docs |
adr |
software | healthy | docs/adr |
capabilities_demo |
software | healthy | capabilities_demo |
utils |
software | healthy | capabilities_demo/utils |
core |
software | healthy | capabilities_demo/core |
.claude |
software | healthy | .claude |
commands |
software | healthy | .claude/commands |
agents |
software | healthy | .claude/agents |
skills |
software | healthy | .claude/skills |
backtest |
software | healthy | .claude/skills/backtest |
data-pipeline |
software | healthy | .claude/skills/data-pipeline |
ci-preflight |
software | healthy | .claude/skills/ci-preflight |
version-mgmt |
software | healthy | .claude/skills/version-mgmt |
add-symbol |
software | healthy | .claude/skills/add-symbol |
model-training |
software | healthy | .claude/skills/model-training |
gh |
software | healthy | .claude/skills/gh |
merge-pull-request |
software | healthy | .claude/skills/gh/merge-pull-request |
create-issue |
software | healthy | .claude/skills/gh/create-issue |
create-pull-request |
software | healthy | .claude/skills/gh/create-pull-request |
prediction |
software | healthy | .claude/skills/prediction |
docker-ops |
software | healthy | .claude/skills/docker-ops |
duckdb-ops |
software | healthy | .claude/skills/duckdb-ops |
git-ops |
software | healthy | .claude/skills/git-ops |
scheduler-ops |
software | healthy | .claude/skills/scheduler-ops |
troubleshooting |
software | healthy | .claude/skills/troubleshooting |
python |
software | healthy | python |
config |
software | healthy | python/config |
tests |
software | healthy | python/tests |
integration |
software | healthy | python/tests/integration |
unit |
software | healthy | python/tests/unit |
property |
software | healthy | python/tests/unit/property |
rule_engine |
software | healthy | python/tests/unit/rule_engine |
golden |
software | healthy | python/tests/golden |
perf |
software | healthy | python/tests/perf |
e2e |
software | healthy | python/tests/e2e |
src |
software | healthy | python/src |
backtest |
software | healthy | python/src/backtest |
rules |
software | healthy | python/src/backtest/rules |
orchestration |
software | healthy | python/src/orchestration |
reporting |
software | healthy | python/src/reporting |
discord |
software | healthy | python/src/reporting/discord |
api |
software | healthy | python/src/api |
utils |
software | healthy | python/src/utils |
db |
software | healthy | python/src/utils/db |
migrations |
software | healthy | python/src/utils/db/migrations |
watchlist |
software | healthy | python/src/watchlist |
prediction |
software | healthy | python/src/prediction |
models |
software | healthy | python/src/prediction/models |
rule_engine |
software | healthy | python/src/rule_engine |
rules |
software | healthy | python/src/rule_engine/rules |
Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.
| Label | Layer | Status | Path |
|---|---|---|---|
stock_features |
data | healthy | python/src/utils/db/migrations/0001_initial.sql |
prediction_results |
data | healthy | python/src/utils/db/migrations/0001_initial.sql |
market_data_raw |
data | healthy | python/src/utils/db/migrations/0001_initial.sql |
index_membership_history |
data | healthy | python/src/utils/db/migrations/0001_initial.sql |
model_metrics |
data | healthy | python/src/utils/db/migrations/0001_initial.sql |
prediction_accuracy |
data | healthy | python/src/utils/db/migrations/0001_initial.sql |
paper_balance |
data | healthy | python/src/utils/db/migrations/0001_initial.sql |
paper_orders |
data | healthy | python/src/utils/db/migrations/0001_initial.sql |
paper_positions |
data | healthy | python/src/utils/db/migrations/0001_initial.sql |
shap_values |
data | healthy | python/src/utils/db/migrations/0001_initial.sql |
paper_real_diff |
data | healthy | python/src/utils/db/migrations/0001_initial.sql |
feature_selection_log |
data | healthy | python/src/utils/db/migrations/0001_initial.sql |
experiment_runs |
data | healthy | python/src/utils/db/migrations/0001_initial.sql |
order_run_summary |
data | healthy | python/src/utils/db/migrations/0001_initial.sql |
paper_short_positions |
data | healthy | python/src/utils/db/migrations/0001_initial.sql |
dd_state |
data | healthy | python/src/utils/db/migrations/0001_initial.sql |
data_quality_log |
data | healthy | python/src/utils/db/migrations/0001_initial.sql |
system_config |
data | healthy | python/src/utils/db/migrations/0001_initial.sql |
rule_best_by_symbol |
data | healthy | python/src/utils/db/rule_results.py |
rule_daily_signals |
data | healthy | python/src/utils/db/rule_results.py |
factory_runs |
data | healthy | python/src/utils/db/factory_runs.py |
accuracy_weekly_snapshots |
data | healthy | python/src/utils/db/_connection.py |
earnings_calendar |
data | healthy | python/src/utils/db/_connection.py |
stock_fundamentals |
data | healthy | python/src/utils/db/_connection.py |
claude_reasoning |
data | healthy | python/src/trading/claude_agent.py |
| Label | Layer | Status | Path |
|---|---|---|---|
integration-test |
cicd | healthy | .github/workflows/integration-tests.yml |
e2e-test |
cicd | healthy | .github/workflows/integration-tests.yml |
arm-next |
cicd | healthy | .github/workflows/auto-arm-multibagger.yml |
check-approval |
cicd | healthy | .github/workflows/require-review-approval.yml |
dependabot |
cicd | healthy | .github/workflows/dependabot-auto-merge.yml |
drift-check |
cicd | healthy | .github/workflows/model-drift-check.yml |
lint |
cicd | healthy | .github/workflows/experiments.yml |
security |
cicd | healthy | .github/workflows/experiments.yml |
benchmark |
cicd | healthy | .github/workflows/perf-benchmark.yml |
circular-dep-check |
cicd | healthy | .github/workflows/circular-dep-check.yml |
sync |
cicd | healthy | .github/workflows/sync-pr-branches.yml |
import-linter |
cicd | healthy | .github/workflows/import-linter-check.yml |
gitleaks |
cicd | healthy | .github/workflows/secret-scan.yml |
validate-pr-body |
cicd | healthy | .github/workflows/pr-body-validation.yml |
stale |
cicd | healthy | .github/workflows/stale.yml |
pip-audit |
cicd | healthy | .github/workflows/security.yml |
bandit |
cicd | healthy | .github/workflows/security.yml |
lint |
cicd | healthy | .github/workflows/unit-tests.yml |
unit-test |
cicd | healthy | .github/workflows/unit-tests.yml |
watchlist-refresh |
cicd | healthy | .github/workflows/weekly-watchlist-refresh.yml |
create-release |
cicd | healthy | .github/workflows/auto-release.yml |
publish-release |
cicd | healthy | .github/workflows/auto-release.yml |
pr-summary |
cicd | healthy | .github/workflows/weekly-pr-summary.yml |
trivy |
cicd | healthy | .github/workflows/docker-scan.yml |
| Label | Layer | Status | Path |
|---|---|---|---|
gha::integration-tests |
cicd | healthy | .github/workflows/integration-tests.yml |
gha::auto-arm-multibagger |
cicd | healthy | .github/workflows/auto-arm-multibagger.yml |
gha::require-review-approval |
cicd | healthy | .github/workflows/require-review-approval.yml |
gha::dependabot-auto-merge |
cicd | healthy | .github/workflows/dependabot-auto-merge.yml |
gha::model-drift-check |
cicd | healthy | .github/workflows/model-drift-check.yml |
gha::experiments |
cicd | healthy | .github/workflows/experiments.yml |
gha::perf-benchmark |
cicd | healthy | .github/workflows/perf-benchmark.yml |
gha::circular-dep-check |
cicd | healthy | .github/workflows/circular-dep-check.yml |
gha::sync-pr-branches |
cicd | healthy | .github/workflows/sync-pr-branches.yml |
gha::import-linter-check |
cicd | healthy | .github/workflows/import-linter-check.yml |
gha::secret-scan |
cicd | healthy | .github/workflows/secret-scan.yml |
gha::pr-body-validation |
cicd | healthy | .github/workflows/pr-body-validation.yml |
gha::stale |
cicd | healthy | .github/workflows/stale.yml |
gha::security |
cicd | healthy | .github/workflows/security.yml |
gha::unit-tests |
cicd | healthy | .github/workflows/unit-tests.yml |
gha::weekly-watchlist-refresh |
cicd | healthy | .github/workflows/weekly-watchlist-refresh.yml |
gha::auto-release |
cicd | healthy | .github/workflows/auto-release.yml |
gha::weekly-pr-summary |
cicd | healthy | .github/workflows/weekly-pr-summary.yml |
gha::docker-scan |
cicd | healthy | .github/workflows/docker-scan.yml |
| Label | Layer | Status | Path |
|---|---|---|---|
password_literal::python/tests/unit/test_kabu_client.py |
security | healthy | python/tests/unit/test_kabu_client.py |
password_literal::python/tests/unit/test_kabu_client.py |
security | healthy | python/tests/unit/test_kabu_client.py |
password_literal::python/tests/unit/test_kabu_client.py |
security | healthy | python/tests/unit/test_kabu_client.py |
password_literal::python/tests/unit/test_kabu_client.py |
security | healthy | python/tests/unit/test_kabu_client.py |
password_literal::python/tests/unit/test_kabu_client.py |
security | healthy | python/tests/unit/test_kabu_client.py |
password_literal::python/tests/unit/test_kabu_client.py |
security | healthy | python/tests/unit/test_kabu_client.py |
password_literal::python/tests/unit/test_kabu_client.py |
security | healthy | python/tests/unit/test_kabu_client.py |
password_literal::python/tests/unit/test_kabu_client.py |
security | healthy | python/tests/unit/test_kabu_client.py |
password_literal::python/tests/unit/test_kabu_client.py |
security | healthy | python/tests/unit/test_kabu_client.py |
password_literal::python/tests/unit/test_kabu_client.py |
security | healthy | python/tests/unit/test_kabu_client.py |
password_literal::python/tests/unit/test_kabu_client.py |
security | healthy | python/tests/unit/test_kabu_client.py |
password_literal::python/tests/unit/test_kabu_client.py |
security | healthy | python/tests/unit/test_kabu_client.py |
password_literal::python/tests/unit/test_kabu_client.py |
security | healthy | python/tests/unit/test_kabu_client.py |
| Label | Layer | Status | Path |
|---|---|---|---|
test_db_migrations.py |
data | healthy | python/tests/unit/test_db_migrations.py |
migration_runner.py |
data | healthy | python/src/utils/db/migration_runner.py |
0002_add_horizon_exit_date.sql |
data | healthy | python/src/utils/db/migrations/0002_add_horizon_exit_date.s… |
0001_initial.sql |
data | healthy | python/src/utils/db/migrations/0001_initial.sql |
0001_initial.rollback.sql |
data | healthy | python/src/utils/db/migrations/0001_initial.rollback.sql |
| Label | Layer | Status | Path |
|---|---|---|---|
port:11434 |
network | healthy | docker-compose.yml |
port:01 |
network | healthy | .github/workflows/model-drift-check.yml |
port:16 |
network | healthy | .github/workflows/model-drift-check.yml |
port:08 |
network | healthy | .github/workflows/weekly-pr-summary.yml |
port:23 |
network | healthy | .github/workflows/weekly-pr-summary.yml |
| Label | Layer | Status | Path |
|---|---|---|---|
ANY /metrics |
api | healthy | python/src/api/metrics.py |
ANY /health |
api | healthy | python/src/api/health.py |
ANY /api/v1/predictions/top |
api | healthy | python/src/api/external_v1.py |
ANY /api/v1/reports/monthly |
api | healthy | python/src/api/external_v1.py |
| Label | Layer | Status | Path |
|---|---|---|---|
image::python/Dockerfile |
hardware | healthy | python/Dockerfile |
ollama |
hardware | healthy | docker-compose.yml |
stockfixer |
hardware | healthy | docker-compose.yml |
| Label | Layer | Status | Path |
|---|---|---|---|
postgresql |
data | healthy | docs/README.md |
sqlite |
data | healthy | docs/README.md |
| Label | Layer | Status | Path |
|---|---|---|---|
DISCORD_WEBHOOK_URL |
cicd | healthy | — |
GITHUB_TOKEN |
cicd | healthy | — |
| Label | Layer | Status | Path |
|---|---|---|---|
repobility-clone-so48inm5 |
software | healthy | /tmp/repobility-clone-so48inm5 |
This page is publicly accessible at:
https://repobility.com/scan/b1d60fbc-4298-4890-abb9-5e04c20338e5/
To check status programmatically (no auth required):
curl -s https://repobility.com/api/v1/public/scan/b1d60fbc-4298-4890-abb9-5e04c20338e5/
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.