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.

simplelost-chao/nomi

https://github.com/simplelost-chao/nomi · scanned 2026-06-16 00:14 UTC (2 months, 2 weeks ago)

181 raw signals (0 security + 181 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 2 months, 2 weeks ago · v1 · 156 actionable findings from 1 signal source. 25 repeated signals grouped for readability. 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 1322 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
HomePage software healthy frontend/src/app/page.tsx:HomePage
handleDelete software healthy frontend/src/app/page.tsx:handleDelete
reset software healthy frontend/src/app/page.tsx:reset
handleFileSelect software healthy frontend/src/app/page.tsx:handleFileSelect
handleCreate software healthy frontend/src/app/page.tsx:handleCreate
RootLayout software healthy frontend/src/app/layout.tsx:RootLayout
RobotDetailRedirect software healthy frontend/src/app/robots/[id]/page.tsx:RobotDetailRedirect
POST software healthy frontend/src/app/api/objects/observe/route.ts:POST
GET software healthy frontend/src/app/api/robots/[id]/route.ts:GET
DELETE software healthy frontend/src/app/api/robots/[id]/route.ts:DELETE
GET software healthy frontend/src/app/api/robots/[id]/activity/route.ts:GET
GET software healthy frontend/src/app/api/robots/[id]/skills/route.ts:GET
POST software healthy frontend/src/app/api/robots/[id]/regenerate/[module]/route.…
POST software healthy frontend/src/app/api/robots/from-image/route.ts:POST
GET software healthy frontend/src/app/api/robots/creation-status/[jobId]/route.t…
GET software healthy frontend/src/app/api/tts/speak/route.ts:GET
POST software healthy frontend/src/app/api/tts/regenerate/[robotId]/route.ts:POST
POST software healthy frontend/src/app/api/conversations/[id]/message/route.ts:PO…
POST software healthy frontend/src/app/api/heartbeat/trigger/[robotId]/[action]/r…
POST software healthy frontend/src/app/api/heartbeat/interval/route.ts:POST
POST software healthy frontend/src/app/api/heartbeat/busy/route.ts:POST
POST software healthy frontend/src/app/api/stt/transcribe/route.ts:POST
GET software healthy frontend/src/app/avatars/[filename]/route.ts:GET
ObservePage software healthy frontend/src/app/observe/page.tsx:ObservePage
handleSubmit software healthy frontend/src/app/observe/page.tsx:handleSubmit
ReactionCard software healthy frontend/src/app/components/ReactionCard.tsx:ReactionCard
ChatBubble software healthy frontend/src/app/components/ChatBubble.tsx:ChatBubble
initial software healthy frontend/src/app/components/ChatBubble.tsx:initial
RobotCard software healthy frontend/src/app/components/RobotCard.tsx:RobotCard
avatar software healthy frontend/src/app/components/RobotCard.tsx:avatar
parseBotReply software healthy frontend/src/app/chat/page.tsx:parseBotReply
ChatInner software healthy frontend/src/app/chat/page.tsx:ChatInner
handleSend software healthy frontend/src/app/chat/page.tsx:handleSend
ChatPage software healthy frontend/src/app/chat/page.tsx:ChatPage
ChatPageInner software healthy frontend/src/app/group-chat/page.tsx:ChatPageInner
getSenderIndex software healthy frontend/src/app/group-chat/page.tsx:getSenderIndex
done software healthy frontend/src/app/group-chat/page.tsx:done
buildTTSUrl software healthy frontend/src/app/group-chat/page.tsx:buildTTSUrl
handleSend software healthy frontend/src/app/group-chat/page.tsx:handleSend
initial software healthy frontend/src/app/group-chat/page.tsx:initial
ChatPage software healthy frontend/src/app/group-chat/page.tsx:ChatPage
request software healthy frontend/src/lib/api.ts:request
request software healthy desktop/src/renderer/api.ts:request
parseBotReply software healthy desktop/src/renderer/api.ts:parseBotReply
_playAudio software healthy desktop/src/renderer/api.ts:_playAudio
App software healthy desktop/src/renderer/App.tsx:App
showSubtitle software healthy desktop/src/renderer/App.tsx:showSubtitle
getChatState software healthy desktop/src/renderer/App.tsx:getChatState
updateChatState software healthy desktop/src/renderer/App.tsx:updateChatState
tick software healthy desktop/src/renderer/App.tsx:tick

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

LabelLayerStatusPath
ecosystem.config.js software healthy ecosystem.config.js
README.md software healthy README.md
vibe.yaml software healthy vibe.yaml
docker-compose.yml software healthy docker-compose.yml
postcss.config.mjs software healthy frontend/postcss.config.mjs
README.md software healthy frontend/README.md
CLAUDE.md software healthy frontend/CLAUDE.md
package.json software healthy frontend/package.json
Dockerfile software healthy frontend/Dockerfile
package-lock.json software healthy frontend/package-lock.json
tsconfig.json software healthy frontend/tsconfig.json
eslint.config.mjs software healthy frontend/eslint.config.mjs
AGENTS.md software healthy frontend/AGENTS.md
next.config.ts software healthy frontend/next.config.ts
globals.css software healthy frontend/src/app/globals.css
page.tsx software healthy frontend/src/app/page.tsx
layout.tsx software healthy frontend/src/app/layout.tsx
page.tsx software healthy frontend/src/app/robots/[id]/page.tsx
route.ts software healthy frontend/src/app/api/objects/observe/route.ts
route.ts software healthy frontend/src/app/api/robots/[id]/route.ts
route.ts software healthy frontend/src/app/api/robots/[id]/activity/route.ts
route.ts software healthy frontend/src/app/api/robots/[id]/skills/route.ts
route.ts software healthy frontend/src/app/api/robots/[id]/regenerate/[module]/route.…
route.ts software healthy frontend/src/app/api/robots/from-image/route.ts
route.ts software healthy frontend/src/app/api/robots/creation-status/[jobId]/route.ts
route.ts software healthy frontend/src/app/api/tts/speak/route.ts
route.ts software healthy frontend/src/app/api/tts/regenerate/[robotId]/route.ts
route.ts software healthy frontend/src/app/api/conversations/[id]/message/route.ts
route.ts software healthy frontend/src/app/api/heartbeat/trigger/[robotId]/[action]/r…
route.ts software healthy frontend/src/app/api/heartbeat/interval/route.ts
route.ts software healthy frontend/src/app/api/heartbeat/busy/route.ts
route.ts software healthy frontend/src/app/api/stt/transcribe/route.ts
route.ts software healthy frontend/src/app/avatars/[filename]/route.ts
page.tsx software healthy frontend/src/app/observe/page.tsx
ReactionCard.tsx software healthy frontend/src/app/components/ReactionCard.tsx
ChatBubble.tsx software healthy frontend/src/app/components/ChatBubble.tsx
RobotCard.tsx software healthy frontend/src/app/components/RobotCard.tsx
page.tsx software healthy frontend/src/app/chat/page.tsx
page.tsx software healthy frontend/src/app/group-chat/page.tsx
api.ts software healthy frontend/src/lib/api.ts
types.ts software healthy frontend/src/lib/types.ts
anya-turing-iteration-log.md software healthy docs/anya-turing-iteration-log.md
ARCHITECTURE.md software healthy docs/ARCHITECTURE.md
2026-05-26-electron-desktop-phase1.md software healthy docs/superpowers/plans/2026-05-26-electron-desktop-phase1.md
2026-05-28-voice-chat-ui.md software healthy docs/superpowers/plans/2026-05-28-voice-chat-ui.md
2026-06-12-reminders.md software healthy docs/superpowers/plans/2026-06-12-reminders.md
2026-05-09-nomi-v0.1.md software healthy docs/superpowers/plans/2026-05-09-nomi-v0.1.md
2026-05-27-admin-panel-upgrade.md software healthy docs/superpowers/plans/2026-05-27-admin-panel-upgrade.md
2026-06-12-tool-skills.md software healthy docs/superpowers/plans/2026-06-12-tool-skills.md
2026-06-04-memory-self-iteration-p1.md software healthy docs/superpowers/plans/2026-06-04-memory-self-iteration-p1.…

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

LabelLayerStatusPath
frontend software healthy frontend
src software healthy frontend/src
app software healthy frontend/src/app
robots software healthy frontend/src/app/robots
[id] software healthy frontend/src/app/robots/[id]
api software healthy frontend/src/app/api
objects software healthy frontend/src/app/api/objects
observe software healthy frontend/src/app/api/objects/observe
robots software healthy frontend/src/app/api/robots
[id] software healthy frontend/src/app/api/robots/[id]
activity software healthy frontend/src/app/api/robots/[id]/activity
skills software healthy frontend/src/app/api/robots/[id]/skills
regenerate software healthy frontend/src/app/api/robots/[id]/regenerate
[module] software healthy frontend/src/app/api/robots/[id]/regenerate/[module]
from-image software healthy frontend/src/app/api/robots/from-image
creation-status software healthy frontend/src/app/api/robots/creation-status
[jobId] software healthy frontend/src/app/api/robots/creation-status/[jobId]
tts software healthy frontend/src/app/api/tts
speak software healthy frontend/src/app/api/tts/speak
regenerate software healthy frontend/src/app/api/tts/regenerate
[robotId] software healthy frontend/src/app/api/tts/regenerate/[robotId]
conversations software healthy frontend/src/app/api/conversations
[id] software healthy frontend/src/app/api/conversations/[id]
message software healthy frontend/src/app/api/conversations/[id]/message
heartbeat software healthy frontend/src/app/api/heartbeat
trigger software healthy frontend/src/app/api/heartbeat/trigger
[robotId] software healthy frontend/src/app/api/heartbeat/trigger/[robotId]
[action] software healthy frontend/src/app/api/heartbeat/trigger/[robotId]/[action]
interval software healthy frontend/src/app/api/heartbeat/interval
busy software healthy frontend/src/app/api/heartbeat/busy
stt software healthy frontend/src/app/api/stt
transcribe software healthy frontend/src/app/api/stt/transcribe
avatars software healthy frontend/src/app/avatars
[filename] software healthy frontend/src/app/avatars/[filename]
observe software healthy frontend/src/app/observe
components software healthy frontend/src/app/components
chat software healthy frontend/src/app/chat
group-chat software healthy frontend/src/app/group-chat
lib software healthy frontend/src/lib
docs software healthy docs
superpowers software healthy docs/superpowers
plans software healthy docs/superpowers/plans
specs software healthy docs/superpowers/specs
desktop software healthy desktop
assets software healthy desktop/assets
characters software healthy desktop/assets/characters
nezuko software healthy desktop/assets/characters/nezuko
frieren software healthy desktop/assets/characters/frieren
tools software healthy desktop/tools
src software healthy desktop/src

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

LabelLayerStatusPath
LipSyncAnalyzer software healthy desktop/src/renderer/lib/lip-sync.ts:LipSyncAnalyzer
FakeLLM software healthy backend/tests/test_tool_toggles.py:11
FakeLLM software healthy backend/tests/test_tool_skills.py:14
_Item software healthy backend/tests/test_memory_iteration.py:78
_Mem software healthy backend/tests/test_memory_iteration.py:103
P software healthy backend/tests/test_memory_iteration.py:147
FakeLLM software healthy backend/tests/test_tool_router.py:11
FakeLLM software healthy backend/tests/test_reminders_service.py:167
BoomLLM software healthy backend/tests/test_reminders_service.py:137
_FakeLLM software healthy backend/tests/test_memory_layered.py:22
_FakeLLM software healthy backend/tests/test_memory_evolution_integration.py:24
M software healthy backend/tests/test_sleep_cycle.py:44
FakeLLM software healthy backend/tests/test_sleep_cycle.py:105
SpeakingStyle software healthy backend/app/schemas.py:9
VoiceProfile software healthy backend/app/schemas.py:16
RobotCreate software healthy backend/app/schemas.py:23
YearlyMemoryOut software healthy backend/app/schemas.py:29
RobotOut software healthy backend/app/schemas.py:42
RobotDetail software healthy backend/app/schemas.py:64
RobotReaction software healthy backend/app/schemas.py:71
ObjectObserveRequest software healthy backend/app/schemas.py:80
ObjectObserveResponse software healthy backend/app/schemas.py:86
MessageOut software healthy backend/app/schemas.py:96
ConversationOut software healthy backend/app/schemas.py:108
UserMessageRequest software healthy backend/app/schemas.py:117
IdleChatRequest software healthy backend/app/schemas.py:123
IdleChatResponse software healthy backend/app/schemas.py:128
Settings software healthy backend/app/config.py:9
WebCreateRequest software healthy backend/app/api/admin_web_creation.py:24
BuildMemoriesRequest software healthy backend/app/api/admin_web_creation.py:53
AgentReactRequest software healthy backend/app/api/agents.py:76
AgentSearchRequest software healthy backend/app/api/agents.py:200
AgentChatRequest software healthy backend/app/api/agents.py:274
_SimpleRobot software healthy backend/app/api/agents.py:290
VisionService software healthy backend/app/services/vision.py:12
RelationshipService software healthy backend/app/services/relationship.py:10
ForgetCandidate software healthy backend/app/services/memory_iteration.py:44
MemoryService software healthy backend/app/services/memory.py:24
Orchestrator software healthy backend/app/services/orchestrator.py:19
RobotService software healthy backend/app/services/robot.py:18
ImaginationService software healthy backend/app/services/imagination.py:14
ToolResult software healthy backend/app/services/tools/base.py:8
Tool software healthy backend/app/services/tools/base.py:16
OpenAILLM software healthy backend/app/services/llm/openai.py:8
AnthropicLLM software healthy backend/app/services/llm/anthropic.py:8
DeepSeekLLM software healthy backend/app/services/llm/deepseek.py:10
ClaudeCliLLM software healthy backend/app/services/llm/claude_cli.py:12
BaseLLM software healthy backend/app/services/llm/base.py:4
OllamaLLM software healthy backend/app/services/llm/ollama.py:11
PortableJSON software healthy backend/app/db/models_sqlite.py:10

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

LabelLayerStatusPath
GET /api/health api healthy backend/app/main.py
GET /admin api healthy backend/app/main.py
POST /wake api healthy backend/app/api/heartbeat.py
POST /sleep api healthy backend/app/api/heartbeat.py
POST /busy api healthy backend/app/api/heartbeat.py
POST /interval api healthy backend/app/api/heartbeat.py
GET /status api healthy backend/app/api/heartbeat.py
GET /events api healthy backend/app/api/heartbeat.py
POST /trigger/{robot_id}/{action} api healthy backend/app/api/heartbeat.py
POST /observe api healthy backend/app/api/objects.py
GET /models api healthy backend/app/api/conversations.py
DELETE /all api healthy backend/app/api/conversations.py
GET /latest api healthy backend/app/api/conversations.py
POST / api healthy backend/app/api/conversations.py
POST /{conversation_id}/message api healthy backend/app/api/conversations.py
GET /{conversation_id}/messages api healthy backend/app/api/conversations.py
POST /from-image api healthy backend/app/api/robots.py
GET /creation-status/{job_id} api healthy backend/app/api/robots.py
DELETE /{robot_id} api healthy backend/app/api/robots.py
DELETE /activity/all api healthy backend/app/api/robots.py
GET /{robot_id}/activity api healthy backend/app/api/robots.py
GET /{robot_id}/skills api healthy backend/app/api/robots.py
GET /{robot_id}/memories api healthy backend/app/api/robots.py
GET / api healthy backend/app/api/robots.py
PATCH /{robot_id} api healthy backend/app/api/robots.py
GET /{robot_id} api healthy backend/app/api/robots.py
GET /api/status api healthy backend/app/api/status.py
GET /characters api healthy backend/app/api/admin.py
POST /characters/{char_id}/voice-lang api healthy backend/app/api/admin.py
POST /characters/{char_id}/generate-images api healthy backend/app/api/admin.py
POST /characters/{char_id}/remove-bg api healthy backend/app/api/admin.py
POST /characters/{char_id}/upload-voice api healthy backend/app/api/admin.py
POST /characters/{char_id}/upload-reference api healthy backend/app/api/admin.py
POST /characters/create api healthy backend/app/api/admin.py
GET /characters/{char_id}/image/{state} api healthy backend/app/api/admin.py
GET /characters/{char_id}/voice-ref api healthy backend/app/api/admin.py
GET /characters/{char_id}/versions api healthy backend/app/api/admin.py
POST /characters/{char_id}/versions/{version_id}/activate api healthy backend/app/api/admin.py
POST /characters/{char_id}/versions/{version_id}/star api healthy backend/app/api/admin.py
GET /characters/{char_id}/versions/{version_id}/file api healthy backend/app/api/admin.py
GET /characters/{char_id}/memories api healthy backend/app/api/admin.py
GET /tools api healthy backend/app/api/admin.py
PUT /tools/{tool_name} api healthy backend/app/api/admin.py
GET /speak-qwen3 api healthy backend/app/api/tts_qwen3.py
POST /characters/create-from-web api healthy backend/app/api/admin_web_creation.py
GET /characters/create-from-web/status/{job_id} api healthy backend/app/api/admin_web_creation.py
POST /characters/{char_id}/build-memories api healthy backend/app/api/admin_web_creation.py
POST /transcribe api healthy backend/app/api/stt.py
POST /idle-chat api healthy backend/app/api/agents.py
POST /react api healthy backend/app/api/agents.py

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

LabelLayerStatusPath
Base data healthy backend/app/db/models.py
User data healthy backend/app/db/models.py
Robot data healthy backend/app/db/models.py
AssetVersion data healthy backend/app/db/models.py
YearlyMemory data healthy backend/app/db/models.py
Memory data healthy backend/app/db/models.py
ActivityLog data healthy backend/app/db/models.py
Relationship data healthy backend/app/db/models.py
Conversation data healthy backend/app/db/models.py
Message data healthy backend/app/db/models.py
RobotSkill data healthy backend/app/db/models.py
ObjectObservation data healthy backend/app/db/models.py
Reminder data healthy backend/app/db/models.py
ToolSetting data healthy backend/app/db/models.py
users data healthy backend/app/db/models.py
robots data healthy backend/app/db/models.py
asset_versions data healthy backend/app/db/models.py
yearly_memories data healthy backend/app/db/models.py
memories data healthy backend/app/db/models.py
activity_logs data healthy backend/app/db/models.py
relationships data healthy backend/app/db/models.py
conversations data healthy backend/app/db/models.py
messages data healthy backend/app/db/models.py
robot_skills data healthy backend/app/db/models.py
object_observations data healthy backend/app/db/models.py
reminders data healthy backend/app/db/models.py
tool_settings data healthy backend/app/db/models.py

LabelLayerStatusPath
HomePage frontend healthy frontend/src/app/page.tsx
RootLayout frontend healthy frontend/src/app/layout.tsx
RobotDetailRedirect frontend healthy frontend/src/app/robots/[id]/page.tsx
ObservePage frontend healthy frontend/src/app/observe/page.tsx
ReactionCard frontend healthy frontend/src/app/components/ReactionCard.tsx
ChatBubble frontend healthy frontend/src/app/components/ChatBubble.tsx
RobotCard frontend healthy frontend/src/app/components/RobotCard.tsx
ChatPage frontend healthy frontend/src/app/chat/page.tsx
ChatPage frontend healthy frontend/src/app/group-chat/page.tsx
App frontend healthy desktop/src/renderer/App.tsx

LabelLayerStatusPath
port:3100 network healthy vibe.yaml
port:5433 network healthy docker-compose.yml
port:5432 network healthy docker-compose.yml
port:6380 network healthy docker-compose.yml
port:6379 network healthy docker-compose.yml
port:3000 network healthy docker-compose.yml
port:5173 network healthy desktop/vite.config.ts
port:18900 network healthy backend/desktop/entrypoint.py

LabelLayerStatusPath
image::frontend/Dockerfile hardware healthy frontend/Dockerfile
image::backend/Dockerfile hardware healthy backend/Dockerfile
db hardware healthy docker-compose.yml
redis hardware healthy docker-compose.yml
frontend hardware healthy docker-compose.yml

LabelLayerStatusPath
/page.tsx frontend healthy frontend/src/app/page.tsx
/robots/[id] frontend healthy frontend/src/app/robots/[id]/page.tsx
/observe frontend healthy frontend/src/app/observe/page.tsx
/chat frontend healthy frontend/src/app/chat/page.tsx
/group-chat frontend healthy frontend/src/app/group-chat/page.tsx

LabelLayerStatusPath
postgresql data healthy README.md
sqlite data healthy README.md
redis data healthy README.md
postgres data healthy backend/tests/test_sleep_cycle.py

LabelLayerStatusPath
repobility-clone-5zx3sl00 software healthy /tmp/repobility-clone-5zx3sl00

LabelLayerStatusPath
127.0.0.1 network healthy README.md
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/d6626a3a-59b5-4e23-897b-820acfd9b790/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/d6626a3a-59b5-4e23-897b-820acfd9b790/

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.