Public scan — anyone with this URL can view this analysis. Sign up to track your own repos privately, run scheduled re-scans, and get AI fix prompts via your dashboard.

saleh2001k/salehos

https://github.com/saleh2001k/salehos · scanned 2026-06-16 00:00 UTC (2 months, 3 weeks ago)

16 raw signals (0 security + 16 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 2 months, 3 weeks ago · v1 · 16 actionable findings from 1 signal source. Security checks, system graph analysis, and verified AI-agent feedback are merged into one review queue.

JSON
Severity distribution — click a segment to filter
Active filters: excluding tests × Reset all

All 298 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.

LabelLayerStatusPath
Root software healthy src/main.tsx:Root
onChange software healthy src/main.tsx:onChange
MacOS software healthy src/macos/MacOS.tsx:MacOS
onChange software healthy src/macos/MacOS.tsx:onChange
onKey software healthy src/macos/MacOS.tsx:onKey
toggleFullscreen software healthy src/macos/MacOS.tsx:toggleFullscreen
nextZ software healthy src/macos/MacOS.tsx:nextZ
openApp software healthy src/macos/MacOS.tsx:openApp
cascade software healthy src/macos/MacOS.tsx:cascade
focusWin software healthy src/macos/MacOS.tsx:focusWin
closeWin software healthy src/macos/MacOS.tsx:closeWin
minimizeWin software healthy src/macos/MacOS.tsx:minimizeWin
toggleMaximize software healthy src/macos/MacOS.tsx:toggleMaximize
closeAllOf software healthy src/macos/MacOS.tsx:closeAllOf
summonApp software healthy src/macos/MacOS.tsx:summonApp
openTextFile software healthy src/macos/MacOS.tsx:openTextFile
newFolder software healthy src/macos/MacOS.tsx:newFolder
newTextFile software healthy src/macos/MacOS.tsx:newTextFile
trashNode software healthy src/macos/MacOS.tsx:trashNode
moveNode software healthy src/macos/MacOS.tsx:moveNode
copyToClipboard software healthy src/macos/MacOS.tsx:copyToClipboard
selectIcon software healthy src/macos/MacOS.tsx:selectIcon
startBand software healthy src/macos/MacOS.tsx:startBand
updateSelection software healthy src/macos/MacOS.tsx:updateSelection
onMove software healthy src/macos/MacOS.tsx:onMove
onUp software healthy src/macos/MacOS.tsx:onUp
titleOf software healthy src/macos/MacOS.tsx:titleOf
desktopContextMenu software healthy src/macos/MacOS.tsx:desktopContextMenu
builtinIconContextMenu software healthy src/macos/MacOS.tsx:builtinIconContextMenu
fsIconContextMenu software healthy src/macos/MacOS.tsx:fsIconContextMenu
dockItemContextMenu software healthy src/macos/MacOS.tsx:dockItemContextMenu
trashContextMenu software healthy src/macos/MacOS.tsx:trashContextMenu
isRunning software healthy src/macos/MacOS.tsx:isRunning
renderApp software healthy src/macos/MacOS.tsx:renderApp
shot software healthy src/macos/verify.mjs:shot
PreviewApp software healthy src/macos/apps/PreviewApp.tsx:PreviewApp
ProjectsPane software healthy src/macos/apps/FinderApp.tsx:ProjectsPane
ExperiencePane software healthy src/macos/apps/FinderApp.tsx:ExperiencePane
SkillsPane software healthy src/macos/apps/FinderApp.tsx:SkillsPane
EducationPane software healthy src/macos/apps/FinderApp.tsx:EducationPane
FsPane software healthy src/macos/apps/FinderApp.tsx:FsPane
commitRename software healthy src/macos/apps/FinderApp.tsx:commitRename
dropProps software healthy src/macos/apps/FinderApp.tsx:dropProps
FinderApp software healthy src/macos/apps/FinderApp.tsx:FinderApp
openFs software healthy src/macos/apps/FinderApp.tsx:openFs
SectionTitle software healthy src/macos/apps/SettingsApp.tsx:SectionTitle
WallpaperTab software healthy src/macos/apps/SettingsApp.tsx:WallpaperTab
checkBadge software healthy src/macos/apps/SettingsApp.tsx:checkBadge
applyGradient software healthy src/macos/apps/SettingsApp.tsx:applyGradient
gradientCss software healthy src/macos/apps/SettingsApp.tsx:gradientCss

Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.

LabelLayerStatusPath
tsconfig.app.json software healthy tsconfig.app.json
vite.config.ts software healthy vite.config.ts
README.md software healthy README.md
netlify.toml software healthy netlify.toml
package.json software healthy package.json
tsconfig.node.json software healthy tsconfig.node.json
index.html software healthy index.html
package-lock.json software healthy package-lock.json
tsconfig.json software healthy tsconfig.json
dos.html software healthy public/dos.html
verify.mjs software healthy public/icons/verify.mjs
deploy.yml software healthy .github/workflows/deploy.yml
index.css software healthy src/index.css
main.tsx software healthy src/main.tsx
vite-env.d.ts software healthy src/vite-env.d.ts
MacOS.tsx software healthy src/macos/MacOS.tsx
verify.mjs software healthy src/macos/verify.mjs
PreviewApp.tsx software healthy src/macos/apps/PreviewApp.tsx
FinderApp.tsx software healthy src/macos/apps/FinderApp.tsx
SettingsApp.tsx software healthy src/macos/apps/SettingsApp.tsx
SafariApp.tsx software healthy src/macos/apps/SafariApp.tsx
TerminalApp.tsx software healthy src/macos/apps/TerminalApp.tsx
AboutApp.tsx software healthy src/macos/apps/AboutApp.tsx
WelcomeApp.tsx software healthy src/macos/apps/WelcomeApp.tsx
GamesApp.tsx software healthy src/macos/apps/GamesApp.tsx
TextEditApp.tsx software healthy src/macos/apps/TextEditApp.tsx
ContactApp.tsx software healthy src/macos/apps/ContactApp.tsx
SimonGame.tsx software healthy src/macos/apps/games/SimonGame.tsx
BreakoutGame.tsx software healthy src/macos/apps/games/BreakoutGame.tsx
DoomGame.tsx software healthy src/macos/apps/games/DoomGame.tsx
MinesweeperGame.tsx software healthy src/macos/apps/games/MinesweeperGame.tsx
TouchControls.tsx software healthy src/macos/apps/games/TouchControls.tsx
SnakeGame.tsx software healthy src/macos/apps/games/SnakeGame.tsx
Game2048.tsx software healthy src/macos/apps/games/Game2048.tsx
MemoryGame.tsx software healthy src/macos/apps/games/MemoryGame.tsx
TicTacToeGame.tsx software healthy src/macos/apps/games/TicTacToeGame.tsx
verify2.mjs software healthy src/macos/apps/games/verify2.mjs
PongGame.tsx software healthy src/macos/apps/games/PongGame.tsx
BootScreen.tsx software healthy src/macos/components/BootScreen.tsx
Launchpad.tsx software healthy src/macos/components/Launchpad.tsx
ContextMenu.tsx software healthy src/macos/components/ContextMenu.tsx
DesktopHero.tsx software healthy src/macos/components/DesktopHero.tsx
AppIcons.tsx software healthy src/macos/components/AppIcons.tsx
Widgets.tsx software healthy src/macos/components/Widgets.tsx
Window.tsx software healthy src/macos/components/Window.tsx
Dock.tsx software healthy src/macos/components/Dock.tsx
MenuBar.tsx software healthy src/macos/components/MenuBar.tsx
Spotlight.tsx software healthy src/macos/components/Spotlight.tsx
DesktopIcon.tsx software healthy src/macos/components/DesktopIcon.tsx
wallpapers.ts software healthy src/macos/lib/wallpapers.ts

Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.

LabelLayerStatusPath
public software healthy public
icons software healthy public/icons
.github software healthy .github
workflows software healthy .github/workflows
src software healthy src
macos software healthy src/macos
apps software healthy src/macos/apps
games software healthy src/macos/apps/games
components software healthy src/macos/components
lib software healthy src/macos/lib
ios software healthy src/macos/ios

LabelLayerStatusPath
MacOS frontend healthy src/macos/MacOS.tsx
IOS frontend healthy src/macos/ios/IOS.tsx

LabelLayerStatusPath
NETLIFY_SITE_ID cicd healthy
NETLIFY_AUTH_TOKEN cicd healthy

LabelLayerStatusPath
repobility-clone-g23g0pz5 software healthy /tmp/repobility-clone-g23g0pz5

LabelLayerStatusPath
gha::deploy cicd healthy .github/workflows/deploy.yml

LabelLayerStatusPath
deploy cicd healthy .github/workflows/deploy.yml
For AI agents: Voting guide (TP/FP) MCP manifest Stdio wrapper SARIF Integrate Findings queue Vote TP/FP on findings to calibrate the engine.
For AI agents + API integrations
Email me when this repo regresses
Free. We re-scan periodically; new criticals → your inbox. No signup required for the scan itself.
API access

This page is publicly accessible at: https://repobility.com/scan/f737b9d6-eee4-455e-afcc-0b555b300e0d/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/f737b9d6-eee4-455e-afcc-0b555b300e0d/

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.