Public scan — anyone with this URL can view this analysis. Sign up to track your own repos privately, run scheduled re-scans, and get AI fix prompts via your dashboard.

marian1x/fallback

https://github.com/marian1x/fallback · scanned 2026-06-16 04:32 UTC (1 month, 4 weeks ago)

48 raw signals (0 security + 48 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 1 month, 4 weeks ago · v1 · 40 actionable findings from 1 signal source. 8 repeated signals grouped for readability. Security checks, system graph analysis, and verified AI-agent feedback are merged into one review queue.

JSON
Severity distribution — click a segment to filter
Active filters: excluding tests × Reset all

All 444 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.

LabelLayerStatusPath
encrypt_data software healthy utils.py:22
decrypt_data software healthy utils.py:29
env_bool software dead market_news.py:41
env_int software healthy market_news.py:48
env_float software healthy market_news.py:55
compact_text software healthy market_news.py:62
compact_error_text software healthy market_news.py:72
utc_now_iso software healthy market_news.py:80
parse_timestamp software healthy market_news.py:84
score_text_sentiment software healthy market_news.py:105
__init__ software healthy market_news.py:127
collect software healthy market_news.py:144
_headers software healthy market_news.py:184
_fetch_alpaca software healthy market_news.py:190
_fetch_yahoo_query software healthy market_news.py:208
_fetch_google_news software healthy market_news.py:220
_fetch_stocktwits software healthy market_news.py:245
_normalize_news_item software healthy market_news.py:279
_normalize_yahoo_item software healthy market_news.py:295
_dedupe_items software healthy market_news.py:302
_aggregate_context software healthy market_news.py:313
_xml_text software healthy market_news.py:334
sources_from_env software healthy market_news.py:339
create_market_news_collector software healthy market_news.py:344
print_context_summary software dead market_news.py:355
is_paper_base_url software healthy alpaca_api.py:47
_parse_order_side software healthy alpaca_api.py:51
_parse_time_in_force software healthy alpaca_api.py:60
_parse_order_type software healthy alpaca_api.py:68
_parse_asset_status software healthy alpaca_api.py:76
_parse_stock_feed software healthy alpaca_api.py:84
_parse_adjustment software healthy alpaca_api.py:94
_parse_timeframe software healthy alpaca_api.py:102
__init__ software healthy alpaca_api.py:441
get_account software healthy alpaca_api.py:147
list_positions software healthy alpaca_api.py:150
get_position software healthy alpaca_api.py:153
close_position software healthy alpaca_api.py:156
get_order software healthy alpaca_api.py:159
list_assets software healthy alpaca_api.py:162
get_asset software healthy alpaca_api.py:166
submit_order software healthy alpaca_api.py:169
get_latest_trade software healthy alpaca_api.py:218
get_latest_crypto_trade software healthy alpaca_api.py:227
get_bars software healthy alpaca_api.py:236
_build_stream software healthy alpaca_api.py:294
_on_trade_update software healthy alpaca_api.py:303
start software healthy alpaca_api.py:350
_run_forever software healthy alpaca_api.py:359
stop software healthy alpaca_api.py:373

Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.

LabelLayerStatusPath
ANY /webhook api healthy bot.py
ANY /login api healthy dashboard.py
ANY /register api healthy dashboard.py
ANY /logout api healthy dashboard.py
ANY / api healthy dashboard.py
ANY /admin/overview api healthy dashboard.py
ANY /closed_trades api healthy dashboard.py
ANY /open_analytics api healthy dashboard.py
ANY /stats api healthy dashboard.py
ANY /stock_intelligence api healthy dashboard.py
ANY /config api healthy dashboard.py
ANY /config/password api healthy dashboard.py
ANY /admin/db_management api healthy dashboard.py
ANY /admin/strategy api healthy dashboard.py
ANY /api/admin/strategy/live_snapshot api healthy dashboard.py
ANY /api/admin/strategy/job/<job_id> api healthy dashboard.py
ANY /api/admin/strategy/remote_jobs/next api healthy dashboard.py
ANY /api/admin/strategy/remote_jobs/<job_id>/complete api healthy dashboard.py
ANY /admin/backfill_trades api healthy dashboard.py
ANY /admin/update_symbols api healthy dashboard.py
ANY /admin/logs api healthy dashboard.py
ANY /admin/backup_db api healthy dashboard.py
ANY /admin/reset_trade_history api healthy dashboard.py
ANY /admin/users api healthy dashboard.py
ANY /admin/all_open_trades api healthy dashboard.py
ANY /admin/health api healthy dashboard.py
ANY /api/admin/server/version api healthy dashboard.py
ANY /api/admin/server/restart api healthy dashboard.py
ANY /api/admin/server/pull_updates api healthy dashboard.py
ANY /api/admin/server/rollback api healthy dashboard.py
ANY /admin/users/create api healthy dashboard.py
ANY /admin/users/update/<int:user_id> api healthy dashboard.py
ANY /admin/users/reset_password/<int:user_id> api healthy dashboard.py
ANY /admin/users/delete/<int:user_id> api healthy dashboard.py
ANY /api/tradable_symbols api healthy dashboard.py
ANY /api/admin/health_data api healthy dashboard.py
ANY /api/admin/dashboard_summary api healthy dashboard.py
ANY /api/admin/performance_leaderboard api healthy dashboard.py
ANY /api/admin/all_open_positions api healthy dashboard.py
ANY /api/admin/close_trades api healthy dashboard.py
ANY /api/open_positions api healthy dashboard.py
ANY /api/closed_orders api healthy dashboard.py
ANY /api/stock_intelligence/ask api healthy dashboard.py
ANY /api/account api healthy dashboard.py
ANY /api/internal/proxy_trade api healthy dashboard.py
ANY /api/internal/log_client_event api healthy dashboard.py
ANY /api/proxy_trade api healthy dashboard.py
ANY /api/internal/record_trade api healthy dashboard.py
ANY /admin/investor_config api healthy dashboard.py
ANY /investor_payout api healthy dashboard.py

Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.

LabelLayerStatusPath
utils.py software healthy utils.py
market_news.py software healthy market_news.py
alpaca_api.py software healthy alpaca_api.py
llm_trade_validator.py software healthy llm_trade_validator.py
requirements.txt software healthy requirements.txt
README.md software healthy README.md
RELEASE_NOTES.md software healthy RELEASE_NOTES.md
bot.py software healthy bot.py
dashboard.py software healthy dashboard.py
models.py software healthy models.py
trade_db.py software healthy trade_db.py
generate_key.py software healthy generate_key.py
local_strategy_engine.py software healthy local_strategy_engine.py
strategy_config.py software healthy strategy_config.py
reset_admin_password.py software healthy reset_admin_password.py
stock_intelligence.py software healthy stock_intelligence.py

LabelLayerStatusPath
MarketNewsCollector software healthy market_news.py:126
BarsResult software healthy alpaca_api.py:130
LegacyCompatibleAlpacaClient software healthy alpaca_api.py:135
TradeUpdateEvent software healthy alpaca_api.py:267
_TradeUpdatesRunner software healthy alpaca_api.py:277
TradeUpdatesHub software healthy alpaca_api.py:440
LLMTradeValidator software healthy llm_trade_validator.py:156
MockPosition software healthy dashboard.py:3109
User software healthy models.py:7
Trade software healthy models.py:26
TransientStrategyAPIError software healthy local_strategy_engine.py:44
LocalStrategyEngine software healthy local_strategy_engine.py:48
StockIntelligenceService software healthy stock_intelligence.py:63

LabelLayerStatusPath
127.0.0.1 network healthy llm_trade_validator.py
192.168.50.110 network healthy README.md

LabelLayerStatusPath
marian1x__fallback software healthy /data/fable5_failed_archive/marian1x__fallback

LabelLayerStatusPath
sqlite data healthy README.md

LabelLayerStatusPath
nginx network healthy README.md

LabelLayerStatusPath
gpu (detected) hardware healthy README.md

LabelLayerStatusPath
password_literal::README.md security healthy README.md
For AI agents: Voting guide (TP/FP) MCP manifest Stdio wrapper SARIF Integrate Findings queue Vote TP/FP on findings to calibrate the engine.
For AI agents + API integrations
Email me when this repo regresses
Free. We re-scan periodically; new criticals → your inbox. No signup required for the scan itself.
API access

This page is publicly accessible at: https://repobility.com/scan/0bd63573-a3bb-46b9-aba2-ac5928a08d59/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/0bd63573-a3bb-46b9-aba2-ac5928a08d59/

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.