https://github.com/TylerES777/Verlox
· scanned 2026-06-16 00:44 UTC (2 months, 1 week ago)
73 raw signals (0 security + 73 graph)
Last scanned 2 months, 1 week ago · v1 · 72 actionable findings from 1 signal source. 1 repeated signal grouped for readability. Security checks, system graph analysis, and verified AI-agent feedback are merged into one review queue.
All 713 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 |
|---|---|---|---|
render |
software | healthy | scripts/make-icons.mjs:render |
AuthGate |
software | healthy | src/renderer/src/App.tsx:AuthGate |
App |
software | healthy | src/renderer/src/App.tsx:App |
loadOutputMode |
software | healthy | src/renderer/src/components/TerminalView.tsx:loadOutputMode |
TerminalView |
software | healthy | src/renderer/src/components/TerminalView.tsx:TerminalView |
switchMode |
software | healthy | src/renderer/src/components/TerminalView.tsx:switchMode |
onScrollbarThumbDown |
software | healthy | src/renderer/src/components/TerminalView.tsx:onScrollbarThu… |
onMove |
software | healthy | src/renderer/src/components/TerminalView.tsx:onMove |
onUp |
software | healthy | src/renderer/src/components/TerminalView.tsx:onUp |
updateSb |
software | healthy | src/renderer/src/components/TerminalView.tsx:updateSb |
beginTermRun |
software | healthy | src/renderer/src/components/TerminalView.tsx:beginTermRun |
checkTermDone |
software | healthy | src/renderer/src/components/TerminalView.tsx:checkTermDone |
checkCwd |
software | healthy | src/renderer/src/components/TerminalView.tsx:checkCwd |
start |
software | healthy | src/renderer/src/components/TerminalView.tsx:start |
resize |
software | healthy | src/renderer/src/components/TerminalView.tsx:resize |
OutputModeToggle |
software | healthy | src/renderer/src/components/TerminalView.tsx:OutputModeTogg… |
pill |
software | healthy | src/renderer/src/components/TerminalView.tsx:pill |
getCommandSuggestions |
software | healthy | src/renderer/src/components/TerminalView.tsx:getCommandSugg… |
summarizeBlock |
software | healthy | src/renderer/src/components/TerminalView.tsx:summarizeBlock |
readBrain |
software | healthy | src/renderer/src/components/TerminalView.tsx:readBrain |
dispatchAskAgent |
software | healthy | src/renderer/src/components/TerminalView.tsx:dispatchAskAge… |
BlockInsights |
software | healthy | src/renderer/src/components/TerminalView.tsx:BlockInsights |
runExplain |
software | healthy | src/renderer/src/components/TerminalView.tsx:runExplain |
BlocksView |
software | healthy | src/renderer/src/components/TerminalView.tsx:BlocksView |
send |
software | healthy | src/renderer/src/components/TerminalView.tsx:send |
onKeyDown |
software | healthy | src/renderer/src/components/TerminalView.tsx:onKeyDown |
fmtTime |
software | healthy | src/renderer/src/components/TerminalView.tsx:fmtTime |
Tooltip |
software | healthy | src/renderer/src/components/Tooltip.tsx:Tooltip |
handleShow |
software | healthy | src/renderer/src/components/Tooltip.tsx:handleShow |
handleHide |
software | healthy | src/renderer/src/components/Tooltip.tsx:handleHide |
errorMessage |
software | healthy | src/renderer/src/components/LoginScreen.tsx:errorMessage |
IconMail |
software | healthy | src/renderer/src/components/LoginScreen.tsx:IconMail |
IconLock |
software | healthy | src/renderer/src/components/LoginScreen.tsx:IconLock |
IconEye |
software | healthy | src/renderer/src/components/LoginScreen.tsx:IconEye |
IconEyeOff |
software | healthy | src/renderer/src/components/LoginScreen.tsx:IconEyeOff |
IconField |
software | healthy | src/renderer/src/components/LoginScreen.tsx:IconField |
LoginScreen |
software | healthy | src/renderer/src/components/LoginScreen.tsx:LoginScreen |
dismissBanner |
software | healthy | src/renderer/src/components/LoginScreen.tsx:dismissBanner |
clientValidate |
software | healthy | src/renderer/src/components/LoginScreen.tsx:clientValidate |
handleSubmit |
software | healthy | src/renderer/src/components/LoginScreen.tsx:handleSubmit |
toggleMode |
software | healthy | src/renderer/src/components/LoginScreen.tsx:toggleMode |
Timeline |
software | healthy | src/renderer/src/components/Timeline.tsx:Timeline |
setHoveredEntry |
software | healthy | src/renderer/src/components/Timeline.tsx:setHoveredEntry |
clearHovered |
software | healthy | src/renderer/src/components/Timeline.tsx:clearHovered |
TimelineGroup |
software | healthy | src/renderer/src/components/Timeline.tsx:TimelineGroup |
TimelineEntry |
software | healthy | src/renderer/src/components/Timeline.tsx:TimelineEntry |
handleEnter |
software | healthy | src/renderer/src/components/Timeline.tsx:handleEnter |
ClockGlyph |
software | healthy | src/renderer/src/components/Timeline.tsx:ClockGlyph |
TimelineHoverCard |
software | healthy | src/renderer/src/components/Timeline.tsx:TimelineHoverCard |
groupByDay |
software | healthy | src/renderer/src/components/Timeline.tsx:groupByDay |
Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.
| Label | Layer | Status | Path |
|---|---|---|---|
electron.vite.config.ts |
software | healthy | electron.vite.config.ts |
tsconfig.web.json |
software | healthy | tsconfig.web.json |
README.md |
software | healthy | README.md |
tailwind.config.js |
software | healthy | tailwind.config.js |
.eslintrc.cjs |
software | healthy | .eslintrc.cjs |
package.json |
software | healthy | package.json |
tsconfig.node.json |
software | healthy | tsconfig.node.json |
package-lock.json |
software | healthy | package-lock.json |
electron-builder.yml |
software | healthy | electron-builder.yml |
tsconfig.json |
software | healthy | tsconfig.json |
postcss.config.js |
software | healthy | postcss.config.js |
make-icons.mjs |
software | healthy | scripts/make-icons.mjs |
release.yml |
software | healthy | .github/workflows/release.yml |
index.html |
software | healthy | src/renderer/index.html |
index.css |
software | healthy | src/renderer/src/index.css |
env.d.ts |
software | healthy | src/renderer/src/env.d.ts |
main.tsx |
software | healthy | src/renderer/src/main.tsx |
App.tsx |
software | healthy | src/renderer/src/App.tsx |
TerminalView.tsx |
software | healthy | src/renderer/src/components/TerminalView.tsx |
Tooltip.tsx |
software | healthy | src/renderer/src/components/Tooltip.tsx |
LoginScreen.tsx |
software | healthy | src/renderer/src/components/LoginScreen.tsx |
Timeline.tsx |
software | healthy | src/renderer/src/components/Timeline.tsx |
Conversation.tsx |
software | healthy | src/renderer/src/components/Conversation.tsx |
SettingsView.tsx |
software | healthy | src/renderer/src/components/SettingsView.tsx |
StatusIndicator.tsx |
software | healthy | src/renderer/src/components/StatusIndicator.tsx |
TimelineView.tsx |
software | healthy | src/renderer/src/components/TimelineView.tsx |
AuthLoading.tsx |
software | healthy | src/renderer/src/components/AuthLoading.tsx |
TabBar.tsx |
software | healthy | src/renderer/src/components/TabBar.tsx |
Input.tsx |
software | healthy | src/renderer/src/components/Input.tsx |
VaultView.tsx |
software | healthy | src/renderer/src/components/VaultView.tsx |
HeaderMenu.tsx |
software | healthy | src/renderer/src/components/HeaderMenu.tsx |
ConversationsShell.tsx |
software | healthy | src/renderer/src/components/ConversationsShell.tsx |
ModelSwitcher.tsx |
software | healthy | src/renderer/src/components/ModelSwitcher.tsx |
RunningProcesses.tsx |
software | healthy | src/renderer/src/components/RunningProcesses.tsx |
AgentPanel.tsx |
software | healthy | src/renderer/src/components/AgentPanel.tsx |
PlanModeToggle.tsx |
software | healthy | src/renderer/src/components/PlanModeToggle.tsx |
CopyButton.tsx |
software | healthy | src/renderer/src/components/CopyButton.tsx |
StepRow.tsx |
software | healthy | src/renderer/src/components/StepRow.tsx |
PlanCard.tsx |
software | healthy | src/renderer/src/components/PlanCard.tsx |
ConversationView.tsx |
software | healthy | src/renderer/src/components/ConversationView.tsx |
Sidebar.tsx |
software | healthy | src/renderer/src/components/Sidebar.tsx |
PathPicker.tsx |
software | healthy | src/renderer/src/components/PathPicker.tsx |
Message.tsx |
software | healthy | src/renderer/src/components/Message.tsx |
SnapshotPanel.tsx |
software | healthy | src/renderer/src/components/SnapshotPanel.tsx |
Header.tsx |
software | healthy | src/renderer/src/components/Header.tsx |
Diagram.tsx |
software | healthy | src/renderer/src/components/Diagram.tsx |
RunningPill.tsx |
software | healthy | src/renderer/src/components/RunningPill.tsx |
AuthContext.tsx |
software | healthy | src/renderer/src/contexts/AuthContext.tsx |
TierContext.tsx |
software | healthy | src/renderer/src/contexts/TierContext.tsx |
UpgradeContext.tsx |
software | healthy | src/renderer/src/contexts/UpgradeContext.tsx |
Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.
| Label | Layer | Status | Path |
|---|---|---|---|
scripts |
software | healthy | scripts |
.github |
software | healthy | .github |
workflows |
software | healthy | .github/workflows |
src |
software | healthy | src |
renderer |
software | healthy | src/renderer |
src |
software | healthy | src/renderer/src |
components |
software | healthy | src/renderer/src/components |
contexts |
software | healthy | src/renderer/src/contexts |
lib |
software | healthy | src/renderer/src/lib |
hooks |
software | healthy | src/renderer/src/hooks |
shared |
software | healthy | src/shared |
preload |
software | healthy | src/preload |
main |
software | healthy | src/main |
| Label | Layer | Status | Path |
|---|---|---|---|
is |
software | healthy | src/renderer/src/components/ConversationView.tsx:is |
BlockStreamParser |
software | healthy | src/renderer/src/lib/terminalBlocks.ts:BlockStreamParser |
| Label | Layer | Status | Path |
|---|---|---|---|
repobility-clone-wvao27zd |
software | healthy | /tmp/repobility-clone-wvao27zd |
| Label | Layer | Status | Path |
|---|---|---|---|
postgres |
data | healthy | README.md |
| Label | Layer | Status | Path |
|---|---|---|---|
127.0.0.1 |
network | healthy | src/renderer/src/hooks/useRunningProcesses.ts |
| Label | Layer | Status | Path |
|---|---|---|---|
App |
frontend | healthy | src/renderer/src/App.tsx |
| Label | Layer | Status | Path |
|---|---|---|---|
gha::release |
cicd | healthy | .github/workflows/release.yml |
| Label | Layer | Status | Path |
|---|---|---|---|
release-windows |
cicd | healthy | .github/workflows/release.yml |
| Label | Layer | Status | Path |
|---|---|---|---|
GITHUB_TOKEN |
cicd | healthy | — |
This page is publicly accessible at:
https://repobility.com/scan/269f58f4-d00a-476c-b229-26082e55b772/
To check status programmatically (no auth required):
curl -s https://repobility.com/api/v1/public/scan/269f58f4-d00a-476c-b229-26082e55b772/
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.