https://github.com/stumat1/simple-ssh
· scanned 2026-06-16 00:23 UTC (2 months, 2 weeks ago)
13 raw signals (0 security + 13 graph)
Last scanned 2 months, 2 weeks ago · v1 · 13 actionable findings from 1 signal source. Security checks, system graph analysis, and verified AI-agent feedback are merged into one review queue.
All 136 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 |
|---|---|---|---|
loadDotEnv |
software | healthy | sign.cjs:loadDotEnv |
sign |
software | healthy | sign.cjs:sign |
setupForwardsPanel |
software | healthy | src/renderer/forwards-panel.ts:setupForwardsPanel |
render |
software | healthy | src/renderer/forwards-panel.ts:render |
add |
software | healthy | src/renderer/forwards-panel.ts:add |
isOpen |
software | healthy | src/renderer/forwards-panel.ts:isOpen |
close |
software | healthy | src/renderer/forwards-panel.ts:close |
finish |
software | healthy | src/renderer/tabs.ts:finish |
showForm |
software | healthy | src/renderer/tabs.ts:showForm |
onMove |
software | healthy | src/renderer/tabs.ts:onMove |
onUp |
software | healthy | src/renderer/tabs.ts:onUp |
buildSearchBar |
software | healthy | src/renderer/terminal.ts:buildSearchBar |
createTerminal |
software | healthy | src/renderer/terminal.ts:createTerminal |
findNext |
software | healthy | src/renderer/terminal.ts:findNext |
findPrevious |
software | healthy | src/renderer/terminal.ts:findPrevious |
closeSearch |
software | healthy | src/renderer/terminal.ts:closeSearch |
openSearch |
software | healthy | src/renderer/terminal.ts:openSearch |
pasteFromClipboard |
software | healthy | src/renderer/terminal.ts:pasteFromClipboard |
onContextMenu |
software | healthy | src/renderer/terminal.ts:onContextMenu |
fit |
software | healthy | src/renderer/terminal.ts:fit |
applySettings |
software | healthy | src/renderer/terminal.ts:applySettings |
dispose |
software | healthy | src/renderer/terminal.ts:dispose |
announceProfilesChanged |
software | healthy | src/renderer/connect-form.ts:announceProfilesChanged |
createConnectForm |
software | healthy | src/renderer/connect-form.ts:createConnectForm |
selectedKind |
software | healthy | src/renderer/connect-form.ts:selectedKind |
applyAuthVisibility |
software | healthy | src/renderer/connect-form.ts:applyAuthVisibility |
refreshHint |
software | healthy | src/renderer/connect-form.ts:refreshHint |
readAuthFromFields |
software | healthy | src/renderer/connect-form.ts:readAuthFromFields |
saveSecretFlag |
software | healthy | src/renderer/connect-form.ts:saveSecretFlag |
sanitizeAuth |
software | healthy | src/renderer/connect-form.ts:sanitizeAuth |
handleSubmit |
software | healthy | src/renderer/connect-form.ts:handleSubmit |
loadInto |
software | healthy | src/renderer/connect-form.ts:loadInto |
reqFor |
software | healthy | src/renderer/connect-form.ts:reqFor |
activate |
software | healthy | src/renderer/connect-form.ts:activate |
authLabel |
software | healthy | src/renderer/connect-form.ts:authLabel |
renderProfiles |
software | healthy | src/renderer/connect-form.ts:renderProfiles |
refreshLists |
software | healthy | src/renderer/connect-form.ts:refreshLists |
onProfilesChanged |
software | healthy | src/renderer/connect-form.ts:onProfilesChanged |
closeContextMenu |
software | healthy | src/renderer/context-menu.ts:closeContextMenu |
showContextMenu |
software | healthy | src/renderer/context-menu.ts:showContextMenu |
onPointerDown |
software | healthy | src/renderer/context-menu.ts:onPointerDown |
onKeyDown |
software | healthy | src/renderer/context-menu.ts:onKeyDown |
onDismiss |
software | healthy | src/renderer/context-menu.ts:onDismiss |
el |
software | healthy | src/renderer/main.ts:el |
bootstrap |
software | healthy | src/renderer/main.ts:bootstrap |
appShortcut |
software | healthy | src/renderer/main.ts:appShortcut |
enqueueModal |
software | healthy | src/renderer/main.ts:enqueueModal |
applySettings |
software | healthy | src/renderer/main.ts:applySettings |
isSchemeName |
software | healthy | src/renderer/themes.ts:isSchemeName |
resolveTheme |
software | healthy | src/renderer/themes.ts:resolveTheme |
Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.
| Label | Layer | Status | Path |
|---|---|---|---|
tsconfig.web.json |
software | healthy | tsconfig.web.json |
.prettierrc.json |
software | healthy | .prettierrc.json |
vite.config.ts |
software | healthy | vite.config.ts |
README.md |
software | healthy | README.md |
package.json |
software | healthy | package.json |
tsconfig.node.json |
software | healthy | tsconfig.node.json |
sign.cjs |
software | healthy | sign.cjs |
package-lock.json |
software | healthy | package-lock.json |
AUDIT.md |
software | healthy | AUDIT.md |
tsconfig.json |
software | healthy | tsconfig.json |
LICENSE |
software | healthy | LICENSE |
eslint.config.mjs |
software | healthy | eslint.config.mjs |
test-sshd.cjs |
software | healthy | scripts/test-sshd.cjs |
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 |
Cargo.lock |
software | healthy | src-tauri/Cargo.lock |
key_decode.rs |
software | healthy | src-tauri/tests/key_decode.rs |
default.json |
software | healthy | src-tauri/capabilities/default.json |
commands.rs |
software | healthy | src-tauri/src/commands.rs |
error.rs |
software | healthy | src-tauri/src/error.rs |
lib.rs |
software | healthy | src-tauri/src/lib.rs |
profiles.rs |
software | healthy | src-tauri/src/profiles.rs |
state.rs |
software | healthy | src-tauri/src/state.rs |
types.rs |
software | healthy | src-tauri/src/types.rs |
known_hosts.rs |
software | healthy | src-tauri/src/known_hosts.rs |
secrets.rs |
software | healthy | src-tauri/src/secrets.rs |
main.rs |
software | healthy | src-tauri/src/main.rs |
ssh_config.rs |
software | healthy | src-tauri/src/ssh_config.rs |
auth.rs |
software | healthy | src-tauri/src/session/auth.rs |
forward.rs |
software | healthy | src-tauri/src/session/forward.rs |
mod.rs |
software | healthy | src-tauri/src/session/mod.rs |
handler.rs |
software | healthy | src-tauri/src/session/handler.rs |
forwards-panel.ts |
software | healthy | src/renderer/forwards-panel.ts |
styles.css |
software | healthy | src/renderer/styles.css |
tabs.ts |
software | healthy | src/renderer/tabs.ts |
terminal.ts |
software | healthy | src/renderer/terminal.ts |
env.d.ts |
software | healthy | src/renderer/env.d.ts |
connect-form.ts |
software | healthy | src/renderer/connect-form.ts |
context-menu.ts |
software | healthy | src/renderer/context-menu.ts |
index.html |
software | healthy | src/renderer/index.html |
global.d.ts |
software | healthy | src/renderer/global.d.ts |
main.ts |
software | healthy | src/renderer/main.ts |
themes.ts |
software | healthy | src/renderer/themes.ts |
kbd-dialog.ts |
software | healthy | src/renderer/kbd-dialog.ts |
host-key-dialog.ts |
software | healthy | src/renderer/host-key-dialog.ts |
settings.ts |
software | healthy | src/renderer/settings.ts |
ssh-api.ts |
software | healthy | src/renderer/ssh-api.ts |
settings-dialog.ts |
software | healthy | src/renderer/settings-dialog.ts |
api.ts |
software | healthy | src/shared/api.ts |
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 |
src-tauri |
software | healthy | src-tauri |
tests |
software | healthy | src-tauri/tests |
capabilities |
software | healthy | src-tauri/capabilities |
src |
software | healthy | src-tauri/src |
session |
software | healthy | src-tauri/src/session |
src |
software | healthy | src |
renderer |
software | healthy | src/renderer |
shared |
software | healthy | src/shared |
| Label | Layer | Status | Path |
|---|---|---|---|
Tab |
software | healthy | src/renderer/tabs.ts:Tab |
TabManager |
software | healthy | src/renderer/tabs.ts:TabManager |
SettingsStore |
software | healthy | src/renderer/settings.ts:SettingsStore |
| Label | Layer | Status | Path |
|---|---|---|---|
port:5173 |
network | healthy | vite.config.ts |
port:22 |
network | healthy | src-tauri/src/profiles.rs |
| Label | Layer | Status | Path |
|---|---|---|---|
127.0.0.1 |
network | healthy | scripts/test-sshd.cjs |
10.0.0.5 |
network | healthy | src-tauri/src/ssh_config.rs |
| Label | Layer | Status | Path |
|---|---|---|---|
repobility-clone-gy57xbdm |
software | healthy | /tmp/repobility-clone-gy57xbdm |
| Label | Layer | Status | Path |
|---|---|---|---|
vps::aws |
hardware | healthy | src-tauri/Cargo.toml |
| Label | Layer | Status | Path |
|---|---|---|---|
gpu (detected) |
hardware | healthy | src/renderer/terminal.ts |
This page is publicly accessible at:
https://repobility.com/scan/d3a99278-5a67-4d2d-803f-ce4cfec4d3b1/
To check status programmatically (no auth required):
curl -s https://repobility.com/api/v1/public/scan/d3a99278-5a67-4d2d-803f-ce4cfec4d3b1/
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.