https://github.com/sunilksamanta/ognom
· scanned 2026-06-16 00:25 UTC (2 months, 2 weeks ago)
23 raw signals (0 security + 23 graph)
Last scanned 2 months, 2 weeks ago · v1 · 23 actionable findings from 1 signal source. Security checks, system graph analysis, and verified AI-agent feedback are merged into one review queue.
All 365 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 |
|---|---|---|---|
App |
software | healthy | src/App.tsx:App |
onContextMenu |
software | healthy | src/App.tsx:onContextMenu |
onKey |
software | healthy | src/App.tsx:onKey |
migrateLegacyLocalStorage |
software | healthy | src/stores/connections.ts:migrateLegacyLocalStorage |
newId |
software | healthy | src/stores/chat.ts:newId |
touch |
software | healthy | src/stores/chat.ts:touch |
state |
software | healthy | src/stores/studio.ts:state |
activeAiConfig |
software | healthy | src/stores/studio.ts:activeAiConfig |
newId |
software | healthy | src/stores/explorer.ts:newId |
newStage |
software | healthy | src/stores/explorer.ts:newStage |
freshDocs |
software | healthy | src/stores/explorer.ts:freshDocs |
freshAgg |
software | healthy | src/stores/explorer.ts:freshAgg |
freshShell |
software | healthy | src/stores/explorer.ts:freshShell |
patchTab |
software | healthy | src/stores/explorer.ts:patchTab |
tab |
software | healthy | src/stores/explorer.ts:tab |
OgnomMark |
software | healthy | src/components/WelcomeScreen.tsx:OgnomMark |
WelcomeScreen |
software | healthy | src/components/WelcomeScreen.tsx:WelcomeScreen |
fuzzyScore |
software | healthy | src/components/CommandPalette.tsx:fuzzyScore |
CommandPalette |
software | healthy | src/components/CommandPalette.tsx:CommandPalette |
pick |
software | healthy | src/components/CommandPalette.tsx:pick |
ConfirmDialog |
software | healthy | src/components/ConfirmDialog.tsx:ConfirmDialog |
obj |
software | healthy | src/components/ServerInfoDialog.tsx:obj |
arr |
software | healthy | src/components/ServerInfoDialog.tsx:arr |
str |
software | healthy | src/components/ServerInfoDialog.tsx:str |
num |
software | healthy | src/components/ServerInfoDialog.tsx:num |
count |
software | healthy | src/components/ServerInfoDialog.tsx:count |
bytes |
software | healthy | src/components/ServerInfoDialog.tsx:bytes |
formatUptime |
software | healthy | src/components/ServerInfoDialog.tsx:formatUptime |
Section |
software | healthy | src/components/ServerInfoDialog.tsx:Section |
ServerInfoDialog |
software | healthy | src/components/ServerInfoDialog.tsx:ServerInfoDialog |
load |
software | healthy | src/components/ServerInfoDialog.tsx:load |
copyJson |
software | healthy | src/components/ServerInfoDialog.tsx:copyJson |
Body |
software | healthy | src/components/ServerInfoDialog.tsx:Body |
ThemeToggle |
software | healthy | src/components/theme-toggle.tsx:ThemeToggle |
Row |
software | healthy | src/components/SettingsDialog.tsx:Row |
SectionTitle |
software | healthy | src/components/SettingsDialog.tsx:SectionTitle |
AiModeSwitch |
software | healthy | src/components/SettingsDialog.tsx:AiModeSwitch |
ApiKeyField |
software | healthy | src/components/SettingsDialog.tsx:ApiKeyField |
ModelField |
software | healthy | src/components/SettingsDialog.tsx:ModelField |
commit |
software | healthy | src/components/SettingsDialog.tsx:commit |
SettingsDialog |
software | healthy | src/components/SettingsDialog.tsx:SettingsDialog |
systemTheme |
software | healthy | src/components/theme-provider.tsx:systemTheme |
ThemeProvider |
software | healthy | src/components/theme-provider.tsx:ThemeProvider |
apply |
software | healthy | src/components/theme-provider.tsx:apply |
onChange |
software | healthy | src/components/theme-provider.tsx:onChange |
useTheme |
software | healthy | src/components/theme-provider.tsx:useTheme |
Code |
software | healthy | src/components/HelpDialog.tsx:Code |
Block |
software | healthy | src/components/HelpDialog.tsx:Block |
Kbd |
software | healthy | src/components/HelpDialog.tsx:Kbd |
Audience |
software | healthy | src/components/HelpDialog.tsx:Audience |
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 |
MONGODB_SHELL_SYNTAX.md |
software | healthy | MONGODB_SHELL_SYNTAX.md |
tailwind.config.js |
software | healthy | tailwind.config.js |
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 |
RELEASING.md |
software | healthy | RELEASING.md |
tsconfig.json |
software | healthy | tsconfig.json |
LICENSE |
software | healthy | LICENSE |
postcss.config.js |
software | healthy | postcss.config.js |
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 |
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 |
shell.rs |
software | healthy | src-tauri/src/shell.rs |
main.rs |
software | healthy | src-tauri/src/main.rs |
crypto.rs |
software | healthy | src-tauri/src/crypto.rs |
release.yml |
software | healthy | .github/workflows/release.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 |
App.tsx |
software | healthy | src/App.tsx |
connections.ts |
software | healthy | src/stores/connections.ts |
chat.ts |
software | healthy | src/stores/chat.ts |
settings.ts |
software | healthy | src/stores/settings.ts |
studio.ts |
software | healthy | src/stores/studio.ts |
explorer.ts |
software | healthy | src/stores/explorer.ts |
WelcomeScreen.tsx |
software | healthy | src/components/WelcomeScreen.tsx |
CommandPalette.tsx |
software | healthy | src/components/CommandPalette.tsx |
ConfirmDialog.tsx |
software | healthy | src/components/ConfirmDialog.tsx |
ServerInfoDialog.tsx |
software | healthy | src/components/ServerInfoDialog.tsx |
theme-toggle.tsx |
software | healthy | src/components/theme-toggle.tsx |
SettingsDialog.tsx |
software | healthy | src/components/SettingsDialog.tsx |
theme-provider.tsx |
software | healthy | src/components/theme-provider.tsx |
ErrorBoundary.tsx |
software | healthy | src/components/ErrorBoundary.tsx |
HelpDialog.tsx |
software | healthy | src/components/HelpDialog.tsx |
AboutDialog.tsx |
software | healthy | src/components/AboutDialog.tsx |
TokenBadge.tsx |
software | healthy | src/components/TokenBadge.tsx |
CodeEditor.tsx |
software | healthy | src/components/CodeEditor.tsx |
SplashScreen.tsx |
software | healthy | src/components/SplashScreen.tsx |
TopBar.tsx |
software | healthy | src/components/layout/TopBar.tsx |
StatusBar.tsx |
software | healthy | src/components/layout/StatusBar.tsx |
Sidebar.tsx |
software | healthy | src/components/layout/Sidebar.tsx |
Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.
| Label | Layer | Status | Path |
|---|---|---|---|
src-tauri |
software | healthy | src-tauri |
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 |
stores |
software | healthy | src/stores |
components |
software | healthy | src/components |
layout |
software | healthy | src/components/layout |
explorer |
software | healthy | src/components/explorer |
ui |
software | healthy | src/components/ui |
studio |
software | healthy | src/components/studio |
aggregation |
software | healthy | src/components/aggregation |
shell |
software | healthy | src/components/shell |
connections |
software | healthy | src/components/connections |
lib |
software | healthy | src/lib |
| Label | Layer | Status | Path |
|---|---|---|---|
port:1420 |
network | healthy | vite.config.ts |
port:1421 |
network | healthy | vite.config.ts |
port:27017 |
network | healthy | src/lib/api.ts |
| Label | Layer | Status | Path |
|---|---|---|---|
TAURI_SIGNING_PRIVATE_KEY_PASSWORD |
cicd | healthy | — |
GITHUB_TOKEN |
cicd | healthy | — |
TAURI_SIGNING_PRIVATE_KEY |
cicd | healthy | — |
| Label | Layer | Status | Path |
|---|---|---|---|
test |
cicd | healthy | .github/workflows/release.yml |
publish |
cicd | healthy | .github/workflows/release.yml |
| Label | Layer | Status | Path |
|---|---|---|---|
repobility-clone-bf2zwcvj |
software | healthy | /tmp/repobility-clone-bf2zwcvj |
| Label | Layer | Status | Path |
|---|---|---|---|
ErrorBoundary |
software | healthy | src/components/ErrorBoundary.tsx:ErrorBoundary |
| Label | Layer | Status | Path |
|---|---|---|---|
mongodb |
data | healthy | README.md |
| Label | Layer | Status | Path |
|---|---|---|---|
App |
frontend | healthy | src/App.tsx |
| Label | Layer | Status | Path |
|---|---|---|---|
gha::release |
cicd | healthy | .github/workflows/release.yml |
This page is publicly accessible at:
https://repobility.com/scan/db193d5d-ccbb-41e9-93de-6a3ddd9f395d/
To check status programmatically (no auth required):
curl -s https://repobility.com/api/v1/public/scan/db193d5d-ccbb-41e9-93de-6a3ddd9f395d/
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.