https://github.com/rheaakiki93/kick
· scanned 2026-06-15 23:50 UTC (2 months, 3 weeks ago)
23 raw signals (0 security + 23 graph)
Last scanned 2 months, 3 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 259 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 |
|---|---|---|---|
tsconfig.app.json |
software | healthy | tsconfig.app.json |
vite.config.ts |
software | healthy | vite.config.ts |
bun.lock |
software | healthy | bun.lock |
vercel.json |
software | healthy | vercel.json |
README.md |
software | healthy | README.md |
tailwind.config.ts |
software | healthy | tailwind.config.ts |
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 |
components.json |
software | healthy | components.json |
bun.lockb |
software | healthy | bun.lockb |
eslint.config.js |
software | healthy | eslint.config.js |
tsconfig.json |
software | healthy | tsconfig.json |
postcss.config.js |
software | healthy | postcss.config.js |
vitest.config.ts |
software | healthy | vitest.config.ts |
create-checkout.ts |
software | healthy | api/create-checkout.ts |
products.ts |
software | healthy | api/products.ts |
config.toml |
software | healthy | supabase/config.toml |
20260310163827_93e11692-5b47-4f12-818b-651a52c33ebe.sql |
software | healthy | supabase/migrations/20260310163827_93e11692-5b47-4f12-818b-… |
20260308133001_5a511b42-411f-4a07-88cf-73913af8310c.sql |
software | healthy | supabase/migrations/20260308133001_5a511b42-411f-4a07-88cf-… |
20260307195614_60c7a023-2a9c-4d86-a476-bb338be35ab3.sql |
software | healthy | supabase/migrations/20260307195614_60c7a023-2a9c-4d86-a476-… |
20260307195819_37cf5b11-a591-41b9-93dc-2aeb9fdf7189.sql |
software | healthy | supabase/migrations/20260307195819_37cf5b11-a591-41b9-93dc-… |
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 |
App.css |
software | healthy | src/App.css |
client.ts |
software | healthy | src/integrations/supabase/client.ts |
types.ts |
software | healthy | src/integrations/supabase/types.ts |
setup.ts |
software | healthy | src/test/setup.ts |
example.test.ts |
software | healthy | src/test/example.test.ts |
NavLink.tsx |
software | healthy | src/components/NavLink.tsx |
CartDrawer.tsx |
software | healthy | src/components/CartDrawer.tsx |
About.tsx |
software | healthy | src/components/About.tsx |
WhenToTake.tsx |
software | healthy | src/components/WhenToTake.tsx |
Survey.tsx |
software | healthy | src/components/Survey.tsx |
FAQ.tsx |
software | healthy | src/components/FAQ.tsx |
MarqueeBanner.tsx |
software | healthy | src/components/MarqueeBanner.tsx |
Layout.tsx |
software | healthy | src/components/Layout.tsx |
Footer.tsx |
software | healthy | src/components/Footer.tsx |
Ingredients.tsx |
software | healthy | src/components/Ingredients.tsx |
Benefits.tsx |
software | healthy | src/components/Benefits.tsx |
Newsletter.tsx |
software | healthy | src/components/Newsletter.tsx |
TypewriterTagline.tsx |
software | healthy | src/components/TypewriterTagline.tsx |
Hero.tsx |
software | healthy | src/components/Hero.tsx |
Header.tsx |
software | healthy | src/components/Header.tsx |
StoryJourneyMap.tsx |
software | healthy | src/components/StoryJourneyMap.tsx |
table.tsx |
software | healthy | src/components/ui/table.tsx |
sheet.tsx |
software | healthy | src/components/ui/sheet.tsx |
Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.
| Label | Layer | Status | Path |
|---|---|---|---|
handler |
software | healthy | api/create-checkout.ts:handler |
handler |
software | healthy | api/products.ts:handler |
defaultPrice |
software | healthy | api/products.ts:defaultPrice |
AppContent |
software | healthy | src/App.tsx:AppContent |
App |
software | healthy | src/App.tsx:App |
CartDrawer |
software | healthy | src/components/CartDrawer.tsx:CartDrawer |
sync |
software | healthy | src/components/CartDrawer.tsx:sync |
updateQuantity |
software | healthy | src/components/CartDrawer.tsx:updateQuantity |
removeItem |
software | healthy | src/components/CartDrawer.tsx:removeItem |
handleCheckout |
software | healthy | src/components/CartDrawer.tsx:handleCheckout |
About |
software | healthy | src/components/About.tsx:About |
WhenToTake |
software | healthy | src/components/WhenToTake.tsx:WhenToTake |
Survey |
software | healthy | src/components/Survey.tsx:Survey |
handleSubmit |
software | healthy | src/components/Survey.tsx:handleSubmit |
FAQ |
software | healthy | src/components/FAQ.tsx:FAQ |
MarqueeBanner |
software | healthy | src/components/MarqueeBanner.tsx:MarqueeBanner |
Layout |
software | healthy | src/components/Layout.tsx:Layout |
Footer |
software | healthy | src/components/Footer.tsx:Footer |
Ingredients |
software | healthy | src/components/Ingredients.tsx:Ingredients |
goToSlide |
software | healthy | src/components/Ingredients.tsx:goToSlide |
BenefitCard |
software | healthy | src/components/Benefits.tsx:BenefitCard |
Benefits |
software | healthy | src/components/Benefits.tsx:Benefits |
Newsletter |
software | healthy | src/components/Newsletter.tsx:Newsletter |
handleSubmit |
software | healthy | src/components/Newsletter.tsx:handleSubmit |
TypewriterTagline |
software | healthy | src/components/TypewriterTagline.tsx:TypewriterTagline |
Hero |
software | healthy | src/components/Hero.tsx:Hero |
tryPlay |
software | healthy | src/components/Hero.tsx:tryPlay |
onFirstInteraction |
software | healthy | src/components/Hero.tsx:onFirstInteraction |
Header |
software | healthy | src/components/Header.tsx:Header |
scrollToSection |
software | healthy | src/components/Header.tsx:scrollToSection |
project |
software | healthy | src/components/StoryJourneyMap.tsx:project |
x |
software | healthy | src/components/StoryJourneyMap.tsx:x |
cityDelay |
software | healthy | src/components/StoryJourneyMap.tsx:cityDelay |
StoryJourneyMap |
software | healthy | src/components/StoryJourneyMap.tsx:StoryJourneyMap |
handleSelect |
software | healthy | src/components/StoryJourneyMap.tsx:handleSelect |
SheetHeader |
software | healthy | src/components/ui/sheet.tsx:SheetHeader |
SheetFooter |
software | healthy | src/components/ui/sheet.tsx:SheetFooter |
Calendar |
software | healthy | src/components/ui/calendar.tsx:Calendar |
Toaster |
software | healthy | src/components/ui/toaster.tsx:Toaster |
useSidebar |
software | healthy | src/components/ui/sidebar.tsx:useSidebar |
handleKeyDown |
software | healthy | src/components/ui/sidebar.tsx:handleKeyDown |
button |
software | healthy | src/components/ui/sidebar.tsx:button |
Badge |
software | healthy | src/components/ui/badge.tsx:Badge |
AlertDialogHeader |
software | healthy | src/components/ui/alert-dialog.tsx:AlertDialogHeader |
AlertDialogFooter |
software | healthy | src/components/ui/alert-dialog.tsx:AlertDialogFooter |
DialogHeader |
software | healthy | src/components/ui/dialog.tsx:DialogHeader |
DialogFooter |
software | healthy | src/components/ui/dialog.tsx:DialogFooter |
DropdownMenuShortcut |
software | healthy | src/components/ui/dropdown-menu.tsx:DropdownMenuShortcut |
ContextMenuShortcut |
software | healthy | src/components/ui/context-menu.tsx:ContextMenuShortcut |
useCarousel |
software | healthy | src/components/ui/carousel.tsx:useCarousel |
Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.
| Label | Layer | Status | Path |
|---|---|---|---|
App |
frontend | healthy | src/App.tsx |
About |
frontend | healthy | src/components/About.tsx |
WhenToTake |
frontend | healthy | src/components/WhenToTake.tsx |
Survey |
frontend | healthy | src/components/Survey.tsx |
FAQ |
frontend | healthy | src/components/FAQ.tsx |
MarqueeBanner |
frontend | healthy | src/components/MarqueeBanner.tsx |
Layout |
frontend | healthy | src/components/Layout.tsx |
Footer |
frontend | healthy | src/components/Footer.tsx |
Ingredients |
frontend | healthy | src/components/Ingredients.tsx |
Benefits |
frontend | healthy | src/components/Benefits.tsx |
Newsletter |
frontend | healthy | src/components/Newsletter.tsx |
TypewriterTagline |
frontend | healthy | src/components/TypewriterTagline.tsx |
Hero |
frontend | healthy | src/components/Hero.tsx |
Header |
frontend | healthy | src/components/Header.tsx |
StoryJourneyMap |
frontend | healthy | src/components/StoryJourneyMap.tsx |
Index |
frontend | healthy | src/pages/Index.tsx |
OurStory |
frontend | healthy | src/pages/OurStory.tsx |
SurveyPage |
frontend | healthy | src/pages/Survey.tsx |
FAQPage |
frontend | healthy | src/pages/FAQ.tsx |
Shop |
frontend | healthy | src/pages/Shop.tsx |
NotFound |
frontend | healthy | src/pages/NotFound.tsx |
| Label | Layer | Status | Path |
|---|---|---|---|
api |
software | healthy | api |
supabase |
software | healthy | supabase |
migrations |
software | healthy | supabase/migrations |
src |
software | healthy | src |
integrations |
software | healthy | src/integrations |
supabase |
software | healthy | src/integrations/supabase |
test |
software | healthy | src/test |
components |
software | healthy | src/components |
ui |
software | healthy | src/components/ui |
contexts |
software | healthy | src/contexts |
lib |
software | healthy | src/lib |
pages |
software | healthy | src/pages |
hooks |
software | healthy | src/hooks |
| Label | Layer | Status | Path |
|---|---|---|---|
/Index |
frontend | healthy | src/pages/Index.tsx |
/OurStory |
frontend | healthy | src/pages/OurStory.tsx |
/Survey |
frontend | healthy | src/pages/Survey.tsx |
/FAQ |
frontend | healthy | src/pages/FAQ.tsx |
/Shop |
frontend | healthy | src/pages/Shop.tsx |
/NotFound |
frontend | healthy | src/pages/NotFound.tsx |
/ |
frontend | healthy | src/App.tsx |
/faq |
frontend | healthy | src/App.tsx |
/survey |
frontend | healthy | src/App.tsx |
/our-story |
frontend | healthy | src/App.tsx |
/shop |
frontend | healthy | src/App.tsx |
* |
frontend | healthy | src/App.tsx |
| Label | Layer | Status | Path |
|---|---|---|---|
20260310163827_93e11692-5b47-4f12-818b-651a52c33ebe.sql |
data | healthy | supabase/migrations/20260310163827_93e11692-5b47-4f12-818b-… |
20260308133001_5a511b42-411f-4a07-88cf-73913af8310c.sql |
data | healthy | supabase/migrations/20260308133001_5a511b42-411f-4a07-88cf-… |
20260307195614_60c7a023-2a9c-4d86-a476-bb338be35ab3.sql |
data | healthy | supabase/migrations/20260307195614_60c7a023-2a9c-4d86-a476-… |
20260307195819_37cf5b11-a591-41b9-93dc-2aeb9fdf7189.sql |
data | healthy | supabase/migrations/20260307195819_37cf5b11-a591-41b9-93dc-… |
| Label | Layer | Status | Path |
|---|---|---|---|
repobility-clone-2qpbljsk |
software | healthy | /tmp/repobility-clone-2qpbljsk |
| Label | Layer | Status | Path |
|---|---|---|---|
public |
data | healthy | supabase/migrations/20260307195614_60c7a023-2a9c-4d86-a476-… |
| Label | Layer | Status | Path |
|---|---|---|---|
port:8080 |
network | healthy | vite.config.ts |
This page is publicly accessible at:
https://repobility.com/scan/7c900183-d5e5-49a4-b5be-b101fc1688a3/
To check status programmatically (no auth required):
curl -s https://repobility.com/api/v1/public/scan/7c900183-d5e5-49a4-b5be-b101fc1688a3/
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.