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.

udgowe2/baahi-bixiye

https://github.com/udgowe2/baahi-bixiye · scanned 2026-06-16 00:44 UTC (2 months, 1 week ago)

52 raw signals (0 security + 52 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 2 months, 1 week ago · v1 · 48 actionable findings from 1 signal source. 4 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 166 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
formatDateStr software healthy migratePlanner.ts:formatDateStr
getMonday software healthy migratePlanner.ts:getMonday
addDays software healthy migratePlanner.ts:addDays
migrate software healthy migratePlanner.ts:migrate
startServer software healthy api/server.ts:startServer
safeParse software healthy api/routes.ts:safeParse
getPantry software healthy api/routes.ts:getPantry
recipeContext software healthy api/routes.ts:recipeContext
ings software healthy api/routes.ts:ings
computeShoppingCount software healthy api/routes.ts:computeShoppingCount
name software healthy api/routes.ts:name
slots software healthy api/routes.ts:slots
waitForDb software healthy api/db.ts:waitForDb
initDb software healthy api/db.ts:initDb
App software healthy src/App.tsx:App
fetchRecipes software healthy src/App.tsx:fetchRecipes
fetchPlanner software healthy src/App.tsx:fetchPlanner
fetchShoppingItems software healthy src/App.tsx:fetchShoppingItems
fetchTasks software healthy src/App.tsx:fetchTasks
syncSmartTasks software healthy src/App.tsx:syncSmartTasks
handleAddTask software healthy src/App.tsx:handleAddTask
handleToggleTask software healthy src/App.tsx:handleToggleTask
handleDeleteTask software healthy src/App.tsx:handleDeleteTask
handleSaveRecipe software healthy src/App.tsx:handleSaveRecipe
handleAddShoppingItem software healthy src/App.tsx:handleAddShoppingItem
handleToggleShoppingItem software healthy src/App.tsx:handleToggleShoppingItem
handleDeleteShoppingItem software healthy src/App.tsx:handleDeleteShoppingItem
handleGenerateRecipe software healthy src/App.tsx:handleGenerateRecipe
handleDeleteRecipe software healthy src/App.tsx:handleDeleteRecipe
handleRemoveRecipeFromPlanner software healthy src/App.tsx:handleRemoveRecipeFromPlanner
handleUpdateHelper software healthy src/App.tsx:handleUpdateHelper
handleRecipePicked software healthy src/App.tsx:handleRecipePicked
handleApplyWeekPlan software healthy src/App.tsx:handleApplyWeekPlan
getImageUrl software healthy src/utils/imageUrl.ts:getImageUrl
getTodayDateString software healthy src/utils/date.ts:getTodayDateString
getMonday software healthy src/utils/date.ts:getMonday
addDays software healthy src/utils/date.ts:addDays
formatDateStr software healthy src/utils/date.ts:formatDateStr
formatUIDate software healthy src/utils/date.ts:formatUIDate
hashText software healthy src/utils/smartTasks.ts:hashText
parsePrepMinutes software healthy src/utils/smartTasks.ts:parsePrepMinutes
generateSmartTasks software healthy src/utils/smartTasks.ts:generateSmartTasks
parseAmount software healthy src/utils/amounts.ts:parseAmount
formatNum software healthy src/utils/amounts.ts:formatNum
formatInBase software healthy src/utils/amounts.ts:formatInBase
addAmounts software healthy src/utils/amounts.ts:addAmounts
save software healthy src/components/SettingsModal.tsx:save
addItem software healthy src/components/SettingsModal.tsx:addItem
removeItem software healthy src/components/SettingsModal.tsx:removeItem
handleGenerate software healthy src/components/RecipeBank.tsx:handleGenerate

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

LabelLayerStatusPath
vite.config.ts software healthy vite.config.ts
migratePlanner.ts software healthy migratePlanner.ts
README.md software healthy README.md
package.json software healthy package.json
schema.sql software healthy schema.sql
index.html software healthy index.html
Dockerfile software healthy Dockerfile
package-lock.json software healthy package-lock.json
.env.example software healthy .env.example
DEPLOY.md software healthy DEPLOY.md
tsconfig.json software healthy tsconfig.json
package-production.json software healthy package-production.json
metadata.json software healthy metadata.json
docker-compose.yml software healthy docker-compose.yml
server.ts software healthy api/server.ts
routes.ts software healthy api/routes.ts
db.ts software healthy api/db.ts
docker.yml software healthy .github/workflows/docker.yml
index.css software healthy src/index.css
main.tsx software healthy src/main.tsx
App.tsx software healthy src/App.tsx
types.ts software healthy src/types.ts
imageUrl.ts software healthy src/utils/imageUrl.ts
date.ts software healthy src/utils/date.ts
smartTasks.ts software healthy src/utils/smartTasks.ts
amounts.ts software healthy src/utils/amounts.ts
SettingsModal.tsx software healthy src/components/SettingsModal.tsx
TasksPage.tsx software healthy src/components/TasksPage.tsx
RecipeBank.tsx software healthy src/components/RecipeBank.tsx
RecipeCard.tsx software healthy src/components/RecipeCard.tsx
RecipeDetailsModal.tsx software healthy src/components/RecipeDetailsModal.tsx
PlannerBoard.tsx software healthy src/components/PlannerBoard.tsx
RecipeForm.tsx software healthy src/components/RecipeForm.tsx
RecipePickerModal.tsx software healthy src/components/RecipePickerModal.tsx
WeekPlannerModal.tsx software healthy src/components/WeekPlannerModal.tsx
Overview.tsx software healthy src/components/Overview.tsx
PrintView.tsx software healthy src/components/PrintView.tsx
ShoppingList.tsx software healthy src/components/ShoppingList.tsx
ThemeContext.tsx software healthy src/context/ThemeContext.tsx

LabelLayerStatusPath
GET /api/status api healthy api/server.ts
USE /api api healthy api/server.ts
USE /uploads api healthy api/server.ts
GET /settings api healthy api/routes.ts
POST /settings api healthy api/routes.ts
GET /recipes api healthy api/routes.ts
POST /recipes api healthy api/routes.ts
POST /upload-image api healthy api/routes.ts
DELETE /recipes/:id api healthy api/routes.ts
GET /planner api healthy api/routes.ts
POST /planner api healthy api/routes.ts
GET /shopping api healthy api/routes.ts
POST /shopping api healthy api/routes.ts
PATCH /shopping/:id api healthy api/routes.ts
DELETE /shopping/:id api healthy api/routes.ts
GET /tasks api healthy api/routes.ts
POST /tasks api healthy api/routes.ts
PATCH /tasks/:id api healthy api/routes.ts
DELETE /tasks/:id api healthy api/routes.ts
POST /tasks/smart-sync api healthy api/routes.ts
POST /tasks/smart-sync-cleanup api healthy api/routes.ts
POST /generate-recipe api healthy api/routes.ts
POST /generate-week api healthy api/routes.ts
POST /generate-day api healthy api/routes.ts

LabelLayerStatusPath
api software healthy api
.github software healthy .github
workflows software healthy .github/workflows
src software healthy src
utils software healthy src/utils
components software healthy src/components
context software healthy src/context

LabelLayerStatusPath
recipes data healthy schema.sql
planner data healthy schema.sql
shopping_list data healthy schema.sql

LabelLayerStatusPath
image::Dockerfile hardware healthy Dockerfile
app hardware healthy docker-compose.yml
db hardware healthy docker-compose.yml

LabelLayerStatusPath
mariadb data healthy .env.example
mysql data healthy docker-compose.yml

LabelLayerStatusPath
port:3001 network healthy Dockerfile
port:8051 network healthy docker-compose.yml

LabelLayerStatusPath
repobility-clone-g5kb1nl2 software healthy /tmp/repobility-clone-g5kb1nl2

LabelLayerStatusPath
127.0.0.1 network healthy api/db.ts

LabelLayerStatusPath
vps::aws hardware healthy package-lock.json

LabelLayerStatusPath
App frontend healthy src/App.tsx

LabelLayerStatusPath
gha::docker cicd healthy .github/workflows/docker.yml

LabelLayerStatusPath
build cicd healthy .github/workflows/docker.yml

LabelLayerStatusPath
GITHUB_TOKEN cicd healthy
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/65982d13-dc69-4355-a7e7-01805ea11dd7/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/65982d13-dc69-4355-a7e7-01805ea11dd7/

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.