https://github.com/yazelin/mori-canvas
· scanned 2026-06-16 01:05 UTC (2 months, 1 week ago)
21 raw signals (0 security + 21 graph)
Last scanned 2 months, 1 week ago · v1 · 20 actionable findings from 1 signal source. 1 repeated signal grouped for readability. Security checks, system graph analysis, and verified AI-agent feedback are merged into one review queue.
All 266 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 |
|---|---|---|---|
assert |
software | healthy | client/src/fitCardSize.test.ts:assert |
charW |
software | healthy | client/src/fitCardSize.ts:charW |
cjk |
software | healthy | client/src/fitCardSize.ts:cjk |
countLines |
software | healthy | client/src/fitCardSize.ts:countLines |
fitCardSize |
software | healthy | client/src/fitCardSize.ts:fitCardSize |
t |
software | healthy | client/src/fitCardSize.ts:t |
detectLang |
software | healthy | client/src/i18n.ts:detectLang |
syncHtmlLang |
software | healthy | client/src/i18n.ts:syncHtmlLang |
apiLang |
software | healthy | client/src/i18n.ts:apiLang |
setLang |
software | healthy | client/src/i18n.ts:setLang |
VolBars |
software | healthy | client/src/App.tsx:VolBars |
elbowPoints |
software | healthy | client/src/App.tsx:elbowPoints |
midY |
software | healthy | client/src/App.tsx:midY |
midX |
software | healthy | client/src/App.tsx:midX |
genCode |
software | healthy | client/src/App.tsx:genCode |
resolveRoom |
software | healthy | client/src/App.tsx:resolveRoom |
resolveBoardParam |
software | healthy | client/src/App.tsx:resolveBoardParam |
lighten |
software | healthy | client/src/App.tsx:lighten |
Ico |
software | healthy | client/src/App.tsx:Ico |
edgePoint |
software | healthy | client/src/App.tsx:edgePoint |
App |
software | healthy | client/src/App.tsx:App |
kindLabel |
software | healthy | client/src/App.tsx:kindLabel |
typeLabel |
software | healthy | client/src/App.tsx:typeLabel |
statusLabel |
software | healthy | client/src/App.tsx:statusLabel |
toggleTheme |
software | healthy | client/src/App.tsx:toggleTheme |
cardColor |
software | healthy | client/src/App.tsx:cardColor |
kindAccent |
software | healthy | client/src/App.tsx:kindAccent |
isMeetingFrame |
software | healthy | client/src/App.tsx:isMeetingFrame |
saveByo |
software | healthy | client/src/App.tsx:saveByo |
byoHeaders |
software | healthy | client/src/App.tsx:byoHeaders |
gk |
software | healthy | client/src/App.tsx:gk |
saveGroqKey |
software | healthy | client/src/App.tsx:saveGroqKey |
isGuestName |
software | healthy | client/src/App.tsx:isGuestName |
maybeAskName |
software | healthy | client/src/App.tsx:maybeAskName |
logTranscript |
software | healthy | client/src/App.tsx:logTranscript |
t |
software | healthy | client/src/App.tsx:t |
onBIP |
software | healthy | client/src/App.tsx:onBIP |
tx |
software | healthy | client/src/App.tsx:tx |
patchShape |
software | healthy | client/src/App.tsx:patchShape |
patchFrame |
software | healthy | client/src/App.tsx:patchFrame |
moveFrame |
software | healthy | client/src/App.tsx:moveFrame |
addSticky |
software | healthy | client/src/App.tsx:addSticky |
addNote |
software | healthy | client/src/App.tsx:addNote |
deleteSticky |
software | healthy | client/src/App.tsx:deleteSticky |
deleteFrame |
software | healthy | client/src/App.tsx:deleteFrame |
inside |
software | healthy | client/src/App.tsx:inside |
connIds |
software | healthy | client/src/App.tsx:connIds |
addConnector |
software | healthy | client/src/App.tsx:addConnector |
deleteConnector |
software | healthy | client/src/App.tsx:deleteConnector |
clearAll |
software | healthy | client/src/App.tsx:clearAll |
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 |
agentos-manifest.json |
software | healthy | agentos-manifest.json |
README.md |
software | healthy | README.md |
README.en.md |
software | healthy | README.en.md |
install.sh |
software | healthy | install.sh |
package.json |
software | healthy | package.json |
CONTRIBUTING.md |
software | healthy | CONTRIBUTING.md |
setup.sh |
software | healthy | setup.sh |
Dockerfile |
software | healthy | Dockerfile |
render.yaml |
software | healthy | render.yaml |
package-lock.json |
software | healthy | package-lock.json |
.env.example |
software | healthy | .env.example |
tsconfig.json |
software | healthy | tsconfig.json |
RUST-REWRITE-STATUS.md |
software | healthy | RUST-REWRITE-STATUS.md |
LICENSE |
software | healthy | LICENSE |
CHANGELOG.md |
software | healthy | CHANGELOG.md |
index.html |
software | healthy | client/index.html |
sw.js |
software | healthy | client/public/sw.js |
index.json |
software | healthy | client/public/templates/index.json |
README.md |
software | healthy | client/public/templates/README.md |
engineer.json |
software | healthy | client/public/examples/engineer.json |
index.json |
software | healthy | client/public/examples/index.json |
meeting.json |
software | healthy | client/public/examples/meeting.json |
marketing.json |
software | healthy | client/public/examples/marketing.json |
pm.json |
software | healthy | client/public/examples/pm.json |
consultant.json |
software | healthy | client/public/examples/consultant.json |
fitCardSize.test.ts |
software | healthy | client/src/fitCardSize.test.ts |
styles.css |
software | healthy | client/src/styles.css |
fitCardSize.ts |
software | healthy | client/src/fitCardSize.ts |
main.tsx |
software | healthy | client/src/main.tsx |
i18n.ts |
software | healthy | client/src/i18n.ts |
App.tsx |
software | healthy | client/src/App.tsx |
zh-TW.json |
software | healthy | client/src/locales/zh-TW.json |
en.json |
software | healthy | client/src/locales/en.json |
Cargo.toml |
software | healthy | server-rs/Cargo.toml |
Cargo.lock |
software | healthy | server-rs/Cargo.lock |
apply.rs |
software | healthy | server-rs/src/apply.rs |
layout.rs |
software | healthy | server-rs/src/layout.rs |
lib.rs |
software | healthy | server-rs/src/lib.rs |
prompts.rs |
software | healthy | server-rs/src/prompts.rs |
llm.rs |
software | healthy | server-rs/src/llm.rs |
board_types.rs |
software | healthy | server-rs/src/board_types.rs |
store.rs |
software | healthy | server-rs/src/store.rs |
agent.rs |
software | healthy | server-rs/src/agent.rs |
stt.rs |
software | healthy | server-rs/src/stt.rs |
yval.rs |
software | healthy | server-rs/src/yval.rs |
sync.rs |
software | healthy | server-rs/src/sync.rs |
main.rs |
software | healthy | server-rs/src/main.rs |
cleanup.rs |
software | healthy | server-rs/src/cleanup.rs |
faq.html |
software | healthy | docs/faq.html |
Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.
| Label | Layer | Status | Path |
|---|---|---|---|
client |
software | healthy | client |
public |
software | healthy | client/public |
templates |
software | healthy | client/public/templates |
examples |
software | healthy | client/public/examples |
src |
software | healthy | client/src |
locales |
software | healthy | client/src/locales |
server-rs |
software | healthy | server-rs |
src |
software | healthy | server-rs/src |
docs |
software | healthy | docs |
superpowers |
software | healthy | docs/superpowers |
plans |
software | healthy | docs/superpowers/plans |
scripts |
software | healthy | scripts |
rust-sync-spike |
software | healthy | rust-sync-spike |
src |
software | healthy | rust-sync-spike/src |
src-tauri |
software | healthy | src-tauri |
gen |
software | healthy | src-tauri/gen |
schemas |
software | healthy | src-tauri/gen/schemas |
src |
software | healthy | src-tauri/src |
prompts |
software | healthy | prompts |
.github |
software | healthy | .github |
workflows |
software | healthy | .github/workflows |
| Label | Layer | Status | Path |
|---|---|---|---|
127.0.0.1 |
network | healthy | README.md |
1.1.1.1 |
network | healthy | setup.sh |
192.168.1.5 |
network | healthy | server-rs/src/lib.rs |
1.2.3.4 |
network | healthy | server-rs/src/lib.rs |
10.0.0.5 |
network | healthy | server-rs/src/lib.rs |
99.99.99.99 |
network | healthy | server-rs/src/lib.rs |
5.6.7.8 |
network | healthy | server-rs/src/lib.rs |
9.9.9.9 |
network | healthy | server-rs/src/lib.rs |
| Label | Layer | Status | Path |
|---|---|---|---|
ping |
cicd | healthy | .github/workflows/keepalive.yml |
publish |
cicd | healthy | .github/workflows/docker.yml |
test |
cicd | healthy | .github/workflows/ci.yml |
server |
cicd | healthy | .github/workflows/release.yml |
desktop |
cicd | healthy | .github/workflows/release.yml |
| Label | Layer | Status | Path |
|---|---|---|---|
gha::keepalive |
cicd | healthy | .github/workflows/keepalive.yml |
gha::docker |
cicd | healthy | .github/workflows/docker.yml |
gha::ci |
cicd | healthy | .github/workflows/ci.yml |
gha::release |
cicd | healthy | .github/workflows/release.yml |
| Label | Layer | Status | Path |
|---|---|---|---|
postgresql |
data | healthy | client/public/examples/engineer.json |
redis |
data | healthy | client/public/examples/engineer.json |
| Label | Layer | Status | Path |
|---|---|---|---|
port:5174 |
network | healthy | README.md |
port:1334 |
network | healthy | README.md |
| Label | Layer | Status | Path |
|---|---|---|---|
GITHUB_TOKEN |
cicd | healthy | — |
ASSET |
cicd | healthy | — |
| Label | Layer | Status | Path |
|---|---|---|---|
repobility-clone-6dc_83d9 |
software | healthy | /tmp/repobility-clone-6dc_83d9 |
| Label | Layer | Status | Path |
|---|---|---|---|
nginx |
network | healthy | README.md |
| Label | Layer | Status | Path |
|---|---|---|---|
image::Dockerfile |
hardware | healthy | Dockerfile |
| Label | Layer | Status | Path |
|---|---|---|---|
gpu (detected) |
hardware | healthy | client/src/locales/zh-TW.json |
| Label | Layer | Status | Path |
|---|---|---|---|
vps::azure |
hardware | healthy | client/src/locales/zh-TW.json |
| Label | Layer | Status | Path |
|---|---|---|---|
App |
frontend | healthy | client/src/App.tsx |
This page is publicly accessible at:
https://repobility.com/scan/0dd1bd5a-57ae-44f8-a1c9-fd4ad11af658/
To check status programmatically (no auth required):
curl -s https://repobility.com/api/v1/public/scan/0dd1bd5a-57ae-44f8-a1c9-fd4ad11af658/
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.