https://github.com/YvoStudio/AI-Terminal
· scanned 2026-06-16 01:10 UTC (2 months, 1 week ago)
35 raw signals (0 security + 35 graph)
Last scanned 2 months, 1 week ago · v1 · 23 actionable findings from 1 signal source. 12 repeated signals grouped for readability. Security checks, system graph analysis, and verified AI-agent feedback are merged into one review queue.
All 193 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 |
|---|---|---|---|
addTabListener |
software | healthy | src/api.ts:addTabListener |
getFontFamilyOptions |
software | healthy | src/main.ts:getFontFamilyOptions |
getCleanFontFamilyOptions |
software | healthy | src/main.ts:getCleanFontFamilyOptions |
getThemeOptions |
software | healthy | src/main.ts:getThemeOptions |
getPendingDoneCount |
software | healthy | src/main.ts:getPendingDoneCount |
syncPendingAttention |
software | healthy | src/main.ts:syncPendingAttention |
maybeShowSystemNotification |
software | healthy | src/main.ts:maybeShowSystemNotification |
show |
software | healthy | src/main.ts:show |
createTab |
software | healthy | src/main.ts:createTab |
createTabInPane |
software | healthy | src/main.ts:createTabInPane |
createPaneEl |
software | healthy | src/main.ts:createPaneEl |
closeSplitPane |
software | healthy | src/main.ts:closeSplitPane |
showPaneTabContextMenu |
software | healthy | src/main.ts:showPaneTabContextMenu |
finishEdit |
software | healthy | src/main.ts:finishEdit |
setupPaneTabDrag |
software | healthy | src/main.ts:setupPaneTabDrag |
cleanup |
software | healthy | src/main.ts:cleanup |
onMove |
software | healthy | src/main.ts:onMove |
onUp |
software | healthy | src/main.ts:onUp |
renderPaneLocalTabs |
software | healthy | src/main.ts:renderPaneLocalTabs |
applySplitLayout |
software | healthy | src/main.ts:applySplitLayout |
setupResizeHandle |
software | healthy | src/main.ts:setupResizeHandle |
d |
software | healthy | src/main.ts:d |
splitWith |
software | healthy | src/main.ts:splitWith |
addPaneToSplit |
software | healthy | src/main.ts:addPaneToSplit |
exitSplitMode |
software | healthy | src/main.ts:exitSplitMode |
closeTab |
software | healthy | src/main.ts:closeTab |
switchToTab |
software | healthy | src/main.ts:switchToTab |
isValidCwd |
software | healthy | src/main.ts:isValidCwd |
updateCwdDisplay |
software | healthy | src/main.ts:updateCwdDisplay |
updateBranchDisplay |
software | healthy | src/main.ts:updateBranchDisplay |
apply |
software | healthy | src/main.ts:apply |
switchShell |
software | healthy | src/main.ts:switchShell |
handleSwitchPaneTab |
software | healthy | src/main.ts:handleSwitchPaneTab |
dragToSplit |
software | healthy | src/main.ts:dragToSplit |
moveTabToPane |
software | healthy | src/main.ts:moveTabToPane |
refitActiveTerminal |
software | healthy | src/main.ts:refitActiveTerminal |
setNotepadVisible |
software | healthy | src/main.ts:setNotepadVisible |
addNoteBlock |
software | healthy | src/main.ts:addNoteBlock |
removeNoteBlock |
software | healthy | src/main.ts:removeNoteBlock |
reorderNoteBlock |
software | healthy | src/main.ts:reorderNoteBlock |
sendNoteBlock |
software | healthy | src/main.ts:sendNoteBlock |
showImagePreview |
software | healthy | src/main.ts:showImagePreview |
updateCounter |
software | healthy | src/main.ts:updateCounter |
go |
software | healthy | src/main.ts:go |
onKey |
software | healthy | src/main.ts:onKey |
close |
software | healthy | src/main.ts:close |
startBlockReorder |
software | healthy | src/main.ts:startBlockReorder |
hideSkillMenu |
software | healthy | src/main.ts:hideSkillMenu |
renderSkillMenu |
software | healthy | src/main.ts:renderSkillMenu |
applySkill |
software | healthy | src/main.ts:applySkill |
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 |
README.md |
software | healthy | README.md |
README.en.md |
software | healthy | README.en.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.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 |
capabilities.json |
software | healthy | src-tauri/gen/schemas/capabilities.json |
windows-schema.json |
software | healthy | src-tauri/gen/schemas/windows-schema.json |
macOS-schema.json |
software | healthy | src-tauri/gen/schemas/macOS-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 |
pty_manager.rs |
software | healthy | src-tauri/src/pty_manager.rs |
main.rs |
software | healthy | src-tauri/src/main.rs |
output_parser.rs |
software | healthy | src-tauri/src/output_parser.rs |
notification.rs |
software | healthy | src-tauri/src/notification.rs |
release-rc.yml |
software | healthy | .github/workflows/release-rc.yml |
release.yml |
software | healthy | .github/workflows/release.yml |
windows-package.yml |
software | healthy | .github/workflows/windows-package.yml |
api.ts |
software | healthy | src/api.ts |
main.ts |
software | healthy | src/main.ts |
platform.ts |
software | healthy | src/platform.ts |
updater.ts |
software | healthy | src/components/updater.ts |
themes.ts |
software | healthy | src/components/themes.ts |
app-state.ts |
software | healthy | src/components/app-state.ts |
terminal-view.ts |
software | healthy | src/components/terminal-view.ts |
tab-bar.ts |
software | healthy | src/components/tab-bar.ts |
main.css |
software | healthy | src/styles/main.css |
| Label | Layer | Status | Path |
|---|---|---|---|
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 |
styles |
software | healthy | src/styles |
| Label | Layer | Status | Path |
|---|---|---|---|
TAURI_UPDATER_KEY_PASSWORD |
cicd | healthy | — |
GITHUB_TOKEN |
cicd | healthy | — |
APPLE_TEAM_ID |
cicd | healthy | — |
APPLE_SIGNING_IDENTITY |
cicd | healthy | — |
APPLE_PASSWORD |
cicd | healthy | — |
TAURI_UPDATER_PRIVATE_KEY |
cicd | healthy | — |
APPLE_ID |
cicd | healthy | — |
APPLE_CERTIFICATE_PASSWORD |
cicd | healthy | — |
APPLE_CERTIFICATE |
cicd | healthy | — |
| Label | Layer | Status | Path |
|---|---|---|---|
and |
software | healthy | src/main.ts:and |
AppState |
software | healthy | src/components/app-state.ts:AppState |
TerminalView |
software | healthy | src/components/terminal-view.ts:TerminalView |
TabBar |
software | healthy | src/components/tab-bar.ts:TabBar |
too |
software | healthy | src/components/tab-bar.ts:too |
| Label | Layer | Status | Path |
|---|---|---|---|
gha::release-rc |
cicd | healthy | .github/workflows/release-rc.yml |
gha::release |
cicd | healthy | .github/workflows/release.yml |
gha::windows-package |
cicd | healthy | .github/workflows/windows-package.yml |
| Label | Layer | Status | Path |
|---|---|---|---|
build |
cicd | healthy | .github/workflows/release-rc.yml |
build |
cicd | healthy | .github/workflows/release.yml |
build |
cicd | healthy | .github/workflows/windows-package.yml |
| Label | Layer | Status | Path |
|---|---|---|---|
port:1450 |
network | healthy | vite.config.ts |
port:1421 |
network | healthy | vite.config.ts |
| Label | Layer | Status | Path |
|---|---|---|---|
repobility-clone-6d85qzg0 |
software | healthy | /tmp/repobility-clone-6d85qzg0 |
This page is publicly accessible at:
https://repobility.com/scan/912ab25c-d266-49f5-aac2-9283841884b1/
To check status programmatically (no auth required):
curl -s https://repobility.com/api/v1/public/scan/912ab25c-d266-49f5-aac2-9283841884b1/
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.