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.

SaheerLulu/healthcare-accounting

https://github.com/SaheerLulu/healthcare-accounting · scanned 2026-06-15 23:59 UTC (2 months, 3 weeks ago)

342 raw signals (0 security + 342 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 2 months, 3 weeks ago · v1 · 248 actionable findings from 1 signal source. 94 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
Corpus Intelligence Cross-corpus context (cohort percentile, top patterns, fix plan) is shown only on repositories you own. Sign up and connect your repo to view it.
Scan summary Repository scanned at 54.9/100 with 100.0% coverage. It contains 3927 nodes across 30 cross-layer flows, written primarily in mixed languages. Engine surfaced 342 findings — concentrated in quality (161), security (100), api (50). Risk profile is high: 0 critical, 92 high, 115 medium. Recommended next step: open the quality layer findings first — that's where the highest-impact wins live.

Showing 200 of 248 actionable findings. 342 raw detector signals were grouped into reader-sized issues. Click TP / FP to vote on a finding's accuracy — votes adjust the confidence weighting and improve detection across the platform.

high System graph security auth conf 1.00 DRF view `_PartyCommunicationsView` declares no `permission_classes` — backend/parties/views.py:215
DRF defaults to AllowAny when `permission_classes` is unset, exposing the endpoint publicly. Add `permission_classes = [IsAuthenticated]` (or stricter) at class level, or set `DEFAULT_PERMISSION_CLASSES` in settings.
backend/parties/views.py:215 securityAuth drf no permission classes
high System graph security auth conf 1.00 DRF view `_PartyOpeningBalanceView` declares no `permission_classes` — backend/parties/views.py:254
DRF defaults to AllowAny when `permission_classes` is unset, exposing the endpoint publicly. Add `permission_classes = [IsAuthenticated]` (or stricter) at class level, or set `DEFAULT_PERMISSION_CLASSES` in settings.
backend/parties/views.py:254 securityAuth drf no permission classes
high System graph security auth conf 1.00 DRF view `_PartyStatementCSVView` declares no `permission_classes` — backend/parties/views.py:165
DRF defaults to AllowAny when `permission_classes` is unset, exposing the endpoint publicly. Add `permission_classes = [IsAuthenticated]` (or stricter) at class level, or set `DEFAULT_PERMISSION_CLASSES` in settings.
backend/parties/views.py:165 securityAuth drf no permission classes
high System graph security auth conf 1.00 DRF view `_PartyStatementView` declares no `permission_classes` — backend/parties/views.py:143
DRF defaults to AllowAny when `permission_classes` is unset, exposing the endpoint publicly. Add `permission_classes = [IsAuthenticated]` (or stricter) at class level, or set `DEFAULT_PERMISSION_CLASSES` in settings.
backend/parties/views.py:143 securityAuth drf no permission classes
high System graph security auth conf 1.00 DRF view `_PartyTransactionsView` declares no `permission_classes` — backend/parties/views.py:119
DRF defaults to AllowAny when `permission_classes` is unset, exposing the endpoint publicly. Add `permission_classes = [IsAuthenticated]` (or stricter) at class level, or set `DEFAULT_PERMISSION_CLASSES` in settings.
backend/parties/views.py:119 securityAuth drf no permission classes
high System graph security auth conf 1.00 DRF view `AgedStockReportView` declares no `permission_classes` — backend/reports/views.py:1893
DRF defaults to AllowAny when `permission_classes` is unset, exposing the endpoint publicly. Add `permission_classes = [IsAuthenticated]` (or stricter) at class level, or set `DEFAULT_PERMISSION_CLASSES` in settings.
backend/reports/views.py:1893 securityAuth drf no permission classes
high System graph security auth conf 1.00 DRF view `AssetClassViewSet` declares no `permission_classes` — backend/fixed_assets/views.py:25
DRF defaults to AllowAny when `permission_classes` is unset, exposing the endpoint publicly. Add `permission_classes = [IsAuthenticated]` (or stricter) at class level, or set `DEFAULT_PERMISSION_CLASSES` in settings.
backend/fixed_assets/views.py:25 securityAuth drf no permission classes
high System graph security auth conf 1.00 DRF view `AuditChainVerifyView` declares no `permission_classes` — backend/audit/views.py:84
DRF defaults to AllowAny when `permission_classes` is unset, exposing the endpoint publicly. Add `permission_classes = [IsAuthenticated]` (or stricter) at class level, or set `DEFAULT_PERMISSION_CLASSES` in settings.
backend/audit/views.py:84 securityAuth drf no permission classes
high System graph security auth conf 1.00 DRF view `AuditLogCSVExportView` declares no `permission_classes` — backend/audit/views.py:57
DRF defaults to AllowAny when `permission_classes` is unset, exposing the endpoint publicly. Add `permission_classes = [IsAuthenticated]` (or stricter) at class level, or set `DEFAULT_PERMISSION_CLASSES` in settings.
backend/audit/views.py:57 securityAuth drf no permission classes
high System graph security auth conf 1.00 DRF view `AuditLogListView` declares no `permission_classes` — backend/audit/views.py:42
DRF defaults to AllowAny when `permission_classes` is unset, exposing the endpoint publicly. Add `permission_classes = [IsAuthenticated]` (or stricter) at class level, or set `DEFAULT_PERMISSION_CLASSES` in settings.
backend/audit/views.py:42 securityAuth drf no permission classes
high System graph security auth conf 1.00 DRF view `BalanceSheetView` declares no `permission_classes` — backend/reports/views.py:236
DRF defaults to AllowAny when `permission_classes` is unset, exposing the endpoint publicly. Add `permission_classes = [IsAuthenticated]` (or stricter) at class level, or set `DEFAULT_PERMISSION_CLASSES` in settings.
backend/reports/views.py:236 securityAuth drf no permission classes
high System graph security auth conf 1.00 DRF view `BankAccountViewSet` declares no `permission_classes` — backend/banking/views.py:21
DRF defaults to AllowAny when `permission_classes` is unset, exposing the endpoint publicly. Add `permission_classes = [IsAuthenticated]` (or stricter) at class level, or set `DEFAULT_PERMISSION_CLASSES` in settings.
backend/banking/views.py:21 securityAuth drf no permission classes
high System graph security auth conf 1.00 DRF view `BankBookView` declares no `permission_classes` — backend/reports/views.py:970
DRF defaults to AllowAny when `permission_classes` is unset, exposing the endpoint publicly. Add `permission_classes = [IsAuthenticated]` (or stricter) at class level, or set `DEFAULT_PERMISSION_CLASSES` in settings.
backend/reports/views.py:970 securityAuth drf no permission classes
high System graph security auth conf 1.00 DRF view `BankReconciliationSummaryView` declares no `permission_classes` — backend/reports/views.py:1734
DRF defaults to AllowAny when `permission_classes` is unset, exposing the endpoint publicly. Add `permission_classes = [IsAuthenticated]` (or stricter) at class level, or set `DEFAULT_PERMISSION_CLASSES` in settings.
backend/reports/views.py:1734 securityAuth drf no permission classes
high System graph security auth conf 1.00 DRF view `BankTransactionViewSet` declares no `permission_classes` — backend/banking/views.py:89
DRF defaults to AllowAny when `permission_classes` is unset, exposing the endpoint publicly. Add `permission_classes = [IsAuthenticated]` (or stricter) at class level, or set `DEFAULT_PERMISSION_CLASSES` in settings.
backend/banking/views.py:89 securityAuth drf no permission classes
high System graph security auth conf 1.00 DRF view `BillAttachmentDetailViewSet` declares no `permission_classes` — backend/bills/views.py:341
DRF defaults to AllowAny when `permission_classes` is unset, exposing the endpoint publicly. Add `permission_classes = [IsAuthenticated]` (or stricter) at class level, or set `DEFAULT_PERMISSION_CLASSES` in settings.
backend/bills/views.py:341 securityAuth drf no permission classes
high System graph security auth conf 1.00 DRF view `BillPaymentDetailView` declares no `permission_classes` — backend/bills/views.py:451
DRF defaults to AllowAny when `permission_classes` is unset, exposing the endpoint publicly. Add `permission_classes = [IsAuthenticated]` (or stricter) at class level, or set `DEFAULT_PERMISSION_CLASSES` in settings.
backend/bills/views.py:451 securityAuth drf no permission classes
high System graph security auth conf 1.00 DRF view `BillReferenceViewSet` declares no `permission_classes` — backend/journals/views.py:559
DRF defaults to AllowAny when `permission_classes` is unset, exposing the endpoint publicly. Add `permission_classes = [IsAuthenticated]` (or stricter) at class level, or set `DEFAULT_PERMISSION_CLASSES` in settings.
backend/journals/views.py:559 securityAuth drf no permission classes
high System graph security auth conf 1.00 DRF view `BillViewSet` declares no `permission_classes` — backend/bills/views.py:33
DRF defaults to AllowAny when `permission_classes` is unset, exposing the endpoint publicly. Add `permission_classes = [IsAuthenticated]` (or stricter) at class level, or set `DEFAULT_PERMISSION_CLASSES` in settings.
backend/bills/views.py:33 securityAuth drf no permission classes
high System graph security auth conf 1.00 DRF view `BudgetVarianceView` declares no `permission_classes` — backend/budgets/views.py:41
DRF defaults to AllowAny when `permission_classes` is unset, exposing the endpoint publicly. Add `permission_classes = [IsAuthenticated]` (or stricter) at class level, or set `DEFAULT_PERMISSION_CLASSES` in settings.
backend/budgets/views.py:41 securityAuth drf no permission classes
high System graph security auth conf 1.00 DRF view `BudgetViewSet` declares no `permission_classes` — backend/budgets/views.py:13
DRF defaults to AllowAny when `permission_classes` is unset, exposing the endpoint publicly. Add `permission_classes = [IsAuthenticated]` (or stricter) at class level, or set `DEFAULT_PERMISSION_CLASSES` in settings.
backend/budgets/views.py:13 securityAuth drf no permission classes
high System graph security auth conf 1.00 DRF view `CashBookView` declares no `permission_classes` — backend/reports/views.py:975
DRF defaults to AllowAny when `permission_classes` is unset, exposing the endpoint publicly. Add `permission_classes = [IsAuthenticated]` (or stricter) at class level, or set `DEFAULT_PERMISSION_CLASSES` in settings.
backend/reports/views.py:975 securityAuth drf no permission classes
high System graph security auth conf 1.00 DRF view `CashFlowStatementView` declares no `permission_classes` — backend/reports/views.py:2021
DRF defaults to AllowAny when `permission_classes` is unset, exposing the endpoint publicly. Add `permission_classes = [IsAuthenticated]` (or stricter) at class level, or set `DEFAULT_PERMISSION_CLASSES` in settings.
backend/reports/views.py:2021 securityAuth drf no permission classes
high System graph security auth conf 1.00 DRF view `ChartOfAccountViewSet` declares no `permission_classes` — backend/core/views.py:48
DRF defaults to AllowAny when `permission_classes` is unset, exposing the endpoint publicly. Add `permission_classes = [IsAuthenticated]` (or stricter) at class level, or set `DEFAULT_PERMISSION_CLASSES` in settings.
backend/core/views.py:48 securityAuth drf no permission classes
high System graph security auth conf 1.00 DRF view `ChequeViewSet` declares no `permission_classes` — backend/banking/views.py:237
DRF defaults to AllowAny when `permission_classes` is unset, exposing the endpoint publicly. Add `permission_classes = [IsAuthenticated]` (or stricter) at class level, or set `DEFAULT_PERMISSION_CLASSES` in settings.
backend/banking/views.py:237 securityAuth drf no permission classes
high System graph security auth conf 1.00 DRF view `ClosingStockReconciliationView` declares no `permission_classes` — backend/reports/views.py:1815
DRF defaults to AllowAny when `permission_classes` is unset, exposing the endpoint publicly. Add `permission_classes = [IsAuthenticated]` (or stricter) at class level, or set `DEFAULT_PERMISSION_CLASSES` in settings.
backend/reports/views.py:1815 securityAuth drf no permission classes
high System graph security auth conf 1.00 DRF view `CommunicationDetailView` declares no `permission_classes` — backend/parties/views.py:329
DRF defaults to AllowAny when `permission_classes` is unset, exposing the endpoint publicly. Add `permission_classes = [IsAuthenticated]` (or stricter) at class level, or set `DEFAULT_PERMISSION_CLASSES` in settings.
backend/parties/views.py:329 securityAuth drf no permission classes
high System graph security auth conf 1.00 DRF view `CostCategoryViewSet` declares no `permission_classes` — backend/core/views.py:648
DRF defaults to AllowAny when `permission_classes` is unset, exposing the endpoint publicly. Add `permission_classes = [IsAuthenticated]` (or stricter) at class level, or set `DEFAULT_PERMISSION_CLASSES` in settings.
backend/core/views.py:648 securityAuth drf no permission classes
high System graph security auth conf 1.00 DRF view `CostCentreViewSet` declares no `permission_classes` — backend/core/views.py:672
DRF defaults to AllowAny when `permission_classes` is unset, exposing the endpoint publicly. Add `permission_classes = [IsAuthenticated]` (or stricter) at class level, or set `DEFAULT_PERMISSION_CLASSES` in settings.
backend/core/views.py:672 securityAuth drf no permission classes
high System graph security auth conf 1.00 DRF view `CustomerDetailView` declares no `permission_classes` — backend/parties/views.py:106
DRF defaults to AllowAny when `permission_classes` is unset, exposing the endpoint publicly. Add `permission_classes = [IsAuthenticated]` (or stricter) at class level, or set `DEFAULT_PERMISSION_CLASSES` in settings.
backend/parties/views.py:106 securityAuth drf no permission classes
high System graph security auth conf 1.00 DRF view `CustomersListView` declares no `permission_classes` — backend/core/views.py:420
DRF defaults to AllowAny when `permission_classes` is unset, exposing the endpoint publicly. Add `permission_classes = [IsAuthenticated]` (or stricter) at class level, or set `DEFAULT_PERMISSION_CLASSES` in settings.
backend/core/views.py:420 securityAuth drf no permission classes
high System graph security auth conf 1.00 DRF view `CustomersListView` declares no `permission_classes` — backend/parties/views.py:82
DRF defaults to AllowAny when `permission_classes` is unset, exposing the endpoint publicly. Add `permission_classes = [IsAuthenticated]` (or stricter) at class level, or set `DEFAULT_PERMISSION_CLASSES` in settings.
backend/parties/views.py:82 securityAuth drf no permission classes
high System graph security auth conf 1.00 DRF view `DashboardView` declares no `permission_classes` — backend/core/views.py:427
DRF defaults to AllowAny when `permission_classes` is unset, exposing the endpoint publicly. Add `permission_classes = [IsAuthenticated]` (or stricter) at class level, or set `DEFAULT_PERMISSION_CLASSES` in settings.
backend/core/views.py:427 securityAuth drf no permission classes
high System graph security auth conf 1.00 DRF view `DaybookView` declares no `permission_classes` — backend/reports/views.py:980
DRF defaults to AllowAny when `permission_classes` is unset, exposing the endpoint publicly. Add `permission_classes = [IsAuthenticated]` (or stricter) at class level, or set `DEFAULT_PERMISSION_CLASSES` in settings.
backend/reports/views.py:980 securityAuth drf no permission classes
high System graph security auth conf 1.00 DRF view `DepartmentalPLView` declares no `permission_classes` — backend/reports/views.py:1952
DRF defaults to AllowAny when `permission_classes` is unset, exposing the endpoint publicly. Add `permission_classes = [IsAuthenticated]` (or stricter) at class level, or set `DEFAULT_PERMISSION_CLASSES` in settings.
backend/reports/views.py:1952 securityAuth drf no permission classes
high System graph security auth conf 1.00 DRF view `DepreciationRunView` declares no `permission_classes` — backend/fixed_assets/views.py:97
DRF defaults to AllowAny when `permission_classes` is unset, exposing the endpoint publicly. Add `permission_classes = [IsAuthenticated]` (or stricter) at class level, or set `DEFAULT_PERMISSION_CLASSES` in settings.
backend/fixed_assets/views.py:97 securityAuth drf no permission classes
high System graph security auth conf 1.00 DRF view `EMIPayView` declares no `permission_classes` — backend/loans/views.py:85
DRF defaults to AllowAny when `permission_classes` is unset, exposing the endpoint publicly. Add `permission_classes = [IsAuthenticated]` (or stricter) at class level, or set `DEFAULT_PERMISSION_CLASSES` in settings.
backend/loans/views.py:85 securityAuth drf no permission classes
high System graph security auth conf 1.00 DRF view `EmployeeViewSet` declares no `permission_classes` — backend/payroll/views.py:19
DRF defaults to AllowAny when `permission_classes` is unset, exposing the endpoint publicly. Add `permission_classes = [IsAuthenticated]` (or stricter) at class level, or set `DEFAULT_PERMISSION_CLASSES` in settings.
backend/payroll/views.py:19 securityAuth drf no permission classes
high System graph security auth conf 1.00 DRF view `EWayBillViewSet` declares no `permission_classes` — backend/gst_returns/views.py:408
DRF defaults to AllowAny when `permission_classes` is unset, exposing the endpoint publicly. Add `permission_classes = [IsAuthenticated]` (or stricter) at class level, or set `DEFAULT_PERMISSION_CLASSES` in settings.
backend/gst_returns/views.py:408 securityAuth drf no permission classes
high System graph security auth conf 1.00 DRF view `ExpenseAttachmentViewSet` declares no `permission_classes` — backend/expenses/views.py:145
DRF defaults to AllowAny when `permission_classes` is unset, exposing the endpoint publicly. Add `permission_classes = [IsAuthenticated]` (or stricter) at class level, or set `DEFAULT_PERMISSION_CLASSES` in settings.
backend/expenses/views.py:145 securityAuth drf no permission classes
high System graph security auth conf 1.00 DRF view `ExpenseViewSet` declares no `permission_classes` — backend/expenses/views.py:28
DRF defaults to AllowAny when `permission_classes` is unset, exposing the endpoint publicly. Add `permission_classes = [IsAuthenticated]` (or stricter) at class level, or set `DEFAULT_PERMISSION_CLASSES` in settings.
backend/expenses/views.py:28 securityAuth drf no permission classes
high System graph security auth conf 1.00 DRF view `FinancialRatiosView` declares no `permission_classes` — backend/reports/views.py:1610
DRF defaults to AllowAny when `permission_classes` is unset, exposing the endpoint publicly. Add `permission_classes = [IsAuthenticated]` (or stricter) at class level, or set `DEFAULT_PERMISSION_CLASSES` in settings.
backend/reports/views.py:1610 securityAuth drf no permission classes
high System graph security auth conf 1.00 DRF view `FixedAssetViewSet` declares no `permission_classes` — backend/fixed_assets/views.py:33
DRF defaults to AllowAny when `permission_classes` is unset, exposing the endpoint publicly. Add `permission_classes = [IsAuthenticated]` (or stricter) at class level, or set `DEFAULT_PERMISSION_CLASSES` in settings.
backend/fixed_assets/views.py:33 securityAuth drf no permission classes
high System graph security auth conf 1.00 DRF view `Form26ASViewSet` declares no `permission_classes` — backend/tds/views.py:287
DRF defaults to AllowAny when `permission_classes` is unset, exposing the endpoint publicly. Add `permission_classes = [IsAuthenticated]` (or stricter) at class level, or set `DEFAULT_PERMISSION_CLASSES` in settings.
backend/tds/views.py:287 securityAuth drf no permission classes
high System graph security auth conf 1.00 DRF view `GSTComputationView` declares no `permission_classes` — backend/reports/views.py:1044
DRF defaults to AllowAny when `permission_classes` is unset, exposing the endpoint publicly. Add `permission_classes = [IsAuthenticated]` (or stricter) at class level, or set `DEFAULT_PERMISSION_CLASSES` in settings.
backend/reports/views.py:1044 securityAuth drf no permission classes
high System graph security auth conf 1.00 DRF view `GSTFilingHealthView` declares no `permission_classes` — backend/reports/views.py:2178
DRF defaults to AllowAny when `permission_classes` is unset, exposing the endpoint publicly. Add `permission_classes = [IsAuthenticated]` (or stricter) at class level, or set `DEFAULT_PERMISSION_CLASSES` in settings.
backend/reports/views.py:2178 securityAuth drf no permission classes
high System graph security auth conf 1.00 DRF view `GSTGrandSummaryView` declares no `permission_classes` — backend/gst_returns/grand_summary.py:171
DRF defaults to AllowAny when `permission_classes` is unset, exposing the endpoint publicly. Add `permission_classes = [IsAuthenticated]` (or stricter) at class level, or set `DEFAULT_PERMISSION_CLASSES` in settings.
backend/gst_returns/grand_summary.py:171 securityAuth drf no permission classes
high System graph security auth conf 1.00 DRF view `GSTLateFeeView` declares no `permission_classes` — backend/gst_returns/views.py:474
DRF defaults to AllowAny when `permission_classes` is unset, exposing the endpoint publicly. Add `permission_classes = [IsAuthenticated]` (or stricter) at class level, or set `DEFAULT_PERMISSION_CLASSES` in settings.
backend/gst_returns/views.py:474 securityAuth drf no permission classes
high System graph security auth conf 1.00 DRF view `GSTR1EntryViewSet` declares no `permission_classes` — backend/gst_returns/views.py:43
DRF defaults to AllowAny when `permission_classes` is unset, exposing the endpoint publicly. Add `permission_classes = [IsAuthenticated]` (or stricter) at class level, or set `DEFAULT_PERMISSION_CLASSES` in settings.
backend/gst_returns/views.py:43 securityAuth drf no permission classes
high System graph security auth conf 1.00 DRF view `GSTR1HSNSummaryViewSet` declares no `permission_classes` — backend/gst_returns/views.py:321
DRF defaults to AllowAny when `permission_classes` is unset, exposing the endpoint publicly. Add `permission_classes = [IsAuthenticated]` (or stricter) at class level, or set `DEFAULT_PERMISSION_CLASSES` in settings.
backend/gst_returns/views.py:321 securityAuth drf no permission classes
high System graph security auth conf 1.00 DRF view `GSTR2BEntryViewSet` declares no `permission_classes` — backend/gst_returns/views.py:522
DRF defaults to AllowAny when `permission_classes` is unset, exposing the endpoint publicly. Add `permission_classes = [IsAuthenticated]` (or stricter) at class level, or set `DEFAULT_PERMISSION_CLASSES` in settings.
backend/gst_returns/views.py:522 securityAuth drf no permission classes
high System graph security auth conf 1.00 DRF view `GSTR3BSummaryViewSet` declares no `permission_classes` — backend/gst_returns/views.py:338
DRF defaults to AllowAny when `permission_classes` is unset, exposing the endpoint publicly. Add `permission_classes = [IsAuthenticated]` (or stricter) at class level, or set `DEFAULT_PERMISSION_CLASSES` in settings.
backend/gst_returns/views.py:338 securityAuth drf no permission classes
high System graph security auth conf 1.00 DRF view `GSTR9CView` declares no `permission_classes` — backend/gst_returns/views.py:441
DRF defaults to AllowAny when `permission_classes` is unset, exposing the endpoint publicly. Add `permission_classes = [IsAuthenticated]` (or stricter) at class level, or set `DEFAULT_PERMISSION_CLASSES` in settings.
backend/gst_returns/views.py:441 securityAuth drf no permission classes
high System graph security auth conf 1.00 DRF view `GSTR9View` declares no `permission_classes` — backend/gst_returns/views.py:387
DRF defaults to AllowAny when `permission_classes` is unset, exposing the endpoint publicly. Add `permission_classes = [IsAuthenticated]` (or stricter) at class level, or set `DEFAULT_PERMISSION_CLASSES` in settings.
backend/gst_returns/views.py:387 securityAuth drf no permission classes
high System graph security auth conf 1.00 DRF view `GSTSetoffPreviewView` declares no `permission_classes` — backend/gst_returns/views.py:491
DRF defaults to AllowAny when `permission_classes` is unset, exposing the endpoint publicly. Add `permission_classes = [IsAuthenticated]` (or stricter) at class level, or set `DEFAULT_PERMISSION_CLASSES` in settings.
backend/gst_returns/views.py:491 securityAuth drf no permission classes
high System graph security auth conf 1.00 DRF view `HSNSummaryView` declares no `permission_classes` — backend/reports/views.py:1175
DRF defaults to AllowAny when `permission_classes` is unset, exposing the endpoint publicly. Add `permission_classes = [IsAuthenticated]` (or stricter) at class level, or set `DEFAULT_PERMISSION_CLASSES` in settings.
backend/reports/views.py:1175 securityAuth drf no permission classes
high System graph security auth conf 1.00 DRF view `ITCReconciliationViewSet` declares no `permission_classes` — backend/gst_returns/views.py:705
DRF defaults to AllowAny when `permission_classes` is unset, exposing the endpoint publicly. Add `permission_classes = [IsAuthenticated]` (or stricter) at class level, or set `DEFAULT_PERMISSION_CLASSES` in settings.
backend/gst_returns/views.py:705 securityAuth drf no permission classes
high System graph security auth conf 1.00 DRF view `JournalEntryViewSet` declares no `permission_classes` — backend/journals/views.py:74
DRF defaults to AllowAny when `permission_classes` is unset, exposing the endpoint publicly. Add `permission_classes = [IsAuthenticated]` (or stricter) at class level, or set `DEFAULT_PERMISSION_CLASSES` in settings.
backend/journals/views.py:74 securityAuth drf no permission classes
high System graph security auth conf 1.00 DRF view `LedgerExportView` declares no `permission_classes` — backend/reports/views.py:447
DRF defaults to AllowAny when `permission_classes` is unset, exposing the endpoint publicly. Add `permission_classes = [IsAuthenticated]` (or stricter) at class level, or set `DEFAULT_PERMISSION_CLASSES` in settings.
backend/reports/views.py:447 securityAuth drf no permission classes
high System graph security auth conf 1.00 DRF view `LedgerView` declares no `permission_classes` — backend/reports/views.py:355
DRF defaults to AllowAny when `permission_classes` is unset, exposing the endpoint publicly. Add `permission_classes = [IsAuthenticated]` (or stricter) at class level, or set `DEFAULT_PERMISSION_CLASSES` in settings.
backend/reports/views.py:355 securityAuth drf no permission classes
high System graph security auth conf 1.00 DRF view `LoanViewSet` declares no `permission_classes` — backend/loans/views.py:16
DRF defaults to AllowAny when `permission_classes` is unset, exposing the endpoint publicly. Add `permission_classes = [IsAuthenticated]` (or stricter) at class level, or set `DEFAULT_PERMISSION_CLASSES` in settings.
backend/loans/views.py:16 securityAuth drf no permission classes
high System graph security auth conf 1.00 DRF view `MSMEComplianceReportView` declares no `permission_classes` — backend/reports/views.py:1509
DRF defaults to AllowAny when `permission_classes` is unset, exposing the endpoint publicly. Add `permission_classes = [IsAuthenticated]` (or stricter) at class level, or set `DEFAULT_PERMISSION_CLASSES` in settings.
backend/reports/views.py:1509 securityAuth drf no permission classes
high System graph security auth conf 1.00 DRF view `NotificationPreferenceViewSet` declares no `permission_classes` — backend/notifications/views.py:86
DRF defaults to AllowAny when `permission_classes` is unset, exposing the endpoint publicly. Add `permission_classes = [IsAuthenticated]` (or stricter) at class level, or set `DEFAULT_PERMISSION_CLASSES` in settings.
backend/notifications/views.py:86 securityAuth drf no permission classes
high System graph security auth conf 1.00 DRF view `NotificationViewSet` declares no `permission_classes` — backend/notifications/views.py:11
DRF defaults to AllowAny when `permission_classes` is unset, exposing the endpoint publicly. Add `permission_classes = [IsAuthenticated]` (or stricter) at class level, or set `DEFAULT_PERMISSION_CLASSES` in settings.
backend/notifications/views.py:11 securityAuth drf no permission classes
high System graph security auth conf 1.00 DRF view `OpenCustomerInvoicesView` declares no `permission_classes` — backend/reports/views.py:822
DRF defaults to AllowAny when `permission_classes` is unset, exposing the endpoint publicly. Add `permission_classes = [IsAuthenticated]` (or stricter) at class level, or set `DEFAULT_PERMISSION_CLASSES` in settings.
backend/reports/views.py:822 securityAuth drf no permission classes
high System graph security auth conf 1.00 DRF view `OpenSupplierInvoicesView` declares no `permission_classes` — backend/reports/views.py:829
DRF defaults to AllowAny when `permission_classes` is unset, exposing the endpoint publicly. Add `permission_classes = [IsAuthenticated]` (or stricter) at class level, or set `DEFAULT_PERMISSION_CLASSES` in settings.
backend/reports/views.py:829 securityAuth drf no permission classes
high System graph security auth conf 1.00 DRF view `PartyOutstandingView` declares no `permission_classes` — backend/reports/views.py:1253
DRF defaults to AllowAny when `permission_classes` is unset, exposing the endpoint publicly. Add `permission_classes = [IsAuthenticated]` (or stricter) at class level, or set `DEFAULT_PERMISSION_CLASSES` in settings.
backend/reports/views.py:1253 securityAuth drf no permission classes
high System graph security auth conf 1.00 DRF view `PayablesAgingView` declares no `permission_classes` — backend/reports/views.py:837
DRF defaults to AllowAny when `permission_classes` is unset, exposing the endpoint publicly. Add `permission_classes = [IsAuthenticated]` (or stricter) at class level, or set `DEFAULT_PERMISSION_CLASSES` in settings.
backend/reports/views.py:837 securityAuth drf no permission classes
high System graph security auth conf 1.00 DRF view `PayrollRunViewSet` declares no `permission_classes` — backend/payroll/views.py:64
DRF defaults to AllowAny when `permission_classes` is unset, exposing the endpoint publicly. Add `permission_classes = [IsAuthenticated]` (or stricter) at class level, or set `DEFAULT_PERMISSION_CLASSES` in settings.
backend/payroll/views.py:64 securityAuth drf no permission classes
high System graph security auth conf 1.00 DRF view `PettyCashFloatViewSet` declares no `permission_classes` — backend/banking/views.py:298
DRF defaults to AllowAny when `permission_classes` is unset, exposing the endpoint publicly. Add `permission_classes = [IsAuthenticated]` (or stricter) at class level, or set `DEFAULT_PERMISSION_CLASSES` in settings.
backend/banking/views.py:298 securityAuth drf no permission classes
high System graph security auth conf 1.00 DRF view `ProfitLossView` declares no `permission_classes` — backend/reports/views.py:105
DRF defaults to AllowAny when `permission_classes` is unset, exposing the endpoint publicly. Add `permission_classes = [IsAuthenticated]` (or stricter) at class level, or set `DEFAULT_PERMISSION_CLASSES` in settings.
backend/reports/views.py:105 securityAuth drf no permission classes
high System graph security auth conf 1.00 DRF view `RCMEntryViewSet` declares no `permission_classes` — backend/gst_returns/views.py:773
DRF defaults to AllowAny when `permission_classes` is unset, exposing the endpoint publicly. Add `permission_classes = [IsAuthenticated]` (or stricter) at class level, or set `DEFAULT_PERMISSION_CLASSES` in settings.
backend/gst_returns/views.py:773 securityAuth drf no permission classes
high System graph security auth conf 1.00 DRF view `ReceivablesAgingView` declares no `permission_classes` — backend/reports/views.py:655
DRF defaults to AllowAny when `permission_classes` is unset, exposing the endpoint publicly. Add `permission_classes = [IsAuthenticated]` (or stricter) at class level, or set `DEFAULT_PERMISSION_CLASSES` in settings.
backend/reports/views.py:655 securityAuth drf no permission classes
high System graph security auth conf 1.00 DRF view `RecurringBillViewSet` declares no `permission_classes` — backend/bills/views.py:358
DRF defaults to AllowAny when `permission_classes` is unset, exposing the endpoint publicly. Add `permission_classes = [IsAuthenticated]` (or stricter) at class level, or set `DEFAULT_PERMISSION_CLASSES` in settings.
backend/bills/views.py:358 securityAuth drf no permission classes
high System graph security auth conf 1.00 DRF view `RecurringJournalViewSet` declares no `permission_classes` — backend/journals/views.py:445
DRF defaults to AllowAny when `permission_classes` is unset, exposing the endpoint publicly. Add `permission_classes = [IsAuthenticated]` (or stricter) at class level, or set `DEFAULT_PERMISSION_CLASSES` in settings.
backend/journals/views.py:445 securityAuth drf no permission classes
high System graph security auth conf 1.00 DRF view `SalaryStructureViewSet` declares no `permission_classes` — backend/payroll/views.py:41
DRF defaults to AllowAny when `permission_classes` is unset, exposing the endpoint publicly. Add `permission_classes = [IsAuthenticated]` (or stricter) at class level, or set `DEFAULT_PERMISSION_CLASSES` in settings.
backend/payroll/views.py:41 securityAuth drf no permission classes
high System graph security auth conf 1.00 DRF view `StockMovementSummaryView` declares no `permission_classes` — backend/reports/views.py:1331
DRF defaults to AllowAny when `permission_classes` is unset, exposing the endpoint publicly. Add `permission_classes = [IsAuthenticated]` (or stricter) at class level, or set `DEFAULT_PERMISSION_CLASSES` in settings.
backend/reports/views.py:1331 securityAuth drf no permission classes
high System graph security auth conf 1.00 DRF view `StockValuationView` declares no `permission_classes` — backend/reports/views.py:1456
DRF defaults to AllowAny when `permission_classes` is unset, exposing the endpoint publicly. Add `permission_classes = [IsAuthenticated]` (or stricter) at class level, or set `DEFAULT_PERMISSION_CLASSES` in settings.
backend/reports/views.py:1456 securityAuth drf no permission classes
high System graph security auth conf 1.00 DRF view `SupplierDetailView` declares no `permission_classes` — backend/parties/views.py:95
DRF defaults to AllowAny when `permission_classes` is unset, exposing the endpoint publicly. Add `permission_classes = [IsAuthenticated]` (or stricter) at class level, or set `DEFAULT_PERMISSION_CLASSES` in settings.
backend/parties/views.py:95 securityAuth drf no permission classes
high System graph security auth conf 1.00 DRF view `SuppliersListView` declares no `permission_classes` — backend/core/views.py:413
DRF defaults to AllowAny when `permission_classes` is unset, exposing the endpoint publicly. Add `permission_classes = [IsAuthenticated]` (or stricter) at class level, or set `DEFAULT_PERMISSION_CLASSES` in settings.
backend/core/views.py:413 securityAuth drf no permission classes
high System graph security auth conf 1.00 DRF view `SuppliersListView` declares no `permission_classes` — backend/parties/views.py:71
DRF defaults to AllowAny when `permission_classes` is unset, exposing the endpoint publicly. Add `permission_classes = [IsAuthenticated]` (or stricter) at class level, or set `DEFAULT_PERMISSION_CLASSES` in settings.
backend/parties/views.py:71 securityAuth drf no permission classes
high System graph security auth conf 1.00 DRF view `SyncErrorListView` declares no `permission_classes` — backend/sync/views.py:49
DRF defaults to AllowAny when `permission_classes` is unset, exposing the endpoint publicly. Add `permission_classes = [IsAuthenticated]` (or stricter) at class level, or set `DEFAULT_PERMISSION_CLASSES` in settings.
backend/sync/views.py:49 securityAuth drf no permission classes
high System graph security auth conf 1.00 DRF view `SyncLogListView` declares no `permission_classes` — backend/sync/views.py:30
DRF defaults to AllowAny when `permission_classes` is unset, exposing the endpoint publicly. Add `permission_classes = [IsAuthenticated]` (or stricter) at class level, or set `DEFAULT_PERMISSION_CLASSES` in settings.
backend/sync/views.py:30 securityAuth drf no permission classes
high System graph security auth conf 1.00 DRF view `SyncRetryView` declares no `permission_classes` — backend/sync/views.py:41
DRF defaults to AllowAny when `permission_classes` is unset, exposing the endpoint publicly. Add `permission_classes = [IsAuthenticated]` (or stricter) at class level, or set `DEFAULT_PERMISSION_CLASSES` in settings.
backend/sync/views.py:41 securityAuth drf no permission classes
high System graph security auth conf 1.00 DRF view `SyncRunView` declares no `permission_classes` — backend/sync/views.py:22
DRF defaults to AllowAny when `permission_classes` is unset, exposing the endpoint publicly. Add `permission_classes = [IsAuthenticated]` (or stricter) at class level, or set `DEFAULT_PERMISSION_CLASSES` in settings.
backend/sync/views.py:22 securityAuth drf no permission classes
high System graph security auth conf 1.00 DRF view `TCSCollectionViewSet` declares no `permission_classes` — backend/tds/views.py:261
DRF defaults to AllowAny when `permission_classes` is unset, exposing the endpoint publicly. Add `permission_classes = [IsAuthenticated]` (or stricter) at class level, or set `DEFAULT_PERMISSION_CLASSES` in settings.
backend/tds/views.py:261 securityAuth drf no permission classes
high System graph security auth conf 1.00 DRF view `TDSChallanViewSet` declares no `permission_classes` — backend/tds/views.py:225
DRF defaults to AllowAny when `permission_classes` is unset, exposing the endpoint publicly. Add `permission_classes = [IsAuthenticated]` (or stricter) at class level, or set `DEFAULT_PERMISSION_CLASSES` in settings.
backend/tds/views.py:225 securityAuth drf no permission classes
high System graph security auth conf 1.00 DRF view `TDSDeductionViewSet` declares no `permission_classes` — backend/tds/views.py:30
DRF defaults to AllowAny when `permission_classes` is unset, exposing the endpoint publicly. Add `permission_classes = [IsAuthenticated]` (or stricter) at class level, or set `DEFAULT_PERMISSION_CLASSES` in settings.
backend/tds/views.py:30 securityAuth drf no permission classes
high System graph security auth conf 1.00 DRF view `TDSRateConfigViewSet` declares no `permission_classes` — backend/tds/views.py:22
DRF defaults to AllowAny when `permission_classes` is unset, exposing the endpoint publicly. Add `permission_classes = [IsAuthenticated]` (or stricter) at class level, or set `DEFAULT_PERMISSION_CLASSES` in settings.
backend/tds/views.py:22 securityAuth drf no permission classes
high System graph security auth conf 1.00 DRF view `TrialBalanceView` declares no `permission_classes` — backend/reports/views.py:44
DRF defaults to AllowAny when `permission_classes` is unset, exposing the endpoint publicly. Add `permission_classes = [IsAuthenticated]` (or stricter) at class level, or set `DEFAULT_PERMISSION_CLASSES` in settings.
backend/reports/views.py:44 securityAuth drf no permission classes
high System graph security auth conf 1.00 DRF view `UserLocationsView` declares no `permission_classes` — backend/core/views.py:371
DRF defaults to AllowAny when `permission_classes` is unset, exposing the endpoint publicly. Add `permission_classes = [IsAuthenticated]` (or stricter) at class level, or set `DEFAULT_PERMISSION_CLASSES` in settings.
backend/core/views.py:371 securityAuth drf no permission classes
high System graph security auth conf 1.00 DRF view `VoucherTypeProfileViewSet` declares no `permission_classes` — backend/journals/views.py:623
DRF defaults to AllowAny when `permission_classes` is unset, exposing the endpoint publicly. Add `permission_classes = [IsAuthenticated]` (or stricter) at class level, or set `DEFAULT_PERMISSION_CLASSES` in settings.
backend/journals/views.py:623 securityAuth drf no permission classes
medium System graph quality Agent instructions conf 1.00 Agent instructions exist but release-hardening basics are missing
AI-coder instruction files were found, but the repo is missing license, operator-readme. Treat this as a contract gap: the agent is guided, but the generated output is not yet guarded by the controls that make it repeatable.
Repo hardeningGenerated repo pattern
medium System graph quality Placeholder conf 1.00 Critical user flow still appears backed by mock or placeholder data
A payment/auth/admin/order/billing-style flow contains mock, fake, TODO, dummy, or placeholder markers in runtime source. In the Fable corpus this is a high-leverage completeness smell: the app can look finished while the money, identity, or tenant flow is still scaffolded.
Mock dataCritical flowGenerated repo pattern
medium System graph security auth conf 1.00 Django CBV `CustomerCommunicationsView` lacks `LoginRequiredMixin` — backend/parties/views.py:247
Class-based view defines mutating methods (post/put/delete) without inheriting `LoginRequiredMixin`. If auth is enforced via `dispatch()` override or middleware, dismiss this finding.
backend/parties/views.py:247 Auth django unauth view
medium System graph security auth conf 1.00 Django CBV `CustomerOpeningBalanceView` lacks `LoginRequiredMixin` — backend/parties/views.py:324
Class-based view defines mutating methods (post/put/delete) without inheriting `LoginRequiredMixin`. If auth is enforced via `dispatch()` override or middleware, dismiss this finding.
backend/parties/views.py:324 Auth django unauth view
medium System graph security auth conf 1.00 Django CBV `CustomerStatementCSVView` lacks `LoginRequiredMixin` — backend/parties/views.py:208
Class-based view defines mutating methods (post/put/delete) without inheriting `LoginRequiredMixin`. If auth is enforced via `dispatch()` override or middleware, dismiss this finding.
backend/parties/views.py:208 Auth django unauth view
medium System graph security auth conf 1.00 Django CBV `SupplierCommunicationsView` lacks `LoginRequiredMixin` — backend/parties/views.py:242
Class-based view defines mutating methods (post/put/delete) without inheriting `LoginRequiredMixin`. If auth is enforced via `dispatch()` override or middleware, dismiss this finding.
backend/parties/views.py:242 Auth django unauth view
medium System graph security auth conf 1.00 Django CBV `SupplierOpeningBalanceView` lacks `LoginRequiredMixin` — backend/parties/views.py:319
Class-based view defines mutating methods (post/put/delete) without inheriting `LoginRequiredMixin`. If auth is enforced via `dispatch()` override or middleware, dismiss this finding.
backend/parties/views.py:319 Auth django unauth view
medium System graph security auth conf 1.00 Django CBV `SupplierStatementCSVView` lacks `LoginRequiredMixin` — backend/parties/views.py:203
Class-based view defines mutating methods (post/put/delete) without inheriting `LoginRequiredMixin`. If auth is enforced via `dispatch()` override or middleware, dismiss this finding.
backend/parties/views.py:203 Auth django unauth view
medium System graph security auth conf 1.00 Django view `resolve_ledger_account` may be unauthenticated — backend/reports/views.py:15
Function-view with `request` parameter has no `@login_required` or equivalent auth decorator within 5 lines above. If auth is enforced by middleware (`AUTHENTICATION_BACKENDS`), this is a false positive — dismiss with reason `by_design`.
backend/reports/views.py:15 securityAuth django unauth view
medium System graph hardware Security conf 1.00 Dockerfile runs as root: backend/Dockerfile
No non-root USER set. Containers running as root expand the blast radius of any vulnerability inside the image.
Container
medium System graph hardware Security conf 1.00 Dockerfile runs as root: frontend/Dockerfile
No non-root USER set. Containers running as root expand the blast radius of any vulnerability inside the image.
Container
medium System graph quality Integrity conf 1.00 78 occurrences Frontend route `dashboard` has no Link/navigate to it — frontend/src/App.tsx
The route is registered but no `<Link to=…>` or `navigate(…)` in the codebase navigates here. Either it's reachable only via direct URL (intentional), it's dead, or the link broke during a refactor.
78 occurrences
repo-level (78 hits)
Orphan pageWiring
medium System graph cicd CI/CD security conf 1.00 2 occurrences GitHub Action is tag-pinned rather than SHA-pinned
appleboy/scp-action@v1 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA.
lines 23, 35
.github/workflows/deploy-dev.yml:23, 35 (2 hits)
CI/CD securitySupply chainGithub actions
medium System graph security security conf 1.00 Insecure pattern 'local_storage_auth_token' in frontend/src/pages/LoginPage.tsx:31
Found a known-risky pattern (local_storage_auth_token). Review and replace if possible.
frontend/src/pages/LoginPage.tsx:31 Local storage auth token
medium System graph quality Integrity conf 1.00 Likely N+1 query: `for bill in …` triggers a query per row — backend/core/management/commands/cleanup_untagged_manual_jvs.py:240
The loop iterates a Django queryset and accesses `bill.bill_date.strftime` per row, which fires an additional database query each iteration. Add `.select_related('<fk_field>')` for FK / O2O relations or `.prefetch_related('<m2m_or_reverse>')` for many-related lookups, to load everything in 1-2 quer…
backend/core/management/commands/cleanup_untagged_manual_jvs.py:240 N plus onePerformance
medium System graph quality Integrity conf 1.00 Likely N+1 query: `for cheque in …` triggers a query per row — backend/notifications/services.py:183
The loop iterates a Django queryset and accesses `cheque.kind.title` per row, which fires an additional database query each iteration. Add `.select_related('<fk_field>')` for FK / O2O relations or `.prefetch_related('<m2m_or_reverse>')` for many-related lookups, to load everything in 1-2 queries in…
backend/notifications/services.py:183 N plus onePerformance
medium System graph quality Integrity conf 1.00 Likely N+1 query: `for e in …` triggers a query per row — backend/gst_returns/views.py:209
The loop iterates a Django queryset and accesses `e.invoice_date.strftime` per row, which fires an additional database query each iteration. Add `.select_related('<fk_field>')` for FK / O2O relations or `.prefetch_related('<m2m_or_reverse>')` for many-related lookups, to load everything in 1-2 quer…
backend/gst_returns/views.py:209 N plus onePerformance
medium System graph quality Integrity conf 1.00 Likely N+1 query: `for emi in …` triggers a query per row — backend/notifications/services.py:98
The loop iterates a Django queryset and accesses `emi.loan.loan_no` per row, which fires an additional database query each iteration. Add `.select_related('<fk_field>')` for FK / O2O relations or `.prefetch_related('<m2m_or_reverse>')` for many-related lookups, to load everything in 1-2 queries ins…
backend/notifications/services.py:98 N plus onePerformance
medium System graph quality Integrity conf 1.00 Likely N+1 query: `for entry in …` triggers a query per row — backend/reports/views.py:1009
The loop iterates a Django queryset and accesses `entry.lines.all` per row, which fires an additional database query each iteration. Add `.select_related('<fk_field>')` for FK / O2O relations or `.prefetch_related('<m2m_or_reverse>')` for many-related lookups, to load everything in 1-2 queries inst…
backend/reports/views.py:1009 N plus onePerformance
medium System graph quality Integrity conf 1.00 Likely N+1 query: `for je in …` triggers a query per row — backend/gst_returns/services.py:869
The loop iterates a Django queryset and accesses `je.lines.all` per row, which fires an additional database query each iteration. Add `.select_related('<fk_field>')` for FK / O2O relations or `.prefetch_related('<m2m_or_reverse>')` for many-related lookups, to load everything in 1-2 queries instead…
backend/gst_returns/services.py:869 N plus onePerformance
medium System graph quality Integrity conf 1.00 Likely N+1 query: `for line in …` triggers a query per row — backend/gst_returns/services.py:199
The loop iterates a Django queryset and accesses `line.product.pharma_hsn_code` per row, which fires an additional database query each iteration. Add `.select_related('<fk_field>')` for FK / O2O relations or `.prefetch_related('<m2m_or_reverse>')` for many-related lookups, to load everything in 1-2…
backend/gst_returns/services.py:199 N plus onePerformance
medium System graph quality Integrity conf 1.00 Likely N+1 query: `for line in …` triggers a query per row — backend/gst_returns/services.py:285
The loop iterates a Django queryset and accesses `line.product.pharma_hsn_code` per row, which fires an additional database query each iteration. Add `.select_related('<fk_field>')` for FK / O2O relations or `.prefetch_related('<m2m_or_reverse>')` for many-related lookups, to load everything in 1-2…
backend/gst_returns/services.py:285 N plus onePerformance
medium System graph quality Integrity conf 1.00 Likely N+1 query: `for line in …` triggers a query per row — backend/gst_returns/services.py:410
The loop iterates a Django queryset and accesses `line.product.pharma_hsn_code` per row, which fires an additional database query each iteration. Add `.select_related('<fk_field>')` for FK / O2O relations or `.prefetch_related('<m2m_or_reverse>')` for many-related lookups, to load everything in 1-2…
backend/gst_returns/services.py:410 N plus onePerformance
medium System graph quality Integrity conf 1.00 Likely N+1 query: `for line in …` triggers a query per row — backend/gst_returns/services.py:882
The loop iterates a Django queryset and accesses `line.account.account_code` per row, which fires an additional database query each iteration. Add `.select_related('<fk_field>')` for FK / O2O relations or `.prefetch_related('<m2m_or_reverse>')` for many-related lookups, to load everything in 1-2 qu…
backend/gst_returns/services.py:882 N plus onePerformance
medium System graph quality Integrity conf 1.00 Likely N+1 query: `for line in …` triggers a query per row — backend/notifications/services.py:150
The loop iterates a Django queryset and accesses `line.entry.date` per row, which fires an additional database query each iteration. Add `.select_related('<fk_field>')` for FK / O2O relations or `.prefetch_related('<m2m_or_reverse>')` for many-related lookups, to load everything in 1-2 queries inst…
backend/notifications/services.py:150 N plus onePerformance
medium System graph quality Integrity conf 1.00 Likely N+1 query: `for line in …` triggers a query per row — backend/parties/services.py:225
The loop iterates a Django queryset and accesses `line.entry.voucher_type` per row, which fires an additional database query each iteration. Add `.select_related('<fk_field>')` for FK / O2O relations or `.prefetch_related('<m2m_or_reverse>')` for many-related lookups, to load everything in 1-2 quer…
backend/parties/services.py:225 N plus onePerformance
medium System graph quality Integrity conf 1.00 Likely N+1 query: `for line in …` triggers a query per row — backend/reports/views.py:1011
The loop iterates a Django queryset and accesses `line.account.account_code` per row, which fires an additional database query each iteration. Add `.select_related('<fk_field>')` for FK / O2O relations or `.prefetch_related('<m2m_or_reverse>')` for many-related lookups, to load everything in 1-2 qu…
backend/reports/views.py:1011 N plus onePerformance
medium System graph quality Integrity conf 1.00 Likely N+1 query: `for line in …` triggers a query per row — backend/reports/views.py:1561
The loop iterates a Django queryset and accesses `line.entry.entry_no` per row, which fires an additional database query each iteration. Add `.select_related('<fk_field>')` for FK / O2O relations or `.prefetch_related('<m2m_or_reverse>')` for many-related lookups, to load everything in 1-2 queries …
backend/reports/views.py:1561 N plus onePerformance
medium System graph quality Integrity conf 1.00 Likely N+1 query: `for lock in …` triggers a query per row — backend/notifications/services.py:226
The loop iterates a Django queryset and accesses `lock.locked_by.username` per row, which fires an additional database query each iteration. Add `.select_related('<fk_field>')` for FK / O2O relations or `.prefetch_related('<m2m_or_reverse>')` for many-related lookups, to load everything in 1-2 quer…
backend/notifications/services.py:226 N plus onePerformance
medium System graph quality Integrity conf 1.00 Likely N+1 query: `for order in …` triggers a query per row — backend/gst_returns/services.py:225
The loop iterates a Django queryset and accesses `order.customer.gst_no` per row, which fires an additional database query each iteration. Add `.select_related('<fk_field>')` for FK / O2O relations or `.prefetch_related('<m2m_or_reverse>')` for many-related lookups, to load everything in 1-2 querie…
backend/gst_returns/services.py:225 N plus onePerformance
medium System graph quality Integrity conf 1.00 Likely N+1 query: `for po in …` triggers a query per row — backend/gst_returns/services.py:598
The loop iterates a Django queryset and accesses `po.supplier.gst_no` per row, which fires an additional database query each iteration. Add `.select_related('<fk_field>')` for FK / O2O relations or `.prefetch_related('<m2m_or_reverse>')` for many-related lookups, to load everything in 1-2 queries i…
backend/gst_returns/services.py:598 N plus onePerformance
medium System graph quality Integrity conf 1.00 Likely N+1 query: `for pos in …` triggers a query per row — backend/gst_returns/services.py:139
The loop iterates a Django queryset and accesses `pos.lines.all` per row, which fires an additional database query each iteration. Add `.select_related('<fk_field>')` for FK / O2O relations or `.prefetch_related('<m2m_or_reverse>')` for many-related lookups, to load everything in 1-2 queries instea…
backend/gst_returns/services.py:139 N plus onePerformance
medium System graph quality Integrity conf 1.00 Likely N+1 query: `for rel in …` triggers a query per row — backend/core/management/commands/prune_unused_accounts.py:37
The loop iterates a Django queryset and accesses `rel.field.attname` per row, which fires an additional database query each iteration. Add `.select_related('<fk_field>')` for FK / O2O relations or `.prefetch_related('<m2m_or_reverse>')` for many-related lookups, to load everything in 1-2 queries in…
backend/core/management/commands/prune_unused_accounts.py:37 N plus onePerformance
medium System graph quality Integrity conf 1.00 Likely N+1 query: `for row in …` triggers a query per row — backend/audit/views.py:74
The loop iterates a Django queryset and accesses `row.timestamp.isoformat` per row, which fires an additional database query each iteration. Add `.select_related('<fk_field>')` for FK / O2O relations or `.prefetch_related('<m2m_or_reverse>')` for many-related lookups, to load everything in 1-2 quer…
backend/audit/views.py:74 N plus onePerformance
medium System graph quality Integrity conf 1.00 Likely N+1 query: `for row in …` triggers a query per row — backend/tds/views.py:340
The loop iterates a Django queryset and accesses `row.transaction_date.year` per row, which fires an additional database query each iteration. Add `.select_related('<fk_field>')` for FK / O2O relations or `.prefetch_related('<m2m_or_reverse>')` for many-related lookups, to load everything in 1-2 qu…
backend/tds/views.py:340 N plus onePerformance
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — backend/core/management/commands/backup_db.py:60
`subprocess.run(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph quality Placeholder conf 1.00 Placeholder or mock-heavy implementation detected
Found 137 placeholder/mock markers across 40 source files. This often means the repo looks complete while core flows still use generated scaffolding or fake data.
Mock dataIncompleteGenerated repo pattern
low System graph quality Production readiness conf 1.00 Composite production-readiness gap
Multiple low-cost hardening controls are missing together: license, operator-readme. Opus verification showed these co-occurring gaps are a better readiness signal than reading each flag in isolation.
Repo hardeningGenerated repo pattern
low System graph hardware Coverage conf 1.00 Containers defined but no K8s/orchestration manifest found
Repo has Dockerfiles/compose but no Kubernetes/Nomad manifests. If the target deployment is K8s, the manifests may live in a separate ops repo.
Deployment
low System graph hardware Supply chain conf 1.00 Docker base image is tag-pinned but not digest-pinned: nginx:alpine
Container tags can be retagged upstream. Pin production base images to a reviewed digest (`image@sha256:...`) when reproducibility and supply-chain integrity matter.
frontend/Dockerfile:19 containersPinned dependencies
low System graph hardware Supply chain conf 1.00 Docker base image is tag-pinned but not digest-pinned: node:20-alpine
Container tags can be retagged upstream. Pin production base images to a reviewed digest (`image@sha256:...`) when reproducibility and supply-chain integrity matter.
frontend/Dockerfile:2 containersPinned dependencies
low System graph hardware Supply chain conf 1.00 Docker base image is tag-pinned but not digest-pinned: python:3.12-slim
Container tags can be retagged upstream. Pin production base images to a reviewed digest (`image@sha256:...`) when reproducibility and supply-chain integrity matter.
backend/Dockerfile:2 containersPinned dependencies
low System graph cicd CI/CD security conf 1.00 GitHub Action is tag-pinned rather than SHA-pinned
actions/checkout@v4 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA.
.github/workflows/deploy-dev.yml:18 CI/CD securitySupply chainGithub actions
low System graph quality Tests conf 1.00 Low test-to-source ratio
97 tests / 390 src (ratio 0.25).
low System graph quality Integrity conf 1.00 9 occurrences Near-duplicate function bodies in 2 places
Functions with the same first-5-line body hash: backend/notifications/views.py:get_queryset, backend/notifications/views.py:get_queryset This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://jw.hn/ai-code-hygiene). Consolidate or document why they're separate.
9 occurrences
repo-level (9 hits)
duplicatesduplication
low System graph quality Integrity conf 1.00 4 occurrences Near-duplicate function bodies in 3 places
Functions with the same first-5-line body hash: backend/sync/views.py:get, backend/sync/views.py:get, backend/sync/views.py:get This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://jw.hn/ai-code-hygiene). Consolidate or document why they're separate.
4 occurrences
repo-level (4 hits)
duplicatesduplication
low System graph quality Integrity conf 1.00 5 occurrences Near-duplicate function bodies in 4 places
Functions with the same first-5-line body hash: backend/sync/views.py:post, backend/sync/views.py:post, backend/sync/views.py:post, backend/sync/views.py:post This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://jw.hn/ai-code-hygiene). Consolidate or document …
5 occurrences
repo-level (5 hits)
duplicatesduplication
low System graph quality Integrity conf 1.00 2 occurrences Near-duplicate function bodies in 5 places
Functions with the same first-5-line body hash: backend/journals/serializers.py:validate, backend/journals/serializers.py:validate, backend/journals/serializers.py:validate, backend/journals/serializers.py:validate This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see …
2 occurrences
repo-level (2 hits)
duplicatesduplication
low System graph quality License conf 1.00 No license file detected
No LICENSE/COPYING/NOTICE file was found. Generated repositories often omit licensing, which blocks reuse and automated intake.
Repo hardeningGenerated repo pattern
low System graph quality Docs conf 1.00 No README detected
No README file was found. Generated repos without README context are hard to operate, validate, or safely hand off.
ReadmeRepo hardeningGenerated repo pattern
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `days_old` in backend/notifications/services.py:150
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Provenance conf 1.00 Shallow git history limits provenance confidence
The repository is a shallow clone. Origin/evolution analysis cannot distinguish fresh generation, imported legacy code, or long-lived human code with high confidence.
Git historyGenerated repo pattern
low System graph quality Integrity conf 1.00 Stub function `noop_reverse` (body is just `pass`/`return`) — backend/core/migrations/0021_losses_to_indirect_expenses.py:43
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `noop_reverse` (body is just `pass`/`return`) — backend/core/migrations/0022_petty_cash_expense_account.py:42
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `noop_reverse` (body is just `pass`/`return`) — backend/core/migrations/0025_sales_income_mappings.py:65
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph api Wiring conf 1.00 Unused endpoint: ANY /api/audit/
`backend/audit/urls.py` declares `ANY /api/audit/` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /api/audit/export-csv/
`backend/audit/urls.py` declares `ANY /api/audit/export-csv/` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /api/audit/verify-chain/
`backend/audit/urls.py` declares `ANY /api/audit/verify-chain/` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /api/banking/
`backend/banking/urls.py` declares `ANY /api/banking/` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /api/banking/accounts
`backend/banking/urls.py` declares `ANY /api/banking/accounts` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /api/banking/cheques
`backend/banking/urls.py` declares `ANY /api/banking/cheques` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /api/banking/petty-cash
`backend/banking/urls.py` declares `ANY /api/banking/petty-cash` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /api/banking/transactions
`backend/banking/urls.py` declares `ANY /api/banking/transactions` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /api/bills/
`backend/bills/urls.py` declares `ANY /api/bills/` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /api/bills/attachments
`backend/bills/urls.py` declares `ANY /api/bills/attachments` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /api/bills/bills
`backend/bills/urls.py` declares `ANY /api/bills/bills` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /api/bills/payments
`backend/bills/urls.py` declares `ANY /api/bills/payments` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /api/bills/recurring
`backend/bills/urls.py` declares `ANY /api/bills/recurring` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /api/budgets/
`backend/budgets/urls.py` declares `ANY /api/budgets/` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /api/budgets/budgets
`backend/budgets/urls.py` declares `ANY /api/budgets/budgets` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /api/budgets/variance
`backend/budgets/urls.py` declares `ANY /api/budgets/variance` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /api/expenses/
`backend/expenses/urls.py` declares `ANY /api/expenses/` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /api/expenses/expenses
`backend/expenses/urls.py` declares `ANY /api/expenses/expenses` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /api/fixed-assets/
`backend/fixed_assets/urls.py` declares `ANY /api/fixed-assets/` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /api/fixed-assets/assets
`backend/fixed_assets/urls.py` declares `ANY /api/fixed-assets/assets` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /api/fixed-assets/classes
`backend/fixed_assets/urls.py` declares `ANY /api/fixed-assets/classes` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /api/fixed-assets/depreciation
`backend/fixed_assets/urls.py` declares `ANY /api/fixed-assets/depreciation` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /api/gst/eway-bills
`backend/gst_returns/urls.py` declares `ANY /api/gst/eway-bills` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /api/gst/grand-summary/
`backend/gst_returns/urls.py` declares `ANY /api/gst/grand-summary/` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /api/gst/gstr1
`backend/gst_returns/urls.py` declares `ANY /api/gst/gstr1` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /api/gst/gstr1-hsn
`backend/gst_returns/urls.py` declares `ANY /api/gst/gstr1-hsn` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /api/gst/gstr2b
`backend/gst_returns/urls.py` declares `ANY /api/gst/gstr2b` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /api/gst/gstr3b
`backend/gst_returns/urls.py` declares `ANY /api/gst/gstr3b` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /api/gst/gstr9
`backend/gst_returns/urls.py` declares `ANY /api/gst/gstr9` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /api/gst/gstr9c
`backend/gst_returns/urls.py` declares `ANY /api/gst/gstr9c` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /api/gst/itc-reconciliation
`backend/gst_returns/urls.py` declares `ANY /api/gst/itc-reconciliation` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /api/gst/late-fee
`backend/gst_returns/urls.py` declares `ANY /api/gst/late-fee` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /api/gst/rcm
`backend/gst_returns/urls.py` declares `ANY /api/gst/rcm` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /api/gst/setoff-preview
`backend/gst_returns/urls.py` declares `ANY /api/gst/setoff-preview` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /api/journals/bill-references
`backend/journals/urls.py` declares `ANY /api/journals/bill-references` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /api/journals/entries
`backend/journals/urls.py` declares `ANY /api/journals/entries` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /api/journals/recurring
`backend/journals/urls.py` declares `ANY /api/journals/recurring` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /api/journals/voucher-types
`backend/journals/urls.py` declares `ANY /api/journals/voucher-types` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /api/notifications/
`backend/notifications/urls.py` declares `ANY /api/notifications/` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /api/notifications/preferences
`backend/notifications/urls.py` declares `ANY /api/notifications/preferences` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /api/payroll/
`backend/payroll/urls.py` declares `ANY /api/payroll/` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /api/payroll/employees
`backend/payroll/urls.py` declares `ANY /api/payroll/employees` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /api/payroll/runs
`backend/payroll/urls.py` declares `ANY /api/payroll/runs` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /api/payroll/salary-structures
`backend/payroll/urls.py` declares `ANY /api/payroll/salary-structures` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /api/sync/errors/
`backend/sync/urls.py` declares `ANY /api/sync/errors/` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /api/sync/errors/<int:pk>/resolve/
`backend/sync/urls.py` declares `ANY /api/sync/errors/<int:pk>/resolve/` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /api/sync/full-resync/
`backend/sync/urls.py` declares `ANY /api/sync/full-resync/` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /api/sync/logs/
`backend/sync/urls.py` declares `ANY /api/sync/logs/` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /api/sync/retry/
`backend/sync/urls.py` declares `ANY /api/sync/retry/` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /api/sync/run/
`backend/sync/urls.py` declares `ANY /api/sync/run/` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph quality Complexity conf 1.00 Very large file: backend/journals/services.py (1764 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: backend/reports/views.py (2522 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: frontend/src/lib/api.ts (2624 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
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/96f55099-aeb5-4381-bf96-fa3bca50d33e/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/96f55099-aeb5-4381-bf96-fa3bca50d33e/

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.