https://github.com/sakaryu25/Fit-Collection
· scanned 2026-06-16 00:00 UTC (2 months, 3 weeks ago)
10 raw signals (0 security + 10 graph)
Last scanned 2 months, 3 weeks ago · v1 · 10 actionable findings from 1 signal source. Security checks, system graph analysis, and verified AI-agent feedback are merged into one review queue.
All 182 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 |
|---|---|---|---|
Index |
software | healthy | scripts/reset-project.js:Index |
RootLayout |
software | healthy | scripts/reset-project.js:RootLayout |
moveDirectories |
software | healthy | scripts/reset-project.js:moveDirectories |
outfitToEntries |
software | healthy | src/stores/tryon.ts:outfitToEntries |
categoryLabel |
software | healthy | src/constants/taxonomy.ts:categoryLabel |
colorHex |
software | healthy | src/constants/taxonomy.ts:colorHex |
colorLabel |
software | healthy | src/constants/taxonomy.ts:colorLabel |
styleLabel |
software | healthy | src/constants/taxonomy.ts:styleLabel |
templatesFor |
software | healthy | src/constants/templates.ts:templatesFor |
templateById |
software | healthy | src/constants/templates.ts:templateById |
defaultTemplateFor |
software | healthy | src/constants/templates.ts:defaultTemplateFor |
pickPhoto |
software | healthy | src/components/ui/ItemFormShared.tsx:pickPhoto |
PhotoPicker |
software | healthy | src/components/ui/ItemFormShared.tsx:PhotoPicker |
pick |
software | healthy | src/components/ui/ItemFormShared.tsx:pick |
LookEditor |
software | healthy | src/components/ui/ItemFormShared.tsx:LookEditor |
PrimaryButton |
software | healthy | src/components/ui/kit.tsx:PrimaryButton |
GhostButton |
software | healthy | src/components/ui/kit.tsx:GhostButton |
Chip |
software | healthy | src/components/ui/kit.tsx:Chip |
ChipRow |
software | healthy | src/components/ui/kit.tsx:ChipRow |
isSel |
software | healthy | src/components/ui/kit.tsx:isSel |
ColorPalette |
software | healthy | src/components/ui/kit.tsx:ColorPalette |
ColorDot |
software | healthy | src/components/ui/kit.tsx:ColorDot |
ItemCard |
software | healthy | src/components/ui/kit.tsx:ItemCard |
ScoreRing |
software | healthy | src/components/ui/kit.tsx:ScoreRing |
ScoreBadge |
software | healthy | src/components/ui/kit.tsx:ScoreBadge |
EmptyState |
software | healthy | src/components/ui/kit.tsx:EmptyState |
SectionLabel |
software | healthy | src/components/ui/kit.tsx:SectionLabel |
AvatarViewer |
software | healthy | src/components/three/AvatarViewer.tsx:AvatarViewer |
Closet |
software | healthy | src/components/three/RoomScene.tsx:Closet |
Mirror |
software | healthy | src/components/three/RoomScene.tsx:Mirror |
Furniture |
software | healthy | src/components/three/RoomScene.tsx:Furniture |
RoomScene |
software | healthy | src/components/three/RoomScene.tsx:RoomScene |
Hair |
software | healthy | src/components/three/AvatarRig.tsx:Hair |
cap |
software | healthy | src/components/three/AvatarRig.tsx:cap |
bangs |
software | healthy | src/components/three/AvatarRig.tsx:bangs |
sideLocks |
software | healthy | src/components/three/AvatarRig.tsx:sideLocks |
back |
software | healthy | src/components/three/AvatarRig.tsx:back |
Face |
software | healthy | src/components/three/AvatarRig.tsx:Face |
AvatarRig |
software | healthy | src/components/three/AvatarRig.tsx:AvatarRig |
Garment |
software | healthy | src/components/three/Garments.tsx:Garment |
midY |
software | healthy | src/components/three/Garments.tsx:midY |
h |
software | healthy | src/components/three/Garments.tsx:h |
bottomY |
software | healthy | src/components/three/Garments.tsx:bottomY |
hemY |
software | healthy | src/components/three/Garments.tsx:hemY |
TryOnScreen |
software | healthy | src/app/try-on.tsx:TryOnScreen |
randomize |
software | healthy | src/app/try-on.tsx:randomize |
save |
software | healthy | src/app/try-on.tsx:save |
renderItemThumb |
software | healthy | src/app/try-on.tsx:renderItemThumb |
ClosetFormScreen |
software | healthy | src/app/closet-form.tsx:ClosetFormScreen |
changeCategory |
software | healthy | src/app/closet-form.tsx:changeCategory |
Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.
| Label | Layer | Status | Path |
|---|---|---|---|
README.md |
software | healthy | README.md |
package.json |
software | healthy | package.json |
package-lock.json |
software | healthy | package-lock.json |
app.json |
software | healthy | app.json |
.env.example |
software | healthy | .env.example |
tsconfig.json |
software | healthy | tsconfig.json |
expo-env.d.ts |
software | healthy | expo-env.d.ts |
AGENTS.md |
software | healthy | AGENTS.md |
05-tech-architecture.md |
software | healthy | docs/05-tech-architecture.md |
06-mvp-plan.md |
software | healthy | docs/06-mvp-plan.md |
03-avatar-room.md |
software | healthy | docs/03-avatar-room.md |
01-requirements.md |
software | healthy | docs/01-requirements.md |
02-screens.md |
software | healthy | docs/02-screens.md |
04-data-design.md |
software | healthy | docs/04-data-design.md |
reset-project.js |
software | healthy | scripts/reset-project.js |
icon.json |
software | healthy | assets/expo.icon/icon.json |
launch.json |
software | healthy | .claude/launch.json |
0001_init.sql |
software | healthy | supabase/migrations/0001_init.sql |
index.ts |
software | healthy | src/types/index.ts |
wishlist.ts |
software | healthy | src/stores/wishlist.ts |
tryon.ts |
software | healthy | src/stores/tryon.ts |
outfits.ts |
software | healthy | src/stores/outfits.ts |
avatar.ts |
software | healthy | src/stores/avatar.ts |
closet.ts |
software | healthy | src/stores/closet.ts |
avatar-parts.ts |
software | healthy | src/constants/avatar-parts.ts |
design.ts |
software | healthy | src/constants/design.ts |
taxonomy.ts |
software | healthy | src/constants/taxonomy.ts |
templates.ts |
software | healthy | src/constants/templates.ts |
ItemFormShared.tsx |
software | healthy | src/components/ui/ItemFormShared.tsx |
kit.tsx |
software | healthy | src/components/ui/kit.tsx |
AvatarViewer.tsx |
software | healthy | src/components/three/AvatarViewer.tsx |
RoomScene.tsx |
software | healthy | src/components/three/RoomScene.tsx |
AvatarRig.tsx |
software | healthy | src/components/three/AvatarRig.tsx |
Garments.tsx |
software | healthy | src/components/three/Garments.tsx |
canvas.ts |
software | healthy | src/components/three/canvas.ts |
canvas.web.ts |
software | healthy | src/components/three/canvas.web.ts |
try-on.tsx |
software | healthy | src/app/try-on.tsx |
closet-form.tsx |
software | healthy | src/app/closet-form.tsx |
_layout.tsx |
software | healthy | src/app/_layout.tsx |
avatar-creator.tsx |
software | healthy | src/app/avatar-creator.tsx |
wish-form.tsx |
software | healthy | src/app/wish-form.tsx |
[id].tsx |
software | healthy | src/app/compat/[id].tsx |
[id].tsx |
software | healthy | src/app/wish/[id].tsx |
[id].tsx |
software | healthy | src/app/item/[id].tsx |
[id].tsx |
software | healthy | src/app/outfit/[id].tsx |
wishlist.tsx |
software | healthy | src/app/(tabs)/wishlist.tsx |
index.tsx |
software | healthy | src/app/(tabs)/index.tsx |
closet.tsx |
software | healthy | src/app/(tabs)/closet.tsx |
_layout.tsx |
software | healthy | src/app/(tabs)/_layout.tsx |
outfits.tsx |
software | healthy | src/app/(tabs)/outfits.tsx |
Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.
| Label | Layer | Status | Path |
|---|---|---|---|
docs |
software | healthy | docs |
scripts |
software | healthy | scripts |
assets |
software | healthy | assets |
expo.icon |
software | healthy | assets/expo.icon |
.claude |
software | healthy | .claude |
supabase |
software | healthy | supabase |
migrations |
software | healthy | supabase/migrations |
src |
software | healthy | src |
types |
software | healthy | src/types |
stores |
software | healthy | src/stores |
constants |
software | healthy | src/constants |
components |
software | healthy | src/components |
ui |
software | healthy | src/components/ui |
three |
software | healthy | src/components/three |
app |
software | healthy | src/app |
compat |
software | healthy | src/app/compat |
wish |
software | healthy | src/app/wish |
item |
software | healthy | src/app/item |
outfit |
software | healthy | src/app/outfit |
(tabs) |
software | healthy | src/app/(tabs) |
lib |
software | healthy | src/lib |
| Label | Layer | Status | Path |
|---|---|---|---|
TryOnScreen |
frontend | healthy | src/app/try-on.tsx |
ClosetFormScreen |
frontend | healthy | src/app/closet-form.tsx |
RootLayout |
frontend | healthy | src/app/_layout.tsx |
AvatarCreatorScreen |
frontend | healthy | src/app/avatar-creator.tsx |
WishFormScreen |
frontend | healthy | src/app/wish-form.tsx |
CompatibilityScreen |
frontend | healthy | src/app/compat/[id].tsx |
WishDetailScreen |
frontend | healthy | src/app/wish/[id].tsx |
ItemDetailScreen |
frontend | healthy | src/app/item/[id].tsx |
OutfitDetailScreen |
frontend | healthy | src/app/outfit/[id].tsx |
WishlistScreen |
frontend | healthy | src/app/(tabs)/wishlist.tsx |
RoomScreen |
frontend | healthy | src/app/(tabs)/index.tsx |
ClosetScreen |
frontend | healthy | src/app/(tabs)/closet.tsx |
TabsLayout |
frontend | healthy | src/app/(tabs)/_layout.tsx |
OutfitsScreen |
frontend | healthy | src/app/(tabs)/outfits.tsx |
| Label | Layer | Status | Path |
|---|---|---|---|
repobility-clone-zwzqmvyn |
software | healthy | /tmp/repobility-clone-zwzqmvyn |
| Label | Layer | Status | Path |
|---|---|---|---|
postgres |
data | healthy | README.md |
| Label | Layer | Status | Path |
|---|---|---|---|
public |
data | healthy | supabase/migrations/0001_init.sql |
| Label | Layer | Status | Path |
|---|---|---|---|
0001_init.sql |
data | healthy | supabase/migrations/0001_init.sql |
This page is publicly accessible at:
https://repobility.com/scan/1ab78e76-d701-4f26-a4c4-e637733cef12/
To check status programmatically (no auth required):
curl -s https://repobility.com/api/v1/public/scan/1ab78e76-d701-4f26-a4c4-e637733cef12/
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.