https://github.com/waylon256yhw/clewdr-hub
· scanned 2026-06-16 00:55 UTC (2 months, 1 week ago)
40 raw signals (0 security + 40 graph)
Last scanned 2 months, 1 week ago · v1 · 26 actionable findings from 1 signal source. 14 repeated signals grouped for readability. Security checks, system graph analysis, and verified AI-agent feedback are merged into one review queue.
All 526 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 |
|---|---|---|---|
reloadIfFrontendOutdated |
software | healthy | frontend/src/auth.tsx:reloadIfFrontendOutdated |
useAuth |
software | healthy | frontend/src/auth.tsx:useAuth |
AuthProvider |
software | healthy | frontend/src/auth.tsx:AuthProvider |
handler |
software | healthy | frontend/src/auth.tsx:handler |
RequireAuth |
software | healthy | frontend/src/auth.tsx:RequireAuth |
ForceChangePasswordModal |
software | healthy | frontend/src/auth.tsx:ForceChangePasswordModal |
handleSubmit |
software | healthy | frontend/src/auth.tsx:handleSubmit |
apiFetch |
software | healthy | frontend/src/api.ts:apiFetch |
login |
software | healthy | frontend/src/api.ts:login |
logout |
software | healthy | frontend/src/api.ts:logout |
getOverview |
software | healthy | frontend/src/api.ts:getOverview |
listProxies |
software | healthy | frontend/src/api.ts:listProxies |
createProxy |
software | healthy | frontend/src/api.ts:createProxy |
updateProxy |
software | healthy | frontend/src/api.ts:updateProxy |
deleteProxy |
software | healthy | frontend/src/api.ts:deleteProxy |
testProxy |
software | healthy | frontend/src/api.ts:testProxy |
listAccounts |
software | healthy | frontend/src/api.ts:listAccounts |
createAccount |
software | healthy | frontend/src/api.ts:createAccount |
updateAccount |
software | healthy | frontend/src/api.ts:updateAccount |
deleteAccount |
software | healthy | frontend/src/api.ts:deleteAccount |
probeAllAccounts |
software | healthy | frontend/src/api.ts:probeAllAccounts |
testAccount |
software | healthy | frontend/src/api.ts:testAccount |
startAccountOAuth |
software | healthy | frontend/src/api.ts:startAccountOAuth |
listUsers |
software | healthy | frontend/src/api.ts:listUsers |
createUser |
software | healthy | frontend/src/api.ts:createUser |
updateUser |
software | healthy | frontend/src/api.ts:updateUser |
deleteUser |
software | healthy | frontend/src/api.ts:deleteUser |
resetUserUsage |
software | healthy | frontend/src/api.ts:resetUserUsage |
listPolicies |
software | healthy | frontend/src/api.ts:listPolicies |
createPolicy |
software | healthy | frontend/src/api.ts:createPolicy |
updatePolicy |
software | healthy | frontend/src/api.ts:updatePolicy |
deletePolicy |
software | healthy | frontend/src/api.ts:deletePolicy |
listKeys |
software | healthy | frontend/src/api.ts:listKeys |
createKey |
software | healthy | frontend/src/api.ts:createKey |
deleteKey |
software | healthy | frontend/src/api.ts:deleteKey |
updateKeyBindings |
software | healthy | frontend/src/api.ts:updateKeyBindings |
updateKeyAutoCache |
software | healthy | frontend/src/api.ts:updateKeyAutoCache |
updateKeyEnhancedAudit |
software | healthy | frontend/src/api.ts:updateKeyEnhancedAudit |
getSettings |
software | healthy | frontend/src/api.ts:getSettings |
updateSettings |
software | healthy | frontend/src/api.ts:updateSettings |
getCliVersions |
software | healthy | frontend/src/api.ts:getCliVersions |
getOpsUsage |
software | healthy | frontend/src/api.ts:getOpsUsage |
listRequests |
software | healthy | frontend/src/api.ts:listRequests |
getRequestResponseBody |
software | healthy | frontend/src/api.ts:getRequestResponseBody |
getRequestAudit |
software | healthy | frontend/src/api.ts:getRequestAudit |
changePassword |
software | healthy | frontend/src/api.ts:changePassword |
listModelsAdmin |
software | healthy | frontend/src/api.ts:listModelsAdmin |
createModel |
software | healthy | frontend/src/api.ts:createModel |
updateModel |
software | healthy | frontend/src/api.ts:updateModel |
deleteModel |
software | healthy | frontend/src/api.ts:deleteModel |
Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.
| Label | Layer | Status | Path |
|---|---|---|---|
dev.sh |
software | healthy | dev.sh |
Cargo.toml |
software | healthy | Cargo.toml |
.rustfmt.toml |
software | healthy | .rustfmt.toml |
README.md |
software | healthy | README.md |
release.sh |
software | healthy | release.sh |
cliff.toml |
software | healthy | cliff.toml |
Dockerfile |
software | healthy | Dockerfile |
build.rs |
software | healthy | build.rs |
README-dev.md |
software | healthy | README-dev.md |
LICENSE |
software | healthy | LICENSE |
Cargo.lock |
software | healthy | Cargo.lock |
docker-compose.yml |
software | healthy | docker-compose.yml |
vite.config.ts |
software | healthy | frontend/vite.config.ts |
postcss.config.cjs |
software | healthy | frontend/postcss.config.cjs |
package.json |
software | healthy | frontend/package.json |
tsconfig.node.json |
software | healthy | frontend/tsconfig.node.json |
index.html |
software | healthy | frontend/index.html |
package-lock.json |
software | healthy | frontend/package-lock.json |
tsconfig.json |
software | healthy | frontend/tsconfig.json |
auth.tsx |
software | healthy | frontend/src/auth.tsx |
api.ts |
software | healthy | frontend/src/api.ts |
theme.ts |
software | healthy | frontend/src/theme.ts |
main.tsx |
software | healthy | frontend/src/main.tsx |
vite-env.d.ts |
software | healthy | frontend/src/vite-env.d.ts |
App.tsx |
software | healthy | frontend/src/App.tsx |
format.ts |
software | healthy | frontend/src/lib/format.ts |
clipboard.ts |
software | healthy | frontend/src/lib/clipboard.ts |
Keys.tsx |
software | healthy | frontend/src/routes/Keys.tsx |
Ops.tsx |
software | healthy | frontend/src/routes/Ops.tsx |
Users.tsx |
software | healthy | frontend/src/routes/Users.tsx |
Accounts.tsx |
software | healthy | frontend/src/routes/Accounts.tsx |
Dashboard.tsx |
software | healthy | frontend/src/routes/Dashboard.tsx |
Proxies.tsx |
software | healthy | frontend/src/routes/Proxies.tsx |
Login.tsx |
software | healthy | frontend/src/routes/Login.tsx |
Settings.tsx |
software | healthy | frontend/src/routes/Settings.tsx |
Logs.tsx |
software | healthy | frontend/src/routes/Logs.tsx |
v1_routes_test.rs |
software | healthy | tests/v1_routes_test.rs |
openai_chat_test.rs |
software | healthy | tests/openai_chat_test.rs |
color_escape_test.rs |
software | healthy | tests/color_escape_test.rs |
cli_subcommands.rs |
software | healthy | tests/cli_subcommands.rs |
install.sh |
software | healthy | scripts/install.sh |
uninstall.sh |
software | healthy | scripts/uninstall.sh |
bt-clewdr.md |
software | healthy | wiki/bt-clewdr.md |
hf-space.md |
software | healthy | wiki/hf-space.md |
20260421000003_drop_hybrid_auth_source.sql |
software | healthy | migrations/20260421000003_drop_hybrid_auth_source.sql |
20260421000001_bump_default_policy_and_cli.sql |
software | healthy | migrations/20260421000001_bump_default_policy_and_cli.sql |
20260608000001_enhanced_audit.sql |
software | healthy | migrations/20260608000001_enhanced_audit.sql |
20260331000002_stealth_settings.sql |
software | healthy | migrations/20260331000002_stealth_settings.sql |
20260410000001_usage_lifetime_totals.sql |
software | healthy | migrations/20260410000001_usage_lifetime_totals.sql |
20260602000001_ops_daily_rollups.sql |
software | healthy | migrations/20260602000001_ops_daily_rollups.sql |
Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.
| Label | Layer | Status | Path |
|---|---|---|---|
20260421000003_drop_hybrid_auth_source.sql |
data | healthy | migrations/20260421000003_drop_hybrid_auth_source.sql |
20260421000001_bump_default_policy_and_cli.sql |
data | healthy | migrations/20260421000001_bump_default_policy_and_cli.sql |
20260608000001_enhanced_audit.sql |
data | healthy | migrations/20260608000001_enhanced_audit.sql |
20260331000002_stealth_settings.sql |
data | healthy | migrations/20260331000002_stealth_settings.sql |
20260410000001_usage_lifetime_totals.sql |
data | healthy | migrations/20260410000001_usage_lifetime_totals.sql |
20260602000001_ops_daily_rollups.sql |
data | healthy | migrations/20260602000001_ops_daily_rollups.sql |
20260330000001_initial_schema.sql |
data | healthy | migrations/20260330000001_initial_schema.sql |
20260410120000_request_logs_test_type.sql |
data | healthy | migrations/20260410120000_request_logs_test_type.sql |
20260417000001_opus_4_7.sql |
data | healthy | migrations/20260417000001_opus_4_7.sql |
20260330000002_add_accounts.sql |
data | healthy | migrations/20260330000002_add_accounts.sql |
20260331000001_billing_phase4.sql |
data | healthy | migrations/20260331000001_billing_phase4.sql |
20260406000003_cleanup_deprecated_stealth_settings.sql |
data | healthy | migrations/20260406000003_cleanup_deprecated_stealth_settin… |
20260421000002_normalize_cookie_blob.sql |
data | healthy | migrations/20260421000002_normalize_cookie_blob.sql |
20260610000001_fable_5.sql |
data | healthy | migrations/20260610000001_fable_5.sql |
20260425000001_add_last_failure_json.sql |
data | healthy | migrations/20260425000001_add_last_failure_json.sql |
20260408000001_request_logs_internal_error.sql |
data | healthy | migrations/20260408000001_request_logs_internal_error.sql |
20260415000001_account_drain_first.sql |
data | healthy | migrations/20260415000001_account_drain_first.sql |
20260402000001_ttft.sql |
data | healthy | migrations/20260402000001_ttft.sql |
20260331000005_proxy_setting.sql |
data | healthy | migrations/20260331000005_proxy_setting.sql |
20260420000001_request_logs_started_index.sql |
data | healthy | migrations/20260420000001_request_logs_started_index.sql |
20260401000005_account_telemetry.sql |
data | healthy | migrations/20260401000005_account_telemetry.sql |
20260401000002_session_auth.sql |
data | healthy | migrations/20260401000002_session_auth.sql |
20260401000006_utilization.sql |
data | healthy | migrations/20260401000006_utilization.sql |
20260331000004_cleanup_account_status.sql |
data | healthy | migrations/20260331000004_cleanup_account_status.sql |
20260605000001_api_key_auto_cache.sql |
data | healthy | migrations/20260605000001_api_key_auto_cache.sql |
20260525000001_api_key_auth_source.sql |
data | healthy | migrations/20260525000001_api_key_auth_source.sql |
20260401000004_models.sql |
data | healthy | migrations/20260401000004_models.sql |
20260331000003_account_runtime_unification.sql |
data | healthy | migrations/20260331000003_account_runtime_unification.sql |
20260419000002_request_logs_probe_proxy.sql |
data | healthy | migrations/20260419000002_request_logs_probe_proxy.sql |
20260406000004_accounts_oauth_support.sql |
data | healthy | migrations/20260406000004_accounts_oauth_support.sql |
20260419000001_proxies.sql |
data | healthy | migrations/20260419000001_proxies.sql |
20260528000001_opus_4_8.sql |
data | healthy | migrations/20260528000001_opus_4_8.sql |
20260402000002_key_account_bindings.sql |
data | healthy | migrations/20260402000002_key_account_bindings.sql |
20260401000001_must_change_password.sql |
data | healthy | migrations/20260401000001_must_change_password.sql |
20260401000003_store_plaintext_key.sql |
data | healthy | migrations/20260401000003_store_plaintext_key.sql |
20260408120000_request_logs_probe_types.sql |
data | healthy | migrations/20260408120000_request_logs_probe_types.sql |
20260426000001_account_subscription_metadata.sql |
data | healthy | migrations/20260426000001_account_subscription_metadata.sql |
| Label | Layer | Status | Path |
|---|---|---|---|
auth::src/services/oauth_refresh_guard.rs |
security | healthy | src/services/oauth_refresh_guard.rs |
auth::README.md |
security | healthy | README.md |
auth::src/config/reason.rs |
security | healthy | src/config/reason.rs |
auth::src/cli/export.rs |
security | healthy | src/cli/export.rs |
auth::frontend/src/routes/Accounts.tsx |
security | healthy | frontend/src/routes/Accounts.tsx |
auth::src/middleware/claude/request.rs |
security | healthy | src/middleware/claude/request.rs |
auth::frontend/src/api.ts |
security | healthy | frontend/src/api.ts |
auth::tests/v1_routes_test.rs |
security | healthy | tests/v1_routes_test.rs |
auth::src/api/common.rs |
security | healthy | src/api/common.rs |
auth::src/cli/bundle.rs |
security | healthy | src/cli/bundle.rs |
auth::src/claude_code_state/exchange.rs |
security | healthy | src/claude_code_state/exchange.rs |
auth::src/api/admin/accounts.rs |
security | healthy | src/api/admin/accounts.rs |
auth::src/db/accounts.rs |
security | healthy | src/db/accounts.rs |
auth::src/services/account_pool.rs |
security | healthy | src/services/account_pool.rs |
auth::src/oauth.rs |
security | healthy | src/oauth.rs |
auth::src/claude_code_state/chat.rs |
security | healthy | src/claude_code_state/chat.rs |
auth::src/services/account_health.rs |
security | healthy | src/services/account_health.rs |
auth::src/config/cookie.rs |
security | healthy | src/config/cookie.rs |
auth::src/cli/menu.rs |
security | healthy | src/cli/menu.rs |
auth::src/claude_code_state/probe.rs |
security | healthy | src/claude_code_state/probe.rs |
auth::src/services/account_error.rs |
security | healthy | src/services/account_error.rs |
auth::frontend/src/routes/Dashboard.tsx |
security | healthy | frontend/src/routes/Dashboard.tsx |
auth::src/cli/import.rs |
security | healthy | src/cli/import.rs |
auth::src/api/admin/mod.rs |
security | healthy | src/api/admin/mod.rs |
auth::src/claude_code_state/mod.rs |
security | healthy | src/claude_code_state/mod.rs |
auth::frontend/src/routes/Logs.tsx |
security | healthy | frontend/src/routes/Logs.tsx |
auth::src/services/oauth_keepalive.rs |
security | healthy | src/services/oauth_keepalive.rs |
auth::src/config/constants.rs |
security | healthy | src/config/constants.rs |
auth::src/api/admin/overview.rs |
security | healthy | src/api/admin/overview.rs |
auth::src/error.rs |
security | healthy | src/error.rs |
auth::src/lib.rs |
security | healthy | src/lib.rs |
| Label | Layer | Status | Path |
|---|---|---|---|
frontend |
software | healthy | frontend |
src |
software | healthy | frontend/src |
lib |
software | healthy | frontend/src/lib |
routes |
software | healthy | frontend/src/routes |
tests |
software | healthy | tests |
scripts |
software | healthy | scripts |
wiki |
software | healthy | wiki |
migrations |
software | healthy | migrations |
.github |
software | healthy | .github |
workflows |
software | healthy | .github/workflows |
src |
software | healthy | src |
claude_code_state |
software | healthy | src/claude_code_state |
types |
software | healthy | src/types |
config |
software | healthy | src/config |
middleware |
software | healthy | src/middleware |
openai |
software | healthy | src/middleware/openai |
claude |
software | healthy | src/middleware/claude |
api |
software | healthy | src/api |
admin |
software | healthy | src/api/admin |
ops |
software | healthy | src/api/admin/ops |
cli |
software | healthy | src/cli |
utils |
software | healthy | src/utils |
providers |
software | healthy | src/providers |
claude |
software | healthy | src/providers/claude |
services |
software | healthy | src/services |
db |
software | healthy | src/db |
| Label | Layer | Status | Path |
|---|---|---|---|
127.0.0.0 |
network | healthy | README.md |
172.16.0.0 |
network | healthy | README.md |
127.0.0.1 |
network | healthy | README.md |
10.42.0.0 |
network | healthy | README.md |
192.168.1.0 |
network | healthy | README.md |
203.0.113.10 |
network | healthy | tests/v1_routes_test.rs |
203.0.113.42 |
network | healthy | tests/v1_routes_test.rs |
8.8.8.8 |
network | healthy | src/middleware/auth.rs |
1.2.3.4 |
network | healthy | src/middleware/auth.rs |
5.6.7.8 |
network | healthy | src/middleware/auth.rs |
172.16.0.5 |
network | healthy | src/middleware/auth.rs |
9.9.9.9 |
network | healthy | src/middleware/auth.rs |
4.3.2.1 |
network | healthy | src/middleware/auth.rs |
172.16.0.1 |
network | healthy | src/middleware/auth.rs |
7.7.7.7 |
network | healthy | src/middleware/auth.rs |
1.1.1.1 |
network | healthy | src/middleware/auth.rs |
2.2.2.2 |
network | healthy | src/middleware/auth.rs |
2.1.117.320 |
network | healthy | src/middleware/claude/request.rs |
192.168.1.10 |
network | healthy | src/cli/diagnose.rs |
| Label | Layer | Status | Path |
|---|---|---|---|
accounts_new |
data | healthy | migrations/20260421000003_drop_hybrid_auth_source.sql |
request_log_audits |
data | healthy | migrations/20260608000001_enhanced_audit.sql |
usage_lifetime_totals |
data | healthy | migrations/20260410000001_usage_lifetime_totals.sql |
usage_daily_rollups |
data | healthy | migrations/20260602000001_ops_daily_rollups.sql |
usage_daily_rollup_state |
data | healthy | migrations/20260602000001_ops_daily_rollups.sql |
policies |
data | healthy | migrations/20260330000001_initial_schema.sql |
users |
data | healthy | migrations/20260330000001_initial_schema.sql |
api_keys |
data | healthy | migrations/20260330000001_initial_schema.sql |
model_pricing |
data | healthy | migrations/20260330000001_initial_schema.sql |
request_logs |
data | healthy | migrations/20260330000001_initial_schema.sql |
usage_rollups |
data | healthy | migrations/20260330000001_initial_schema.sql |
settings |
data | healthy | migrations/20260330000001_initial_schema.sql |
request_logs_new |
data | healthy | migrations/20260410120000_request_logs_test_type.sql |
accounts |
data | healthy | migrations/20260330000002_add_accounts.sql |
models |
data | healthy | migrations/20260401000004_models.sql |
account_runtime_state |
data | healthy | migrations/20260331000003_account_runtime_unification.sql |
proxies |
data | healthy | migrations/20260419000001_proxies.sql |
api_key_account_bindings |
data | healthy | migrations/20260402000002_key_account_bindings.sql |
| Label | Layer | Status | Path |
|---|---|---|---|
/ |
frontend | healthy | frontend/src/App.tsx |
/accounts |
frontend | healthy | frontend/src/App.tsx |
/proxies |
frontend | healthy | frontend/src/App.tsx |
/users |
frontend | healthy | frontend/src/App.tsx |
/keys |
frontend | healthy | frontend/src/App.tsx |
/settings |
frontend | healthy | frontend/src/App.tsx |
/logs |
frontend | healthy | frontend/src/App.tsx |
/ops |
frontend | healthy | frontend/src/App.tsx |
* |
frontend | healthy | frontend/src/App.tsx |
/login |
frontend | healthy | frontend/src/App.tsx |
/* |
frontend | healthy | frontend/src/App.tsx |
| Label | Layer | Status | Path |
|---|---|---|---|
App |
frontend | healthy | frontend/src/App.tsx |
Keys |
frontend | healthy | frontend/src/routes/Keys.tsx |
Ops |
frontend | healthy | frontend/src/routes/Ops.tsx |
Users |
frontend | healthy | frontend/src/routes/Users.tsx |
Accounts |
frontend | healthy | frontend/src/routes/Accounts.tsx |
Dashboard |
frontend | healthy | frontend/src/routes/Dashboard.tsx |
Proxies |
frontend | healthy | frontend/src/routes/Proxies.tsx |
Login |
frontend | healthy | frontend/src/routes/Login.tsx |
Settings |
frontend | healthy | frontend/src/routes/Settings.tsx |
Logs |
frontend | healthy | frontend/src/routes/Logs.tsx |
| Label | Layer | Status | Path |
|---|---|---|---|
build |
cicd | healthy | .github/workflows/docker-build.yml |
manifest |
cicd | healthy | .github/workflows/docker-build.yml |
verify |
cicd | healthy | .github/workflows/build.yml |
build-frontend |
cicd | healthy | .github/workflows/build.yml |
build |
cicd | healthy | .github/workflows/build.yml |
release |
cicd | healthy | .github/workflows/build.yml |
| Label | Layer | Status | Path |
|---|---|---|---|
sqlite |
data | healthy | Cargo.toml |
postgresql |
data | healthy | README.md |
redis |
data | healthy | README.md |
mysql |
data | healthy | Cargo.lock |
postgres |
data | healthy | Cargo.lock |
| Label | Layer | Status | Path |
|---|---|---|---|
CHOCOLATEY_PACKAGES |
cicd | healthy | — |
BIN_NAME |
cicd | healthy | — |
APT_PACKAGES |
cicd | healthy | — |
GITHUB_TOKEN |
cicd | healthy | — |
HOMEBREW_PACKAGES |
cicd | healthy | — |
| Label | Layer | Status | Path |
|---|---|---|---|
ApiError |
software | healthy | frontend/src/api.ts:ApiError |
OpsErrorBoundary |
software | healthy | frontend/src/App.tsx:OpsErrorBoundary |
CopyError |
software | healthy | frontend/src/lib/clipboard.ts:CopyError |
| Label | Layer | Status | Path |
|---|---|---|---|
port:443 |
network | healthy | README.md |
port:8484 |
network | healthy | Dockerfile |
| Label | Layer | Status | Path |
|---|---|---|---|
nginx |
network | healthy | README.md |
caddy |
network | healthy | README.md |
| Label | Layer | Status | Path |
|---|---|---|---|
image::Dockerfile |
hardware | healthy | Dockerfile |
clewdr-hub |
hardware | healthy | docker-compose.yml |
| Label | Layer | Status | Path |
|---|---|---|---|
gha::docker-build |
cicd | healthy | .github/workflows/docker-build.yml |
gha::build |
cicd | healthy | .github/workflows/build.yml |
| Label | Layer | Status | Path |
|---|---|---|---|
repobility-clone-53pozjeb |
software | healthy | /tmp/repobility-clone-53pozjeb |
| Label | Layer | Status | Path |
|---|---|---|---|
vps::aws |
hardware | healthy | Cargo.toml |
| Label | Layer | Status | Path |
|---|---|---|---|
password_literal::frontend/src/auth.tsx |
security | healthy | frontend/src/auth.tsx |
This page is publicly accessible at:
https://repobility.com/scan/73d33ba0-b3ee-493a-b741-f0adbaef3eb9/
To check status programmatically (no auth required):
curl -s https://repobility.com/api/v1/public/scan/73d33ba0-b3ee-493a-b741-f0adbaef3eb9/
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.