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.

Yosef-Ali/import_wholesale

https://github.com/Yosef-Ali/import_wholesale · scanned 2026-06-16 01:07 UTC (2 months, 1 week ago)

56 raw signals (0 security + 56 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 2 months, 1 week ago · v1 · 55 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 679 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
getDevMockList software healthy update_mock.js:getDevMockList
ProtectedRoute software healthy frontend/src/App.tsx:ProtectedRoute
App software healthy frontend/src/App.tsx:App
uid software healthy frontend/src/stores/toastStore.ts:uid
computeIsAdmin software healthy frontend/src/stores/authStore.ts:computeIsAdmin
applyUser software healthy frontend/src/stores/authStore.ts:applyUser
friendlyHttpError software healthy frontend/src/api/client.ts:friendlyHttpError
login software healthy frontend/src/api/client.ts:login
logout software healthy frontend/src/api/client.ts:logout
getLoggedUser software healthy frontend/src/api/client.ts:getLoggedUser
getUserRoles software healthy frontend/src/api/client.ts:getUserRoles
getList software healthy frontend/src/api/client.ts:getList
getDoc software healthy frontend/src/api/client.ts:getDoc
createDoc software healthy frontend/src/api/client.ts:createDoc
updateDoc software healthy frontend/src/api/client.ts:updateDoc
deleteDoc software healthy frontend/src/api/client.ts:deleteDoc
callMethod software healthy frontend/src/api/client.ts:callMethod
uploadFile software healthy frontend/src/api/client.ts:uploadFile
getCsrfToken software healthy frontend/src/api/client.ts:getCsrfToken
writeHeaders software healthy frontend/src/api/client.ts:writeHeaders
clearCsrfToken software healthy frontend/src/api/client.ts:clearCsrfToken
getCount software healthy frontend/src/api/client.ts:getCount
getDevMockData software healthy frontend/src/api/client.ts:getDevMockData
getDevMockList software healthy frontend/src/api/client.ts:getDevMockList
useCustomers software healthy frontend/src/api/hooks/useCustomers.ts:useCustomers
useCustomer software healthy frontend/src/api/hooks/useCustomers.ts:useCustomer
useCreateCustomer software healthy frontend/src/api/hooks/useCustomers.ts:useCreateCustomer
useUpdateCustomer software healthy frontend/src/api/hooks/useCustomers.ts:useUpdateCustomer
useDeleteCustomer software healthy frontend/src/api/hooks/useCustomers.ts:useDeleteCustomer
useItems software healthy frontend/src/api/hooks/useItems.ts:useItems
useStockLevels software healthy frontend/src/api/hooks/useItems.ts:useStockLevels
useItemGroups software healthy frontend/src/api/hooks/useItems.ts:useItemGroups
useItemDetail software healthy frontend/src/api/hooks/useItems.ts:useItemDetail
useItemStock software healthy frontend/src/api/hooks/useItems.ts:useItemStock
useCreateItem software healthy frontend/src/api/hooks/useItems.ts:useCreateItem
useUpdateItem software healthy frontend/src/api/hooks/useItems.ts:useUpdateItem
useDeleteItem software healthy frontend/src/api/hooks/useItems.ts:useDeleteItem
useUploadItemImage software healthy frontend/src/api/hooks/useItems.ts:useUploadItemImage
useExtractionSchema software healthy frontend/src/api/hooks/useIntake.ts:useExtractionSchema
useApplyIntake software healthy frontend/src/api/hooks/useIntake.ts:useApplyIntake
useDashboardStats software healthy frontend/src/api/hooks/useDashboard.ts:useDashboardStats
useSalesTrend software healthy frontend/src/api/hooks/useDashboard.ts:useSalesTrend
useWarehouses software healthy frontend/src/api/hooks/useWarehouse.ts:useWarehouses
useWarehouseSummary software healthy frontend/src/api/hooks/useWarehouse.ts:useWarehouseSummary
useWarehouse software healthy frontend/src/api/hooks/useWarehouse.ts:useWarehouse
useCreateWarehouse software healthy frontend/src/api/hooks/useWarehouse.ts:useCreateWarehouse
useUpdateWarehouse software healthy frontend/src/api/hooks/useWarehouse.ts:useUpdateWarehouse
useDeleteWarehouse software healthy frontend/src/api/hooks/useWarehouse.ts:useDeleteWarehouse
usePurchaseOrders software healthy frontend/src/api/hooks/useOrders.ts:usePurchaseOrders
useSalesOrders software healthy frontend/src/api/hooks/useOrders.ts:useSalesOrders

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

LabelLayerStatusPath
update_real_images.js software healthy update_real_images.js
DESIGN.md software healthy DESIGN.md
PREP_BEFORE_SCANS.md software healthy PREP_BEFORE_SCANS.md
CLAUDE.md software healthy CLAUDE.md
PLAN_UX_ERPNEXT_WORKFLOW.md software healthy PLAN_UX_ERPNEXT_WORKFLOW.md
import_cost_sheet_preview.html software healthy import_cost_sheet_preview.html
INTAKE_WALKTHROUGH.md software healthy INTAKE_WALKTHROUGH.md
update_mock.js software healthy update_mock.js
import_intake_form.html software healthy import_intake_form.html
PLAN_ERPNEXT_LANDED_COST.md software healthy PLAN_ERPNEXT_LANDED_COST.md
PLAN.md software healthy PLAN.md
CHANGELOG.md software healthy CHANGELOG.md
import_cost_sheet_print_preview.html software healthy import_cost_sheet_print_preview.html
tsconfig.app.json software healthy frontend/tsconfig.app.json
vite.config.ts software healthy frontend/vite.config.ts
vercel.json software healthy frontend/vercel.json
README.md software healthy frontend/README.md
.env.production software healthy frontend/.env.production
package.json software healthy frontend/package.json
tsconfig.node.json software healthy frontend/tsconfig.node.json
index.html software healthy frontend/index.html
Dockerfile software healthy frontend/Dockerfile
package-lock.json software healthy frontend/package-lock.json
eslint.config.js software healthy frontend/eslint.config.js
tsconfig.json software healthy frontend/tsconfig.json
.env software healthy frontend/.env
import_cost_sheet_preview.html software healthy frontend/public/import_cost_sheet_preview.html
import_intake_form.html software healthy frontend/public/import_intake_form.html
import_cost_sheet_print_preview.html software healthy frontend/public/import_cost_sheet_print_preview.html
index.css software healthy frontend/src/index.css
main.tsx software healthy frontend/src/main.tsx
App.tsx software healthy frontend/src/App.tsx
toastStore.ts software healthy frontend/src/stores/toastStore.ts
authStore.ts software healthy frontend/src/stores/authStore.ts
client.ts software healthy frontend/src/api/client.ts
types.ts software healthy frontend/src/api/types.ts
useCustomers.ts software healthy frontend/src/api/hooks/useCustomers.ts
useItems.ts software healthy frontend/src/api/hooks/useItems.ts
useIntake.ts software healthy frontend/src/api/hooks/useIntake.ts
useDashboard.ts software healthy frontend/src/api/hooks/useDashboard.ts
useWarehouse.ts software healthy frontend/src/api/hooks/useWarehouse.ts
useOrders.ts software healthy frontend/src/api/hooks/useOrders.ts
useSuppliers.ts software healthy frontend/src/api/hooks/useSuppliers.ts
useUsers.ts software healthy frontend/src/api/hooks/useUsers.ts
format.ts software healthy frontend/src/utils/format.ts
costsheet.ts software healthy frontend/src/utils/costsheet.ts
styles.ts software healthy frontend/src/utils/styles.ts
RevenueBreakdown.tsx software healthy frontend/src/components/Charts/RevenueBreakdown.tsx
TopItemsChart.tsx software healthy frontend/src/components/Charts/TopItemsChart.tsx
SalesTrendChart.tsx software healthy frontend/src/components/Charts/SalesTrendChart.tsx

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

LabelLayerStatusPath
frontend software healthy frontend
public software healthy frontend/public
src software healthy frontend/src
stores software healthy frontend/src/stores
api software healthy frontend/src/api
hooks software healthy frontend/src/api/hooks
utils software healthy frontend/src/utils
components software healthy frontend/src/components
Charts software healthy frontend/src/components/Charts
ui software healthy frontend/src/components/ui
DataTable software healthy frontend/src/components/DataTable
Layout software healthy frontend/src/components/Layout
lib software healthy frontend/src/lib
pages software healthy frontend/src/pages
Reports software healthy frontend/src/pages/Reports
Dashboard software healthy frontend/src/pages/Dashboard
ImportOrders software healthy frontend/src/pages/ImportOrders
Inventory software healthy frontend/src/pages/Inventory
Users software healthy frontend/src/pages/Users
Suppliers software healthy frontend/src/pages/Suppliers
Warehouse software healthy frontend/src/pages/Warehouse
Intake software healthy frontend/src/pages/Intake
Customers software healthy frontend/src/pages/Customers
Wholesale software healthy frontend/src/pages/Wholesale
docker software healthy docker
deploy software healthy deploy
.claude software healthy .claude
agents software healthy .claude/agents
hooks software healthy .claude/hooks
skills software healthy .claude/skills
frappe-doctype software healthy .claude/skills/frappe-doctype
react-feature software healthy .claude/skills/react-feature
landed-cost-sheet software healthy .claude/skills/landed-cost-sheet
backend software healthy backend
buildsupply software healthy backend/buildsupply
api software healthy backend/buildsupply/api
customer_credit software healthy backend/buildsupply/customer_credit
doctype software healthy backend/buildsupply/customer_credit/doctype
credit_limit_log software healthy backend/buildsupply/customer_credit/doctype/credit_limit_log
fixtures software healthy backend/buildsupply/fixtures
templates software healthy backend/buildsupply/templates
pages software healthy backend/buildsupply/templates/pages
import_tracking software healthy backend/buildsupply/import_tracking
tests software healthy backend/buildsupply/import_tracking/tests
workspace software healthy backend/buildsupply/import_tracking/workspace
buildsupply_pro software healthy backend/buildsupply/import_tracking/workspace/buildsupply_p…
doctype software healthy backend/buildsupply/import_tracking/doctype
import_shipment software healthy backend/buildsupply/import_tracking/doctype/import_shipment
buildsupply_settings software healthy backend/buildsupply/import_tracking/doctype/buildsupply_set…
import_item_allocation software healthy backend/buildsupply/import_tracking/doctype/import_item_all…

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

LabelLayerStatusPath
App frontend healthy frontend/src/App.tsx
RevenueBreakdown frontend healthy frontend/src/components/Charts/RevenueBreakdown.tsx
TopItemsChart frontend healthy frontend/src/components/Charts/TopItemsChart.tsx
SalesTrendChart frontend healthy frontend/src/components/Charts/SalesTrendChart.tsx
TopCustomersChart frontend healthy frontend/src/components/Charts/TopCustomersChart.tsx
ToastContainer frontend healthy frontend/src/components/ui/ToastContainer.tsx
ChatBot frontend healthy frontend/src/components/ui/ChatBot.tsx
ConfirmDialog frontend healthy frontend/src/components/ui/ConfirmDialog.tsx
ItemDetailDrawer frontend healthy frontend/src/components/ui/ItemDetailDrawer.tsx
StatCard frontend healthy frontend/src/components/ui/StatCard.tsx
PageSkeleton frontend healthy frontend/src/components/ui/PageSkeleton.tsx
Badge frontend healthy frontend/src/components/ui/Badge.tsx
TransactionsTable frontend healthy frontend/src/components/ui/TransactionsTable.tsx
NewItemDrawer frontend healthy frontend/src/components/ui/NewItemDrawer.tsx
GuidePanel frontend healthy frontend/src/components/ui/GuidePanel.tsx
DataTable frontend healthy frontend/src/components/DataTable/DataTable.tsx
Sidebar frontend healthy frontend/src/components/Layout/Sidebar.tsx
AppLayout frontend healthy frontend/src/components/Layout/AppLayout.tsx
Login frontend healthy frontend/src/pages/Login.tsx
Reports frontend healthy frontend/src/pages/Reports/index.tsx
Dashboard frontend healthy frontend/src/pages/Dashboard/index.tsx
CostSheetView frontend healthy frontend/src/pages/ImportOrders/CostSheetView.tsx
CostSheetEditor frontend healthy frontend/src/pages/ImportOrders/CostSheetEditor.tsx
PurchaseOrderList frontend healthy frontend/src/pages/ImportOrders/PurchaseOrderList.tsx
ShipmentDetailDrawer frontend healthy frontend/src/pages/ImportOrders/ShipmentDetailDrawer.tsx
NewShipmentDrawer frontend healthy frontend/src/pages/ImportOrders/NewShipmentDrawer.tsx
ItemList frontend healthy frontend/src/pages/Inventory/ItemList.tsx
UserDetailDrawer frontend healthy frontend/src/pages/Users/UserDetailDrawer.tsx
Users frontend healthy frontend/src/pages/Users/index.tsx
NewUserDrawer frontend healthy frontend/src/pages/Users/NewUserDrawer.tsx
NewSupplierDrawer frontend healthy frontend/src/pages/Suppliers/NewSupplierDrawer.tsx
Suppliers frontend healthy frontend/src/pages/Suppliers/index.tsx
SupplierDetailDrawer frontend healthy frontend/src/pages/Suppliers/SupplierDetailDrawer.tsx
NewWarehouseDrawer frontend healthy frontend/src/pages/Warehouse/NewWarehouseDrawer.tsx
WarehouseDetailDrawer frontend healthy frontend/src/pages/Warehouse/WarehouseDetailDrawer.tsx
WarehouseList frontend healthy frontend/src/pages/Warehouse/WarehouseList.tsx
Intake frontend healthy frontend/src/pages/Intake/index.tsx
CustomerDetailDrawer frontend healthy frontend/src/pages/Customers/CustomerDetailDrawer.tsx
NewCustomerDrawer frontend healthy frontend/src/pages/Customers/NewCustomerDrawer.tsx
Customers frontend healthy frontend/src/pages/Customers/index.tsx
SalesOrderList frontend healthy frontend/src/pages/Wholesale/SalesOrderList.tsx
SalesOrderDetailDrawer frontend healthy frontend/src/pages/Wholesale/SalesOrderDetailDrawer.tsx
SalesInvoiceDetailDrawer frontend healthy frontend/src/pages/Wholesale/SalesInvoiceDetailDrawer.tsx
NewSalesInvoiceDrawer frontend healthy frontend/src/pages/Wholesale/NewSalesInvoiceDrawer.tsx
NewSalesOrderDrawer frontend healthy frontend/src/pages/Wholesale/NewSalesOrderDrawer.tsx

LabelLayerStatusPath
/Login frontend healthy frontend/src/pages/Login.tsx
/Reports/ frontend healthy frontend/src/pages/Reports/index.tsx
/Dashboard/ frontend healthy frontend/src/pages/Dashboard/index.tsx
/ImportOrders/CostSheetView frontend healthy frontend/src/pages/ImportOrders/CostSheetView.tsx
/ImportOrders/CostSheetEditor frontend healthy frontend/src/pages/ImportOrders/CostSheetEditor.tsx
/ImportOrders/PurchaseOrderList frontend healthy frontend/src/pages/ImportOrders/PurchaseOrderList.tsx
/ImportOrders/ShipmentDetailDrawer frontend healthy frontend/src/pages/ImportOrders/ShipmentDetailDrawer.tsx
/ImportOrders/NewShipmentDrawer frontend healthy frontend/src/pages/ImportOrders/NewShipmentDrawer.tsx
/Inventory/ItemList frontend healthy frontend/src/pages/Inventory/ItemList.tsx
/Users/UserDetailDrawer frontend healthy frontend/src/pages/Users/UserDetailDrawer.tsx
/Users/ frontend healthy frontend/src/pages/Users/index.tsx
/Users/NewUserDrawer frontend healthy frontend/src/pages/Users/NewUserDrawer.tsx
/Suppliers/NewSupplierDrawer frontend healthy frontend/src/pages/Suppliers/NewSupplierDrawer.tsx
/Suppliers/ frontend healthy frontend/src/pages/Suppliers/index.tsx
/Suppliers/SupplierDetailDrawer frontend healthy frontend/src/pages/Suppliers/SupplierDetailDrawer.tsx
/Warehouse/NewWarehouseDrawer frontend healthy frontend/src/pages/Warehouse/NewWarehouseDrawer.tsx
/Warehouse/WarehouseDetailDrawer frontend healthy frontend/src/pages/Warehouse/WarehouseDetailDrawer.tsx
/Warehouse/WarehouseList frontend healthy frontend/src/pages/Warehouse/WarehouseList.tsx
/Intake/ frontend healthy frontend/src/pages/Intake/index.tsx
/Customers/CustomerDetailDrawer frontend healthy frontend/src/pages/Customers/CustomerDetailDrawer.tsx
/Customers/NewCustomerDrawer frontend healthy frontend/src/pages/Customers/NewCustomerDrawer.tsx
/Customers/ frontend healthy frontend/src/pages/Customers/index.tsx
/Wholesale/SalesOrderList frontend healthy frontend/src/pages/Wholesale/SalesOrderList.tsx
/Wholesale/SalesOrderDetailDrawer frontend healthy frontend/src/pages/Wholesale/SalesOrderDetailDrawer.tsx
/Wholesale/SalesInvoiceDetailDrawer frontend healthy frontend/src/pages/Wholesale/SalesInvoiceDetailDrawer.tsx
/Wholesale/NewSalesInvoiceDrawer frontend healthy frontend/src/pages/Wholesale/NewSalesInvoiceDrawer.tsx
/Wholesale/NewSalesOrderDrawer frontend healthy frontend/src/pages/Wholesale/NewSalesOrderDrawer.tsx
/login frontend healthy frontend/src/App.tsx
/ frontend healthy frontend/src/App.tsx
/inventory frontend healthy frontend/src/App.tsx
/import-orders frontend healthy frontend/src/App.tsx
/intake frontend healthy frontend/src/App.tsx
/cost-sheet/:name frontend healthy frontend/src/App.tsx
/cost-sheet frontend healthy frontend/src/App.tsx
/wholesale frontend healthy frontend/src/App.tsx
/warehouse frontend healthy frontend/src/App.tsx
/suppliers frontend healthy frontend/src/App.tsx
/customers frontend healthy frontend/src/App.tsx
/reports frontend healthy frontend/src/App.tsx
/users frontend healthy frontend/src/App.tsx
* frontend healthy frontend/src/App.tsx

LabelLayerStatusPath
image::frontend/Dockerfile hardware healthy frontend/Dockerfile
image::docker/Dockerfile hardware healthy docker/Dockerfile
db hardware healthy docker/docker-compose.yml
redis-cache hardware healthy docker/docker-compose.yml
redis-queue hardware healthy docker/docker-compose.yml
configurator hardware healthy docker/docker-compose.yml
create-site hardware healthy docker/docker-compose.yml
backend hardware healthy docker/docker-compose.yml
websocket hardware healthy docker/docker-compose.yml
queue-short hardware healthy docker/docker-compose.yml
queue-long hardware healthy docker/docker-compose.yml
scheduler hardware healthy docker/docker-compose.yml
frontend hardware healthy docker/docker-compose.yml
react-ui hardware healthy docker/docker-compose.yml

LabelLayerStatusPath
ErrorBoundary software healthy frontend/src/App.tsx:ErrorBoundary
strings software healthy frontend/src/utils/styles.ts:strings
CreditLimitLog software healthy backend/buildsupply/customer_credit/doctype/credit_limit_lo…
ImportShipment software healthy backend/buildsupply/import_tracking/doctype/import_shipment…
BuildSupplySettings software healthy backend/buildsupply/import_tracking/doctype/buildsupply_set…
ImportItemAllocation software healthy backend/buildsupply/import_tracking/doctype/import_item_all…
ImportChargeLine software healthy backend/buildsupply/import_tracking/doctype/import_charge_l…
PriceTierRule software healthy backend/buildsupply/wholesale_pricing/doctype/price_tier_ru…
PriceTier software healthy backend/buildsupply/wholesale_pricing/doctype/price_tier/pr…

LabelLayerStatusPath
dotenv::frontend/.env.production security healthy frontend/.env.production
dotenv::frontend/.env security healthy frontend/.env
dotenv::deploy/.env.prod security healthy deploy/.env.prod
password_literal::deploy/hostinger-deploy.sh security healthy deploy/hostinger-deploy.sh
password_literal::deploy/hostinger-deploy.sh security healthy deploy/hostinger-deploy.sh
password_literal::deploy/oracle-deploy.sh security healthy deploy/oracle-deploy.sh
password_literal::deploy/oracle-deploy.sh security healthy deploy/oracle-deploy.sh

LabelLayerStatusPath
port:3000 network healthy frontend/vite.config.ts
port:80 network healthy frontend/Dockerfile
port:8081 network healthy docker/docker-compose.yml
port:8080 network healthy docker/docker-compose.yml
port:3002 network healthy docker/docker-compose.yml

LabelLayerStatusPath
redis data healthy docker/docker-compose.yml
mariadb data healthy docker/docker-compose.yml
mysql data healthy docker/docker-compose.yml

LabelLayerStatusPath
VPS_USER cicd healthy
VPS_SSH_KEY cicd healthy
VPS_HOST cicd healthy

LabelLayerStatusPath
72.62.170.70 network healthy frontend/.env.production
127.0.0.1 network healthy docker/docker-compose.yml

LabelLayerStatusPath
repobility-clone-68e87v24 software healthy /tmp/repobility-clone-68e87v24

LabelLayerStatusPath
nginx network healthy frontend/.env.production

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

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

LabelLayerStatusPath
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/f598a5b7-6d58-43e6-8454-2cadc0c7bd02/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/f598a5b7-6d58-43e6-8454-2cadc0c7bd02/

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.