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.

zigazaga4/claude-chat

https://github.com/zigazaga4/claude-chat · scanned 2026-06-16 01:12 UTC (2 months, 1 week ago)

46 raw signals (0 security + 46 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 2 months, 1 week ago · v1 · 46 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 582 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
newId software healthy src/state/instances.tsx:newId
makeInstance software healthy src/state/instances.tsx:makeInstance
reducer software healthy src/state/instances.tsx:reducer
initial software healthy src/state/instances.tsx:initial
InstancesProvider software healthy src/state/instances.tsx:InstancesProvider
useInstances software healthy src/state/instances.tsx:useInstances
createSnapshotStore software healthy src/state/usage.ts:createSnapshotStore
getServerSnapshot software healthy src/state/usage.ts:getServerSnapshot
setRateLimitUsage software healthy src/state/usage.ts:setRateLimitUsage
useRateLimitUsage software healthy src/state/usage.ts:useRateLimitUsage
setPlanUsage software healthy src/state/usage.ts:setPlanUsage
usePlanUsage software healthy src/state/usage.ts:usePlanUsage
basename software healthy src/components/InstanceTabs.tsx:basename
InstanceTabs software healthy src/components/InstanceTabs.tsx:InstanceTabs
FilesView software healthy src/components/FilesView.tsx:FilesView
data software healthy src/components/FilesView.tsx:data
DirNode software healthy src/components/FilesView.tsx:DirNode
FileNode software healthy src/components/FilesView.tsx:FileNode
CodeViewer software healthy src/components/FilesView.tsx:CodeViewer
basename software healthy src/components/FilesView.tsx:basename
humanBytes software healthy src/components/FilesView.tsx:humanBytes
workspaceRootPath software healthy src/components/FilesView.tsx:workspaceRootPath
ModelPicker software healthy src/components/ModelPicker.tsx:ModelPicker
place software healthy src/components/ModelPicker.tsx:place
onReflow software healthy src/components/ModelPicker.tsx:onReflow
onPointerDown software healthy src/components/ModelPicker.tsx:onPointerDown
onKeyDown software healthy src/components/ModelPicker.tsx:onKeyDown
select software healthy src/components/ModelPicker.tsx:select
ShellView software healthy src/components/ShellView.tsx:ShellView
data software healthy src/components/ShellView.tsx:data
doResize software healthy src/components/ShellView.tsx:doResize
StatusBadge software healthy src/components/ShellView.tsx:StatusBadge
Logo software healthy src/components/Logo.tsx:Logo
CloudGlyph software healthy src/components/Logo.tsx:CloudGlyph
makeInitial software healthy src/components/AskQuestionPicker.tsx:makeInitial
joinAnswer software healthy src/components/AskQuestionPicker.tsx:joinAnswer
AskQuestionPicker software healthy src/components/AskQuestionPicker.tsx:AskQuestionPicker
submit software healthy src/components/AskQuestionPicker.tsx:submit
OtherRow software healthy src/components/AskQuestionPicker.tsx:OtherRow
modelLabel software healthy src/components/RefusalBlockView.tsx:modelLabel
RefusalBlockView software healthy src/components/RefusalBlockView.tsx:RefusalBlockView
LeftPanel software healthy src/components/LeftPanel.tsx:LeftPanel
RemoteFolderPicker software healthy src/components/RemoteFolderPicker.tsx:RemoteFolderPicker
json software healthy src/components/RemoteFolderPicker.tsx:json
onKey software healthy src/components/RemoteFolderPicker.tsx:onKey
onCreate software healthy src/components/RemoteFolderPicker.tsx:onCreate
onAdd software healthy src/components/RemoteFolderPicker.tsx:onAdd
fmtTokens software healthy src/components/CompactBoundaryDivider.tsx:fmtTokens
fmtDuration software healthy src/components/CompactBoundaryDivider.tsx:fmtDuration
CompactBoundaryDivider software healthy src/components/CompactBoundaryDivider.tsx:CompactBoundaryDi…

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

LabelLayerStatusPath
ecosystem.config.cjs software healthy ecosystem.config.cjs
postcss.config.mjs software healthy postcss.config.mjs
README.md software healthy README.md
CLAUDE.md software healthy CLAUDE.md
package.json software healthy package.json
package-lock.json software healthy package-lock.json
tsconfig.json software healthy tsconfig.json
eslint.config.mjs software healthy eslint.config.mjs
AGENTS.md software healthy AGENTS.md
next.config.ts software healthy next.config.ts
instances.tsx software healthy src/state/instances.tsx
usage.ts software healthy src/state/usage.ts
InstanceTabs.tsx software healthy src/components/InstanceTabs.tsx
FilesView.tsx software healthy src/components/FilesView.tsx
ModelPicker.tsx software healthy src/components/ModelPicker.tsx
ShellView.tsx software healthy src/components/ShellView.tsx
Logo.tsx software healthy src/components/Logo.tsx
AskQuestionPicker.tsx software healthy src/components/AskQuestionPicker.tsx
RefusalBlockView.tsx software healthy src/components/RefusalBlockView.tsx
LeftPanel.tsx software healthy src/components/LeftPanel.tsx
RemoteFolderPicker.tsx software healthy src/components/RemoteFolderPicker.tsx
CompactBoundaryDivider.tsx software healthy src/components/CompactBoundaryDivider.tsx
WorkspaceList.tsx software healthy src/components/WorkspaceList.tsx
MessageBlocks.tsx software healthy src/components/MessageBlocks.tsx
ModePicker.tsx software healthy src/components/ModePicker.tsx
AppShell.tsx software healthy src/components/AppShell.tsx
ConversationPicker.tsx software healthy src/components/ConversationPicker.tsx
FolderPicker.tsx software healthy src/components/FolderPicker.tsx
TokenCircle.tsx software healthy src/components/TokenCircle.tsx
TodoListPanel.tsx software healthy src/components/TodoListPanel.tsx
UsageMeter.tsx software healthy src/components/UsageMeter.tsx
Composer.tsx software healthy src/components/Composer.tsx
AutoEffortToggle.tsx software healthy src/components/AutoEffortToggle.tsx
Markdown.tsx software healthy src/components/Markdown.tsx
SystemPromptModal.tsx software healthy src/components/SystemPromptModal.tsx
ChatView.tsx software healthy src/components/ChatView.tsx
EffortPicker.tsx software healthy src/components/EffortPicker.tsx
MainPane.tsx software healthy src/components/MainPane.tsx
ConnectSshModal.tsx software healthy src/components/ConnectSshModal.tsx
EffortSuggestionPanel.tsx software healthy src/components/EffortSuggestionPanel.tsx
WriteToolView.tsx software healthy src/components/tools/WriteToolView.tsx
AskUserQuestionToolView.tsx software healthy src/components/tools/AskUserQuestionToolView.tsx
DiffView.tsx software healthy src/components/tools/DiffView.tsx
ExitPlanModeToolView.tsx software healthy src/components/tools/ExitPlanModeToolView.tsx
TodoWriteToolView.tsx software healthy src/components/tools/TodoWriteToolView.tsx
diff.ts software healthy src/components/tools/diff.ts
ReadToolView.tsx software healthy src/components/tools/ReadToolView.tsx
index.tsx software healthy src/components/tools/index.tsx
NotebookEditToolView.tsx software healthy src/components/tools/NotebookEditToolView.tsx
EditToolView.tsx software healthy src/components/tools/EditToolView.tsx

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

LabelLayerStatusPath
src software healthy src
state software healthy src/state
components software healthy src/components
tools software healthy src/components/tools
app software healthy src/app
api software healthy src/app/api
workspaces software healthy src/app/api/workspaces
conversations software healthy src/app/api/conversations
[id] software healthy src/app/api/conversations/[id]
messages software healthy src/app/api/conversations/[id]/messages
chat software healthy src/app/api/chat
answer software healthy src/app/api/chat/answer
inject software healthy src/app/api/chat/inject
system-prompt software healthy src/app/api/system-prompt
ssh software healthy src/app/api/ssh
disconnect software healthy src/app/api/ssh/disconnect
connect software healthy src/app/api/ssh/connect
mkdir software healthy src/app/api/ssh/mkdir
browse software healthy src/app/api/ssh/browse
login software healthy src/app/api/ssh/login
test software healthy src/app/api/ssh/test
add-path software healthy src/app/api/ssh/add-path
browse-probe software healthy src/app/api/ssh/browse-probe
shell software healthy src/app/api/shell
input software healthy src/app/api/shell/input
stream software healthy src/app/api/shell/stream
resize software healthy src/app/api/shell/resize
start software healthy src/app/api/shell/start
stop software healthy src/app/api/shell/stop
suggest-effort software healthy src/app/api/suggest-effort
fs software healthy src/app/api/fs
upload software healthy src/app/api/fs/upload
read software healthy src/app/api/fs/read
browse software healthy src/app/api/fs/browse
tree software healthy src/app/api/fs/tree
download software healthy src/app/api/fs/download
lib software healthy src/lib
hooks software healthy src/hooks
server software healthy src/server

LabelLayerStatusPath
InstanceTabs frontend healthy src/components/InstanceTabs.tsx
FilesView frontend healthy src/components/FilesView.tsx
ModelPicker frontend healthy src/components/ModelPicker.tsx
ShellView frontend healthy src/components/ShellView.tsx
Logo frontend healthy src/components/Logo.tsx
AskQuestionPicker frontend healthy src/components/AskQuestionPicker.tsx
RefusalBlockView frontend healthy src/components/RefusalBlockView.tsx
LeftPanel frontend healthy src/components/LeftPanel.tsx
RemoteFolderPicker frontend healthy src/components/RemoteFolderPicker.tsx
CompactBoundaryDivider frontend healthy src/components/CompactBoundaryDivider.tsx
WorkspaceList frontend healthy src/components/WorkspaceList.tsx
ModePicker frontend healthy src/components/ModePicker.tsx
AppShell frontend healthy src/components/AppShell.tsx
ConversationPicker frontend healthy src/components/ConversationPicker.tsx
FolderPicker frontend healthy src/components/FolderPicker.tsx
TokenCircle frontend healthy src/components/TokenCircle.tsx
TodoListPanel frontend healthy src/components/TodoListPanel.tsx
UsageMeter frontend healthy src/components/UsageMeter.tsx
Composer frontend healthy src/components/Composer.tsx
AutoEffortToggle frontend healthy src/components/AutoEffortToggle.tsx
Markdown frontend healthy src/components/Markdown.tsx
SystemPromptModal frontend healthy src/components/SystemPromptModal.tsx
ChatView frontend healthy src/components/ChatView.tsx
EffortPicker frontend healthy src/components/EffortPicker.tsx
MainPane frontend healthy src/components/MainPane.tsx
ConnectSshModal frontend healthy src/components/ConnectSshModal.tsx
EffortSuggestionPanel frontend healthy src/components/EffortSuggestionPanel.tsx
Home frontend healthy src/app/page.tsx
RootLayout frontend healthy src/app/layout.tsx

LabelLayerStatusPath
port:3002 network healthy ecosystem.config.cjs
port:22 network healthy src/app/api/ssh/connect/route.ts

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

LabelLayerStatusPath
RemoteHost software healthy src/server/sshHosts.ts:RemoteHost

LabelLayerStatusPath
sqlite data healthy README.md

LabelLayerStatusPath
1.2.3.4 network healthy src/components/ConnectSshModal.tsx

LabelLayerStatusPath
nginx network healthy src/lib/fileIcons.ts

LabelLayerStatusPath
/page.tsx frontend healthy src/app/page.tsx
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/98dd1f7f-7c82-4905-bc0c-ecc7a18bf00d/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/98dd1f7f-7c82-4905-bc0c-ecc7a18bf00d/

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.