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.
111 of your 215 findings came from Repobility's proprietary detections. ✓ Repobility tags below mark them.
Upstream (GitHub) caused delay on this scan — not Repobility.
  • GitHub API rate-limited (HTTP 403) — preflight skipped, fell back to direct git clone.
  • Clone from GitHub took 55.23s for a 60.1 MB repo slow.
  • Repobility's analysis ran in 8.59s after the clone landed.

freqtrade/freqtrade

https://github.com/freqtrade/freqtrade · scanned 2026-06-05 11:41 UTC (5 days, 13 hours ago) · 10 languages

603 raw signals (197 security + 406 graph) 11/13 scanners ran 88th percentile · Python · large (100-500K LoC) System graph score 63 (higher by 25)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 5 days, 13 hours ago · v2 · 274 actionable findings from 2 signal sources. 126 repeated signals grouped for readability. Security checks, system graph analysis, and verified AI-agent feedback are merged into one review queue.

JSON
Score breakdown â 2026-05-18-v5
Component Sub-score Weight Contribution
structure_score 60.0 0.15 9.00
security_score 100.0 0.25 25.00
testing_score 100.0 0.20 20.00
documentation_score 98.0 0.15 14.70
practices_score 94.0 0.15 14.10
code_quality 52.0 0.10 5.20
Overall 1.00 88.0
security_score may be inflated — optional security scanners were skipped on this fast scan
Severity distribution — click a segment to filter
Active filters: excluding tests × Reset all

All 5079 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
test_parse_timerange_incorrect software healthy tests/test_timerange.py:10
test_subtract_start software healthy tests/test_timerange.py:54
test_adjust_start_if_necessary software healthy tests/test_timerange.py:70
pytest_addoption software healthy tests/conftest.py:59
pytest_configure software healthy tests/conftest.py:69
_split_scope software healthy tests/conftest.py:81
pytest_xdist_make_scheduler software healthy tests/conftest.py:94
log_has software healthy tests/conftest.py:98
log_has_when software healthy tests/conftest.py:103
log_has_re software healthy tests/conftest.py:108
num_log_has software healthy tests/conftest.py:113
num_log_has_re software healthy tests/conftest.py:118
get_args software healthy tests/conftest.py:123
generate_trades_history software healthy tests/conftest.py:127
generate_test_data software healthy tests/conftest.py:172
generate_test_data_raw software healthy tests/conftest.py:207
get_mock_coro software healthy tests/conftest.py:216
mock_coro software healthy tests/conftest.py:217
patched_configuration_load_config_file software healthy tests/conftest.py:234
patch_exchange software healthy tests/conftest.py:240
get_patched_exchange software healthy tests/conftest.py:281
patch_wallet software healthy tests/conftest.py:293
patch_whitelist software healthy tests/conftest.py:297
patch_freqtradebot software healthy tests/conftest.py:307
get_patched_freqtradebot software healthy tests/conftest.py:323
get_patched_worker software healthy tests/conftest.py:334
patch_get_signal software healthy tests/conftest.py:345
patched_get_entry_signal software healthy tests/conftest.py:360
patched_get_exit_signal software healthy tests/conftest.py:371
create_mock_trades software healthy tests/conftest.py:383
add_trade software healthy tests/conftest.py:467
create_mock_trades_with_leverage software healthy tests/conftest.py:420
create_mock_trades_usdt software healthy tests/conftest.py:462
patch_gc software healthy tests/conftest.py:502
fixture_set_mp_start_method software healthy tests/conftest.py:507
is_arm software healthy tests/conftest.py:515
is_mac software healthy tests/conftest.py:522
patch_torch_initlogs software healthy tests/conftest.py:528
user_dir software healthy tests/conftest.py:546
keep_log_config_loggers software healthy tests/conftest.py:553
patch_coingecko software healthy tests/conftest.py:561
init_persistence software healthy tests/conftest.py:583
default_conf software healthy tests/conftest.py:588
default_conf_usdt software healthy tests/conftest.py:593
get_default_conf software healthy tests/conftest.py:597
get_default_conf_usdt software healthy tests/conftest.py:661
fee software healthy tests/conftest.py:691
ticker software healthy tests/conftest.py:696
ticker_sell_up software healthy tests/conftest.py:707
ticker_sell_down software healthy tests/conftest.py:718

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

LabelLayerStatusPath
mkdocs.yml software healthy mkdocs.yml
.readthedocs.yml software healthy .readthedocs.yml
README.md software healthy README.md
CONTRIBUTING.md software healthy CONTRIBUTING.md
setup.sh software healthy setup.sh
Dockerfile software healthy Dockerfile
.pre-commit-config.yaml software healthy .pre-commit-config.yaml
pyproject.toml software healthy pyproject.toml
requirements.txt software healthy requirements.txt
docker-compose.yml software healthy docker-compose.yml
docker-compose-jupyter.yml software healthy docker/docker-compose-jupyter.yml
docker-compose-freqai.yml software healthy docker/docker-compose-freqai.yml
devcontainer.json software healthy .devcontainer/devcontainer.json
test_timerange.py software healthy tests/test_timerange.py
__init__.py software healthy tests/__init__.py
conftest.py software healthy tests/conftest.py
pytest.sh software healthy tests/pytest.sh
conftest_trades_usdt.py software healthy tests/conftest_trades_usdt.py
test_pip_audit.py software healthy tests/test_pip_audit.py
config_test_comments.json software healthy tests/config_test_comments.json
conftest_hyperopt.py software healthy tests/conftest_hyperopt.py
test_talib.py software healthy tests/test_talib.py
test_configuration.py software healthy tests/test_configuration.py
test_main.py software healthy tests/test_main.py
test_wallets.py software healthy tests/test_wallets.py
conftest_trades.py software healthy tests/conftest_trades.py
test_strategy_updater.py software healthy tests/test_strategy_updater.py
test_docs.sh software healthy tests/test_docs.sh
test_arguments.py software healthy tests/test_arguments.py
test_log_setup.py software healthy tests/test_log_setup.py
test_directory_operations.py software healthy tests/test_directory_operations.py
test_plotting.py software healthy tests/test_plotting.py
test_indicators.py software healthy tests/test_indicators.py
test_misc.py software healthy tests/test_misc.py
__init__.py software healthy tests/strategy/__init__.py
test_default_strategy.py software healthy tests/strategy/test_default_strategy.py
test_interface.py software healthy tests/strategy/test_interface.py
test_strategy_helpers.py software healthy tests/strategy/test_strategy_helpers.py
test_strategy_safe_wrapper.py software healthy tests/strategy/test_strategy_safe_wrapper.py
test_strategy_parameters.py software healthy tests/strategy/test_strategy_parameters.py
test_strategy_loading.py software healthy tests/strategy/test_strategy_loading.py
strategy_test_v2.py software healthy tests/strategy/strats/strategy_test_v2.py
__init__.py software healthy tests/strategy/strats/__init__.py
freqai_rl_test_strat.py software healthy tests/strategy/strats/freqai_rl_test_strat.py
failing_strategy.py software healthy tests/strategy/strats/failing_strategy.py
freqai_test_multimodel_strat.py software healthy tests/strategy/strats/freqai_test_multimodel_strat.py
strategy_test_v3_recursive_issue.py software healthy tests/strategy/strats/strategy_test_v3_recursive_issue.py
hyperoptable_strategy.py software healthy tests/strategy/strats/hyperoptable_strategy.py
freqai_test_multimodel_classifier_strat.py software healthy tests/strategy/strats/freqai_test_multimodel_classifier_str…
strategy_test_v3_custom_entry_price.py software healthy tests/strategy/strats/strategy_test_v3_custom_entry_price.py

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

LabelLayerStatusPath
FixtureScheduler software healthy tests/conftest.py:77
StrategyTestV2 software healthy tests/strategy/strats/strategy_test_v2.py:10
freqai_rl_test_strat software healthy tests/strategy/strats/freqai_rl_test_strat.py:13
TestStrategyLegacyV1 software healthy tests/strategy/strats/failing_strategy.py:8
freqai_test_multimodel_strat software healthy tests/strategy/strats/freqai_test_multimodel_strat.py:13
strategy_test_v3_recursive_issue software healthy tests/strategy/strats/strategy_test_v3_recursive_issue.py:9
HyperoptableStrategy software healthy tests/strategy/strats/hyperoptable_strategy.py:15
freqai_test_multimodel_classifier_strat software healthy tests/strategy/strats/freqai_test_multimodel_classifier_str…
StrategyTestV3CustomEntryPrice software healthy tests/strategy/strats/strategy_test_v3_custom_entry_price.p…
HyperoptableStrategyV2 software healthy tests/strategy/strats/hyperoptable_strategy_v2.py:8
freqai_test_strat software healthy tests/strategy/strats/freqai_test_strat.py:13
StrategyTestV3 software healthy tests/strategy/strats/strategy_test_v3.py:19
StrategyTestV3Futures software healthy tests/strategy/strats/strategy_test_v3.py:217
freqai_test_classifier software healthy tests/strategy/strats/freqai_test_classifier.py:14
InformativeDecoratorTest software healthy tests/strategy/strats/informative_decorator_strategy.py:8
TestStrategyLegacyV1 software healthy tests/strategy/strats/broken_strats/legacy_strategy_v1.py:8
TestStrategyNoImplements software healthy tests/strategy/strats/broken_strats/broken_futures_strategi…
TestStrategyNoImplementSell software healthy tests/strategy/strats/broken_strats/broken_futures_strategi…
TestStrategyImplementEmptyWorking software healthy tests/strategy/strats/broken_strats/broken_futures_strategi…
TestStrategyImplementCustomSell software healthy tests/strategy/strats/broken_strats/broken_futures_strategi…
TestStrategyImplementBuyTimeout software healthy tests/strategy/strats/broken_strats/broken_futures_strategi…
TestStrategyImplementSellTimeout software healthy tests/strategy/strats/broken_strats/broken_futures_strategi…
TestStrategyAdjustOrderPrice software healthy tests/strategy/strats/broken_strats/broken_futures_strategi…
strategy_test_v3_with_lookahead_bias software healthy tests/strategy/strats/lookahead_bias/strategy_test_v3_with_…
TestCCXTExchange software healthy tests/exchange_online/test_ccxt_compat.py:20
TestCCXTExchangeWs software healthy tests/exchange_online/test_ccxt_ws_compat.py:22
TestExchangeOnlineSetup software healthy tests/exchange_online/conftest.py:13
ReinforcementLearner_test_4ac software healthy tests/freqai/test_models/ReinforcementLearner_test_4ac.py:12
MyRLEnv software healthy tests/freqai/test_models/ReinforcementLearner_test_4ac.py:17
ReinforcementLearner_test_3ac software healthy tests/freqai/test_models/ReinforcementLearner_test_3ac.py:12
MyRLEnv software healthy tests/freqai/test_models/ReinforcementLearner_test_3ac.py:17
MockResponse software healthy tests/exchange/test_binance_public_data.py:36
TestChannel software healthy tests/rpc/test_rpc_emc.py:454
DummyCls software healthy tests/rpc/test_rpc_telegram.py:95
BTrade software healthy tests/optimize/__init__.py:15
BTContainer software healthy tests/optimize/__init__.py:27
ClientProtocol software healthy scripts/ws_client.py:123
Worker software healthy freqtrade/worker.py:26
FreqtradeException software healthy freqtrade/exceptions.py:1
OperationalException software healthy freqtrade/exceptions.py:8
ConfigurationError software healthy freqtrade/exceptions.py:15
DependencyException software healthy freqtrade/exceptions.py:21
PricingError software healthy freqtrade/exceptions.py:28
ExchangeError software healthy freqtrade/exceptions.py:36
InvalidOrderException software healthy freqtrade/exceptions.py:43
RetryableOrderError software healthy freqtrade/exceptions.py:51
InsufficientFundsError software healthy freqtrade/exceptions.py:58
TemporaryError software healthy freqtrade/exceptions.py:65
DDosProtection software healthy freqtrade/exceptions.py:73
StrategyError software healthy freqtrade/exceptions.py:80

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

LabelLayerStatusPath
POST /download_data api healthy freqtrade/rpc/api_server/api_download_data.py
POST /token/login api healthy freqtrade/rpc/api_server/api_auth.py
POST /token/refresh api healthy freqtrade/rpc/api_server/api_auth.py
GET /strategies api healthy freqtrade/rpc/api_server/api_webserver.py
GET /exchanges api healthy freqtrade/rpc/api_server/api_webserver.py
GET /hyperoptloss api healthy freqtrade/rpc/api_server/api_webserver.py
GET /freqaimodels api healthy freqtrade/rpc/api_server/api_webserver.py
GET /available_pairs api healthy freqtrade/rpc/api_server/api_webserver.py
GET /pair_history api healthy freqtrade/rpc/api_server/api_pair_history.py
POST /pair_history api healthy freqtrade/rpc/api_server/api_pair_history.py
GET /pairlists/available api healthy freqtrade/rpc/api_server/api_pairlists.py
POST /pairlists/evaluate api healthy freqtrade/rpc/api_server/api_pairlists.py
GET /pairlists/evaluate/{jobid} api healthy freqtrade/rpc/api_server/api_pairlists.py
GET /favicon.ico api healthy freqtrade/rpc/api_server/web_ui.py
GET /fallback_file.html api healthy freqtrade/rpc/api_server/web_ui.py
GET /ui_version api healthy freqtrade/rpc/api_server/web_ui.py
GET /{rest_of_path:path} api healthy freqtrade/rpc/api_server/web_ui.py
POST /backtest api healthy freqtrade/rpc/api_server/api_backtest.py
GET /backtest api healthy freqtrade/rpc/api_server/api_backtest.py
DELETE /backtest api healthy freqtrade/rpc/api_server/api_backtest.py
GET /backtest/abort api healthy freqtrade/rpc/api_server/api_backtest.py
GET /backtest/history api healthy freqtrade/rpc/api_server/api_backtest.py
GET /backtest/history/result api healthy freqtrade/rpc/api_server/api_backtest.py
DELETE /backtest/history/{file} api healthy freqtrade/rpc/api_server/api_backtest.py
PATCH /backtest/history/{file} api healthy freqtrade/rpc/api_server/api_backtest.py
GET /backtest/history/{file}/market_change api healthy freqtrade/rpc/api_server/api_backtest.py
GET /backtest/history/{file}/{strategy}/wallet api healthy freqtrade/rpc/api_server/api_backtest.py
GET /background api healthy freqtrade/rpc/api_server/api_background_tasks.py
GET /background/{jobid} api healthy freqtrade/rpc/api_server/api_background_tasks.py
GET /ping api healthy freqtrade/rpc/api_server/api_v1.py
GET /version api healthy freqtrade/rpc/api_server/api_v1.py
GET /show_config api healthy freqtrade/rpc/api_server/api_v1.py
GET /logs api healthy freqtrade/rpc/api_server/api_v1.py
GET /plot_config api healthy freqtrade/rpc/api_server/api_v1.py
GET /markets api healthy freqtrade/rpc/api_server/api_v1.py
GET /strategy/{strategy} api healthy freqtrade/rpc/api_server/api_v1.py
GET /sysinfo api healthy freqtrade/rpc/api_server/api_v1.py
GET /health api healthy freqtrade/rpc/api_server/api_v1.py
GET /balance api healthy freqtrade/rpc/api_server/api_trading.py
GET /count api healthy freqtrade/rpc/api_server/api_trading.py
GET /entries api healthy freqtrade/rpc/api_server/api_trading.py
GET /exits api healthy freqtrade/rpc/api_server/api_trading.py
GET /mix_tags api healthy freqtrade/rpc/api_server/api_trading.py
GET /performance api healthy freqtrade/rpc/api_server/api_trading.py
GET /profit api healthy freqtrade/rpc/api_server/api_trading.py
GET /profit_all api healthy freqtrade/rpc/api_server/api_trading.py
GET /stats api healthy freqtrade/rpc/api_server/api_trading.py
GET /historic_balance api healthy freqtrade/rpc/api_server/api_trading.py
GET /daily api healthy freqtrade/rpc/api_server/api_trading.py
GET /weekly api healthy freqtrade/rpc/api_server/api_trading.py

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

LabelLayerStatusPath
docker software healthy docker
.devcontainer software healthy .devcontainer
tests software healthy tests
strategy software healthy tests/strategy
strats software healthy tests/strategy/strats
broken_strats software healthy tests/strategy/strats/broken_strats
lookahead_bias software healthy tests/strategy/strats/lookahead_bias
testdata software healthy tests/testdata
testconfigs software healthy tests/testdata/testconfigs
backtest_results software healthy tests/testdata/backtest_results
exchange_online software healthy tests/exchange_online
util software healthy tests/util
commands software healthy tests/commands
freqai software healthy tests/freqai
test_models software healthy tests/freqai/test_models
freqtradebot software healthy tests/freqtradebot
leverage software healthy tests/leverage
exchange software healthy tests/exchange
rpc software healthy tests/rpc
optimize software healthy tests/optimize
persistence software healthy tests/persistence
plugins software healthy tests/plugins
docs software healthy docs
stylesheets software healthy docs/stylesheets
commands software healthy docs/commands
includes software healthy docs/includes
javascripts software healthy docs/javascripts
overrides software healthy docs/overrides
scripts software healthy scripts
config_examples software healthy config_examples
freqtrade software healthy freqtrade
strategy software healthy freqtrade/strategy
util software healthy freqtrade/util
migrations software healthy freqtrade/util/migrations
commands software healthy freqtrade/commands
loggers software healthy freqtrade/loggers
resolvers software healthy freqtrade/resolvers
configuration software healthy freqtrade/configuration
freqai software healthy freqtrade/freqai
tensorboard software healthy freqtrade/freqai/tensorboard
RL software healthy freqtrade/freqai/RL
torch software healthy freqtrade/freqai/torch
base_models software healthy freqtrade/freqai/base_models
prediction_models software healthy freqtrade/freqai/prediction_models
mixins software healthy freqtrade/mixins
templates software healthy freqtrade/templates
enums software healthy freqtrade/enums
system software healthy freqtrade/system
plot software healthy freqtrade/plot
leverage software healthy freqtrade/leverage

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

LabelLayerStatusPath
dockerHubDescription cicd healthy .github/workflows/docker-update-readme.yml
zizmor cicd healthy .github/workflows/zizmor_action.yml
auto-update cicd healthy .github/workflows/binance-lev-tier-update.yml
build-and-push cicd healthy .github/workflows/devcontainer-build.yml
packages-cleanup cicd healthy .github/workflows/devcontainer-build.yml
deploy-docker cicd healthy .github/workflows/packages-cleanup.yml
tests cicd healthy .github/workflows/ci.yml
mypy-version-check cicd healthy .github/workflows/ci.yml
pre-commit cicd healthy .github/workflows/ci.yml
docs-check cicd healthy .github/workflows/ci.yml
build-linux-online cicd healthy .github/workflows/ci.yml
notify-complete cicd healthy .github/workflows/ci.yml
build cicd healthy .github/workflows/ci.yml
deploy-test-pypi cicd healthy .github/workflows/ci.yml
deploy-pypi cicd healthy .github/workflows/ci.yml
docker-build cicd healthy .github/workflows/ci.yml
packages-cleanup cicd healthy .github/workflows/ci.yml
build-docs cicd healthy .github/workflows/deploy-docs.yml
auto-update cicd healthy .github/workflows/pre-commit-update.yml
deploy-docker cicd healthy .github/workflows/docker-build.yml
deploy-arm cicd healthy .github/workflows/docker-build.yml
mypy-version-update cicd healthy .github/workflows/pre-commit-types-update.yml

LabelLayerStatusPath
gha::docker-update-readme cicd healthy .github/workflows/docker-update-readme.yml
gha::zizmor_action cicd healthy .github/workflows/zizmor_action.yml
gha::binance-lev-tier-update cicd healthy .github/workflows/binance-lev-tier-update.yml
gha::devcontainer-build cicd healthy .github/workflows/devcontainer-build.yml
gha::packages-cleanup cicd healthy .github/workflows/packages-cleanup.yml
gha::ci cicd healthy .github/workflows/ci.yml
gha::deploy-docs cicd healthy .github/workflows/deploy-docs.yml
gha::pre-commit-update cicd healthy .github/workflows/pre-commit-update.yml
gha::docker-build cicd healthy .github/workflows/docker-build.yml
gha::pre-commit-types-update cicd healthy .github/workflows/pre-commit-types-update.yml

LabelLayerStatusPath
DOCKERHUB_USERNAME cicd healthy
GITHUB_TOKEN cicd healthy
REPO_SCOPED_TOKEN_DEP cicd healthy
REPO_SCOPED_TOKEN cicd healthy
BINANCE_EXCHANGE_KEY cicd healthy
DOCKERHUB_TOKEN cicd healthy
CODECOV_TOKEN cicd healthy
DISCORD_WEBHOOK cicd healthy
BINANCE_EXCHANGE_SECRET cicd healthy
CI_WEB_PROXY cicd healthy

LabelLayerStatusPath
test_historic_wallets_migration.py data healthy tests/util/test_historic_wallets_migration.py
test_funding_rate_migration.py data healthy tests/util/test_funding_rate_migration.py
test_db_migration.py data healthy tests/persistence/test_db_migration.py
test_migrations.py data healthy tests/persistence/test_migrations.py
__init__.py data healthy freqtrade/util/migrations/__init__.py
migrate_wallet_history.py data healthy freqtrade/util/migrations/migrate_wallet_history.py
funding_rate_mig.py data healthy freqtrade/util/migrations/funding_rate_mig.py
migrations.py data healthy freqtrade/persistence/migrations.py
db_migration.py data healthy freqtrade/persistence/db_migration.py

LabelLayerStatusPath
pairlocks data healthy freqtrade/persistence/pairlock.py
trade_custom_data data healthy freqtrade/persistence/custom_data.py
orders data healthy freqtrade/persistence/trade_model.py
trades data healthy freqtrade/persistence/trade_model.py
ModelBase data healthy freqtrade/persistence/base.py
KeyValueStore data healthy freqtrade/persistence/key_value_store.py
wallet_history data healthy freqtrade/persistence/wallet_history.py

LabelLayerStatusPath
auth::tests/rpc/test_rpc_apiserver.py security healthy tests/rpc/test_rpc_apiserver.py
auth::build_helpers/schema.json security healthy build_helpers/schema.json
auth::freqtrade/rpc/api_server/api_auth.py security healthy freqtrade/rpc/api_server/api_auth.py
auth::freqtrade/configuration/deploy_config.py security healthy freqtrade/configuration/deploy_config.py
auth::freqtrade/config_schema/config_schema.py security healthy freqtrade/config_schema/config_schema.py

LabelLayerStatusPath
sqlite data healthy docker-compose.yml
postgresql data healthy tests/test_misc.py
mariadb data healthy tests/test_misc.py
mysql data healthy tests/test_misc.py

LabelLayerStatusPath
1.17.1.4 network healthy .pre-commit-config.yaml
127.0.0.1 network healthy docker-compose.yml
127.0.0.2 network healthy config_examples/config_full.example.json
152.67.66.8 network healthy .github/workflows/ci.yml

LabelLayerStatusPath
port:8080 network healthy docker-compose.yml
port:8888 network healthy docker/docker-compose-jupyter.yml
port:03 network healthy .github/dependabot.yml

LabelLayerStatusPath
image::Dockerfile hardware healthy Dockerfile
image::.github/.devcontainer/Dockerfile hardware healthy .github/.devcontainer/Dockerfile
freqtrade hardware healthy docker-compose.yml

LabelLayerStatusPath
repobility-clone-tq4ofgu9 software healthy /tmp/repobility-clone-tq4ofgu9

LabelLayerStatusPath
gpu (detected) hardware healthy docker-compose.yml
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/155326e5-9f75-4622-9ba3-83af963d25db/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/155326e5-9f75-4622-9ba3-83af963d25db/

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.