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.

use-ai-for-mc/debugbridge

https://github.com/use-ai-for-mc/debugbridge · scanned 2026-06-16 00:46 UTC (2 months, 1 week ago)

39 raw signals (0 security + 39 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 2 months, 1 week ago · v1 · 16 actionable findings from 1 signal source. 23 repeated signals grouped for readability. 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 409 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
build-and-deploy.sh software healthy build-and-deploy.sh
build-and-deploy-26.2-dev.sh software healthy build-and-deploy-26.2-dev.sh
README.md software healthy README.md
CLAUDE.md software healthy CLAUDE.md
MULTIVERSION_PLAN.md software healthy MULTIVERSION_PLAN.md
build-and-deploy-1.21.11.sh software healthy build-and-deploy-1.21.11.sh
LICENSE software healthy LICENSE
AGENTS.md software healthy AGENTS.md
tsconfig.app.json software healthy web-ui/tsconfig.app.json
vite.config.ts software healthy web-ui/vite.config.ts
README.md software healthy web-ui/README.md
tailwind.config.js software healthy web-ui/tailwind.config.js
package.json software healthy web-ui/package.json
tsconfig.node.json software healthy web-ui/tsconfig.node.json
index.html software healthy web-ui/index.html
package-lock.json software healthy web-ui/package-lock.json
tsconfig.json software healthy web-ui/tsconfig.json
postcss.config.js software healthy web-ui/postcss.config.js
App.vue software healthy web-ui/src/App.vue
main.ts software healthy web-ui/src/main.ts
style.css software healthy web-ui/src/style.css
index.ts software healthy web-ui/src/types/index.ts
connection.ts software healthy web-ui/src/stores/connection.ts
entities.ts software healthy web-ui/src/stores/entities.ts
blocks.ts software healthy web-ui/src/stores/blocks.ts
browser.ts software healthy web-ui/src/stores/browser.ts
console.ts software healthy web-ui/src/stores/console.ts
inspector.ts software healthy web-ui/src/stores/inspector.ts
inventory.ts software healthy web-ui/src/stores/inventory.ts
Sidebar.vue software healthy web-ui/src/components/layout/Sidebar.vue
HeaderBar.vue software healthy web-ui/src/components/layout/HeaderBar.vue
DashboardPanel.vue software healthy web-ui/src/components/dashboard/DashboardPanel.vue
ConsolePanel.vue software healthy web-ui/src/components/console/ConsolePanel.vue
CodeEditor.vue software healthy web-ui/src/components/console/CodeEditor.vue
SnbtTree.vue software healthy web-ui/src/components/inspector/SnbtTree.vue
JsonTree.vue software healthy web-ui/src/components/inspector/JsonTree.vue
BrowserTree.vue software healthy web-ui/src/components/inspector/BrowserTree.vue
GroovyInspector.vue software healthy web-ui/src/components/inspector/GroovyInspector.vue
BrowserPanel.vue software healthy web-ui/src/components/inspector/BrowserPanel.vue
InspectorPanel.vue software healthy web-ui/src/components/inspector/InspectorPanel.vue
EntitiesPanel.vue software healthy web-ui/src/components/inspector/EntitiesPanel.vue
BlocksPanel.vue software healthy web-ui/src/components/inspector/BlocksPanel.vue
InventoryPanel.vue software healthy web-ui/src/components/inspector/InventoryPanel.vue
InspectorTree.vue software healthy web-ui/src/components/inspector/InspectorTree.vue
bridge.ts software healthy web-ui/src/services/bridge.ts
snbt.ts software healthy web-ui/src/services/snbt.ts
groovy-helpers.ts software healthy web-ui/src/services/groovy-helpers.ts
ARCHITECTURE.md software healthy mod/ARCHITECTURE.md
build.gradle.kts software healthy mod/build.gradle.kts
AGENTS.md software healthy mod/AGENTS.md

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

LabelLayerStatusPath
connect software healthy web-ui/src/stores/connection.ts:connect
disconnect software healthy web-ui/src/stores/connection.ts:disconnect
setRange software healthy web-ui/src/stores/entities.ts:setRange
setViewMode software healthy web-ui/src/stores/entities.ts:setViewMode
entityPrimaryKey software healthy web-ui/src/stores/entities.ts:entityPrimaryKey
fetchEntityPrimaryTextureCached software healthy web-ui/src/stores/entities.ts:fetchEntityPrimaryTextureCach…
promise software healthy web-ui/src/stores/entities.ts:promise
fetchEntities software healthy web-ui/src/stores/entities.ts:fetchEntities
fetchEntityDetails software healthy web-ui/src/stores/entities.ts:fetchEntityDetails
selectEntity software healthy web-ui/src/stores/entities.ts:selectEntity
startAutoRefresh software healthy web-ui/src/stores/entities.ts:startAutoRefresh
stopAutoRefresh software healthy web-ui/src/stores/entities.ts:stopAutoRefresh
fetchLookedAtEntity software healthy web-ui/src/stores/entities.ts:fetchLookedAtEntity
startFollowGaze software healthy web-ui/src/stores/entities.ts:startFollowGaze
stopFollowGaze software healthy web-ui/src/stores/entities.ts:stopFollowGaze
clearEntityPrimaryTextureCache software healthy web-ui/src/stores/entities.ts:clearEntityPrimaryTextureCache
refreshEntities software healthy web-ui/src/stores/entities.ts:refreshEntities
blockKey software healthy web-ui/src/stores/blocks.ts:blockKey
setRange software healthy web-ui/src/stores/blocks.ts:setRange
setSortBy software healthy web-ui/src/stores/blocks.ts:setSortBy
fetchBlocks software healthy web-ui/src/stores/blocks.ts:fetchBlocks
fetchBlockDetails software healthy web-ui/src/stores/blocks.ts:fetchBlockDetails
parseKey software healthy web-ui/src/stores/blocks.ts:parseKey
selectBlock software healthy web-ui/src/stores/blocks.ts:selectBlock
clearSelection software healthy web-ui/src/stores/blocks.ts:clearSelection
setAutoRefresh software healthy web-ui/src/stores/blocks.ts:setAutoRefresh
generateNodeId software healthy web-ui/src/stores/browser.ts:generateNodeId
loadEntryPoint software healthy web-ui/src/stores/browser.ts:loadEntryPoint
loadFromGroovy software healthy web-ui/src/stores/browser.ts:loadFromGroovy
createChildNodes software healthy web-ui/src/stores/browser.ts:createChildNodes
expandNode software healthy web-ui/src/stores/browser.ts:expandNode
callMethodOnNode software healthy web-ui/src/stores/browser.ts:callMethodOnNode
selectNode software healthy web-ui/src/stores/browser.ts:selectNode
goBack software healthy web-ui/src/stores/browser.ts:goBack
goForward software healthy web-ui/src/stores/browser.ts:goForward
removeRoot software healthy web-ui/src/stores/browser.ts:removeRoot
clearAll software healthy web-ui/src/stores/browser.ts:clearAll
formatDisplayValue software healthy web-ui/src/stores/browser.ts:formatDisplayValue
generateId software healthy web-ui/src/stores/console.ts:generateId
addEntry software healthy web-ui/src/stores/console.ts:addEntry
execute software healthy web-ui/src/stores/console.ts:execute
navigateHistory software healthy web-ui/src/stores/console.ts:navigateHistory
clear software healthy web-ui/src/stores/console.ts:clear
generateNodeId software healthy web-ui/src/stores/inspector.ts:generateNodeId
formatDisplayValue software healthy web-ui/src/stores/inspector.ts:formatDisplayValue
savePinned software healthy web-ui/src/stores/inspector.ts:savePinned
generatePinId software healthy web-ui/src/stores/inspector.ts:generatePinId
createChildNodes software healthy web-ui/src/stores/inspector.ts:createChildNodes
inspect software healthy web-ui/src/stores/inspector.ts:inspect
expandNode software healthy web-ui/src/stores/inspector.ts:expandNode

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

LabelLayerStatusPath
web-ui software healthy web-ui
src software healthy web-ui/src
types software healthy web-ui/src/types
stores software healthy web-ui/src/stores
components software healthy web-ui/src/components
layout software healthy web-ui/src/components/layout
dashboard software healthy web-ui/src/components/dashboard
console software healthy web-ui/src/components/console
inspector software healthy web-ui/src/components/inspector
services software healthy web-ui/src/services
mod software healthy mod
docs software healthy mod/docs
fabric-1.21.11 software healthy mod/fabric-1.21.11
src software healthy mod/fabric-1.21.11/src
main software healthy mod/fabric-1.21.11/src/main
resources software healthy mod/fabric-1.21.11/src/main/resources
java software healthy mod/fabric-1.21.11/src/main/java
com software healthy mod/fabric-1.21.11/src/main/java/com
debugbridge software healthy mod/fabric-1.21.11/src/main/java/com/debugbridge
fabric12111 software healthy mod/fabric-1.21.11/src/main/java/com/debugbridge/fabric12111
mixin software healthy mod/fabric-1.21.11/src/main/java/com/debugbridge/fabric1211…
fabric-1.19 software healthy mod/fabric-1.19
src software healthy mod/fabric-1.19/src
main software healthy mod/fabric-1.19/src/main
resources software healthy mod/fabric-1.19/src/main/resources
java software healthy mod/fabric-1.19/src/main/java
com software healthy mod/fabric-1.19/src/main/java/com
debugbridge software healthy mod/fabric-1.19/src/main/java/com/debugbridge
fabric119 software healthy mod/fabric-1.19/src/main/java/com/debugbridge/fabric119
mixin software healthy mod/fabric-1.19/src/main/java/com/debugbridge/fabric119/mix…
core software healthy mod/core
src software healthy mod/core/src
test software healthy mod/core/src/test
resources software healthy mod/core/src/test/resources
webui-test software healthy mod/core/src/test/resources/webui-test
assets software healthy mod/core/src/test/resources/webui-test/assets
java software healthy mod/core/src/test/java
com software healthy mod/core/src/test/java/com
debugbridge software healthy mod/core/src/test/java/com/debugbridge
core software healthy mod/core/src/test/java/com/debugbridge/core
recording software healthy mod/core/src/test/java/com/debugbridge/core/recording
webui software healthy mod/core/src/test/java/com/debugbridge/core/webui
text software healthy mod/core/src/test/java/com/debugbridge/core/text
lifecycle software healthy mod/core/src/test/java/com/debugbridge/core/lifecycle
session software healthy mod/core/src/test/java/com/debugbridge/core/session
main software healthy mod/core/src/main
java software healthy mod/core/src/main/java
com software healthy mod/core/src/main/java/com
debugbridge software healthy mod/core/src/main/java/com/debugbridge
core software healthy mod/core/src/main/java/com/debugbridge/core

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

LabelLayerStatusPath
e software healthy web-ui/src/stores/entities.ts:e
name software healthy web-ui/src/stores/blocks.ts:name
blockId software healthy web-ui/src/stores/blocks.ts:blockId
BridgeService software healthy web-ui/src/services/bridge.ts:BridgeService
SnbtParser software healthy web-ui/src/services/snbt.ts:SnbtParser
and software healthy web-ui/src/services/groovy-helpers.ts:and

LabelLayerStatusPath
build-legacy-mods cicd healthy .github/workflows/release.yml
build-26-2-dev cicd healthy .github/workflows/release.yml
build-and-release cicd healthy .github/workflows/release.yml
build-legacy-mods cicd healthy .github/workflows/build.yml
build-26-2-dev cicd healthy .github/workflows/build.yml
build-web-ui cicd healthy .github/workflows/build.yml

LabelLayerStatusPath
gha::release cicd healthy .github/workflows/release.yml
gha::build cicd healthy .github/workflows/build.yml

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

LabelLayerStatusPath
127.0.0.1 network healthy README.md

LabelLayerStatusPath
port:5173 network healthy web-ui/vite.config.ts

LabelLayerStatusPath
caddy network healthy web-ui/vite.config.ts

LabelLayerStatusPath
gpu (detected) hardware healthy CLAUDE.md
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/650ed877-7e10-4a16-9860-8b60dbfe78ce/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/650ed877-7e10-4a16-9860-8b60dbfe78ce/

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.