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.

WolpertingerLabs/callboard

https://github.com/WolpertingerLabs/callboard · scanned 2026-06-16 00:59 UTC (2 months, 1 week ago)

131 raw signals (0 security + 131 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 2 months, 1 week ago · v1 · 128 actionable findings from 1 signal source. 3 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 2034 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
assertOk software healthy frontend/src/api.ts:assertOk
listChats software healthy frontend/src/api.ts:listChats
listFolders software healthy frontend/src/api.ts:listFolders
searchChatContents software healthy frontend/src/api.ts:searchChatContents
toggleBookmark software healthy frontend/src/api.ts:toggleBookmark
updateChatPermissions software healthy frontend/src/api.ts:updateChatPermissions
markAsRead software healthy frontend/src/api.ts:markAsRead
dismissSummon software healthy frontend/src/api.ts:dismissSummon
getNewChatInfo software healthy frontend/src/api.ts:getNewChatInfo
forkChat software healthy frontend/src/api.ts:forkChat
deleteChat software healthy frontend/src/api.ts:deleteChat
getChat software healthy frontend/src/api.ts:getChat
getMessages software healthy frontend/src/api.ts:getMessages
getPending software healthy frontend/src/api.ts:getPending
respondToChat software healthy frontend/src/api.ts:respondToChat
uploadImages software healthy frontend/src/api.ts:uploadImages
uploadImagesOnly software healthy frontend/src/api.ts:uploadImagesOnly
getDrafts software healthy frontend/src/api.ts:getDrafts
createDraft software healthy frontend/src/api.ts:createDraft
updateDraft software healthy frontend/src/api.ts:updateDraft
deleteDraft software healthy frontend/src/api.ts:deleteDraft
executeDraft software healthy frontend/src/api.ts:executeDraft
getSlashCommandsAndPlugins software healthy frontend/src/api.ts:getSlashCommandsAndPlugins
getGitBranches software healthy frontend/src/api.ts:getGitBranches
generateGitBranchName software healthy frontend/src/api.ts:generateGitBranchName
getGitDiff software healthy frontend/src/api.ts:getGitDiff
getGitFileDiff software healthy frontend/src/api.ts:getGitFileDiff
getGitFileRawUrl software healthy frontend/src/api.ts:getGitFileRawUrl
browseDirectory software healthy frontend/src/api.ts:browseDirectory
validatePath software healthy frontend/src/api.ts:validatePath
getFolderSuggestions software healthy frontend/src/api.ts:getFolderSuggestions
clearFolderCache software healthy frontend/src/api.ts:clearFolderCache
getAppPlugins software healthy frontend/src/api.ts:getAppPlugins
scanForPlugins software healthy frontend/src/api.ts:scanForPlugins
rescanPlugins software healthy frontend/src/api.ts:rescanPlugins
removeScanRoot software healthy frontend/src/api.ts:removeScanRoot
toggleAppPlugin software healthy frontend/src/api.ts:toggleAppPlugin
toggleMcpServer software healthy frontend/src/api.ts:toggleMcpServer
updateMcpServerEnv software healthy frontend/src/api.ts:updateMcpServerEnv
listAgents software healthy frontend/src/api.ts:listAgents
getAgent software healthy frontend/src/api.ts:getAgent
createAgent software healthy frontend/src/api.ts:createAgent
updateAgent software healthy frontend/src/api.ts:updateAgent
toggleAgent software healthy frontend/src/api.ts:toggleAgent
deleteAgent software healthy frontend/src/api.ts:deleteAgent
getAgentIdentityPrompt software healthy frontend/src/api.ts:getAgentIdentityPrompt
getAgentSystemMessagePreview software healthy frontend/src/api.ts:getAgentSystemMessagePreview
getAgentExportUrl software healthy frontend/src/api.ts:getAgentExportUrl
importAgent software healthy frontend/src/api.ts:importAgent
getWorkspaceFiles software healthy frontend/src/api.ts:getWorkspaceFiles

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

LabelLayerStatusPath
deep-research-claude-agent-sdk-alternatives-citations.md software healthy deep-research-claude-agent-sdk-alternatives-citations.md
README.md software healthy README.md
deep-research-claude-agent-sdk-alternatives.md software healthy deep-research-claude-agent-sdk-alternatives.md
package.json software healthy package.json
.lintstagedrc.json software healthy .lintstagedrc.json
package-lock.json software healthy package-lock.json
.env.example software healthy .env.example
eslint.config.js software healthy eslint.config.js
LICENSE software healthy LICENSE
vitest.config.ts software healthy vitest.config.ts
tsconfig.base.json software healthy tsconfig.base.json
vite.config.ts software healthy frontend/vite.config.ts
package.json software healthy frontend/package.json
index.html software healthy frontend/index.html
tsconfig.json software healthy frontend/tsconfig.json
index.css software healthy frontend/src/index.css
api.ts software healthy frontend/src/api.ts
main.tsx software healthy frontend/src/main.tsx
App.tsx software healthy frontend/src/App.tsx
plugins.ts software healthy frontend/src/types/plugins.ts
chatFilters.ts software healthy frontend/src/types/chatFilters.ts
localStorage.ts software healthy frontend/src/utils/localStorage.ts
plugins.ts software healthy frontend/src/utils/plugins.ts
commands.ts software healthy frontend/src/utils/commands.ts
dateFormat.ts software healthy frontend/src/utils/dateFormat.ts
MarkdownRenderer.tsx software healthy frontend/src/components/MarkdownRenderer.tsx
CanvasRenderer.tsx software healthy frontend/src/components/CanvasRenderer.tsx
ProviderConfigPicker.tsx software healthy frontend/src/components/ProviderConfigPicker.tsx
McpToolsPanel.tsx software healthy frontend/src/components/McpToolsPanel.tsx
FolderListItem.tsx software healthy frontend/src/components/FolderListItem.tsx
FolderSelector.tsx software healthy frontend/src/components/FolderSelector.tsx
ParamFieldForm.tsx software healthy frontend/src/components/ParamFieldForm.tsx
SplitLayout.tsx software healthy frontend/src/components/SplitLayout.tsx
NewChatPanel.tsx software healthy frontend/src/components/NewChatPanel.tsx
CodexModelSelector.tsx software healthy frontend/src/components/CodexModelSelector.tsx
GitDiffView.tsx software healthy frontend/src/components/GitDiffView.tsx
DraftListItem.tsx software healthy frontend/src/components/DraftListItem.tsx
ListenerConfigPanel.tsx software healthy frontend/src/components/ListenerConfigPanel.tsx
CodeLoginModal.tsx software healthy frontend/src/components/CodeLoginModal.tsx
JobListItem.tsx software healthy frontend/src/components/JobListItem.tsx
ProviderBadge.tsx software healthy frontend/src/components/ProviderBadge.tsx
ImageUpload.tsx software healthy frontend/src/components/ImageUpload.tsx
ClaudeModelSelector.tsx software healthy frontend/src/components/ClaudeModelSelector.tsx
SlashCommandAutocomplete.tsx software healthy frontend/src/components/SlashCommandAutocomplete.tsx
SidebarHeader.tsx software healthy frontend/src/components/SidebarHeader.tsx
MessageBubble.tsx software healthy frontend/src/components/MessageBubble.tsx
ChatListItem.tsx software healthy frontend/src/components/ChatListItem.tsx
BranchSelector.tsx software healthy frontend/src/components/BranchSelector.tsx
PermissionSettings.tsx software healthy frontend/src/components/PermissionSettings.tsx
JobRunPanel.tsx software healthy frontend/src/components/JobRunPanel.tsx

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

LabelLayerStatusPath
USE /webhooks api healthy backend/src/index.ts
USE /api/auth/login api healthy backend/src/index.ts
USE /api/auth/logout api healthy backend/src/index.ts
USE /api/auth/check api healthy backend/src/index.ts
POST /api/auth/login api healthy backend/src/index.ts
POST /api/auth/logout api healthy backend/src/index.ts
GET /api/auth/check api healthy backend/src/index.ts
USE /api api healthy backend/src/index.ts
GET /api/docs api healthy backend/src/index.ts
USE /api/chats api healthy backend/src/index.ts
USE /api/images api healthy backend/src/index.ts
USE /api/queue api healthy backend/src/index.ts
USE /api/folders api healthy backend/src/index.ts
USE /api/git api healthy backend/src/index.ts
USE /api/app-plugins api healthy backend/src/index.ts
USE /api/agents api healthy backend/src/index.ts
USE /api/agent-settings api healthy backend/src/index.ts
USE /api/proxy api healthy backend/src/index.ts
USE /api/connections api healthy backend/src/index.ts
USE /api/sessions api healthy backend/src/index.ts
USE /api/themes api healthy backend/src/index.ts
USE /api/custom-skills api healthy backend/src/index.ts
USE /api/files api healthy backend/src/index.ts
USE /api/canvas api healthy backend/src/index.ts
USE /api/mcp-tools api healthy backend/src/index.ts
USE /api/openrouter api healthy backend/src/index.ts
USE /api/codex api healthy backend/src/index.ts
USE /api/jobs api healthy backend/src/index.ts
GET /api/instance-name api healthy backend/src/index.ts
PUT /api/instance-name api healthy backend/src/index.ts
POST /api/instance-name/randomize api healthy backend/src/index.ts
GET /api/ignored-project-dirs api healthy backend/src/index.ts
PUT /api/ignored-project-dirs api healthy backend/src/index.ts
GET /api/user-contact api healthy backend/src/index.ts
PUT /api/user-contact api healthy backend/src/index.ts
GET /api/auth/claude-status api healthy backend/src/index.ts
GET /api/system-info api healthy backend/src/index.ts
POST /api/auth/change-password api healthy backend/src/index.ts
HEAD /webhooks/:path api healthy backend/src/index.ts
POST /webhooks/:path api healthy backend/src/index.ts
POST /api/restart api healthy backend/src/index.ts
GET /branches api healthy backend/src/routes/git.ts
GET /diff api healthy backend/src/routes/git.ts
GET /diff/file api healthy backend/src/routes/git.ts
GET /diff/file/raw api healthy backend/src/routes/git.ts
POST /generate-branch-name api healthy backend/src/routes/git.ts
GET /models api healthy backend/src/routes/codex.ts
POST /:chatId/images api healthy backend/src/routes/images.ts
POST /upload api healthy backend/src/routes/images.ts
GET /:imageId api healthy backend/src/routes/images.ts

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

LabelLayerStatusPath
App frontend healthy frontend/src/App.tsx
MarkdownRenderer frontend healthy frontend/src/components/MarkdownRenderer.tsx
CanvasRenderer frontend healthy frontend/src/components/CanvasRenderer.tsx
ProviderConfigPicker frontend healthy frontend/src/components/ProviderConfigPicker.tsx
McpToolsPanel frontend healthy frontend/src/components/McpToolsPanel.tsx
FolderListItem frontend healthy frontend/src/components/FolderListItem.tsx
FolderSelector frontend healthy frontend/src/components/FolderSelector.tsx
ParamFieldForm frontend healthy frontend/src/components/ParamFieldForm.tsx
SplitLayout frontend healthy frontend/src/components/SplitLayout.tsx
NewChatPanel frontend healthy frontend/src/components/NewChatPanel.tsx
CodexModelSelector frontend healthy frontend/src/components/CodexModelSelector.tsx
GitDiffView frontend healthy frontend/src/components/GitDiffView.tsx
DraftListItem frontend healthy frontend/src/components/DraftListItem.tsx
ListenerConfigPanel frontend healthy frontend/src/components/ListenerConfigPanel.tsx
CodeLoginModal frontend healthy frontend/src/components/CodeLoginModal.tsx
JobListItem frontend healthy frontend/src/components/JobListItem.tsx
ProviderBadge frontend healthy frontend/src/components/ProviderBadge.tsx
ImageUpload frontend healthy frontend/src/components/ImageUpload.tsx
ClaudeModelSelector frontend healthy frontend/src/components/ClaudeModelSelector.tsx
SlashCommandAutocomplete frontend healthy frontend/src/components/SlashCommandAutocomplete.tsx
SidebarHeader frontend healthy frontend/src/components/SidebarHeader.tsx
MessageBubble frontend healthy frontend/src/components/MessageBubble.tsx
ChatListItem frontend healthy frontend/src/components/ChatListItem.tsx
BranchSelector frontend healthy frontend/src/components/BranchSelector.tsx
PermissionSettings frontend healthy frontend/src/components/PermissionSettings.tsx
JobRunPanel frontend healthy frontend/src/components/JobRunPanel.tsx
ConfirmModal frontend healthy frontend/src/components/ConfirmModal.tsx
PromptInput frontend healthy frontend/src/components/PromptInput.tsx
SlashCommandsModal frontend healthy frontend/src/components/SlashCommandsModal.tsx
OpenRouterModelSelector frontend healthy frontend/src/components/OpenRouterModelSelector.tsx
JsonContentView frontend healthy frontend/src/components/JsonContentView.tsx
ConfigureConnectionModal frontend healthy frontend/src/components/ConfigureConnectionModal.tsx
ChatFilterModal frontend healthy frontend/src/components/ChatFilterModal.tsx
ChatFilterBar frontend healthy frontend/src/components/ChatFilterBar.tsx
ChatPermissionsModal frontend healthy frontend/src/components/ChatPermissionsModal.tsx
DraftModal frontend healthy frontend/src/components/DraftModal.tsx
ToolCallBubble frontend healthy frontend/src/components/ToolCallBubble.tsx
FolderBrowser frontend healthy frontend/src/components/FolderBrowser.tsx
MediaRenderer frontend healthy frontend/src/components/MediaRenderer.tsx
ModalOverlay frontend healthy frontend/src/components/ModalOverlay.tsx
ChatDebugPanel frontend healthy frontend/src/components/ChatDebugPanel.tsx
FeedbackPanel frontend healthy frontend/src/components/FeedbackPanel.tsx
Chat frontend healthy frontend/src/pages/Chat.tsx
ChatList frontend healthy frontend/src/pages/ChatList.tsx
JobList frontend healthy frontend/src/pages/JobList.tsx
Login frontend healthy frontend/src/pages/Login.tsx
Settings frontend healthy frontend/src/pages/Settings.tsx
FolderList frontend healthy frontend/src/pages/FolderList.tsx
ConnectionEventsView frontend healthy frontend/src/pages/settings/ConnectionEventsView.tsx
SkillsSettings frontend healthy frontend/src/pages/settings/SkillsSettings.tsx

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

LabelLayerStatusPath
/Chat frontend healthy frontend/src/pages/Chat.tsx
/ChatList frontend healthy frontend/src/pages/ChatList.tsx
/JobList frontend healthy frontend/src/pages/JobList.tsx
/Login frontend healthy frontend/src/pages/Login.tsx
/Settings frontend healthy frontend/src/pages/Settings.tsx
/FolderList frontend healthy frontend/src/pages/FolderList.tsx
/settings/ConnectionEventsView frontend healthy frontend/src/pages/settings/ConnectionEventsView.tsx
/settings/SkillsSettings frontend healthy frontend/src/pages/settings/SkillsSettings.tsx
/settings/AboutSettings frontend healthy frontend/src/pages/settings/AboutSettings.tsx
/settings/ApiSettings frontend healthy frontend/src/pages/settings/ApiSettings.tsx
/settings/AccountSettings frontend healthy frontend/src/pages/settings/AccountSettings.tsx
/settings/ConnectionsSettings frontend healthy frontend/src/pages/settings/ConnectionsSettings.tsx
/settings/ProxySettings frontend healthy frontend/src/pages/settings/ProxySettings.tsx
/settings/GeneralSettings frontend healthy frontend/src/pages/settings/GeneralSettings.tsx
/settings/JobsSettings frontend healthy frontend/src/pages/settings/JobsSettings.tsx
/settings/PluginsSettings frontend healthy frontend/src/pages/settings/PluginsSettings.tsx
/agents/AgentList frontend healthy frontend/src/pages/agents/AgentList.tsx
/agents/CreateAgent frontend healthy frontend/src/pages/agents/CreateAgent.tsx
/agents/AgentDashboard frontend healthy frontend/src/pages/agents/AgentDashboard.tsx
/agents/dashboard/Chat frontend healthy frontend/src/pages/agents/dashboard/Chat.tsx
/agents/dashboard/Triggers frontend healthy frontend/src/pages/agents/dashboard/Triggers.tsx
/agents/dashboard/Activity frontend healthy frontend/src/pages/agents/dashboard/Activity.tsx
/agents/dashboard/CronJobs frontend healthy frontend/src/pages/agents/dashboard/CronJobs.tsx
/agents/dashboard/Memory frontend healthy frontend/src/pages/agents/dashboard/Memory.tsx
/agents/dashboard/Events frontend healthy frontend/src/pages/agents/dashboard/Events.tsx
/agents/dashboard/Connections frontend healthy frontend/src/pages/agents/dashboard/Connections.tsx
/agents/dashboard/Overview frontend healthy frontend/src/pages/agents/dashboard/Overview.tsx
/agents/dashboard/SystemMessagePreview frontend healthy frontend/src/pages/agents/dashboard/SystemMessagePreview.tsx
/ frontend healthy frontend/src/App.tsx
/chat/new frontend healthy frontend/src/App.tsx
/chat/:id frontend healthy frontend/src/App.tsx
/settings frontend healthy frontend/src/App.tsx
/settings/:tab frontend healthy frontend/src/App.tsx
/agents frontend healthy frontend/src/App.tsx
/agents/new frontend healthy frontend/src/App.tsx
/agents/:alias/* frontend healthy frontend/src/App.tsx
/tmp/x frontend healthy backend/src/agents/agents.integration.test.ts
/a.txt frontend healthy backend/src/agents/adapters/codex/messageAdapter.test.ts
/b.txt frontend healthy backend/src/agents/adapters/codex/messageAdapter.test.ts
/x frontend healthy backend/src/agents/adapters/codex/messageAdapter.test.ts
/tmp/codex-work-4w9RVb/hello.txt frontend healthy backend/src/agents/adapters/codex/messageAdapter.test.ts
/tmp/a frontend healthy backend/src/agents/adapters/claude-code/messageAdapter.test…
/a frontend healthy backend/src/agents/adapters/openrouter/transcriptParser.tes…
/b frontend healthy backend/src/agents/adapters/openrouter/transcriptParser.tes…
/abs/plugin-a frontend healthy backend/src/agents/adapters/openrouter/optionsAdapter.test.…
/abs/plugin-b frontend healthy backend/src/agents/adapters/openrouter/optionsAdapter.test.…
/abs/p frontend healthy backend/src/agents/adapters/openrouter/optionsAdapter.test.…
/abs/keep frontend healthy backend/src/agents/adapters/openrouter/optionsAdapter.test.…
/abs/remote frontend healthy backend/src/agents/adapters/openrouter/optionsAdapter.test.…
/home frontend healthy backend/src/services/folder-service.ts

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

LabelLayerStatusPath
frontend software healthy frontend
src software healthy frontend/src
types software healthy frontend/src/types
utils software healthy frontend/src/utils
components software healthy frontend/src/components
contexts software healthy frontend/src/contexts
pages software healthy frontend/src/pages
settings software healthy frontend/src/pages/settings
agents software healthy frontend/src/pages/agents
dashboard software healthy frontend/src/pages/agents/dashboard
hooks software healthy frontend/src/hooks
shared software healthy shared
types software healthy shared/types
scripts software healthy scripts
.claude software healthy .claude
backend software healthy backend
src software healthy backend/src
scaffold software healthy backend/src/scaffold
utils software healthy backend/src/utils
routes software healthy backend/src/routes
agents software healthy backend/src/agents
adapters software healthy backend/src/agents/adapters
mock software healthy backend/src/agents/adapters/mock
codex software healthy backend/src/agents/adapters/codex
__fixtures__ software healthy backend/src/agents/adapters/codex/__fixtures__
claude-code software healthy backend/src/agents/adapters/claude-code
openrouter software healthy backend/src/agents/adapters/openrouter
permissions software healthy backend/src/agents/permissions
ports software healthy backend/src/agents/ports
services software healthy backend/src/services
plans software healthy plans

LabelLayerStatusPath
MockAgentQuery software healthy backend/src/agents/adapters/mock/MockAgentProvider.ts:MockA…
MockAgentProvider software healthy backend/src/agents/adapters/mock/MockAgentProvider.ts:MockA…
CodexAdapter software healthy backend/src/agents/adapters/codex/CodexAdapter.ts:CodexAdap…
CodexSessionProvider software healthy backend/src/agents/adapters/codex/CodexSessionProvider.ts:C…
CodexAgentQuery software healthy backend/src/agents/adapters/codex/CodexAgentQuery.ts:CodexA…
ClaudeCodeSessionProvider software healthy backend/src/agents/adapters/claude-code/ClaudeCodeSessionPr…
ClaudeCodeAgentQuery software healthy backend/src/agents/adapters/claude-code/ClaudeCodeAdapter.t…
ClaudeCodeAdapter software healthy backend/src/agents/adapters/claude-code/ClaudeCodeAdapter.t…
OpenRouterAgentQuery software healthy backend/src/agents/adapters/openrouter/OpenRouterAdapter.ts…
OpenRouterAdapter software healthy backend/src/agents/adapters/openrouter/OpenRouterAdapter.ts…
OpenRouterSessionProvider software healthy backend/src/agents/adapters/openrouter/OpenRouterSessionPro…
ToolPermissionPolicy software healthy backend/src/agents/permissions/ToolPermissionPolicy.ts:Tool…
CustomSkillsService software healthy backend/src/services/custom-skills-service.ts:CustomSkillsS…
ProxyClient software healthy backend/src/services/proxy-client.ts:ProxyClient
JobValidationError software healthy backend/src/services/job-store.ts:JobValidationError
SessionRegistry software healthy backend/src/services/session-registry.ts:SessionRegistry
LocalProxy software healthy backend/src/services/local-proxy.ts:LocalProxy
FolderService software healthy backend/src/services/folder-service.ts:FolderService
ImageStorageService software healthy backend/src/services/image-storage.ts:ImageStorageService
QueueFileService software healthy backend/src/services/queue-file-service.ts:QueueFileService
ChatFileService software healthy backend/src/services/chat-file-service.ts:ChatFileService
ThemeFileService software healthy backend/src/services/theme-file-service.ts:ThemeFileService

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

LabelLayerStatusPath
port:8000 network healthy .env.example

LabelLayerStatusPath
127.0.0.1 network healthy backend/src/services/proxy-singleton.ts
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/2fdf8b1c-f27b-48d9-8028-09d4ea61f8e3/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/2fdf8b1c-f27b-48d9-8028-09d4ea61f8e3/

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.