https://github.com/rexc-lab/RxTerm
· scanned 2026-06-15 23:50 UTC (2 months, 3 weeks ago)
22 raw signals (0 security + 22 graph)
Last scanned 2 months, 3 weeks ago · v1 · 12 actionable findings from 1 signal source. 10 repeated signals grouped for readability. Security checks, system graph analysis, and verified AI-agent feedback are merged into one review queue.
All 146 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 |
|---|---|---|---|
vite.config.ts |
software | healthy | vite.config.ts |
README.md |
software | healthy | README.md |
CLAUDE.md |
software | healthy | CLAUDE.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 |
SIGNING.md |
software | healthy | docs/SIGNING.md |
2026-04-13-vnc-host-support.md |
software | healthy | docs/superpowers/plans/2026-04-13-vnc-host-support.md |
2026-04-13-vnc-host-support-design.md |
software | healthy | docs/superpowers/specs/2026-04-13-vnc-host-support-design.md |
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 |
acl-manifests.json |
software | healthy | src-tauri/gen/schemas/acl-manifests.json |
desktop-schema.json |
software | healthy | src-tauri/gen/schemas/desktop-schema.json |
linux-schema.json |
software | healthy | src-tauri/gen/schemas/linux-schema.json |
capabilities.json |
software | healthy | src-tauri/gen/schemas/capabilities.json |
windows-schema.json |
software | healthy | src-tauri/gen/schemas/windows-schema.json |
default.json |
software | healthy | src-tauri/capabilities/default.json |
commands.rs |
software | healthy | src-tauri/src/commands.rs |
lib.rs |
software | healthy | src-tauri/src/lib.rs |
known_hosts.rs |
software | healthy | src-tauri/src/known_hosts.rs |
main.rs |
software | healthy | src-tauri/src/main.rs |
ssh.rs |
software | healthy | src-tauri/src/ssh.rs |
rdp.rs |
software | healthy | src-tauri/src/rdp.rs |
vnc.rs |
software | healthy | src-tauri/src/vnc.rs |
session.rs |
software | healthy | src-tauri/src/session.rs |
copilot-instructions.md |
software | healthy | .github/copilot-instructions.md |
ci.yml |
software | healthy | .github/workflows/ci.yml |
release.yml |
software | healthy | .github/workflows/release.yml |
api.ts |
software | healthy | src/api.ts |
styles.css |
software | healthy | src/styles.css |
main.tsx |
software | healthy | src/main.tsx |
vite-env.d.ts |
software | healthy | src/vite-env.d.ts |
App.tsx |
software | healthy | src/App.tsx |
types.ts |
software | healthy | src/types.ts |
HostKeyDialog.tsx |
software | healthy | src/components/HostKeyDialog.tsx |
TerminalPane.tsx |
software | healthy | src/components/TerminalPane.tsx |
RdpPane.tsx |
software | healthy | src/components/RdpPane.tsx |
SshSessionForm.tsx |
software | healthy | src/components/SshSessionForm.tsx |
VncPane.tsx |
software | healthy | src/components/VncPane.tsx |
TerminalTabs.tsx |
software | healthy | src/components/TerminalTabs.tsx |
SessionList.tsx |
software | healthy | src/components/SessionList.tsx |
CLAUDE.md |
quality | healthy | CLAUDE.md |
.github/copilot-instructions.md |
quality | healthy | .github/copilot-instructions.md |
| Label | Layer | Status | Path |
|---|---|---|---|
maps |
software | healthy | src/api.ts:maps |
getSessions |
software | healthy | src/api.ts:getSessions |
saveSession |
software | healthy | src/api.ts:saveSession |
deleteSession |
software | healthy | src/api.ts:deleteSession |
exportSessions |
software | healthy | src/api.ts:exportSessions |
importSessions |
software | healthy | src/api.ts:importSessions |
sshConnect |
software | healthy | src/api.ts:sshConnect |
sshAcceptHostKey |
software | healthy | src/api.ts:sshAcceptHostKey |
sshSend |
software | healthy | src/api.ts:sshSend |
sshResize |
software | healthy | src/api.ts:sshResize |
sshDisconnect |
software | healthy | src/api.ts:sshDisconnect |
rdpConnect |
software | healthy | src/api.ts:rdpConnect |
rdpDisconnect |
software | healthy | src/api.ts:rdpDisconnect |
rdpMouseEvent |
software | healthy | src/api.ts:rdpMouseEvent |
rdpKeyEvent |
software | healthy | src/api.ts:rdpKeyEvent |
vncConnect |
software | healthy | src/api.ts:vncConnect |
vncDisconnect |
software | healthy | src/api.ts:vncDisconnect |
vncMouseEvent |
software | healthy | src/api.ts:vncMouseEvent |
vncKeyEvent |
software | healthy | src/api.ts:vncKeyEvent |
vncSendClipboard |
software | healthy | src/api.ts:vncSendClipboard |
App |
software | healthy | src/App.tsx:App |
decreaseFontSize |
software | healthy | src/App.tsx:decreaseFontSize |
increaseFontSize |
software | healthy | src/App.tsx:increaseFontSize |
openNewForm |
software | healthy | src/App.tsx:openNewForm |
openEditForm |
software | healthy | src/App.tsx:openEditForm |
cancel |
software | healthy | src/App.tsx:cancel |
emptySshDraft |
software | healthy | src/types.ts:emptySshDraft |
emptyRdpDraft |
software | healthy | src/types.ts:emptyRdpDraft |
emptyVncDraft |
software | healthy | src/types.ts:emptyVncDraft |
HostKeyDialog |
software | healthy | src/components/HostKeyDialog.tsx:HostKeyDialog |
TerminalPane |
software | healthy | src/components/TerminalPane.tsx:TerminalPane |
as |
software | healthy | src/components/TerminalPane.tsx:as |
RdpPane |
software | healthy | src/components/RdpPane.tsx:RdpPane |
getCanvasCoords |
software | healthy | src/components/RdpPane.tsx:getCanvasCoords |
SshSessionForm |
software | healthy | src/components/SshSessionForm.tsx:SshSessionForm |
handleProtocolChange |
software | healthy | src/components/SshSessionForm.tsx:handleProtocolChange |
validate |
software | healthy | src/components/SshSessionForm.tsx:validate |
handleSubmit |
software | healthy | src/components/SshSessionForm.tsx:handleSubmit |
keyEventToKeysym |
software | healthy | src/components/VncPane.tsx:keyEventToKeysym |
VncPane |
software | healthy | src/components/VncPane.tsx:VncPane |
handlePaste |
software | healthy | src/components/VncPane.tsx:handlePaste |
getCanvasCoords |
software | healthy | src/components/VncPane.tsx:getCanvasCoords |
TerminalTabs |
software | healthy | src/components/TerminalTabs.tsx:TerminalTabs |
handleKeyDown |
software | healthy | src/components/TerminalTabs.tsx:handleKeyDown |
nextEl |
software | healthy | src/components/TerminalTabs.tsx:nextEl |
prevEl |
software | healthy | src/components/TerminalTabs.tsx:prevEl |
SessionList |
software | healthy | src/components/SessionList.tsx:SessionList |
| Label | Layer | Status | Path |
|---|---|---|---|
docs |
software | healthy | docs |
superpowers |
software | healthy | docs/superpowers |
plans |
software | healthy | docs/superpowers/plans |
specs |
software | healthy | docs/superpowers/specs |
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 |
.github |
software | healthy | .github |
workflows |
software | healthy | .github/workflows |
src |
software | healthy | src |
components |
software | healthy | src/components |
| Label | Layer | Status | Path |
|---|---|---|---|
APPLE_PASSWORD |
cicd | healthy | — |
WINDOWS_CERTIFICATE_PASSWORD |
cicd | healthy | — |
TAURI_SIGNING_PRIVATE_KEY |
cicd | healthy | — |
GITHUB_TOKEN |
cicd | healthy | — |
APPLE_CERTIFICATE_PASSWORD |
cicd | healthy | — |
APPLE_TEAM_ID |
cicd | healthy | — |
APPLE_ID |
cicd | healthy | — |
APP_VERSION |
cicd | healthy | — |
APPLE_CERTIFICATE |
cicd | healthy | — |
SIGNPATH_API_TOKEN |
cicd | healthy | — |
WINDOWS_CERTIFICATE |
cicd | healthy | — |
APPLE_SIGNING_IDENTITY |
cicd | healthy | — |
TAURI_SIGNING_PRIVATE_KEY_PASSWORD |
cicd | healthy | — |
| Label | Layer | Status | Path |
|---|---|---|---|
App |
frontend | healthy | src/App.tsx |
HostKeyDialog |
frontend | healthy | src/components/HostKeyDialog.tsx |
TerminalPane |
frontend | healthy | src/components/TerminalPane.tsx |
RdpPane |
frontend | healthy | src/components/RdpPane.tsx |
SshSessionForm |
frontend | healthy | src/components/SshSessionForm.tsx |
VncPane |
frontend | healthy | src/components/VncPane.tsx |
TerminalTabs |
frontend | healthy | src/components/TerminalTabs.tsx |
SessionList |
frontend | healthy | src/components/SessionList.tsx |
| Label | Layer | Status | Path |
|---|---|---|---|
frontend |
cicd | healthy | .github/workflows/ci.yml |
rust |
cicd | healthy | .github/workflows/ci.yml |
build |
cicd | healthy | .github/workflows/release.yml |
sign-windows |
cicd | healthy | .github/workflows/release.yml |
checksums |
cicd | healthy | .github/workflows/release.yml |
| Label | Layer | Status | Path |
|---|---|---|---|
port:25326 |
network | healthy | vite.config.ts |
port:22 |
network | healthy | src/types.ts |
port:3389 |
network | healthy | src/types.ts |
port:5900 |
network | healthy | src/types.ts |
| Label | Layer | Status | Path |
|---|---|---|---|
127.0.0.1 |
network | healthy | vite.config.ts |
1.3.1.1 |
network | healthy | src-tauri/src/rdp.rs |
192.168.1.1 |
network | healthy | src-tauri/src/session.rs |
192.168.1.100 |
network | healthy | src/components/SshSessionForm.tsx |
| Label | Layer | Status | Path |
|---|---|---|---|
gha::ci |
cicd | healthy | .github/workflows/ci.yml |
gha::release |
cicd | healthy | .github/workflows/release.yml |
| Label | Layer | Status | Path |
|---|---|---|---|
repobility-clone-b_nf1o5j |
software | healthy | /tmp/repobility-clone-b_nf1o5j |
| Label | Layer | Status | Path |
|---|---|---|---|
vps::aws |
hardware | healthy | src-tauri/Cargo.lock |
| Label | Layer | Status | Path |
|---|---|---|---|
password_literal::src/components/SshSessionForm.tsx |
security | healthy | src/components/SshSessionForm.tsx |
This page is publicly accessible at:
https://repobility.com/scan/72e70a61-891e-42ae-bb43-b50a33d588f4/
To check status programmatically (no auth required):
curl -s https://repobility.com/api/v1/public/scan/72e70a61-891e-42ae-bb43-b50a33d588f4/
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.