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)
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.
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.
| Label | Layer | Status | Path |
|---|---|---|---|
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.
| Label | Layer | Status | Path |
|---|---|---|---|
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 |
| Label | Layer | Status | Path |
|---|---|---|---|
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 |
| Label | Layer | Status | Path |
|---|---|---|---|
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 |
| Label | Layer | Status | Path |
|---|---|---|---|
recipes |
data | healthy | schema.sql |
planner |
data | healthy | schema.sql |
shopping_list |
data | healthy | schema.sql |
| Label | Layer | Status | Path |
|---|---|---|---|
image::Dockerfile |
hardware | healthy | Dockerfile |
app |
hardware | healthy | docker-compose.yml |
db |
hardware | healthy | docker-compose.yml |
| Label | Layer | Status | Path |
|---|---|---|---|
mariadb |
data | healthy | .env.example |
mysql |
data | healthy | docker-compose.yml |
| Label | Layer | Status | Path |
|---|---|---|---|
port:3001 |
network | healthy | Dockerfile |
port:8051 |
network | healthy | docker-compose.yml |
| Label | Layer | Status | Path |
|---|---|---|---|
repobility-clone-g5kb1nl2 |
software | healthy | /tmp/repobility-clone-g5kb1nl2 |
| Label | Layer | Status | Path |
|---|---|---|---|
127.0.0.1 |
network | healthy | api/db.ts |
| Label | Layer | Status | Path |
|---|---|---|---|
vps::aws |
hardware | healthy | package-lock.json |
| Label | Layer | Status | Path |
|---|---|---|---|
App |
frontend | healthy | src/App.tsx |
| Label | Layer | Status | Path |
|---|---|---|---|
gha::docker |
cicd | healthy | .github/workflows/docker.yml |
| Label | Layer | Status | Path |
|---|---|---|---|
build |
cicd | healthy | .github/workflows/docker.yml |
| Label | Layer | Status | Path |
|---|---|---|---|
GITHUB_TOKEN |
cicd | healthy | — |
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.