https://github.com/tjddnr0912/violet_sw
· scanned 2026-06-16 00:38 UTC (2 months, 2 weeks ago)
156 raw signals (0 security + 156 graph)
Last scanned 2 months, 2 weeks ago · v1 · 138 actionable findings from 1 signal source. 18 repeated signals grouped for readability. Security checks, system graph analysis, and verified AI-agent feedback are merged into one review queue.
All 5971 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 |
|---|---|---|---|
make_tmp |
software | healthy | 003_script/001_verilog/make_tmp.py:5 |
test_api_connection |
software | healthy | 007_stock_trade/main.py:47 |
test_telegram |
software | healthy | 007_stock_trade/main.py:87 |
show_status |
software | healthy | 007_stock_trade/main.py:117 |
show_price |
software | healthy | 007_stock_trade/main.py:167 |
analyze_stock |
software | healthy | 007_stock_trade/main.py:192 |
run_bot |
software | healthy | 007_stock_trade/main.py:250 |
run_trading |
software | healthy | 007_stock_trade/main.py:273 |
main |
software | healthy | 007_stock_trade/main.py:327 |
test_to_dict_from_dict_roundtrip |
software | healthy | 007_stock_trade/tests/test_daily_tracker.py:32 |
test_from_dict_missing_optional_fields |
software | healthy | 007_stock_trade/tests/test_daily_tracker.py:64 |
test_json_serializable |
software | healthy | 007_stock_trade/tests/test_daily_tracker.py:82 |
test_roundtrip |
software | healthy | 007_stock_trade/tests/test_daily_tracker.py:96 |
test_sell_with_pnl |
software | healthy | 007_stock_trade/tests/test_daily_tracker.py:118 |
test_from_dict_computed_amount |
software | healthy | 007_stock_trade/tests/test_daily_tracker.py:136 |
setUp |
software | healthy | 007_stock_trade/tests/test_daily_tracker.py:599 |
tearDown |
software | healthy | 007_stock_trade/tests/test_daily_tracker.py:602 |
_make_tracker |
software | healthy | 007_stock_trade/tests/test_daily_tracker.py:161 |
test_init_empty |
software | healthy | 007_stock_trade/tests/test_daily_tracker.py:164 |
test_save_and_reload_snapshot |
software | healthy | 007_stock_trade/tests/test_daily_tracker.py:171 |
test_same_date_update |
software | healthy | 007_stock_trade/tests/test_daily_tracker.py:190 |
test_log_transaction |
software | healthy | 007_stock_trade/tests/test_daily_tracker.py:213 |
test_log_sell_transaction_with_pnl |
software | healthy | 007_stock_trade/tests/test_daily_tracker.py:242 |
test_get_recent_snapshots |
software | healthy | 007_stock_trade/tests/test_daily_tracker.py:263 |
test_get_recent_transactions |
software | healthy | 007_stock_trade/tests/test_daily_tracker.py:286 |
test_get_latest_snapshot |
software | healthy | 007_stock_trade/tests/test_daily_tracker.py:312 |
test_get_previous_snapshot |
software | healthy | 007_stock_trade/tests/test_daily_tracker.py:330 |
test_corrupted_history_file |
software | healthy | 007_stock_trade/tests/test_daily_tracker.py:356 |
test_corrupted_transaction_file |
software | healthy | 007_stock_trade/tests/test_daily_tracker.py:370 |
test_cleanup_old_snapshots |
software | healthy | 007_stock_trade/tests/test_daily_tracker.py:382 |
test_get_first_snapshot_date |
software | healthy | 007_stock_trade/tests/test_daily_tracker.py:408 |
test_initial_capital_persistence |
software | healthy | 007_stock_trade/tests/test_daily_tracker.py:424 |
test_atomic_write_history |
software | healthy | 007_stock_trade/tests/test_daily_tracker.py:433 |
test_atomic_write_transactions |
software | healthy | 007_stock_trade/tests/test_daily_tracker.py:454 |
test_daily_pnl_first_day |
software | healthy | 007_stock_trade/tests/test_daily_tracker.py:480 |
test_daily_pnl_second_day |
software | healthy | 007_stock_trade/tests/test_daily_tracker.py:497 |
test_daily_pnl_same_day_update_fixed |
software | healthy | 007_stock_trade/tests/test_daily_tracker.py:520 |
test_get_previous_day_snapshot_no_data |
software | healthy | 007_stock_trade/tests/test_daily_tracker.py:556 |
test_get_previous_day_snapshot_only_today |
software | healthy | 007_stock_trade/tests/test_daily_tracker.py:562 |
test_get_previous_day_snapshot_skips_gap |
software | healthy | 007_stock_trade/tests/test_daily_tracker.py:577 |
test_log_transaction_missing_fields |
software | healthy | 007_stock_trade/tests/test_daily_tracker.py:605 |
test_log_transaction_without_timestamp |
software | healthy | 007_stock_trade/tests/test_daily_tracker.py:622 |
test_multiple_rapid_transactions |
software | healthy | 007_stock_trade/tests/test_daily_tracker.py:639 |
test_init_virtual |
software | healthy | 007_stock_trade/tests/test_kis_api.py:23 |
test_init_real |
software | healthy | 007_stock_trade/tests/test_kis_api.py:34 |
test_validate_credentials_missing_key |
software | healthy | 007_stock_trade/tests/test_kis_api.py:45 |
test_get_account_info |
software | healthy | 007_stock_trade/tests/test_kis_api.py:51 |
test_get_headers |
software | healthy | 007_stock_trade/tests/test_kis_api.py:63 |
mock_client |
software | healthy | 007_stock_trade/tests/test_kis_api.py:87 |
test_client_init |
software | healthy | 007_stock_trade/tests/test_kis_api.py:104 |
Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.
| Label | Layer | Status | Path |
|---|---|---|---|
start_all_bots.sh |
software | healthy | start_all_bots.sh |
README.md |
software | healthy | README.md |
start_all_bots_cmux.sh |
software | healthy | start_all_bots_cmux.sh |
CLAUDE.md |
software | healthy | CLAUDE.md |
unit_converter.html |
software | healthy | unit_converter.html |
test.py |
software | healthy | test.py |
make_tmp.py |
software | healthy | 003_script/001_verilog/make_tmp.py |
README.md |
software | healthy | 007_stock_trade/README.md |
CLAUDE.md |
software | healthy | 007_stock_trade/CLAUDE.md |
run_quant.sh |
software | healthy | 007_stock_trade/run_quant.sh |
.env.example |
software | healthy | 007_stock_trade/.env.example |
main.py |
software | healthy | 007_stock_trade/main.py |
requirements.txt |
software | healthy | 007_stock_trade/requirements.txt |
optimal_weights.json |
software | healthy | 007_stock_trade/config/optimal_weights.json |
system_config.json |
software | healthy | 007_stock_trade/config/system_config.json |
test_daily_tracker.py |
software | healthy | 007_stock_trade/tests/test_daily_tracker.py |
test_kis_api.py |
software | healthy | 007_stock_trade/tests/test_kis_api.py |
test_quant_strategy.py |
software | healthy | 007_stock_trade/tests/test_quant_strategy.py |
__init__.py |
software | healthy | 007_stock_trade/tests/__init__.py |
test_telegram.py |
software | healthy | 007_stock_trade/tests/test_telegram.py |
test_quant_engine.py |
software | healthy | 007_stock_trade/tests/test_quant_engine.py |
test_balance_helpers.py |
software | healthy | 007_stock_trade/tests/test_balance_helpers.py |
test_strategy.py |
software | healthy | 007_stock_trade/tests/test_strategy.py |
ARCHITECTURE.md |
software | healthy | 007_stock_trade/docs/ARCHITECTURE.md |
TROUBLESHOOTING.md |
software | healthy | 007_stock_trade/docs/TROUBLESHOOTING.md |
get_api_information.md |
software | healthy | 007_stock_trade/docs/get_api_information.md |
COMMANDS.md |
software | healthy | 007_stock_trade/docs/COMMANDS.md |
CHECKLIST.md |
software | healthy | 007_stock_trade/docs/CHECKLIST.md |
CHANGELOG.md |
software | healthy | 007_stock_trade/docs/CHANGELOG.md |
CONFIGURATION.md |
software | healthy | 007_stock_trade/docs/CONFIGURATION.md |
quant_trading_guide.md |
software | healthy | 007_stock_trade/docs/strategy/quant_trading_guide.md |
multi_factor_strategy.md |
software | healthy | 007_stock_trade/docs/strategy/multi_factor_strategy.md |
2026-06-04-quant-deployment-fix-design.md |
software | healthy | 007_stock_trade/docs/superpowers/specs/2026-06-04-quant-dep… |
check_position_monitor_stop.py |
software | healthy | 007_stock_trade/scripts/check_position_monitor_stop.py |
check_rebalance_first_trading_day.py |
software | healthy | 007_stock_trade/scripts/check_rebalance_first_trading_day.py |
check_missed_rebalance_alert.py |
software | healthy | 007_stock_trade/scripts/check_missed_rebalance_alert.py |
check_kis_holiday_fallback.py |
software | healthy | 007_stock_trade/scripts/check_kis_holiday_fallback.py |
check_sector_limit.py |
software | healthy | 007_stock_trade/scripts/check_sector_limit.py |
check_rebalance_holiday.py |
software | healthy | 007_stock_trade/scripts/check_rebalance_holiday.py |
monitor_strategy.py |
software | healthy | 007_stock_trade/scripts/monitor_strategy.py |
check_generate_rebalance_empty.py |
software | healthy | 007_stock_trade/scripts/check_generate_rebalance_empty.py |
check_factor_weights_normalized.py |
software | healthy | 007_stock_trade/scripts/check_factor_weights_normalized.py |
check_state_roundtrip.py |
software | healthy | 007_stock_trade/scripts/check_state_roundtrip.py |
check_reentry_cooldown.py |
software | healthy | 007_stock_trade/scripts/check_reentry_cooldown.py |
check_urgent_rebalance.py |
software | healthy | 007_stock_trade/scripts/check_urgent_rebalance.py |
run_backtest.py |
software | healthy | 007_stock_trade/scripts/run_backtest.py |
run_checklist.py |
software | healthy | 007_stock_trade/scripts/run_checklist.py |
check_schedule_initial_holiday.py |
software | healthy | 007_stock_trade/scripts/check_schedule_initial_holiday.py |
optimize_weights.py |
software | healthy | 007_stock_trade/scripts/optimize_weights.py |
check_watchdog_syntax.py |
software | healthy | 007_stock_trade/scripts/check_watchdog_syntax.py |
Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.
| Label | Layer | Status | Path |
|---|---|---|---|
TestDailySnapshot |
software | healthy | 007_stock_trade/tests/test_daily_tracker.py:29 |
TestTransactionRecord |
software | healthy | 007_stock_trade/tests/test_daily_tracker.py:93 |
TestDailyTracker |
software | healthy | 007_stock_trade/tests/test_daily_tracker.py:152 |
TestDailyPnlCalculation |
software | healthy | 007_stock_trade/tests/test_daily_tracker.py:471 |
TestLogTransactionEdgeCases |
software | healthy | 007_stock_trade/tests/test_daily_tracker.py:596 |
TestKISAuth |
software | healthy | 007_stock_trade/tests/test_kis_api.py:20 |
TestKISClient |
software | healthy | 007_stock_trade/tests/test_kis_api.py:83 |
TestDataClasses |
software | healthy | 007_stock_trade/tests/test_kis_api.py:214 |
TestValueFactorCalculator |
software | healthy | 007_stock_trade/tests/test_quant_strategy.py:36 |
TestMomentumFactorCalculator |
software | healthy | 007_stock_trade/tests/test_quant_strategy.py:62 |
TestQualityFactorCalculator |
software | healthy | 007_stock_trade/tests/test_quant_strategy.py:104 |
TestCompositeScoreCalculator |
software | healthy | 007_stock_trade/tests/test_quant_strategy.py:132 |
TestTechnicalAnalyzer |
software | healthy | 007_stock_trade/tests/test_quant_strategy.py:197 |
TestStopLossManager |
software | healthy | 007_stock_trade/tests/test_quant_strategy.py:232 |
TestTakeProfitManager |
software | healthy | 007_stock_trade/tests/test_quant_strategy.py:266 |
TestPositionSizer |
software | healthy | 007_stock_trade/tests/test_quant_strategy.py:288 |
TestRiskMonitor |
software | healthy | 007_stock_trade/tests/test_quant_strategy.py:334 |
TestPortfolioManager |
software | healthy | 007_stock_trade/tests/test_quant_strategy.py:372 |
TestNotificationType |
software | healthy | 007_stock_trade/tests/test_telegram.py:22 |
TestTelegramNotifier |
software | healthy | 007_stock_trade/tests/test_telegram.py:36 |
TestTelegramNotifierMethods |
software | healthy | 007_stock_trade/tests/test_telegram.py:119 |
TestTelegramBot |
software | healthy | 007_stock_trade/tests/test_telegram.py:201 |
TestGetNotifier |
software | healthy | 007_stock_trade/tests/test_telegram.py:274 |
TestQuantEngineConfig |
software | healthy | 007_stock_trade/tests/test_quant_engine.py:24 |
TestSchedulePhase |
software | healthy | 007_stock_trade/tests/test_quant_engine.py:51 |
TestPendingOrder |
software | healthy | 007_stock_trade/tests/test_quant_engine.py:73 |
TestQuantEngineState |
software | healthy | 007_stock_trade/tests/test_quant_engine.py:110 |
TestRebalanceLogic |
software | healthy | 007_stock_trade/tests/test_quant_engine.py:154 |
TestRebalanceDateTracking |
software | healthy | 007_stock_trade/tests/test_quant_engine.py:206 |
TestPositionMonitoring |
software | healthy | 007_stock_trade/tests/test_quant_engine.py:302 |
TestOrderExecution |
software | healthy | 007_stock_trade/tests/test_quant_engine.py:400 |
TestDailyReport |
software | healthy | 007_stock_trade/tests/test_quant_engine.py:482 |
TestParseBalance |
software | healthy | 007_stock_trade/tests/test_balance_helpers.py:7 |
TestTechnicalIndicators |
software | healthy | 007_stock_trade/tests/test_strategy.py:89 |
TestSignalAndPosition |
software | healthy | 007_stock_trade/tests/test_strategy.py:165 |
TestTradeSignal |
software | healthy | 007_stock_trade/tests/test_strategy.py:181 |
TestStrategyConfig |
software | healthy | 007_stock_trade/tests/test_strategy.py:197 |
TestMACrossoverStrategy |
software | healthy | 007_stock_trade/tests/test_strategy.py:209 |
TestRSIStrategy |
software | healthy | 007_stock_trade/tests/test_strategy.py:241 |
TestMACDStrategy |
software | healthy | 007_stock_trade/tests/test_strategy.py:266 |
TestCompositeStrategy |
software | healthy | 007_stock_trade/tests/test_strategy.py:287 |
TestCreateStrategy |
software | healthy | 007_stock_trade/tests/test_strategy.py:316 |
TestStrategyManager |
software | healthy | 007_stock_trade/tests/test_strategy.py:345 |
WeightOptimizer |
software | healthy | 007_stock_trade/scripts/optimize_weights.py:24 |
CleanFormatter |
software | healthy | 007_stock_trade/scripts/run_daemon.py:107 |
QuantDaemon |
software | healthy | 007_stock_trade/scripts/run_daemon.py:145 |
QuantEngineConfig |
software | healthy | 007_stock_trade/src/quant_engine.py:56 |
QuantTradingEngine |
software | healthy | 007_stock_trade/src/quant_engine.py:141 |
EngineState |
software | healthy | 007_stock_trade/src/engine.py:44 |
TradeRecord |
software | healthy | 007_stock_trade/src/engine.py:52 |
Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.
| Label | Layer | Status | Path |
|---|---|---|---|
003_script |
software | healthy | 003_script |
001_verilog |
software | healthy | 003_script/001_verilog |
007_stock_trade |
software | healthy | 007_stock_trade |
config |
software | healthy | 007_stock_trade/config |
tests |
software | healthy | 007_stock_trade/tests |
docs |
software | healthy | 007_stock_trade/docs |
strategy |
software | healthy | 007_stock_trade/docs/strategy |
superpowers |
software | healthy | 007_stock_trade/docs/superpowers |
specs |
software | healthy | 007_stock_trade/docs/superpowers/specs |
scripts |
software | healthy | 007_stock_trade/scripts |
.claude |
software | healthy | 007_stock_trade/.claude |
rules |
software | healthy | 007_stock_trade/.claude/rules |
src |
software | healthy | 007_stock_trade/src |
strategy |
software | healthy | 007_stock_trade/src/strategy |
quant |
software | healthy | 007_stock_trade/src/strategy/quant |
api |
software | healthy | 007_stock_trade/src/api |
quant_modules |
software | healthy | 007_stock_trade/src/quant_modules |
telegram |
software | healthy | 007_stock_trade/src/telegram |
commands |
software | healthy | 007_stock_trade/src/telegram/commands |
utils |
software | healthy | 007_stock_trade/src/utils |
core |
software | healthy | 007_stock_trade/src/core |
scheduler |
software | healthy | 007_stock_trade/src/scheduler |
000_personal_lib_code |
software | healthy | 000_personal_lib_code |
012_stock_dashboard |
software | healthy | 012_stock_dashboard |
templates |
software | healthy | 012_stock_dashboard/templates |
workers |
software | healthy | 012_stock_dashboard/workers |
data_sources |
software | healthy | 012_stock_dashboard/data_sources |
tiles |
software | healthy | 012_stock_dashboard/tiles |
011_macos_cc_usage |
software | healthy | 011_macos_cc_usage |
ClaudeUsage |
software | healthy | 011_macos_cc_usage/ClaudeUsage |
Services |
software | healthy | 011_macos_cc_usage/ClaudeUsage/Services |
Assets.xcassets |
software | healthy | 011_macos_cc_usage/ClaudeUsage/Assets.xcassets |
AppIcon.appiconset |
software | healthy | 011_macos_cc_usage/ClaudeUsage/Assets.xcassets/AppIcon.appi… |
MenuBarIcon.imageset |
software | healthy | 011_macos_cc_usage/ClaudeUsage/Assets.xcassets/MenuBarIcon.… |
Models |
software | healthy | 011_macos_cc_usage/ClaudeUsage/Models |
ViewModels |
software | healthy | 011_macos_cc_usage/ClaudeUsage/ViewModels |
Extensions |
software | healthy | 011_macos_cc_usage/ClaudeUsage/Extensions |
Views |
software | healthy | 011_macos_cc_usage/ClaudeUsage/Views |
Components |
software | healthy | 011_macos_cc_usage/ClaudeUsage/Views/Components |
App |
software | healthy | 011_macos_cc_usage/ClaudeUsage/App |
008_stock_trade_us |
software | healthy | 008_stock_trade_us |
config |
software | healthy | 008_stock_trade_us/config |
tests |
software | healthy | 008_stock_trade_us/tests |
rules |
software | healthy | 008_stock_trade_us/rules |
docs |
software | healthy | 008_stock_trade_us/docs |
strategy |
software | healthy | 008_stock_trade_us/docs/strategy |
scripts |
software | healthy | 008_stock_trade_us/scripts |
.claude |
software | healthy | 008_stock_trade_us/.claude |
rules |
software | healthy | 008_stock_trade_us/.claude/rules |
src |
software | healthy | 008_stock_trade_us/src |
Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.
| Label | Layer | Status | Path |
|---|---|---|---|
GET / |
api | healthy | 012_stock_dashboard/app.py |
GET /health |
api | healthy | 012_stock_dashboard/app.py |
ANY / |
api | healthy | 009_dashboard/app.py |
ANY /stock |
api | healthy | 009_dashboard/app.py |
ANY /crypto |
api | healthy | 009_dashboard/app.py |
ANY /embed |
api | healthy | 009_dashboard/app.py |
ANY /api/summary |
api | healthy | 009_dashboard/app.py |
ANY /api/stock/positions |
api | healthy | 009_dashboard/app.py |
ANY /api/stock/account |
api | healthy | 009_dashboard/app.py |
ANY /api/stock/transactions |
api | healthy | 009_dashboard/app.py |
ANY /api/crypto/regime |
api | healthy | 009_dashboard/app.py |
ANY /api/crypto/trades |
api | healthy | 009_dashboard/app.py |
ANY /api/crypto/performance |
api | healthy | 009_dashboard/app.py |
ANY /api/v2/summary |
api | healthy | 009_dashboard/app.py |
ANY /api/v2/crypto/regime |
api | healthy | 009_dashboard/app.py |
ANY /api/v2/crypto/trades |
api | healthy | 009_dashboard/app.py |
ANY /api/v2/crypto/performance |
api | healthy | 009_dashboard/app.py |
ANY /api/v2/stock/positions |
api | healthy | 009_dashboard/app.py |
ANY /api/v2/stock/daily |
api | healthy | 009_dashboard/app.py |
ANY /api/v2/stock/transactions |
api | healthy | 009_dashboard/app.py |
ANY /api/v2/stock/account |
api | healthy | 009_dashboard/app.py |
ANY /api/v2/stock/trading-mode |
api | healthy | 009_dashboard/app.py |
ANY /api/v2/system/status |
api | healthy | 009_dashboard/app.py |
ANY /api/v2/crypto/coins |
api | healthy | 009_dashboard/app.py |
ANY /api/v2/crypto/coins/<coin>/trades |
api | healthy | 009_dashboard/app.py |
ANY /api/v2/crypto/price/<coin> |
api | healthy | 009_dashboard/app.py |
ANY /api/v2/crypto/chart/<coin> |
api | healthy | 009_dashboard/app.py |
ANY /health |
api | healthy | 009_dashboard/app.py |
| Label | Layer | Status | Path |
|---|---|---|---|
127.0.0.1 |
network | healthy | 012_stock_dashboard/run_watchdog.sh |
120.0.0.0 |
network | healthy | 012_stock_dashboard/data_sources/fear_greed.py |
17.1.1.1 |
network | healthy | 016_claude_rtl/crates/sim-engine/tests/radix_variants.rs |
21.7.2.4 |
network | healthy | 016_claude_rtl/crates/sim-engine/src/builtins.rs |
21.7.2.5 |
network | healthy | 016_claude_rtl/crates/sim-engine/src/builtins.rs |
7.10.2.3 |
network | healthy | 016_claude_rtl/crates/elaborate/src/lib.rs |
7.10.2.2 |
network | healthy | 016_claude_rtl/crates/elaborate/src/lib.rs |
9.4.2.2 |
network | healthy | 016_claude_rtl/crates/elaborate/src/lib.rs |
23.2.2.1 |
network | healthy | 016_claude_rtl/crates/hdl-parser/src/lib.rs |
1.9.76.123 |
network | healthy | 005_money/requirements.txt |
| Label | Layer | Status | Path |
|---|---|---|---|
port:01 |
network | healthy | 006_auto_bot/run_investment_bot.sh |
port:07 |
network | healthy | 006_auto_bot/run_buffett_bot.sh |
port:30 |
network | healthy | 006_auto_bot/run_buffett_bot.sh |
port:5001 |
network | healthy | 009_dashboard/app.py |
port:10 |
network | healthy | 014_casper/run_casper.sh |
port:55 |
network | healthy | 014_casper/run_casper.sh |
port:09 |
network | healthy | 014_casper/run_casper.sh |
| Label | Layer | Status | Path |
|---|---|---|---|
transactions |
data | healthy | 006_auto_bot/001_code/realestate_bot/store.py |
rents |
data | healthy | 006_auto_bot/001_code/realestate_bot/store.py |
nonce_history |
data | healthy | 005_money/001_python_code/nonce_manager.py |
| Label | Layer | Status | Path |
|---|---|---|---|
vps::aws |
hardware | healthy | 006_auto_bot/001_code/sector_bot/config.py |
vps::azure |
hardware | healthy | 006_auto_bot/001_code/sector_bot/config.py |
vps::gcp |
hardware | healthy | 006_auto_bot/001_code/sector_bot/config.py |
| Label | Layer | Status | Path |
|---|---|---|---|
build-native |
cicd | healthy | 016_claude_rtl/.github/workflows/ci.yml |
build-rhel |
cicd | healthy | 016_claude_rtl/.github/workflows/ci.yml |
test |
cicd | healthy | .github/workflows/vitamin-ci.yml |
| Label | Layer | Status | Path |
|---|---|---|---|
auth::011_macos_cc_usage/CLAUDE.md |
security | healthy | 011_macos_cc_usage/CLAUDE.md |
auth::014_casper/CLAUDE.md |
security | healthy | 014_casper/CLAUDE.md |
| Label | Layer | Status | Path |
|---|---|---|---|
gha::ci |
cicd | healthy | 016_claude_rtl/.github/workflows/ci.yml |
gha::vitamin-ci |
cicd | healthy | .github/workflows/vitamin-ci.yml |
| Label | Layer | Status | Path |
|---|---|---|---|
repobility-clone-0f364uyf |
software | healthy | /tmp/repobility-clone-0f364uyf |
| Label | Layer | Status | Path |
|---|---|---|---|
sqlite |
data | healthy | 012_stock_dashboard/CLAUDE.md |
| Label | Layer | Status | Path |
|---|---|---|---|
gpu (detected) |
hardware | healthy | 008_stock_trade_us/src/strategy/us_universe.py |
This page is publicly accessible at:
https://repobility.com/scan/442d0e24-0e61-4063-a859-95ad6669eb8a/
To check status programmatically (no auth required):
curl -s https://repobility.com/api/v1/public/scan/442d0e24-0e61-4063-a859-95ad6669eb8a/
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.