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.

vicky34D/pos_SW

https://github.com/vicky34D/pos_SW · scanned 2026-06-16 00:49 UTC (2 months, 1 week ago)

126 raw signals (0 security + 126 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 2 months, 1 week ago · v1 · 125 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.

JSON
Severity distribution — click a segment to filter
Active filters: excluding tests × Reset all

All 384 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
readDesktopConfig software healthy preload.js:readDesktopConfig
loadFromLocalStorage software healthy app.js:loadFromLocalStorage
saveAllData software healthy app.js:saveAllData
saveBasicData software healthy app.js:saveBasicData
setupEventListeners software healthy app.js:setupEventListeners
showView software healthy app.js:showView
renderCategories software healthy app.js:renderCategories
renderMenuGrid software healthy app.js:renderMenuGrid
addToOrder software healthy app.js:addToOrder
updateQuantity software healthy app.js:updateQuantity
removeFromOrder software healthy app.js:removeFromOrder
clearOrder software healthy app.js:clearOrder
updateOrderDisplay software healthy app.js:updateOrderDisplay
processPayment software healthy app.js:processPayment
showReceipt software healthy app.js:showReceipt
printCurrentOrder software healthy app.js:printCurrentOrder
updateInventoryView software healthy app.js:updateInventoryView
saveStockUpdate software healthy app.js:saveStockUpdate
createNewStockItem software healthy app.js:createNewStockItem
updateReportsView software healthy app.js:updateReportsView
exportToCSV software healthy app.js:exportToCSV
updateMenuMgmtView software healthy app.js:updateMenuMgmtView
editMenuItem software healthy app.js:editMenuItem
createOrUpdateMenuItem software healthy app.js:createOrUpdateMenuItem
deleteMenuItem software healthy app.js:deleteMenuItem
loadSettingsView software healthy app.js:loadSettingsView
updateDateDisplay software healthy app.js:updateDateDisplay
updateOrderIdDisplay software healthy app.js:updateOrderIdDisplay
updateTaxRateDisplay software healthy app.js:updateTaxRateDisplay
openModal software healthy app.js:openModal
closeModal software healthy app.js:closeModal
showToast software healthy app.js:showToast
createWindow software healthy main.js:createWindow
App software healthy client/src/App.jsx:App
handleLogout software healthy client/src/App.jsx:handleLogout
Harness software healthy client/src/preview.jsx:Harness
updateQty software healthy client/src/preview.jsx:updateQty
clearOrder software healthy client/src/preview.jsx:clearOrder
showToast software healthy client/src/preview.jsx:showToast
onCheckout software healthy client/src/preview.jsx:onCheckout
BASE software healthy client/src/api.js:BASE
setAuthToken software healthy client/src/api.js:setAuthToken
getAuthToken software healthy client/src/api.js:getAuthToken
clearAuthToken software healthy client/src/api.js:clearAuthToken
request software healthy client/src/api.js:request
getSession software healthy client/src/api.js:getSession
googleLogin software healthy client/src/api.js:googleLogin
setupProfile software healthy client/src/api.js:setupProfile
login software healthy client/src/api.js:login
getMenu software healthy client/src/api.js:getMenu

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

LabelLayerStatusPath
preload.js software healthy preload.js
styles.css software healthy styles.css
README.md software healthy README.md
package.json software healthy package.json
index.html software healthy index.html
streetwok-pos-preview_3.html software healthy streetwok-pos-preview_3.html
Dockerfile software healthy Dockerfile
package-lock.json software healthy package-lock.json
app.js software healthy app.js
main.js software healthy main.js
desktop.config.json software healthy desktop.config.json
docker-compose.yml software healthy docker-compose.yml
vite.config.js software healthy client/vite.config.js
README.md software healthy client/README.md
.env.production software healthy client/.env.production
package.json software healthy client/package.json
index.html software healthy client/index.html
preview.html software healthy client/preview.html
package-lock.json software healthy client/package-lock.json
.env.example software healthy client/.env.example
eslint.config.js software healthy client/eslint.config.js
.env.cloud software healthy client/.env.cloud
index.css software healthy client/src/index.css
App.jsx software healthy client/src/App.jsx
preview.jsx software healthy client/src/preview.jsx
api.js software healthy client/src/api.js
main.jsx software healthy client/src/main.jsx
OrderPanel.jsx software healthy client/src/components/OrderPanel.jsx
MenuManagement.jsx software healthy client/src/components/MenuManagement.jsx
UserManagement.jsx software healthy client/src/components/UserManagement.jsx
Sidebar.jsx software healthy client/src/components/Sidebar.jsx
WelcomePage.jsx software healthy client/src/components/WelcomePage.jsx
ReportsView.jsx software healthy client/src/components/ReportsView.jsx
Toast.jsx software healthy client/src/components/Toast.jsx
SwipeButton.jsx software healthy client/src/components/SwipeButton.jsx
StockLedgerView.jsx software healthy client/src/components/StockLedgerView.jsx
InventoryView.jsx software healthy client/src/components/InventoryView.jsx
PurchaseBillsView.jsx software healthy client/src/components/PurchaseBillsView.jsx
SettingsView.jsx software healthy client/src/components/SettingsView.jsx
SuppliersView.jsx software healthy client/src/components/SuppliersView.jsx
ExpensesView.jsx software healthy client/src/components/ExpensesView.jsx
TablesView.jsx software healthy client/src/components/TablesView.jsx
PosView.jsx software healthy client/src/components/PosView.jsx
README.md software healthy deploy/README.md
seed_dummy_admin.js software healthy server/seed_dummy_admin.js
db.js software healthy server/db.js
package.json software healthy server/package.json
seed_recipes.js software healthy server/seed_recipes.js
package-lock.json software healthy server/package-lock.json
index.js software healthy server/index.js

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

LabelLayerStatusPath
USE /api/auth api healthy server/index.js
GET /api/session api healthy server/index.js
USE /api/menu api healthy server/index.js
USE /api/orders api healthy server/index.js
USE /api/inventory api healthy server/index.js
USE /api/recipes api healthy server/index.js
USE /api/reports api healthy server/index.js
USE /api/users api healthy server/index.js
USE /api/tables api healthy server/index.js
USE /api/warehouses api healthy server/index.js
USE /api/suppliers api healthy server/index.js
USE /api/purchase-bills api healthy server/index.js
USE /api/expenses api healthy server/index.js
USE /api/payments api healthy server/index.js
USE /api/stock api healthy server/index.js
GET /api/settings api healthy server/index.js
PUT /api/settings api healthy server/index.js
DELETE /api/orders/all api healthy server/index.js
GET / api healthy server/routes/expenses.js
GET /categories api healthy server/routes/expenses.js
GET /:id api healthy server/routes/expenses.js
POST / api healthy server/routes/expenses.js
PUT /:id api healthy server/routes/expenses.js
DELETE /:id api healthy server/routes/expenses.js
POST /:id/submit api healthy server/routes/purchaseBills.js
POST /:id/cancel api healthy server/routes/purchaseBills.js
GET /:menuItemId api healthy server/routes/recipes.js
PUT /:menuItemId api healthy server/routes/recipes.js
PUT /:tableNumber api healthy server/routes/tables.js
DELETE /:tableNumber api healthy server/routes/tables.js
POST /google api healthy server/routes/auth.js
POST /setup-profile api healthy server/routes/auth.js
POST /login api healthy server/routes/auth.js
GET /summary api healthy server/routes/reports.js
GET /daily api healthy server/routes/reports.js
GET /monthly api healthy server/routes/reports.js
GET /today-items api healthy server/routes/reports.js
GET /top-items api healthy server/routes/reports.js
GET /counter api healthy server/routes/reports.js
PUT / api healthy server/routes/inventory.js
GET /entries api healthy server/routes/stockLedger.js
GET /balance api healthy server/routes/stockLedger.js
GET /valuation api healthy server/routes/stockLedger.js
GET /reorder api healthy server/routes/stockLedger.js
POST /adjustment api healthy server/routes/stockLedger.js

LabelLayerStatusPath
App frontend healthy client/src/App.jsx
OrderPanel frontend healthy client/src/components/OrderPanel.jsx
MenuManagement frontend healthy client/src/components/MenuManagement.jsx
UserManagement frontend healthy client/src/components/UserManagement.jsx
Sidebar frontend healthy client/src/components/Sidebar.jsx
WelcomePage frontend healthy client/src/components/WelcomePage.jsx
ReportsView frontend healthy client/src/components/ReportsView.jsx
Toast frontend healthy client/src/components/Toast.jsx
SwipeButton frontend healthy client/src/components/SwipeButton.jsx
StockLedgerView frontend healthy client/src/components/StockLedgerView.jsx
InventoryView frontend healthy client/src/components/InventoryView.jsx
PurchaseBillsView frontend healthy client/src/components/PurchaseBillsView.jsx
SettingsView frontend healthy client/src/components/SettingsView.jsx
SuppliersView frontend healthy client/src/components/SuppliersView.jsx
ExpensesView frontend healthy client/src/components/ExpensesView.jsx
TablesView frontend healthy client/src/components/TablesView.jsx
PosView frontend healthy client/src/components/PosView.jsx

LabelLayerStatusPath
client software healthy client
src software healthy client/src
components software healthy client/src/components
deploy software healthy deploy
server software healthy server
middleware software healthy server/middleware
routes software healthy server/routes
.github software healthy .github
workflows software healthy .github/workflows

LabelLayerStatusPath
auth::server/middleware/auth.js security healthy server/middleware/auth.js
auth::deploy/README.md security healthy deploy/README.md
auth::server/routes/auth.js security healthy server/routes/auth.js
auth::client/src/api.js security healthy client/src/api.js
auth::client/package.json security healthy client/package.json

LabelLayerStatusPath
port:5001 network healthy Dockerfile
port:80 network healthy docker-compose.yml
port:3000 network healthy client/vite.config.js

LabelLayerStatusPath
OCI_KEY cicd healthy
OCI_HOST cicd healthy
OCI_USER cicd healthy

LabelLayerStatusPath
image::Dockerfile hardware healthy Dockerfile
streetwok-pos hardware healthy docker-compose.yml

LabelLayerStatusPath
dotenv::client/.env.production security healthy client/.env.production
dotenv::client/.env.cloud security healthy client/.env.cloud

LabelLayerStatusPath
build-check cicd healthy .github/workflows/deploy.yml
deploy cicd healthy .github/workflows/deploy.yml

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

LabelLayerStatusPath
sqlite data healthy README.md

LabelLayerStatusPath
nginx network healthy README.md

LabelLayerStatusPath
161.118.169.249 network healthy desktop.config.json

LabelLayerStatusPath
vps::gcp hardware healthy server/package-lock.json

LabelLayerStatusPath
gha::deploy cicd healthy .github/workflows/deploy.yml
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/bb0533b3-4858-422b-9fcd-be10f75c9507/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/bb0533b3-4858-422b-9fcd-be10f75c9507/

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.