https://github.com/sleep2agi/agent-network-app
· scanned 2026-06-16 00:15 UTC (2 months, 2 weeks ago)
16 raw signals (0 security + 16 graph)
Last scanned 2 months, 2 weeks ago · v1 · 16 actionable findings from 1 signal source. Security checks, system graph analysis, and verified AI-agent feedback are merged into one review queue.
All 137 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 |
|---|---|---|---|
App |
software | healthy | App.tsx:App |
AppRoot |
software | healthy | App.tsx:AppRoot |
LoginScreen |
software | healthy | App.tsx:LoginScreen |
submit |
software | healthy | App.tsx:submit |
AgentsScreen |
software | healthy | App.tsx:AgentsScreen |
working |
software | healthy | App.tsx:working |
makeStyles |
software | healthy | App.tsx:makeStyles |
serveWeb |
software | healthy | desktop/main.js:serveWeb |
createWindow |
software | healthy | desktop/main.js:createWindow |
headers |
software | healthy | src/api.ts:headers |
withTimeout |
software | healthy | src/api.ts:withTimeout |
get |
software | healthy | src/api.ts:get |
fetchStatus |
software | healthy | src/api.ts:fetchStatus |
fetchTasks |
software | healthy | src/api.ts:fetchTasks |
fetchMessages |
software | healthy | src/api.ts:fetchMessages |
fetchNetworkId |
software | healthy | src/api.ts:fetchNetworkId |
sendTask |
software | healthy | src/api.ts:sendTask |
fetchServerVersion |
software | healthy | src/api.ts:fetchServerVersion |
verifyConfig |
software | healthy | src/api.ts:verifyConfig |
login |
software | healthy | src/api.ts:login |
ServerScreen |
software | healthy | src/ServerScreen.tsx:ServerScreen |
Metric |
software | healthy | src/ServerScreen.tsx:Metric |
Row |
software | healthy | src/ServerScreen.tsx:Row |
Divider |
software | healthy | src/ServerScreen.tsx:Divider |
makeStyles |
software | healthy | src/ServerScreen.tsx:makeStyles |
extOf |
software | healthy | src/AuthedThumb.tsx:extOf |
mimeFromName |
software | healthy | src/AuthedThumb.tsx:mimeFromName |
extFromMime |
software | healthy | src/AuthedThumb.tsx:extFromMime |
cachePath |
software | healthy | src/AuthedThumb.tsx:cachePath |
downloadAttachment |
software | healthy | src/AuthedThumb.tsx:downloadAttachment |
AttachmentFile |
software | healthy | src/AuthedThumb.tsx:AttachmentFile |
open |
software | healthy | src/AuthedThumb.tsx:open |
AuthedThumb |
software | healthy | src/AuthedThumb.tsx:AuthedThumb |
makeStyles |
software | healthy | src/AuthedThumb.tsx:makeStyles |
saveConfig |
software | healthy | src/storage.ts:saveConfig |
loadConfig |
software | healthy | src/storage.ts:loadConfig |
clearConfig |
software | healthy | src/storage.ts:clearConfig |
saveThemeMode |
software | healthy | src/storage.ts:saveThemeMode |
loadThemeMode |
software | healthy | src/storage.ts:loadThemeMode |
themeMode |
software | healthy | src/theme.ts:themeMode |
setThemeMode |
software | healthy | src/theme.ts:setThemeMode |
onThemeChange |
software | healthy | src/theme.ts:onThemeChange |
statusColor |
software | healthy | src/theme.ts:statusColor |
pickDocument |
software | healthy | src/attach.ts:pickDocument |
pickImage |
software | healthy | src/attach.ts:pickImage |
uploadImage |
software | healthy | src/attach.ts:uploadImage |
attachmentTextHint |
software | healthy | src/attach.ts:attachmentTextHint |
toTaskAttachment |
software | healthy | src/attach.ts:toTaskAttachment |
MessagesScreen |
software | healthy | src/MessagesScreen.tsx:MessagesScreen |
loadOlder |
software | healthy | src/MessagesScreen.tsx:loadOlder |
Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.
| Label | Layer | Status | Path |
|---|---|---|---|
README.md |
software | healthy | README.md |
CLAUDE.md |
software | healthy | CLAUDE.md |
package.json |
software | healthy | package.json |
index.ts |
software | healthy | index.ts |
package-lock.json |
software | healthy | package-lock.json |
app.json |
software | healthy | app.json |
tsconfig.json |
software | healthy | tsconfig.json |
LICENSE |
software | healthy | LICENSE |
App.tsx |
software | healthy | App.tsx |
AGENTS.md |
software | healthy | AGENTS.md |
客户端技术方案.md |
software | healthy | docs/客户端技术方案.md |
preload.js |
software | healthy | desktop/preload.js |
package.json |
software | healthy | desktop/package.json |
main.js |
software | healthy | desktop/main.js |
Cargo.toml |
software | healthy | src-tauri/Cargo.toml |
tauri.conf.json |
software | healthy | src-tauri/tauri.conf.json |
build.rs |
software | healthy | src-tauri/build.rs |
default.json |
software | healthy | src-tauri/capabilities/default.json |
lib.rs |
software | healthy | src-tauri/src/lib.rs |
main.rs |
software | healthy | src-tauri/src/main.rs |
settings.json |
software | healthy | .claude/settings.json |
desktop-tauri.yml |
software | healthy | .github/workflows/desktop-tauri.yml |
api.ts |
software | healthy | src/api.ts |
ServerScreen.tsx |
software | healthy | src/ServerScreen.tsx |
AuthedThumb.tsx |
software | healthy | src/AuthedThumb.tsx |
storage.ts |
software | healthy | src/storage.ts |
theme.ts |
software | healthy | src/theme.ts |
attach.ts |
software | healthy | src/attach.ts |
version.ts |
software | healthy | src/version.ts |
MessagesScreen.tsx |
software | healthy | src/MessagesScreen.tsx |
SettingsScreen.tsx |
software | healthy | src/SettingsScreen.tsx |
ChatScreen.tsx |
software | healthy | src/ChatScreen.tsx |
time.ts |
software | healthy | src/time.ts |
AliasAvatar.tsx |
software | healthy | src/AliasAvatar.tsx |
CLAUDE.md |
quality | healthy | CLAUDE.md |
AGENTS.md |
quality | healthy | AGENTS.md |
.claude/settings.json |
quality | healthy | .claude/settings.json |
| Label | Layer | Status | Path |
|---|---|---|---|
docs |
software | healthy | docs |
desktop |
software | healthy | desktop |
src-tauri |
software | healthy | src-tauri |
capabilities |
software | healthy | src-tauri/capabilities |
src |
software | healthy | src-tauri/src |
.claude |
software | healthy | .claude |
.github |
software | healthy | .github |
workflows |
software | healthy | .github/workflows |
src |
software | healthy | src |
| Label | Layer | Status | Path |
|---|---|---|---|
App |
frontend | healthy | App.tsx |
ServerScreen |
frontend | healthy | src/ServerScreen.tsx |
AuthedThumb |
frontend | healthy | src/AuthedThumb.tsx |
MessagesScreen |
frontend | healthy | src/MessagesScreen.tsx |
SettingsScreen |
frontend | healthy | src/SettingsScreen.tsx |
ChatScreen |
frontend | healthy | src/ChatScreen.tsx |
AliasAvatar |
frontend | healthy | src/AliasAvatar.tsx |
| Label | Layer | Status | Path |
|---|---|---|---|
repobility-clone-zmztxd23 |
software | healthy | /tmp/repobility-clone-zmztxd23 |
| Label | Layer | Status | Path |
|---|---|---|---|
of |
software | healthy | src/ChatScreen.tsx:of |
| Label | Layer | Status | Path |
|---|---|---|---|
sqlite |
data | healthy | src/time.ts |
| Label | Layer | Status | Path |
|---|---|---|---|
127.0.0.1 |
network | healthy | desktop/main.js |
| Label | Layer | Status | Path |
|---|---|---|---|
gpu (detected) |
hardware | healthy | desktop/package.json |
| Label | Layer | Status | Path |
|---|---|---|---|
gha::desktop-tauri |
cicd | healthy | .github/workflows/desktop-tauri.yml |
| Label | Layer | Status | Path |
|---|---|---|---|
mac-arm64 |
cicd | healthy | .github/workflows/desktop-tauri.yml |
This page is publicly accessible at:
https://repobility.com/scan/c513e702-c21c-4ac5-a775-0e57049cead7/
To check status programmatically (no auth required):
curl -s https://repobility.com/api/v1/public/scan/c513e702-c21c-4ac5-a775-0e57049cead7/
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.