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.

wang546673478/Graph-Centric

https://github.com/wang546673478/Graph-Centric · scanned 2026-06-16 00:54 UTC (2 months, 1 week ago)

25 raw signals (0 security + 25 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 2 months, 1 week ago · v1 · 25 actionable findings from 1 signal source. 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 196 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
README.zh-CN.md software healthy README.zh-CN.md
Cargo.toml software healthy Cargo.toml
ARCHITECTURE.md software healthy ARCHITECTURE.md
README.md software healthy README.md
ARCHITECTURE.zh-CN.md software healthy ARCHITECTURE.zh-CN.md
.env.example software healthy .env.example
vite.config.ts software healthy webui/vite.config.ts
package.json software healthy webui/package.json
index.html software healthy webui/index.html
package-lock.json software healthy webui/package-lock.json
app.css software healthy webui/app.css
app.js software healthy webui/app.js
tsconfig.json software healthy webui/tsconfig.json
App.vue software healthy webui/src/App.vue
env.d.ts software healthy webui/src/env.d.ts
main.ts software healthy webui/src/main.ts
useRunSocket.ts software healthy webui/src/composables/useRunSocket.ts
useI18n.ts software healthy webui/src/composables/useI18n.ts
Sidebar.vue software healthy webui/src/components/layout/Sidebar.vue
SettingsView.vue software healthy webui/src/components/config/SettingsView.vue
DetailModeToggle.vue software healthy webui/src/components/shared/DetailModeToggle.vue
TopBar.vue software healthy webui/src/components/shared/TopBar.vue
StatusPill.vue software healthy webui/src/components/shared/StatusPill.vue
FilesView.vue software healthy webui/src/components/files/FilesView.vue
HistoryView.vue software healthy webui/src/components/history/HistoryView.vue
CheckpointTree.vue software healthy webui/src/components/checkpoint/CheckpointTree.vue
SkillsView.vue software healthy webui/src/components/skills/SkillsView.vue
Transcript.vue software healthy webui/src/components/run/Transcript.vue
Composer.vue software healthy webui/src/components/run/Composer.vue
RunView.vue software healthy webui/src/components/run/RunView.vue
GraphPanel.vue software healthy webui/src/components/graph/GraphPanel.vue
en.ts software healthy webui/src/locales/en.ts
zh-CN.ts software healthy webui/src/locales/zh-CN.ts
main.css software healthy webui/src/styles/main.css
integration_web_gateway.rs software healthy tests/integration_web_gateway.rs
integration_web_e2e.rs software healthy tests/integration_web_e2e.rs
integration_skill_capture.rs software healthy tests/integration_skill_capture.rs
integration_check_contract.rs software healthy tests/integration_check_contract.rs
integration_tool_guards.rs software healthy tests/integration_tool_guards.rs
design-v2-cascade-backtrack.md software healthy docs/design-v2-cascade-backtrack.md
design-v2-cascade-backtrack.zh-CN.md software healthy docs/design-v2-cascade-backtrack.zh-CN.md
2026-06-03-implicit-cwd-write-verbs.md software healthy docs/superpowers/plans/2026-06-03-implicit-cwd-write-verbs.…
2026-06-03-web-gateway.md software healthy docs/superpowers/plans/2026-06-03-web-gateway.md
2026-06-03-tool-system-rework.md software healthy docs/superpowers/plans/2026-06-03-tool-system-rework.md
2026-06-03-skill-capture-and-reuse.md software healthy docs/superpowers/plans/2026-06-03-skill-capture-and-reuse.md
2026-06-10-v2-implementation.md software healthy docs/superpowers/plans/2026-06-10-v2-implementation.md
2026-06-03-tool-system-rework-design.md software healthy docs/superpowers/specs/2026-06-03-tool-system-rework-design…
2026-06-03-skill-capture-and-reuse-design.md software healthy docs/superpowers/specs/2026-06-03-skill-capture-and-reuse-d…
2026-06-10-v2-architecture-design.md software healthy docs/superpowers/specs/2026-06-10-v2-architecture-design.md
2026-06-03-implicit-cwd-write-verbs-design.md software healthy docs/superpowers/specs/2026-06-03-implicit-cwd-write-verbs-…

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

LabelLayerStatusPath
$ software healthy webui/app.js:$
mount software healthy webui/app.js:mount
onGlobalKeydown software healthy webui/app.js:onGlobalKeydown
dispatch software healthy webui/app.js:dispatch
path software healthy webui/app.js:path
highlightNav software healthy webui/app.js:highlightNav
closeEventSource software healthy webui/app.js:closeEventSource
renderRun software healthy webui/app.js:renderRun
submitTask software healthy webui/app.js:submitTask
initial_graph software healthy webui/app.js:initial_graph
stopRun software healthy webui/app.js:stopRun
attachSse software healthy webui/app.js:attachSse
finishRun software healthy webui/app.js:finishRun
renderTranscript software healthy webui/app.js:renderTranscript
renderRunMeta software healthy webui/app.js:renderRunMeta
renderTabContent software healthy webui/app.js:renderTabContent
initCytoscape software healthy webui/app.js:initCytoscape
renderGraph software healthy webui/app.js:renderGraph
loadFiles software healthy webui/app.js:loadFiles
selectFile software healthy webui/app.js:selectFile
renderDiff software healthy webui/app.js:renderDiff
lines software healthy webui/app.js:lines
renderRuns software healthy webui/app.js:renderRuns
statusStr software healthy webui/app.js:statusStr
renderSkills software healthy webui/app.js:renderSkills
showSkillDetail software healthy webui/app.js:showSkillDetail
graphNodes software healthy webui/app.js:graphNodes
graphEdges software healthy webui/app.js:graphEdges
renderFiles software healthy webui/app.js:renderFiles
renderSettings software healthy webui/app.js:renderSettings
renderNotFound software healthy webui/app.js:renderNotFound
escapeHtml software healthy webui/app.js:escapeHtml
escapeAttr software healthy webui/app.js:escapeAttr
getStore software healthy webui/src/composables/useRunSocket.ts:getStore
getRunStore software healthy webui/src/composables/useRunSocket.ts:getRunStore
useRunSocket software healthy webui/src/composables/useRunSocket.ts:useRunSocket
connect software healthy webui/src/composables/useRunSocket.ts:connect
send software healthy webui/src/composables/useRunSocket.ts:send
disconnect software healthy webui/src/composables/useRunSocket.ts:disconnect
createRun software healthy webui/src/composables/useRunSocket.ts:createRun
loadRuns software healthy webui/src/composables/useRunSocket.ts:loadRuns
findRun software healthy webui/src/composables/useRunSocket.ts:findRun
loadRunData software healthy webui/src/composables/useRunSocket.ts:loadRunData
statusLabel software healthy webui/src/composables/useRunSocket.ts:statusLabel
toggleDetailMode software healthy webui/src/composables/useRunSocket.ts:toggleDetailMode
useI18n software healthy webui/src/composables/useI18n.ts:useI18n
t software healthy webui/src/composables/useI18n.ts:t
setLocale software healthy webui/src/composables/useI18n.ts:setLocale

LabelLayerStatusPath
webui software healthy webui
src software healthy webui/src
composables software healthy webui/src/composables
components software healthy webui/src/components
layout software healthy webui/src/components/layout
config software healthy webui/src/components/config
shared software healthy webui/src/components/shared
files software healthy webui/src/components/files
history software healthy webui/src/components/history
checkpoint software healthy webui/src/components/checkpoint
skills software healthy webui/src/components/skills
run software healthy webui/src/components/run
graph software healthy webui/src/components/graph
locales software healthy webui/src/locales
styles software healthy webui/src/styles
tests software healthy tests
docs software healthy docs
superpowers software healthy docs/superpowers
plans software healthy docs/superpowers/plans
specs software healthy docs/superpowers/specs
src software healthy src
agent software healthy src/agent
web software healthy src/web
tools software healthy src/tools
context software healthy src/context
model software healthy src/model
skills software healthy src/skills
scheduler software healthy src/scheduler
graph software healthy src/graph
domain software healthy src/domain
code software healthy src/domain/code

LabelLayerStatusPath
/ frontend healthy webui/src/main.ts
/runs frontend healthy webui/src/main.ts
/skills frontend healthy webui/src/main.ts
/files frontend healthy webui/src/main.ts
/settings frontend healthy webui/src/main.ts

LabelLayerStatusPath
auth::src/agent/graph_loop.rs security healthy src/agent/graph_loop.rs
auth::src/agent/contract.rs security healthy src/agent/contract.rs
auth::src/graph/l1.rs security healthy src/graph/l1.rs

LabelLayerStatusPath
POST /api/runs api healthy webui/src/composables/useRunSocket.ts
GET /api/runs api healthy webui/src/composables/useRunSocket.ts

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

LabelLayerStatusPath
127.0.0.1 network healthy tests/integration_web_e2e.rs
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/f8ae2125-4dd4-4a5e-a1af-e857c7ba0c36/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/f8ae2125-4dd4-4a5e-a1af-e857c7ba0c36/

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.