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.

alsawaqi/pos_api

https://github.com/alsawaqi/pos_api · scanned 2026-06-17 01:32 UTC (1 month, 2 weeks ago)

8 raw signals (0 security + 8 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 1 month, 2 weeks ago · v2 · last Δ +19.0 (diff) · 8 actionable findings from 1 signal source. 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 296 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
docker-compose.prod.yml software healthy docker-compose.prod.yml
README.md software healthy README.md
LICENSE software healthy LICENSE
docker-compose.yml software healthy docker-compose.yml
ci.yml software healthy .github/workflows/ci.yml
.env.example software healthy src/.env.example
README.md software healthy src/README.md
package.json software healthy src/package.json
vite.config.js software healthy src/vite.config.js
composer.json software healthy src/composer.json
StaffLoginAction.php software healthy src/app/Actions/Device/StaffLoginAction.php
ActivateDeviceAction.php software healthy src/app/Actions/Device/ActivateDeviceAction.php
VerifyManagerPinAction.php software healthy src/app/Actions/Device/VerifyManagerPinAction.php
VerifyKitchenPinAction.php software healthy src/app/Actions/Device/VerifyKitchenPinAction.php
AllocateOrderNumberAction.php software healthy src/app/Actions/Device/AllocateOrderNumberAction.php
BuildBranchReportAction.php software healthy src/app/Actions/Device/BuildBranchReportAction.php
PairDeviceAction.php software healthy src/app/Actions/Device/PairDeviceAction.php
BuildDeviceConfigAction.php software healthy src/app/Actions/Device/BuildDeviceConfigAction.php
IngestSyncEventsAction.php software healthy src/app/Actions/Device/IngestSyncEventsAction.php
GeofenceGuard.php software healthy src/app/Actions/Device/GeofenceGuard.php
ConsumeInventoryAction.php software healthy src/app/Actions/Device/Sync/ConsumeInventoryAction.php
ApplyLoyaltyRedeemAction.php software healthy src/app/Actions/Device/Sync/ApplyLoyaltyRedeemAction.php
RecordSaleCommissionAction.php software healthy src/app/Actions/Device/Sync/RecordSaleCommissionAction.php
SyncEventHandler.php software healthy src/app/Actions/Device/Sync/SyncEventHandler.php
ForwardCharityDonationAction.php software healthy src/app/Actions/Device/Sync/ForwardCharityDonationAction.php
ApplyLoyaltyEarnAction.php software healthy src/app/Actions/Device/Sync/ApplyLoyaltyEarnAction.php
SyncEventDispatcher.php software healthy src/app/Actions/Device/Sync/SyncEventDispatcher.php
CloseShiftHandler.php software healthy src/app/Actions/Device/Sync/Handlers/CloseShiftHandler.php
OpenShiftHandler.php software healthy src/app/Actions/Device/Sync/Handlers/OpenShiftHandler.php
DonationRecordHandler.php software healthy src/app/Actions/Device/Sync/Handlers/DonationRecordHandler.…
ProductWasteHandler.php software healthy src/app/Actions/Device/Sync/Handlers/ProductWasteHandler.php
CreateOrderHandler.php software healthy src/app/Actions/Device/Sync/Handlers/CreateOrderHandler.php
DeliverOrderHandler.php software healthy src/app/Actions/Device/Sync/Handlers/DeliverOrderHandler.php
PayOrderHandler.php software healthy src/app/Actions/Device/Sync/Handlers/PayOrderHandler.php
StockCountHandler.php software healthy src/app/Actions/Device/Sync/Handlers/StockCountHandler.php
RestockRequestHandler.php software healthy src/app/Actions/Device/Sync/Handlers/RestockRequestHandler.…
ExpenseLogHandler.php software healthy src/app/Actions/Device/Sync/Handlers/ExpenseLogHandler.php
HoldOrderHandler.php software healthy src/app/Actions/Device/Sync/Handlers/HoldOrderHandler.php
VoidOrderHandler.php software healthy src/app/Actions/Device/Sync/Handlers/VoidOrderHandler.php
ComputeExpiringStockAction.php software healthy src/app/Actions/Device/Production/ComputeExpiringStockActio…
CancelProductionAction.php software healthy src/app/Actions/Device/Production/CancelProductionAction.php
FinishProductionAction.php software healthy src/app/Actions/Device/Production/FinishProductionAction.php
StartProductionAction.php software healthy src/app/Actions/Device/Production/StartProductionAction.php
ApplyDispositionAction.php software healthy src/app/Actions/Device/Production/ApplyDispositionAction.php
EvaluateLoyalty.php software healthy src/app/Actions/Pos/Loyalty/EvaluateLoyalty.php
WriteLoyaltyTransactionAction.php software healthy src/app/Actions/Pos/Loyalty/WriteLoyaltyTransactionAction.p…
DeviceSyncBroadcast.php software healthy src/app/Events/DeviceSyncBroadcast.php
OrderComp.php software healthy src/app/Models/OrderComp.php
ExpenseCategory.php software healthy src/app/Models/ExpenseCategory.php
DeviceActivationToken.php software healthy src/app/Models/DeviceActivationToken.php

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

LabelLayerStatusPath
.github software healthy .github
workflows software healthy .github/workflows
src software healthy src
app software healthy src/app
Actions software healthy src/app/Actions
Device software healthy src/app/Actions/Device
Sync software healthy src/app/Actions/Device/Sync
Handlers software healthy src/app/Actions/Device/Sync/Handlers
Production software healthy src/app/Actions/Device/Production
Pos software healthy src/app/Actions/Pos
Loyalty software healthy src/app/Actions/Pos/Loyalty
Events software healthy src/app/Events
Models software healthy src/app/Models
Providers software healthy src/app/Providers
Support software healthy src/app/Support
Http software healthy src/app/Http
Requests software healthy src/app/Http/Requests
Api software healthy src/app/Http/Requests/Api
V1 software healthy src/app/Http/Requests/Api/V1
Device software healthy src/app/Http/Requests/Api/V1/Device
Auth software healthy src/app/Http/Requests/Api/V1/Auth
Controllers software healthy src/app/Http/Controllers
Api software healthy src/app/Http/Controllers/Api
V1 software healthy src/app/Http/Controllers/Api/V1
Device software healthy src/app/Http/Controllers/Api/V1/Device
Auth software healthy src/app/Http/Controllers/Api/V1/Auth
Middleware software healthy src/app/Http/Middleware
Broadcasting software healthy src/app/Broadcasting
tests software healthy src/tests
Unit software healthy src/tests/Unit
Feature software healthy src/tests/Feature
resources software healthy src/resources
js software healthy src/resources/js
views software healthy src/resources/views
css software healthy src/resources/css
bootstrap software healthy src/bootstrap
database software healthy src/database
factories software healthy src/database/factories
seeders software healthy src/database/seeders
migrations software healthy src/database/migrations
config software healthy src/config
routes software healthy src/routes
public software healthy src/public
deploy software healthy deploy
docker software healthy docker
dev software healthy docker/dev
artisan software healthy docker/dev/artisan
nginx software healthy docker/dev/nginx
php software healthy docker/dev/php
composer software healthy docker/dev/composer

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

LabelLayerStatusPath
port:8080 network healthy docker-compose.prod.yml
port:1000 network healthy docker-compose.yml
port:8088 network healthy docker-compose.yml
port:80 network healthy docker-compose.yml
port:8085 network healthy docker-compose.yml
port:5176 network healthy docker-compose.yml
port:5174 network healthy docker-compose.yml
port:6382 network healthy docker-compose.yml
port:6379 network healthy docker-compose.yml

LabelLayerStatusPath
pos_api hardware healthy docker-compose.yml
nginx hardware healthy docker-compose.yml
artisan hardware healthy docker-compose.yml
reverb hardware healthy docker-compose.yml
vite hardware healthy docker-compose.yml
composer hardware healthy docker-compose.yml
pos_api_redis hardware healthy docker-compose.yml

LabelLayerStatusPath
VPS_SSH_KEY cicd healthy
VPS_KNOWN_HOSTS cicd healthy
VPS_HOST cicd healthy
VPS_USER cicd healthy

LabelLayerStatusPath
redis data healthy docker-compose.prod.yml
sqlite data healthy .github/workflows/ci.yml
postgres data healthy src/.env.example

LabelLayerStatusPath
php-tests cicd healthy .github/workflows/ci.yml
deploy cicd healthy .github/workflows/ci.yml

LabelLayerStatusPath
alsawaqi__pos_api software healthy /data/fable5_failed_archive/alsawaqi__pos_api

LabelLayerStatusPath
nginx network healthy docker-compose.prod.yml

LabelLayerStatusPath
127.0.0.1 network healthy src/.env.example

LabelLayerStatusPath
gha::ci cicd healthy .github/workflows/ci.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/6948e0af-b4b0-4d49-9ae1-c03bf5f0de77/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/6948e0af-b4b0-4d49-9ae1-c03bf5f0de77/

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.