https://github.com/cloudy064/sb-easy
· scanned 2026-06-17 01:49 UTC (1 month, 1 week ago)
13 raw signals (0 security + 13 graph)
Last scanned 1 month, 1 week ago · v2 · last Δ -9.4 (diff) · 13 actionable findings from 1 signal source. Security checks, system graph analysis, and verified AI-agent feedback are merged into one review queue.
All 215 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 |
|---|---|---|---|
.env.example |
software | healthy | .env.example |
Cargo.toml |
software | healthy | Cargo.toml |
README.md |
software | healthy | README.md |
docker-compose.yml |
software | healthy | docker-compose.yml |
docker-entrypoint.sh |
software | healthy | docker-entrypoint.sh |
Dockerfile |
software | healthy | Dockerfile |
Cargo.lock |
software | healthy | Cargo.lock |
Cargo.toml |
software | healthy | backend/Cargo.toml |
auth.rs |
software | healthy | backend/src/auth.rs |
db.rs |
software | healthy | backend/src/db.rs |
agent_mode.rs |
software | healthy | backend/src/agent_mode.rs |
util.rs |
software | healthy | backend/src/util.rs |
config.rs |
software | healthy | backend/src/config.rs |
main.rs |
software | healthy | backend/src/main.rs |
error.rs |
software | healthy | backend/src/error.rs |
auth.rs |
software | healthy | backend/src/api/auth.rs |
users.rs |
software | healthy | backend/src/api/users.rs |
singbox_proxy.rs |
software | healthy | backend/src/api/singbox_proxy.rs |
agent.rs |
software | healthy | backend/src/api/agent.rs |
settings.rs |
software | healthy | backend/src/api/settings.rs |
router.rs |
software | healthy | backend/src/api/router.rs |
wireguard.rs |
software | healthy | backend/src/api/wireguard.rs |
singbox_ws.rs |
software | healthy | backend/src/api/singbox_ws.rs |
proxy_nodes.rs |
software | healthy | backend/src/api/proxy_nodes.rs |
subscriptions.rs |
software | healthy | backend/src/api/subscriptions.rs |
hosts.rs |
software | healthy | backend/src/api/hosts.rs |
mod.rs |
software | healthy | backend/src/api/mod.rs |
config_download.rs |
software | healthy | backend/src/api/config_download.rs |
system.rs |
software | healthy | backend/src/api/system.rs |
wireguard.rs |
software | healthy | backend/src/models/wireguard.rs |
subscription.rs |
software | healthy | backend/src/models/subscription.rs |
host.rs |
software | healthy | backend/src/models/host.rs |
mod.rs |
software | healthy | backend/src/models/mod.rs |
proxy_node.rs |
software | healthy | backend/src/models/proxy_node.rs |
setting.rs |
software | healthy | backend/src/models/setting.rs |
audit.rs |
software | healthy | backend/src/services/audit.rs |
wireguard.rs |
software | healthy | backend/src/services/wireguard.rs |
self_agent.rs |
software | healthy | backend/src/services/self_agent.rs |
subscription.rs |
software | healthy | backend/src/services/subscription.rs |
singbox_supervisor.rs |
software | healthy | backend/src/services/singbox_supervisor.rs |
uri_parser.rs |
software | healthy | backend/src/services/uri_parser.rs |
mod.rs |
software | healthy | backend/src/services/mod.rs |
proxy_config.rs |
software | healthy | backend/src/services/proxy_config.rs |
backup.sh |
software | healthy | scripts/backup.sh |
ci.yml |
software | healthy | .github/workflows/ci.yml |
.env.example |
software | healthy | agent/.env.example |
Cargo.toml |
software | healthy | agent/Cargo.toml |
main.rs |
software | healthy | agent/src/main.rs |
vite.config.ts |
software | healthy | frontend/vite.config.ts |
package-lock.json |
software | healthy | frontend/package-lock.json |
Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.
| Label | Layer | Status | Path |
|---|---|---|---|
openStream |
software | healthy | frontend/src/api/realtime.ts:openStream |
formatBytes |
software | healthy | frontend/src/api/realtime.ts:formatBytes |
formatRate |
software | healthy | frontend/src/api/realtime.ts:formatRate |
fetchNodes |
software | healthy | frontend/src/stores/proxyNodes.ts:fetchNodes |
createNode |
software | healthy | frontend/src/stores/proxyNodes.ts:createNode |
updateNode |
software | healthy | frontend/src/stores/proxyNodes.ts:updateNode |
deleteNode |
software | healthy | frontend/src/stores/proxyNodes.ts:deleteNode |
testLatency |
software | healthy | frontend/src/stores/proxyNodes.ts:testLatency |
login |
software | healthy | frontend/src/stores/auth.ts:login |
logout |
software | healthy | frontend/src/stores/auth.ts:logout |
fetchAll |
software | healthy | frontend/src/stores/subscriptions.ts:fetchAll |
create |
software | healthy | frontend/src/stores/subscriptions.ts:create |
remove |
software | healthy | frontend/src/stores/subscriptions.ts:remove |
fetchOne |
software | healthy | frontend/src/stores/subscriptions.ts:fetchOne |
fetchPeers |
software | healthy | frontend/src/stores/wireguard.ts:fetchPeers |
createPeer |
software | healthy | frontend/src/stores/wireguard.ts:createPeer |
updatePeer |
software | healthy | frontend/src/stores/wireguard.ts:updatePeer |
deletePeer |
software | healthy | frontend/src/stores/wireguard.ts:deletePeer |
togglePeer |
software | healthy | frontend/src/stores/wireguard.ts:togglePeer |
getConfigUrl |
software | healthy | frontend/src/stores/wireguard.ts:getConfigUrl |
fetchHosts |
software | healthy | frontend/src/stores/hosts.ts:fetchHosts |
fetchProfiles |
software | healthy | frontend/src/stores/hosts.ts:fetchProfiles |
createProfile |
software | healthy | frontend/src/stores/hosts.ts:createProfile |
updateProfile |
software | healthy | frontend/src/stores/hosts.ts:updateProfile |
deleteProfile |
software | healthy | frontend/src/stores/hosts.ts:deleteProfile |
createHost |
software | healthy | frontend/src/stores/hosts.ts:createHost |
updateHost |
software | healthy | frontend/src/stores/hosts.ts:updateHost |
deleteHost |
software | healthy | frontend/src/stores/hosts.ts:deleteHost |
revealToken |
software | healthy | frontend/src/stores/hosts.ts:revealToken |
rotateToken |
software | healthy | frontend/src/stores/hosts.ts:rotateToken |
getOutbounds |
software | healthy | frontend/src/stores/hosts.ts:getOutbounds |
setOutbounds |
software | healthy | frontend/src/stores/hosts.ts:setOutbounds |
enqueueCommand |
software | healthy | frontend/src/stores/hosts.ts:enqueueCommand |
downloadWgConfig |
software | healthy | frontend/src/stores/hosts.ts:downloadWgConfig |
initLocale |
software | healthy | frontend/src/composables/i18n.ts:initLocale |
setLocale |
software | healthy | frontend/src/composables/i18n.ts:setLocale |
useI18n |
software | healthy | frontend/src/composables/i18n.ts:useI18n |
t |
software | healthy | frontend/src/composables/i18n.ts:t |
toggle |
software | healthy | frontend/src/composables/i18n.ts:toggle |
useHostTarget |
software | healthy | frontend/src/composables/hostTarget.ts:useHostTarget |
fetchHosts |
software | healthy | frontend/src/composables/hostTarget.ts:fetchHosts |
applyTheme |
software | healthy | frontend/src/composables/theme.ts:applyTheme |
initTheme |
software | healthy | frontend/src/composables/theme.ts:initTheme |
useTheme |
software | healthy | frontend/src/composables/theme.ts:useTheme |
toggle |
software | healthy | frontend/src/composables/theme.ts:toggle |
⚙ createPinia( |
software | healthy | frontend/src/main.ts |
⚙ router |
software | healthy | frontend/src/main.ts |
| Label | Layer | Status | Path |
|---|---|---|---|
backend |
software | healthy | backend |
src |
software | healthy | backend/src |
api |
software | healthy | backend/src/api |
models |
software | healthy | backend/src/models |
services |
software | healthy | backend/src/services |
scripts |
software | healthy | scripts |
.github |
software | healthy | .github |
workflows |
software | healthy | .github/workflows |
agent |
software | healthy | agent |
src |
software | healthy | agent/src |
frontend |
software | healthy | frontend |
src |
software | healthy | frontend/src |
api |
software | healthy | frontend/src/api |
stores |
software | healthy | frontend/src/stores |
types |
software | healthy | frontend/src/types |
views |
software | healthy | frontend/src/views |
composables |
software | healthy | frontend/src/composables |
components |
software | healthy | frontend/src/components |
layout |
software | healthy | frontend/src/components/layout |
router |
software | healthy | frontend/src/router |
assets |
software | healthy | frontend/src/assets |
docs |
software | healthy | docs |
migrations |
software | healthy | migrations |
| Label | Layer | Status | Path |
|---|---|---|---|
10.59.32.1 |
network | healthy | .env.example |
127.0.0.1 |
network | healthy | .env.example |
10.59.32.10 |
network | healthy | backend/src/models/host.rs |
10.59.32.0 |
network | healthy | backend/src/services/wireguard.rs |
10.0.0.5 |
network | healthy | backend/src/services/wireguard.rs |
1.2.3.4 |
network | healthy | backend/src/services/wireguard.rs |
10.59.32.2 |
network | healthy | backend/src/services/wireguard.rs |
223.5.5.5 |
network | healthy | backend/src/services/proxy_config.rs |
119.29.29.29 |
network | healthy | backend/src/services/proxy_config.rs |
172.20.0.1 |
network | healthy | backend/src/services/proxy_config.rs |
10.168.1.0 |
network | healthy | backend/src/services/proxy_config.rs |
10.0.0.1 |
network | healthy | backend/src/services/proxy_config.rs |
| Label | Layer | Status | Path |
|---|---|---|---|
users |
data | healthy | migrations/001_initial.sql |
wireguard_peers |
data | healthy | migrations/001_initial.sql |
one_time_links |
data | healthy | migrations/001_initial.sql |
proxy_nodes |
data | healthy | migrations/001_initial.sql |
subscriptions |
data | healthy | migrations/001_initial.sql |
app_settings |
data | healthy | migrations/001_initial.sql |
config_profiles |
data | healthy | migrations/003_multi_host.sql |
hosts |
data | healthy | migrations/003_multi_host.sql |
host_outbounds |
data | healthy | migrations/003_multi_host.sql |
audit_log |
data | healthy | migrations/002_quota_audit_roles.sql |
host_commands |
data | healthy | migrations/004_host_commands.sql |
| Label | Layer | Status | Path |
|---|---|---|---|
auth::frontend/src/api/realtime.ts |
security | healthy | frontend/src/api/realtime.ts |
auth::backend/src/config.rs |
security | healthy | backend/src/config.rs |
auth::backend/src/auth.rs |
security | healthy | backend/src/auth.rs |
auth::backend/src/api/router.rs |
security | healthy | backend/src/api/router.rs |
auth::backend/src/api/mod.rs |
security | healthy | backend/src/api/mod.rs |
auth::backend/src/api/auth.rs |
security | healthy | backend/src/api/auth.rs |
auth::backend/src/api/singbox_ws.rs |
security | healthy | backend/src/api/singbox_ws.rs |
| Label | Layer | Status | Path |
|---|---|---|---|
001_initial.sql |
data | healthy | migrations/001_initial.sql |
005_profile_mode.sql |
data | healthy | migrations/005_profile_mode.sql |
003_multi_host.sql |
data | healthy | migrations/003_multi_host.sql |
002_quota_audit_roles.sql |
data | healthy | migrations/002_quota_audit_roles.sql |
004_host_commands.sql |
data | healthy | migrations/004_host_commands.sql |
| Label | Layer | Status | Path |
|---|---|---|---|
sqlite |
data | healthy | .env.example |
mysql |
data | healthy | Cargo.lock |
postgres |
data | healthy | Cargo.lock |
| Label | Layer | Status | Path |
|---|---|---|---|
port:51821 |
network | healthy | Dockerfile |
port:03 |
network | healthy | scripts/backup.sh |
port:30 |
network | healthy | scripts/backup.sh |
| Label | Layer | Status | Path |
|---|---|---|---|
backend |
cicd | healthy | .github/workflows/ci.yml |
frontend |
cicd | healthy | .github/workflows/ci.yml |
docker |
cicd | healthy | .github/workflows/ci.yml |
| Label | Layer | Status | Path |
|---|---|---|---|
image::Dockerfile |
hardware | healthy | Dockerfile |
sb-easy |
hardware | healthy | docker-compose.yml |
| Label | Layer | Status | Path |
|---|---|---|---|
/ |
frontend | healthy | frontend/src/views/NodesView.vue |
/login |
frontend | healthy | frontend/src/router/index.ts |
| Label | Layer | Status | Path |
|---|---|---|---|
password_literal::README.md |
security | healthy | README.md |
password_literal::backend/src/services/subscription.rs |
security | healthy | backend/src/services/subscription.rs |
| Label | Layer | Status | Path |
|---|---|---|---|
cloudy064__sb-easy |
software | healthy | /data/fable5_failed_archive/cloudy064__sb-easy |
| Label | Layer | Status | Path |
|---|---|---|---|
gha::ci |
cicd | healthy | .github/workflows/ci.yml |
This page is publicly accessible at:
https://repobility.com/scan/fde35041-f34a-4916-85d3-b2c766a5489d/
To check status programmatically (no auth required):
curl -s https://repobility.com/api/v1/public/scan/fde35041-f34a-4916-85d3-b2c766a5489d/
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.