https://github.com/xd00099/drydock
· scanned 2026-06-16 01:01 UTC (2 months, 1 week ago)
6 raw signals (0 security + 6 graph)
Last scanned 2 months, 1 week ago · v1 · 6 actionable findings from 1 signal source. Security checks, system graph analysis, and verified AI-agent feedback are merged into one review queue.
All 131 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 |
|---|---|---|---|
SearchPalette |
software | healthy | src/SearchPalette.tsx:SearchPalette |
useSessions |
software | healthy | src/useSessions.ts:useSessions |
ResizeHandle |
software | healthy | src/ResizeHandle.tsx:ResizeHandle |
start |
software | healthy | src/ResizeHandle.tsx:start |
move |
software | healthy | src/ResizeHandle.tsx:move |
up |
software | healthy | src/ResizeHandle.tsx:up |
terminalLabels |
software | healthy | src/TabBar.tsx:terminalLabels |
n |
software | healthy | src/TabBar.tsx:n |
TabBar |
software | healthy | src/TabBar.tsx:TabBar |
chip |
software | healthy | src/TabBar.tsx:chip |
b64ToBytes |
software | healthy | src/TerminalPane.tsx:b64ToBytes |
bytesToB64 |
software | healthy | src/TerminalPane.tsx:bytesToB64 |
countTermMatches |
software | healthy | src/TerminalPane.tsx:countTermMatches |
flush |
software | healthy | src/TerminalPane.tsx:flush |
isVisible |
software | healthy | src/Sidebar.tsx:isVisible |
groupSessions |
software | healthy | src/Sidebar.tsx:groupSessions |
loadSet |
software | healthy | src/Sidebar.tsx:loadSet |
groupDot |
software | healthy | src/Sidebar.tsx:groupDot |
Sidebar |
software | healthy | src/Sidebar.tsx:Sidebar |
close |
software | healthy | src/Sidebar.tsx:close |
onEsc |
software | healthy | src/Sidebar.tsx:onEsc |
toggleSidebar |
software | healthy | src/Sidebar.tsx:toggleSidebar |
toggleGroup |
software | healthy | src/Sidebar.tsx:toggleGroup |
sessionRow |
software | healthy | src/Sidebar.tsx:sessionRow |
Item |
software | healthy | src/BriefingPanel.tsx:Item |
BriefingPanel |
software | healthy | src/BriefingPanel.tsx:BriefingPanel |
toggleCollapsed |
software | healthy | src/BriefingPanel.tsx:toggleCollapsed |
App |
software | healthy | src/App.tsx:App |
addTab |
software | healthy | src/App.tsx:addTab |
promote |
software | healthy | src/App.tsx:promote |
resume |
software | healthy | src/App.tsx:resume |
newSession |
software | healthy | src/App.tsx:newSession |
newShell |
software | healthy | src/App.tsx:newShell |
markExited |
software | healthy | src/App.tsx:markExited |
closeTab |
software | healthy | src/App.tsx:closeTab |
activeSearch |
software | healthy | src/App.tsx:activeSearch |
findStep |
software | healthy | src/App.tsx:findStep |
closeFind |
software | healthy | src/App.tsx:closeFind |
poll |
software | healthy | src/App.tsx:poll |
onKey |
software | healthy | src/App.tsx:onKey |
computeMatches |
software | healthy | src/TranscriptView.tsx:computeMatches |
renderText |
software | healthy | src/TranscriptView.tsx:renderText |
sessionLabel |
software | healthy | src/types.ts:sessionLabel |
relAge |
software | healthy | src/types.ts:relAge |
clip |
software | healthy | src/types.ts:clip |
shortPath |
software | healthy | src/types.ts:shortPath |
loadNum |
software | healthy | src/types.ts:loadNum |
clampPanelWidth |
software | healthy | src/types.ts:clampPanelWidth |
baseName |
software | healthy | src/types.ts:baseName |
sessionColor |
software | healthy | src/types.ts:sessionColor |
Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.
| Label | Layer | Status | Path |
|---|---|---|---|
vite.config.ts |
software | healthy | vite.config.ts |
Cargo.toml |
software | healthy | Cargo.toml |
README.md |
software | healthy | README.md |
package.json |
software | healthy | package.json |
index.html |
software | healthy | index.html |
package-lock.json |
software | healthy | package-lock.json |
tsconfig.json |
software | healthy | tsconfig.json |
LICENSE |
software | healthy | LICENSE |
Cargo.lock |
software | healthy | Cargo.lock |
Cargo.toml |
software | healthy | crates/drydock-cli/Cargo.toml |
main.rs |
software | healthy | crates/drydock-cli/src/main.rs |
Cargo.toml |
software | healthy | crates/drydock-core/Cargo.toml |
watcher_integration.rs |
software | healthy | crates/drydock-core/tests/watcher_integration.rs |
sync_integration.rs |
software | healthy | crates/drydock-core/tests/sync_integration.rs |
watcher.rs |
software | healthy | crates/drydock-core/src/watcher.rs |
scanner.rs |
software | healthy | crates/drydock-core/src/scanner.rs |
lib.rs |
software | healthy | crates/drydock-core/src/lib.rs |
store.rs |
software | healthy | crates/drydock-core/src/store.rs |
parser.rs |
software | healthy | crates/drydock-core/src/parser.rs |
accumulator.rs |
software | healthy | crates/drydock-core/src/accumulator.rs |
chunker.rs |
software | healthy | crates/drydock-core/src/chunker.rs |
sync.rs |
software | healthy | crates/drydock-core/src/sync.rs |
records.rs |
software | healthy | crates/drydock-core/src/records.rs |
radar.rs |
software | healthy | crates/drydock-core/src/radar.rs |
Cargo.toml |
software | healthy | src-tauri/Cargo.toml |
tauri.conf.json |
software | healthy | src-tauri/tauri.conf.json |
build.rs |
software | healthy | src-tauri/build.rs |
acl-manifests.json |
software | healthy | src-tauri/gen/schemas/acl-manifests.json |
desktop-schema.json |
software | healthy | src-tauri/gen/schemas/desktop-schema.json |
capabilities.json |
software | healthy | src-tauri/gen/schemas/capabilities.json |
macOS-schema.json |
software | healthy | src-tauri/gen/schemas/macOS-schema.json |
default.json |
software | healthy | src-tauri/capabilities/default.json |
index.rs |
software | healthy | src-tauri/src/index.rs |
enricher.rs |
software | healthy | src-tauri/src/enricher.rs |
settings.rs |
software | healthy | src-tauri/src/settings.rs |
pty.rs |
software | healthy | src-tauri/src/pty.rs |
main.rs |
software | healthy | src-tauri/src/main.rs |
embedder.rs |
software | healthy | src-tauri/src/embedder.rs |
search.rs |
software | healthy | src-tauri/src/search.rs |
SearchPalette.tsx |
software | healthy | src/SearchPalette.tsx |
useSessions.ts |
software | healthy | src/useSessions.ts |
ResizeHandle.tsx |
software | healthy | src/ResizeHandle.tsx |
TabBar.tsx |
software | healthy | src/TabBar.tsx |
ErrorBoundary.tsx |
software | healthy | src/ErrorBoundary.tsx |
TerminalPane.tsx |
software | healthy | src/TerminalPane.tsx |
Sidebar.tsx |
software | healthy | src/Sidebar.tsx |
main.tsx |
software | healthy | src/main.tsx |
BriefingPanel.tsx |
software | healthy | src/BriefingPanel.tsx |
App.tsx |
software | healthy | src/App.tsx |
TranscriptView.tsx |
software | healthy | src/TranscriptView.tsx |
Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.
| Label | Layer | Status | Path |
|---|---|---|---|
crates |
software | healthy | crates |
drydock-cli |
software | healthy | crates/drydock-cli |
src |
software | healthy | crates/drydock-cli/src |
drydock-core |
software | healthy | crates/drydock-core |
tests |
software | healthy | crates/drydock-core/tests |
src |
software | healthy | crates/drydock-core/src |
src-tauri |
software | healthy | src-tauri |
gen |
software | healthy | src-tauri/gen |
schemas |
software | healthy | src-tauri/gen/schemas |
capabilities |
software | healthy | src-tauri/capabilities |
src |
software | healthy | src-tauri/src |
src |
software | healthy | src |
| Label | Layer | Status | Path |
|---|---|---|---|
SearchPalette |
frontend | healthy | src/SearchPalette.tsx |
ResizeHandle |
frontend | healthy | src/ResizeHandle.tsx |
TabBar |
frontend | healthy | src/TabBar.tsx |
TerminalPane |
frontend | healthy | src/TerminalPane.tsx |
Sidebar |
frontend | healthy | src/Sidebar.tsx |
BriefingPanel |
frontend | healthy | src/BriefingPanel.tsx |
App |
frontend | healthy | src/App.tsx |
TranscriptView |
frontend | healthy | src/TranscriptView.tsx |
FindBar |
frontend | healthy | src/FindBar.tsx |
| Label | Layer | Status | Path |
|---|---|---|---|
repobility-clone-506lim1l |
software | healthy | /tmp/repobility-clone-506lim1l |
| Label | Layer | Status | Path |
|---|---|---|---|
ErrorBoundary |
software | healthy | src/ErrorBoundary.tsx:ErrorBoundary |
| Label | Layer | Status | Path |
|---|---|---|---|
sqlite |
data | healthy | README.md |
| Label | Layer | Status | Path |
|---|---|---|---|
port:5173 |
network | healthy | vite.config.ts |
| Label | Layer | Status | Path |
|---|---|---|---|
vps::aws |
hardware | healthy | README.md |
This page is publicly accessible at:
https://repobility.com/scan/3d742081-5fea-4ecd-900e-3484801b65e8/
To check status programmatically (no auth required):
curl -s https://repobility.com/api/v1/public/scan/3d742081-5fea-4ecd-900e-3484801b65e8/
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.