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.

Zillatron27/APXM

https://github.com/Zillatron27/APXM · scanned 2026-06-16 01:12 UTC (2 months, 1 week ago)

38 raw signals (12 security + 26 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 2 months, 1 week ago · v1 · 35 actionable findings from 2 signal sources. 78 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 511 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
createEmpireFixture software healthy __tests__/fixtures/empire.ts:createEmpireFixture
populateStoresWithEmpire software healthy __tests__/fixtures/empire.ts:populateStoresWithEmpire
nextId software healthy __tests__/fixtures/factories.ts:nextId
resetIdCounter software healthy __tests__/fixtures/factories.ts:resetIdCounter
createDateTime software healthy __tests__/fixtures/factories.ts:createDateTime
createTimeSpan software healthy __tests__/fixtures/factories.ts:createTimeSpan
createCurrencyAmount software healthy __tests__/fixtures/factories.ts:createCurrencyAmount
createAddress software healthy __tests__/fixtures/factories.ts:createAddress
createMaterial software healthy __tests__/fixtures/factories.ts:createMaterial
createMaterialAmount software healthy __tests__/fixtures/factories.ts:createMaterialAmount
createMaterialAmountValue software healthy __tests__/fixtures/factories.ts:createMaterialAmountValue
createPlatformModule software healthy __tests__/fixtures/factories.ts:createPlatformModule
createPlatform software healthy __tests__/fixtures/factories.ts:createPlatform
createTestSite software healthy __tests__/fixtures/factories.ts:createTestSite
createStoreItem software healthy __tests__/fixtures/factories.ts:createStoreItem
createTestStorage software healthy __tests__/fixtures/factories.ts:createTestStorage
createNeed software healthy __tests__/fixtures/factories.ts:createNeed
createWorkforce software healthy __tests__/fixtures/factories.ts:createWorkforce
createTestWorkforce software healthy __tests__/fixtures/factories.ts:createTestWorkforce
createProductionOrder software healthy __tests__/fixtures/factories.ts:createProductionOrder
createProductionTemplate software healthy __tests__/fixtures/factories.ts:createProductionTemplate
createTestProductionLine software healthy __tests__/fixtures/factories.ts:createTestProductionLine
createTestShip software healthy __tests__/fixtures/factories.ts:createTestShip
createFlightSegment software healthy __tests__/fixtures/factories.ts:createFlightSegment
createTestFlight software healthy __tests__/fixtures/factories.ts:createTestFlight
createContractCondition software healthy __tests__/fixtures/factories.ts:createContractCondition
createTestContract software healthy __tests__/fixtures/factories.ts:createTestContract
createStorageWithItems software healthy __tests__/fixtures/factories.ts:createStorageWithItems
createOrderWithIO software healthy __tests__/fixtures/factories.ts:createOrderWithIO
isContextInvalidated software healthy stores/cache.ts:isContextInvalidated
rehydrateAllStores software healthy stores/cache.ts:rehydrateAllStores
clearAllCache software healthy stores/cache.ts:clearAllCache
toggleFilterSelection software healthy stores/gameState.ts:toggleFilterSelection
extractPayload software healthy stores/message-handlers.ts:extractPayload
processMessage software healthy stores/message-handlers.ts:processMessage
initMessageHandlers software healthy stores/message-handlers.ts:initMessageHandlers
isContextInvalidated software healthy stores/create-entity-store.ts:isContextInvalidated
isBrowserStorageAvailable software healthy stores/create-entity-store.ts:isBrowserStorageAvailable
createEntityStore software healthy stores/create-entity-store.ts:createEntityStore
beginBatch software healthy stores/create-entity-store.ts:beginBatch
endBatch software healthy stores/create-entity-store.ts:endBatch
rehydrate software healthy stores/create-entity-store.ts:rehydrate
hook software healthy stores/create-entity-store.ts:hook
getMaterialName software healthy stores/reference.ts:getMaterialName
getCxEntry software healthy stores/reference.ts:getCxEntry
deriveWeakestSource software healthy stores/site-data-sources.ts:deriveWeakestSource
deriveOldestUpdate software healthy stores/site-data-sources.ts:deriveOldestUpdate
isBrowserStorageAvailable software healthy stores/settings.ts:isBrowserStorageAvailable
isContextInvalidated software healthy stores/settings.ts:isContextInvalidated
waitForSettingsHydration software healthy stores/settings.ts:waitForSettingsHydration

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

LabelLayerStatusPath
README.md software healthy README.md
tailwind.config.ts software healthy tailwind.config.ts
pnpm-lock.yaml software healthy pnpm-lock.yaml
postcss.config.cjs software healthy postcss.config.cjs
package.json software healthy package.json
pnpm-workspace.yaml software healthy pnpm-workspace.yaml
tsconfig.json software healthy tsconfig.json
LICENSE software healthy LICENSE
globals.d.ts software healthy globals.d.ts
CHANGELOG.md software healthy CHANGELOG.md
wxt.config.ts software healthy wxt.config.ts
vitest.config.ts software healthy vitest.config.ts
empire.ts software healthy __tests__/fixtures/empire.ts
factories.ts software healthy __tests__/fixtures/factories.ts
prun-api.ts software healthy types/prun-api.ts
prun-messages.ts software healthy types/prun-messages.ts
prun-api.test.ts software healthy types/__tests__/prun-api.test.ts
refreshState.ts software healthy stores/refreshState.ts
cache.ts software healthy stores/cache.ts
gameState.ts software healthy stores/gameState.ts
connection.ts software healthy stores/connection.ts
company.ts software healthy stores/company.ts
message-handlers.ts software healthy stores/message-handlers.ts
create-entity-store.ts software healthy stores/create-entity-store.ts
reference.ts software healthy stores/reference.ts
site-data-sources.ts software healthy stores/site-data-sources.ts
settings.ts software healthy stores/settings.ts
site-data-sources.test.ts software healthy stores/__tests__/site-data-sources.test.ts
connection.test.ts software healthy stores/__tests__/connection.test.ts
create-entity-store.test.ts software healthy stores/__tests__/create-entity-store.test.ts
reference.test.ts software healthy stores/__tests__/reference.test.ts
gameState.test.ts software healthy stores/__tests__/gameState.test.ts
message-handlers.test.ts software healthy stores/__tests__/message-handlers.test.ts
workforce.ts software healthy stores/entities/workforce.ts
balances.ts software healthy stores/entities/balances.ts
storage.ts software healthy stores/entities/storage.ts
flights.ts software healthy stores/entities/flights.ts
index.ts software healthy stores/entities/index.ts
sites.ts software healthy stores/entities/sites.ts
ships.ts software healthy stores/entities/ships.ts
contracts.ts software healthy stores/entities/contracts.ts
production.ts software healthy stores/entities/production.ts
storage.test.ts software healthy stores/entities/__tests__/storage.test.ts
flights.test.ts software healthy stores/entities/__tests__/flights.test.ts
production.test.ts software healthy stores/entities/__tests__/production.test.ts
UnavailableOverlay.tsx software healthy components/UnavailableOverlay.tsx
App.tsx software healthy components/App.tsx
FloatingReturn.tsx software healthy components/layout/FloatingReturn.tsx
TabBar.tsx software healthy components/layout/TabBar.tsx
index.ts software healthy components/layout/index.ts

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

LabelLayerStatusPath
__tests__ software healthy __tests__
fixtures software healthy __tests__/fixtures
types software healthy types
__tests__ software healthy types/__tests__
stores software healthy stores
__tests__ software healthy stores/__tests__
entities software healthy stores/entities
__tests__ software healthy stores/entities/__tests__
components software healthy components
layout software healthy components/layout
fleet software healthy components/fleet
shared software healthy components/shared
__tests__ software healthy components/shared/__tests__
production software healthy components/production
status software healthy components/status
contracts software healthy components/contracts
burn software healthy components/burn
views software healthy components/views
__tests__ software healthy components/views/__tests__
hooks software healthy components/views/hooks
__tests__ software healthy components/views/hooks/__tests__
assets software healthy assets
lib software healthy lib
__tests__ software healthy lib/__tests__
theme software healthy lib/theme
__tests__ software healthy lib/theme/__tests__
fio software healthy lib/fio
__tests__ software healthy lib/fio/__tests__
buffer-refresh software healthy lib/buffer-refresh
debug software healthy lib/debug
__tests__ software healthy lib/debug/__tests__
hooks software healthy hooks
__tests__ software healthy hooks/__tests__
entrypoints software healthy entrypoints
core software healthy core
__tests__ software healthy core/__tests__

LabelLayerStatusPath
on software healthy components/App.tsx:on
for software healthy components/burn/BurnBadge.tsx:for
BufferRefreshError software healthy lib/buffer-refresh/engine.ts:BufferRefreshError

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

LabelLayerStatusPath
0.2.0.7 network healthy package.json
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/73d38b60-886f-49a5-9b7d-47985e0555a0/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/73d38b60-886f-49a5-9b7d-47985e0555a0/

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.