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.

zaitsu82/komine-crm-backend

https://github.com/zaitsu82/komine-crm-backend · scanned 2026-06-16 01:10 UTC (2 months, 1 week ago)

132 raw signals (0 security + 132 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 2 months, 1 week ago · v1 · 110 actionable findings from 1 signal source. 22 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 1256 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
mockLoggerInfo software healthy tests/index.test.ts:mockLoggerInfo
useArgs software healthy tests/index.test.ts:useArgs
rateLimiterInstance software healthy tests/index.test.ts:rateLimiterInstance
getBannerMessage software healthy tests/index.test.ts:getBannerMessage
buildResponse software healthy tests/billings/billingController.test.ts:buildResponse
buildRequest software healthy tests/billings/billingController.test.ts:buildRequest
buildBillingRow software healthy tests/billings/billingController.test.ts:buildBillingRow
payload software healthy tests/billings/billingController.test.ts:payload
err software healthy tests/billings/billingController.test.ts:err
buildClient software healthy tests/billings/billingService.test.ts:buildClient
buildContract software healthy tests/billings/managementFeeBillingService.test.ts:buildCon…
buildPrisma software healthy tests/billings/managementFeeBillingService.test.ts:buildPri…
makeTx software healthy tests/plots/assertAssignableCustomer.test.ts:makeTx
buildTx software healthy tests/plots/utils.test.ts:buildTx
buildListRow software healthy tests/plots/plotController.test.ts:buildListRow
roleCalls software healthy tests/plots/plotController.test.ts:roleCalls
buildExistingPlot software healthy tests/plots/plotController.test.ts:buildExistingPlot
buildExistingPlotForFc software healthy tests/plots/plotController.test.ts:buildExistingPlotForFc
setupCreateMocks software healthy tests/plots/plotController.test.ts:setupCreateMocks
setupUpdateBuriedPersonMocks software healthy tests/plots/plotController.test.ts:setupUpdateBuriedPersonM…
setupDeleteCascadeMocks software healthy tests/plots/plotController.test.ts:setupDeleteCascadeMocks
buildClient software healthy tests/plots/paymentStatusService.test.ts:buildClient
buildRes software healthy tests/plots/controllers/terminateContract.test.ts:buildRes
buildReq software healthy tests/plots/controllers/terminateContract.test.ts:buildReq
err software healthy tests/plots/controllers/terminateContract.test.ts:err
buildRes software healthy tests/plots/controllers/restoreContract.test.ts:buildRes
buildReq software healthy tests/plots/controllers/restoreContract.test.ts:buildReq
err software healthy tests/plots/controllers/restoreContract.test.ts:err
buildRes software healthy tests/plots/controllers/changeContractor.test.ts:buildRes
buildReq software healthy tests/plots/controllers/changeContractor.test.ts:buildReq
buildContractPlot software healthy tests/plots/controllers/changeContractor.test.ts:buildContr…
buildMockPrisma software healthy tests/plots/services/inventoryService.test.ts:buildMockPris…
loginAndGetCookieOptions software healthy tests/auth/authController.test.ts:loginAndGetCookieOptions
cookieCalls software healthy tests/auth/authController.test.ts:cookieCalls
authRoutes software healthy tests/auth/authRoutes.test.ts:authRoutes
error software healthy tests/middleware/validation.test.ts:error
buildUser software healthy tests/middleware/permission.test.ts:buildUser
payload software healthy tests/middleware/errorHandler.test.ts:payload
mockErrorLog software healthy tests/middleware/errorHandler.test.ts:mockErrorLog
mockWarn software healthy tests/middleware/security.test.ts:mockWarn
error software healthy tests/staff/staffController.test.ts:error
g software healthy tests/scripts/recalculate-payment-status.test.ts:g
makeTarget software healthy tests/scripts/generate-collective-burial-invoices.test.ts:m…
makePrisma software healthy tests/scripts/backfill-collective-burial-schedule.test.ts:m…
specByField software healthy tests/scripts/backfill-fee-master-codes.test.ts:specByField
d software healthy tests/scripts/backfill-konryu-establishment.test.ts:d
buildIdMaps software healthy tests/scripts/legacy-migration/lib/invariants.test.ts:build…
buildIdMaps software healthy tests/scripts/legacy-migration/lib/id-map-loader.test.ts:bu…
buildLogger software healthy tests/scripts/legacy-migration/steps/idempotency.test.ts:bu…
buildPrisma software healthy tests/scripts/legacy-migration/steps/idempotency.test.ts:bu…

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

LabelLayerStatusPath
jest.config.js software healthy jest.config.js
.eslintrc.js software healthy .eslintrc.js
README.md software healthy README.md
CLAUDE.md software healthy CLAUDE.md
package.json software healthy package.json
prisma.config.ts software healthy prisma.config.ts
Dockerfile software healthy Dockerfile
tsconfig.eslint.json software healthy tsconfig.eslint.json
swagger.json software healthy swagger.json
render.yaml software healthy render.yaml
package-lock.json software healthy package-lock.json
.env.example software healthy .env.example
tsconfig.json software healthy tsconfig.json
SECURITY.md software healthy SECURITY.md
swagger.yaml software healthy swagger.yaml
codecov.yml software healthy codecov.yml
.env.render software healthy .env.render
tsconfig.test.json software healthy tsconfig.test.json
SETUP.md software healthy SETUP.md
index.test.ts software healthy tests/index.test.ts
setup.ts software healthy tests/setup.ts
tsconfig.json software healthy tests/tsconfig.json
billingController.test.ts software healthy tests/billings/billingController.test.ts
billingService.test.ts software healthy tests/billings/billingService.test.ts
managementFeeBillingService.test.ts software healthy tests/billings/managementFeeBillingService.test.ts
assertAssignableCustomer.test.ts software healthy tests/plots/assertAssignableCustomer.test.ts
plotRoutes.test.ts software healthy tests/plots/plotRoutes.test.ts
utils.test.ts software healthy tests/plots/utils.test.ts
getGraveClassifications.test.ts software healthy tests/plots/getGraveClassifications.test.ts
plotController.test.ts software healthy tests/plots/plotController.test.ts
paymentStatusService.test.ts software healthy tests/plots/paymentStatusService.test.ts
terminateContract.test.ts software healthy tests/plots/controllers/terminateContract.test.ts
restoreContract.test.ts software healthy tests/plots/controllers/restoreContract.test.ts
changeContractor.test.ts software healthy tests/plots/controllers/changeContractor.test.ts
buildBillingSummary.test.ts software healthy tests/plots/controllers/buildBillingSummary.test.ts
inventoryControllers.test.ts software healthy tests/plots/controllers/inventoryControllers.test.ts
inventoryService.test.ts software healthy tests/plots/services/inventoryService.test.ts
historyService.test.ts software healthy tests/plots/services/historyService.test.ts
historyLabels.test.ts software healthy tests/plots/services/historyLabels.test.ts
contractStatusService.test.ts software healthy tests/plots/services/contractStatusService.test.ts
authController.test.ts software healthy tests/auth/authController.test.ts
authRoutes.test.ts software healthy tests/auth/authRoutes.test.ts
isRateLimitError.test.ts software healthy tests/auth/isRateLimitError.test.ts
validation.test.ts software healthy tests/middleware/validation.test.ts
permission.test.ts software healthy tests/middleware/permission.test.ts
errorHandler.test.ts software healthy tests/middleware/errorHandler.test.ts
logger.test.ts software healthy tests/middleware/logger.test.ts
security.test.ts software healthy tests/middleware/security.test.ts
auth.test.ts software healthy tests/middleware/auth.test.ts
controllerLogger.test.ts software healthy tests/middleware/controllerLogger.test.ts

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

LabelLayerStatusPath
dotenv::.env.render security healthy .env.render
password_literal::.env.example security healthy .env.example
password_literal::.env.example security healthy .env.example
password_literal::tests/auth/authController.test.ts security healthy tests/auth/authController.test.ts
password_literal::tests/auth/authController.test.ts security healthy tests/auth/authController.test.ts
password_literal::tests/auth/authController.test.ts security healthy tests/auth/authController.test.ts
password_literal::tests/auth/authController.test.ts security healthy tests/auth/authController.test.ts
password_literal::tests/auth/authController.test.ts security healthy tests/auth/authController.test.ts
password_literal::tests/auth/authController.test.ts security healthy tests/auth/authController.test.ts
password_literal::tests/auth/authController.test.ts security healthy tests/auth/authController.test.ts
password_literal::tests/auth/authController.test.ts security healthy tests/auth/authController.test.ts
password_literal::tests/auth/authController.test.ts security healthy tests/auth/authController.test.ts
password_literal::tests/auth/authController.test.ts security healthy tests/auth/authController.test.ts
password_literal::tests/auth/authController.test.ts security healthy tests/auth/authController.test.ts
password_literal::tests/auth/authController.test.ts security healthy tests/auth/authController.test.ts
password_literal::tests/auth/authController.test.ts security healthy tests/auth/authController.test.ts
password_literal::tests/auth/authController.test.ts security healthy tests/auth/authController.test.ts
password_literal::tests/auth/authController.test.ts security healthy tests/auth/authController.test.ts
password_literal::tests/auth/authController.test.ts security healthy tests/auth/authController.test.ts
password_literal::tests/auth/authController.test.ts security healthy tests/auth/authController.test.ts
password_literal::tests/auth/authController.test.ts security healthy tests/auth/authController.test.ts
password_literal::tests/auth/authController.test.ts security healthy tests/auth/authController.test.ts
password_literal::tests/auth/authController.test.ts security healthy tests/auth/authController.test.ts
password_literal::tests/auth/authController.test.ts security healthy tests/auth/authController.test.ts
password_literal::tests/auth/authController.test.ts security healthy tests/auth/authController.test.ts
password_literal::tests/auth/authController.test.ts security healthy tests/auth/authController.test.ts
password_literal::tests/auth/authController.test.ts security healthy tests/auth/authController.test.ts
password_literal::tests/auth/authController.test.ts security healthy tests/auth/authController.test.ts
password_literal::tests/auth/authController.test.ts security healthy tests/auth/authController.test.ts
password_literal::tests/auth/authController.test.ts security healthy tests/auth/authController.test.ts
password_literal::tests/auth/authController.test.ts security healthy tests/auth/authController.test.ts
password_literal::tests/auth/authController.test.ts security healthy tests/auth/authController.test.ts
password_literal::tests/auth/authController.test.ts security healthy tests/auth/authController.test.ts
password_literal::tests/auth/authController.test.ts security healthy tests/auth/authController.test.ts
password_literal::tests/auth/authController.test.ts security healthy tests/auth/authController.test.ts
password_literal::tests/auth/authController.test.ts security healthy tests/auth/authController.test.ts
password_literal::tests/auth/authController.test.ts security healthy tests/auth/authController.test.ts
password_literal::tests/auth/authController.test.ts security healthy tests/auth/authController.test.ts
password_literal::tests/auth/authController.test.ts security healthy tests/auth/authController.test.ts
password_literal::tests/auth/authController.test.ts security healthy tests/auth/authController.test.ts
password_literal::tests/auth/authController.test.ts security healthy tests/auth/authController.test.ts
password_literal::tests/auth/authController.test.ts security healthy tests/auth/authController.test.ts
password_literal::tests/auth/authController.test.ts security healthy tests/auth/authController.test.ts
password_literal::tests/auth/authRoutes.test.ts security healthy tests/auth/authRoutes.test.ts
password_literal::tests/auth/authRoutes.test.ts security healthy tests/auth/authRoutes.test.ts
password_literal::tests/auth/authRoutes.test.ts security healthy tests/auth/authRoutes.test.ts
password_literal::tests/auth/authRoutes.test.ts security healthy tests/auth/authRoutes.test.ts
password_literal::tests/auth/authRoutes.test.ts security healthy tests/auth/authRoutes.test.ts
password_literal::tests/auth/authRoutes.test.ts security healthy tests/auth/authRoutes.test.ts
password_literal::tests/middleware/controllerLogger.test.ts security healthy tests/middleware/controllerLogger.test.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
billings software healthy tests/billings
plots software healthy tests/plots
controllers software healthy tests/plots/controllers
services software healthy tests/plots/services
auth software healthy tests/auth
middleware software healthy tests/middleware
staff software healthy tests/staff
scripts software healthy tests/scripts
legacy-migration software healthy tests/scripts/legacy-migration
lib software healthy tests/scripts/legacy-migration/lib
steps software healthy tests/scripts/legacy-migration/steps
collective-burials software healthy tests/collective-burials
utils software healthy tests/utils
customers software healthy tests/customers
validations software healthy tests/validations
masters software healthy tests/masters
payments software healthy tests/payments
yucho software healthy tests/yucho
db software healthy tests/db
schema-consistency software healthy tests/schema-consistency
documents software healthy tests/documents
scripts software healthy scripts
legacy-migration software healthy scripts/legacy-migration
lib software healthy scripts/legacy-migration/lib
steps software healthy scripts/legacy-migration/steps
prisma software healthy prisma
migrations software healthy prisma/migrations
20260218061026_add_soft_delete software healthy prisma/migrations/20260218061026_add_soft_delete
20260609000000_add_customer_yucho_symbol_number software healthy prisma/migrations/20260609000000_add_customer_yucho_symbol_…
20260606120000_add_primary_contractor_name_kana software healthy prisma/migrations/20260606120000_add_primary_contractor_nam…
20260513224549_make_customer_phone_nullable software healthy prisma/migrations/20260513224549_make_customer_phone_nullab…
20260608120000_add_inscription_and_burial_validity_override software healthy prisma/migrations/20260608120000_add_inscription_and_burial…
20260521031607_add_contractor_master software healthy prisma/migrations/20260521031607_add_contractor_master
20260222000000_add_reference_screen_fields software healthy prisma/migrations/20260222000000_add_reference_screen_fields
20260225000000_add_uncollected_amount software healthy prisma/migrations/20260225000000_add_uncollected_amount
20260512030437_family_contact_nullable_address_phone software healthy prisma/migrations/20260512030437_family_contact_nullable_ad…
20251125215340_add_gravestone_info_and_construction_info_to… software healthy prisma/migrations/20251125215340_add_gravestone_info_and_co…
20260608160000_section_master_full_remap software healthy prisma/migrations/20260608160000_section_master_full_remap
20260608100000_add_physical_plot_display_number software healthy prisma/migrations/20260608100000_add_physical_plot_display_…
20260506232005_add_customer_bank_account_fields software healthy prisma/migrations/20260506232005_add_customer_bank_account_…
20260526120000_add_direction_position_master software healthy prisma/migrations/20260526120000_add_direction_position_mas…
20251125161255_add_usage_fee_and_management_fee_to_contract… software healthy prisma/migrations/20251125161255_add_usage_fee_and_manageme…
20260401000000_add_section_name_master software healthy prisma/migrations/20260401000000_add_section_name_master
20260608140000_add_history_legacy_log_keys software healthy prisma/migrations/20260608140000_add_history_legacy_log_keys
20260520121215_add_customer_registered_postal_code software healthy prisma/migrations/20260520121215_add_customer_registered_po…
20260325211005_add_agent_name_to_contract_plot software healthy prisma/migrations/20260325211005_add_agent_name_to_contract…
20260608150000_add_validity_period_and_change_reason_master software healthy prisma/migrations/20260608150000_add_validity_period_and_ch…
20260605120000_add_legacy_idempotency_keys software healthy prisma/migrations/20260605120000_add_legacy_idempotency_keys
20260322011151_add_burial_capacity_to_contract_plot software healthy prisma/migrations/20260322011151_add_burial_capacity_to_con…

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

LabelLayerStatusPath
GET /health api healthy src/index.ts
USE /api-docs api healthy src/index.ts
USE /api/v1/auth api healthy src/index.ts
USE /api/v1/plots api healthy src/index.ts
USE /api/v1/masters api healthy src/index.ts
USE /api/v1/staff api healthy src/index.ts
USE /api/v1/collective-burials api healthy src/index.ts
USE /api/v1/documents api healthy src/index.ts
USE /api/v1/yucho api healthy src/index.ts
USE /api/v1/billings api healthy src/index.ts
USE /api/v1/payments api healthy src/index.ts
USE /api/v1/customers api healthy src/index.ts
GET / api healthy src/billings/billingRoutes.ts
GET /summary api healthy src/billings/billingRoutes.ts
GET /:id api healthy src/billings/billingRoutes.ts
POST / api healthy src/billings/billingRoutes.ts
PUT /:id api healthy src/billings/billingRoutes.ts
DELETE /:id api healthy src/billings/billingRoutes.ts
GET /grave-classifications api healthy src/plots/plotRoutes.ts
GET /inventory/summary api healthy src/plots/plotRoutes.ts
GET /inventory/periods api healthy src/plots/plotRoutes.ts
GET /inventory/sections api healthy src/plots/plotRoutes.ts
GET /inventory/areas api healthy src/plots/plotRoutes.ts
POST /:id/terminate api healthy src/plots/plotRoutes.ts
POST /:id/restore api healthy src/plots/plotRoutes.ts
POST /:id/change-contractor api healthy src/plots/plotRoutes.ts
GET /:id/contracts api healthy src/plots/plotRoutes.ts
POST /:id/contracts api healthy src/plots/plotRoutes.ts
GET /:id/inventory api healthy src/plots/plotRoutes.ts
GET /:id/history api healthy src/plots/plotRoutes.ts
POST /login api healthy src/auth/authRoutes.ts
POST /refresh api healthy src/auth/authRoutes.ts
POST /logout api healthy src/auth/authRoutes.ts
GET /me api healthy src/auth/authRoutes.ts
PUT /password api healthy src/auth/authRoutes.ts
PUT /profile api healthy src/auth/authRoutes.ts
POST /forgot-password api healthy src/auth/authRoutes.ts
POST /reset-password api healthy src/auth/authRoutes.ts
PUT /:id/toggle-active api healthy src/staff/staffRoutes.ts
POST /:id/resend-invitation api healthy src/staff/staffRoutes.ts
GET /stats/by-year api healthy src/collective-burials/collectiveBurialRoutes.ts
PUT /:id/billing-status api healthy src/collective-burials/collectiveBurialRoutes.ts
POST /:id/sync-count api healthy src/collective-burials/collectiveBurialRoutes.ts
GET /terminated api healthy src/customers/customerRoutes.ts
GET /all api healthy src/masters/masterRoutes.ts
GET /cemetery-type api healthy src/masters/masterRoutes.ts
GET /payment-method api healthy src/masters/masterRoutes.ts
GET /tax-type api healthy src/masters/masterRoutes.ts
GET /calc-type api healthy src/masters/masterRoutes.ts
GET /billing-type api healthy src/masters/masterRoutes.ts

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

LabelLayerStatusPath
verify-migration.test.ts data healthy tests/scripts/verify-migration.test.ts
relationship-resolver.test.ts data healthy tests/scripts/legacy-migration/relationship-resolver.test.ts
invariants.test.ts data healthy tests/scripts/legacy-migration/lib/invariants.test.ts
id-map-loader.test.ts data healthy tests/scripts/legacy-migration/lib/id-map-loader.test.ts
idempotency.test.ts data healthy tests/scripts/legacy-migration/steps/idempotency.test.ts
shiharai-mapping.test.ts data healthy tests/scripts/legacy-migration/steps/shiharai-mapping.test.…
dryrun-resume.test.ts data healthy tests/scripts/legacy-migration/steps/dryrun-resume.test.ts
history.test.ts data healthy tests/scripts/legacy-migration/steps/history.test.ts
terminated-family.test.ts data healthy tests/scripts/legacy-migration/steps/terminated-family.test…
family-relationship-mapping.test.ts data healthy tests/scripts/legacy-migration/steps/family-relationship-ma…
terminated-customer.test.ts data healthy tests/scripts/legacy-migration/steps/terminated-customer.te…
area-name-mapping.test.ts data healthy tests/scripts/legacy-migration/steps/area-name-mapping.test…
konryu-establishment-mapping.test.ts data healthy tests/scripts/legacy-migration/steps/konryu-establishment-m…
verify-migration.ts data healthy scripts/verify-migration.ts
idMap.ts data healthy scripts/legacy-migration/idMap.ts
legacyDb.ts data healthy scripts/legacy-migration/legacyDb.ts
transforms.ts data healthy scripts/legacy-migration/transforms.ts
types.ts data healthy scripts/legacy-migration/types.ts
logger.ts data healthy scripts/legacy-migration/logger.ts
invariants.ts data healthy scripts/legacy-migration/lib/invariants.ts
relationship-resolver.ts data healthy scripts/legacy-migration/lib/relationship-resolver.ts
id-map-loader.ts data healthy scripts/legacy-migration/lib/id-map-loader.ts
05-contract-plot.ts data healthy scripts/legacy-migration/steps/05-contract-plot.ts
10-billing.ts data healthy scripts/legacy-migration/steps/10-billing.ts
11-payment.ts data healthy scripts/legacy-migration/steps/11-payment.ts
02-staff.ts data healthy scripts/legacy-migration/steps/02-staff.ts
09-construction-info.ts data healthy scripts/legacy-migration/steps/09-construction-info.ts
03-physical-plot.ts data healthy scripts/legacy-migration/steps/03-physical-plot.ts
07-family-contact.ts data healthy scripts/legacy-migration/steps/07-family-contact.ts
12-payment-status.ts data healthy scripts/legacy-migration/steps/12-payment-status.ts
08-buried-person.ts data healthy scripts/legacy-migration/steps/08-buried-person.ts
04-customer.ts data healthy scripts/legacy-migration/steps/04-customer.ts
01-masters.ts data healthy scripts/legacy-migration/steps/01-masters.ts
06-sale-contract-role.ts data healthy scripts/legacy-migration/steps/06-sale-contract-role.ts
13-summary.ts data healthy scripts/legacy-migration/steps/13-summary.ts
14-history.ts data healthy scripts/legacy-migration/steps/14-history.ts
migration.sql data healthy prisma/migrations/20260218061026_add_soft_delete/migration.…
migration.sql data healthy prisma/migrations/20260609000000_add_customer_yucho_symbol_…
migration.sql data healthy prisma/migrations/20260606120000_add_primary_contractor_nam…
migration.sql data healthy prisma/migrations/20260513224549_make_customer_phone_nullab…
migration.sql data healthy prisma/migrations/20260608120000_add_inscription_and_burial…
migration.sql data healthy prisma/migrations/20260521031607_add_contractor_master/migr…
migration.sql data healthy prisma/migrations/20260222000000_add_reference_screen_field…
migration.sql data healthy prisma/migrations/20260225000000_add_uncollected_amount/mig…
migration.sql data healthy prisma/migrations/20260512030437_family_contact_nullable_ad…
migration.sql data healthy prisma/migrations/20251125215340_add_gravestone_info_and_co…
migration.sql data healthy prisma/migrations/20260608160000_section_master_full_remap/…
migration.sql data healthy prisma/migrations/20260608100000_add_physical_plot_display_…
migration.sql data healthy prisma/migrations/20260506232005_add_customer_bank_account_…
migration.sql data healthy prisma/migrations/20260526120000_add_direction_position_mas…

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

LabelLayerStatusPath
sale_contract_roles data healthy prisma/migrations/20260218061026_add_soft_delete/migration.…
documents data healthy prisma/migrations/20260218061026_add_soft_delete/migration.…
contractor_master data healthy prisma/migrations/20260521031607_add_contractor_master/migr…
gravestone_infos data healthy prisma/migrations/20251125215340_add_gravestone_info_and_co…
construction_infos data healthy prisma/migrations/20251125215340_add_gravestone_info_and_co…
direction_master data healthy prisma/migrations/20260526120000_add_direction_position_mas…
position_master data healthy prisma/migrations/20260526120000_add_direction_position_mas…
usage_fees data healthy prisma/migrations/20251125161255_add_usage_fee_and_manageme…
management_fees data healthy prisma/migrations/20251125161255_add_usage_fee_and_manageme…
section_name_master data healthy prisma/migrations/20260401000000_add_section_name_master/mi…
validity_period_master data healthy prisma/migrations/20260608150000_add_validity_period_and_ch…
change_reason_master data healthy prisma/migrations/20260608150000_add_validity_period_and_ch…
physical_plots data healthy prisma/migrations/20251125154744_init_physical_plot_system/…
contract_plots data healthy prisma/migrations/20251125154744_init_physical_plot_system/…
sale_contracts data healthy prisma/migrations/20251125154744_init_physical_plot_system/…
customers data healthy prisma/migrations/20251125154744_init_physical_plot_system/…
family_contacts data healthy prisma/migrations/20251125154744_init_physical_plot_system/…
emergency_contacts data healthy prisma/migrations/20251125154744_init_physical_plot_system/…
buried_persons data healthy prisma/migrations/20251125154744_init_physical_plot_system/…
work_infos data healthy prisma/migrations/20251125154744_init_physical_plot_system/…
billing_infos data healthy prisma/migrations/20251125154744_init_physical_plot_system/…
histories data healthy prisma/migrations/20251125154744_init_physical_plot_system/…
staff data healthy prisma/migrations/20251125154744_init_physical_plot_system/…
usage_status_master data healthy prisma/migrations/20251125154744_init_physical_plot_system/…
cemetery_type_master data healthy prisma/migrations/20251125154744_init_physical_plot_system/…
denomination_master data healthy prisma/migrations/20251125154744_init_physical_plot_system/…
gender_master data healthy prisma/migrations/20251125154744_init_physical_plot_system/…
payment_method_master data healthy prisma/migrations/20251125154744_init_physical_plot_system/…
tax_type_master data healthy prisma/migrations/20251125154744_init_physical_plot_system/…
calc_type_master data healthy prisma/migrations/20251125154744_init_physical_plot_system/…
billing_type_master data healthy prisma/migrations/20251125154744_init_physical_plot_system/…
account_type_master data healthy prisma/migrations/20251125154744_init_physical_plot_system/…
recipient_type_master data healthy prisma/migrations/20251125154744_init_physical_plot_system/…
relation_master data healthy prisma/migrations/20251125154744_init_physical_plot_system/…
construction_type_master data healthy prisma/migrations/20251125154744_init_physical_plot_system/…
update_type_master data healthy prisma/migrations/20251125154744_init_physical_plot_system/…
prefecture_master data healthy prisma/migrations/20251125154744_init_physical_plot_system/…
collective_burials data healthy prisma/migrations/20251125154744_init_physical_plot_system/…
relationship_master data healthy prisma/migrations/20260507063357_legacy_db_migration_phase2…
billings data healthy prisma/migrations/20260507063357_legacy_db_migration_phase2…
payments data healthy prisma/migrations/20260507063357_legacy_db_migration_phase2…

LabelLayerStatusPath
/test frontend healthy tests/middleware/permission.test.ts
/applicants frontend healthy tests/middleware/permission.test.ts
/undefined-route frontend healthy tests/middleware/permission.test.ts
/applicants/:id frontend healthy tests/middleware/permission.test.ts
/test-path frontend healthy tests/middleware/permission.test.ts
/auth/me frontend healthy tests/middleware/permission.test.ts
/all frontend healthy tests/middleware/permission.test.ts
/cemetery-type frontend healthy tests/middleware/permission.test.ts
/:masterType frontend healthy tests/middleware/permission.test.ts
/:masterType/:id frontend healthy tests/middleware/permission.test.ts
/gravestones frontend healthy tests/middleware/permission.test.ts
/gravestones/:id frontend healthy tests/middleware/permission.test.ts
/api/nonexistent frontend healthy tests/middleware/errorHandler.test.ts
/api/v1/plots frontend healthy tests/middleware/controllerLogger.test.ts
/ frontend healthy src/auth/authController.ts

LabelLayerStatusPath
MockDecimal software healthy tests/plots/plotController.test.ts:MockDecimal
IdMap software healthy scripts/legacy-migration/idMap.ts:IdMap
InvariantViolationError software healthy scripts/legacy-migration/lib/invariants.ts:InvariantViolati…
ContractStatusTransitionError software healthy src/plots/services/contractStatusService.ts:ContractStatusT…
ContractOperationNotAllowedError software healthy src/plots/services/contractStatusService.ts:ContractOperati…
PaymentStatusMismatchError software healthy src/plots/services/contractStatusService.ts:PaymentStatusMi…
RestoreReasonRequiredError software healthy src/plots/services/contractStatusService.ts:RestoreReasonRe…
ValidationError software healthy src/middleware/errorHandler.ts:ValidationError
NotFoundError software healthy src/middleware/errorHandler.ts:NotFoundError
ConflictError software healthy src/middleware/errorHandler.ts:ConflictError

LabelLayerStatusPath
port:4000 network healthy README.md
port:12 network healthy swagger.yaml
port:10 network healthy swagger.yaml
port:3001 network healthy tests/index.test.ts
port:8080 network healthy tests/index.test.ts
port:5000 network healthy tests/index.test.ts
port:09 network healthy .github/dependabot.yml

LabelLayerStatusPath
build cicd healthy .github/workflows/ci.yml
lint cicd healthy .github/workflows/ci.yml
swagger cicd healthy .github/workflows/ci.yml
security-audit cicd healthy .github/workflows/ci.yml
docker-security cicd healthy .github/workflows/ci.yml
test cicd healthy .github/workflows/ci.yml
all-checks-passed cicd healthy .github/workflows/ci.yml

LabelLayerStatusPath
postgresql data healthy README.md
redis data healthy package-lock.json
mongodb data healthy package-lock.json
mysql data healthy package-lock.json
postgres data healthy package-lock.json

LabelLayerStatusPath
127.0.0.1 network healthy tests/plots/controllers/terminateContract.test.ts
192.168.1.1 network healthy tests/middleware/logger.test.ts
192.168.1.100 network healthy tests/utils/historyUtils.test.ts
192.168.1.101 network healthy tests/utils/historyUtils.test.ts
192.168.1.102 network healthy tests/utils/historyUtils.test.ts

LabelLayerStatusPath
auth::tests/auth/authController.test.ts security healthy tests/auth/authController.test.ts
auth::swagger.json security healthy swagger.json
auth::src/swagger.json security healthy src/swagger.json
auth::CLAUDE.md security healthy CLAUDE.md
auth::swagger.yaml security healthy swagger.yaml

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

LabelLayerStatusPath
image::Dockerfile hardware healthy Dockerfile

LabelLayerStatusPath
vps::aws hardware healthy package-lock.json

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

LabelLayerStatusPath
CODECOV_TOKEN cicd healthy
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/a4d5a4df-2d4e-4ca2-93dd-8a85335ac25c/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/a4d5a4df-2d4e-4ca2-93dd-8a85335ac25c/

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.