Repository Analysis

bigcapitalhq/bigcapital

💵 Independent financial accounting with intelligent reporting, alternative to Quickbooks, Xero, Wave.

4.0 Likely human-written View on GitHub

Analysis Overview

This report presents the forensic synthetic code analysis of bigcapitalhq/bigcapital, a TypeScript project with 3,823 GitHub stars. SynthScan v2.0 examined 431,755 lines of code across 5726 source files, recording 1646 pattern matches distributed across 7 syntactic categories. The overall adjusted score of 4.0 places this repository in the Likely human-written band.

The scanner applied 160+ deterministic lexical heuristics, multi-line block detectors, abstract syntax tree depth profilers, and a cross-file Jaccard similarity matrix to construct a statistically normalised synthetic code estimate. All matches are individually weighted by severity coefficient and contextual multiplier before summation, and the resulting headline score is temporally discounted to account for the repository's development history relative to the commercial emergence of large language model coding tooling (November 2022 onward).

4.0
Adjusted Score
4.0
Raw Score
100%
Time Factor
2026-08-09
Last Push
3.8K
Stars
TypeScript
Language
431.8K
Lines of Code
5.7K
Files
1.6K
Pattern Hits
2026-08-09
Scan Date
0.00
HC Hit Rate

What These Metrics Mean

Adjusted Score
Primary synthetic code indicator. Raw score normalised per 1,000 lines of code and multiplied by the temporal discount factor. This is the definitive comparative metric — use it to rank repositories by AI authorship density.
Raw Score
The unmodified sum of all severity-weighted, context-multiplied pattern match scores before temporal discounting. Reflects the absolute signal strength independent of when the repository was last active.
Time Factor
The temporal discount multiplier (0–100%) applied to the raw score. Repositories last updated before ChatGPT's launch (Nov 2022) receive a 5% factor. Full signal is only assigned to repositories active in the post-adoption era (Jan 2024+).
Pattern Hits
Total count of individual pattern matches across all files and categories. A high hit count with a low score may indicate a very large codebase with isolated AI snippets; a low count with a high score indicates dense, concentrated AI signatures.
HC Hit Rate
High+Critical pattern hits per file, averaged across the repository. This orthogonal signal catches repositories where a few files are densely packed with high-severity AI tells — a strong indicator even when the normalised score appears moderate due to codebase size.
Lines of Code / Files
Total lines and files analysed. The scanner examines 94 file extensions. These denominators are used to normalise the score, enabling fair comparison between repositories of vastly different sizes.

Score History

Longitudinal tracking requires multiple scan runs. Once this repository is re-scanned after new commits land, this chart will visualise how the synthetic code signal evolves over time — enabling you to detect whether AI authorship is growing, stabilising, or being actively corrected by human engineers.

No multi-scan history yet — run the scanner again to build trend data.

Severity Breakdown

Classifies detected patterns by their diagnostic confidence and structural impact. CRITICAL patterns (coefficient 10) represent definitive synthetic signatures — hallucinated imports, explicit LLM attribution metadata — virtually never produced by human authors. HIGH (5) indicates strong structural tells such as cross-file repetition or cross-linguistic idioms. MEDIUM (2) covers recognisable conversational padding and AI-specific vocabulary. LOW (1) captures subtle indicators like tautological comments and generic boilerplate that require density to carry independent signal.

CRITICAL 1HIGH 0MEDIUM 26LOW 1619

Directory Score Breakdown

This horizontal bar chart decomposes the repository's raw synthetic code score by top-level directory, allowing you to pinpoint precisely which modules or components carry the highest AI authorship density. Directories with disproportionately high scores relative to their size warrant targeted manual review: concentrated AI signatures often trace back to mass-generated configuration layers, auto-ported test suites, LLM-scaffolded boilerplate classes, or entire subsystems authored under heavy copilot assistance. Use this view to prioritise your human code-review effort.

Pattern Findings

The scanner identified 1646 distinct pattern matches across 7 syntactic categories. Each entry below represents a discrete location in the source code where the engine recorded a statistically significant AI authorship indicator. Expand any category row to inspect the individual file paths, line numbers, code snippets, and the lexical context (CODE, COMMENT, or STRING) in which each match was detected.

Reading the findings table: The Severity column indicates the diagnostic confidence level (CRITICAL / HIGH / MEDIUM / LOW). The Context column identifies whether the match occurred inside executable code, an inline comment, or a string literal — comment-context matches receive a ×1.5 weight because LLMs systematically over-annotate. The ⚡ bolt icon marks clustered matches: three or more patterns within a 10-line window, each receiving an additional ×1.5 density multiplier as dense clusters constitute far stronger evidence of synthetic authorship than isolated hits.

Hyper-Verbose Identifiers1428 hits · 1452 pts
SeverityFileLineSnippetContext
LOW…plates/src/components/PaymentReceivedPaperTemplate.tsx59export function PaymentReceivedPaperTemplate({CODE
LOW…mplates/src/components/ExportResourceTableTemplate.tsx32export function ExportResourceTableTemplate({CODE
LOWshared/sdk-ts/src/inventory-adjustments.ts17export async function fetchInventoryAdjustments(CODE
LOWshared/sdk-ts/src/inventory-adjustments.ts34export async function createQuickInventoryAdjustment(CODE
LOWshared/sdk-ts/src/inventory-adjustments.ts42export async function deleteInventoryAdjustment(fetcher: ApiFetcher, id: number): Promise<void> {CODE
LOWshared/sdk-ts/src/inventory-adjustments.ts47export async function publishInventoryAdjustment(fetcher: ApiFetcher, id: number): Promise<void> {CODE
LOWshared/sdk-ts/src/landed-cost.ts20export async function fetchLandedCostTransactions(CODE
LOWshared/sdk-ts/src/landed-cost.ts40export async function deleteAllocatedLandedCost(CODE
LOWshared/sdk-ts/src/landed-cost.ts48export async function fetchBillLandedCostTransactions(CODE
LOWshared/sdk-ts/src/sale-estimates.ts114export async function validateBulkDeleteSaleEstimates(CODE
LOWshared/sdk-ts/src/sale-estimates.ts147export async function fetchSaleEstimateSmsDetails(CODE
LOWshared/sdk-ts/src/sale-estimates.ts177export async function fetchSaleEstimateHtmlContent(CODE
LOWshared/sdk-ts/src/customers.ts62export async function validateBulkDeleteCustomers(CODE
LOWshared/sdk-ts/src/customers.ts79export async function editCustomerOpeningBalance(CODE
LOWshared/sdk-ts/src/payment-services.ts43export async function fetchGetPaymentServicesState(CODE
LOWshared/sdk-ts/src/credit-notes.ts91export async function validateBulkDeleteCreditNotes(CODE
LOWshared/sdk-ts/src/credit-notes.ts143export async function fetchCreditNoteAssociatedInvoicesToApply(CODE
LOWshared/sdk-ts/src/credit-notes.ts152export async function fetchRefundCreditNoteTransaction(CODE
LOWshared/sdk-ts/src/credit-notes.ts161export async function applyCreditNoteToInvoices(CODE
LOWshared/sdk-ts/src/credit-notes.ts170export async function deleteApplyCreditNoteToInvoices(CODE
LOWshared/sdk-ts/src/bills.ts102export async function fetchBillPaymentTransactions(CODE
LOWshared/sdk-ts/src/cashflow-accounts.ts41export async function fetchBankingAccountSummary(CODE
LOWshared/sdk-ts/src/cashflow-accounts.ts109export async function fetchUncategorizedTransactions(CODE
LOWshared/sdk-ts/src/cashflow-accounts.ts122export async function getUncategorizedTransaction(CODE
LOWshared/sdk-ts/src/cashflow-accounts.ts135export async function categorizeTransactionsBulk(CODE
LOWshared/sdk-ts/src/cashflow-accounts.ts177export async function fetchAccountTransactionsInfinity(CODE
LOWshared/sdk-ts/src/stripe-integration.ts35export async function fetchGetStripeConnectLink(CODE
LOWshared/sdk-ts/src/stripe-integration.ts57export async function fetchCreateStripeAccountLink(CODE
LOWshared/sdk-ts/src/stripe-integration.ts92export async function fetchCreateStripeAccountSession(CODE
LOWshared/sdk-ts/src/payment-links.ts37export async function fetchGetInvoicePaymentLink(CODE
LOWshared/sdk-ts/src/payment-links.ts50export async function fetchCreateStripeCheckoutSession(CODE
LOWshared/sdk-ts/src/payment-links.ts62export async function fetchGetPaymentLinkInvoicePdf(CODE
LOWshared/sdk-ts/src/settings.ts29export function transformSettingsResponse(items: SettingsResponse): AllSettings {CODE
LOWshared/sdk-ts/src/settings.ts95export async function fetchSettingsPaymentReceives(CODE
LOWshared/sdk-ts/src/settings.ts107export async function fetchSettingsManualJournals(CODE
LOWshared/sdk-ts/src/settings.ts131export async function fetchSettingsVendorCredits(CODE
LOWshared/sdk-ts/src/settings.ts137export async function fetchSettingsWarehouseTransfers(CODE
LOWshared/sdk-ts/src/settings.ts151export async function fetchSettingsBillPayments(CODE
LOWshared/sdk-ts/src/settings.ts157export async function fetchSettingsOrganization(CODE
LOWshared/sdk-ts/src/settings.ts187export async function fetchSettingsCashflowTransactions(CODE
LOWshared/sdk-ts/src/settings.ts199export async function fetchSettingsProjectTasks(CODE
LOWshared/sdk-ts/src/settings.ts213export async function fetchSettingSMSNotifications(fetcher: ApiFetcher): Promise<unknown> {CODE
LOWshared/sdk-ts/src/settings.ts217export async function fetchSettingSMSNotification(CODE
LOWshared/sdk-ts/src/settings.ts224export async function editSettingSMSNotification(CODE
LOWshared/sdk-ts/src/manual-journals.ts73export async function validateBulkDeleteManualJournals(CODE
LOWshared/sdk-ts/src/pdf-templates.ts92export async function assignPdfTemplateAsDefault(CODE
LOWshared/sdk-ts/src/pdf-templates.ts100export async function fetchPdfTemplateBrandingState(CODE
LOWshared/sdk-ts/src/attachments.ts45export async function fetchAttachmentPresignedUrl(CODE
LOWshared/sdk-ts/src/payment-receives.ts69export async function bulkDeletePaymentsReceived(CODE
LOWshared/sdk-ts/src/payment-receives.ts77export async function validateBulkDeletePaymentsReceived(CODE
LOWshared/sdk-ts/src/payment-receives.ts86export async function fetchPaymentReceiveEditPage(CODE
LOWshared/sdk-ts/src/payment-receives.ts114export async function fetchPaymentReceivedState(CODE
LOWshared/sdk-ts/src/payment-receives.ts122export async function fetchPaymentReceiveHtmlContent(CODE
LOWshared/sdk-ts/src/audit-logs.ts26export async function fetchAuditLogFilterOptions(CODE
LOWshared/sdk-ts/src/sale-invoices.ts79export async function validateBulkDeleteSaleInvoices(CODE
LOWshared/sdk-ts/src/sale-invoices.ts102export async function cancelWrittenOffSaleInvoice(fetcher: ApiFetcher, id: number): Promise<void> {CODE
LOWshared/sdk-ts/src/sale-invoices.ts107export async function fetchReceivableSaleInvoices(CODE
LOWshared/sdk-ts/src/sale-invoices.ts118export async function fetchSaleInvoiceMailState(CODE
LOWshared/sdk-ts/src/sale-invoices.ts162export async function generateSaleInvoiceSharableLink(CODE
LOWshared/sdk-ts/src/sale-receipts.ts77export async function validateBulkDeleteSaleReceipts(CODE
1368 more matches not shown…
Over-Commented Block161 hits · 160 pts
SeverityFileLineSnippetContext
LOWpackages/webapp/README.md1# @bigcapital/webappCOMMENT
LOWpackages/webapp/src/setupTests.tsx1// jest-dom adds custom jest matchers for asserting on DOM nodes.COMMENT
LOWpackages/webapp/src/serviceWorker.tsx1// @ts-nocheckCOMMENT
LOWpackages/webapp/src/utils/index.tsx261COMMENT
LOWpackages/webapp/src/style/components/Drawer.scss21.drawer{COMMENT
LOWpackages/webapp/src/style/components/Drawer.scss41 // }COMMENT
LOWpackages/webapp/src/style/components/Drawer.scss61 COMMENT
LOW…ckages/webapp/src/style/pages/JournalEntries/List.scss1// .datatable--journal-entries {COMMENT
LOW…ckages/webapp/src/style/pages/JournalEntries/List.scss21COMMENT
LOWpackages/webapp/src/components/Menu/MenuItem.tsx41// text: React.ReactNode;COMMENT
LOWpackages/webapp/src/components/Menu/MenuItem.tsx61// *COMMENT
LOWpackages/webapp/src/components/Menu/MenuItem.tsx81// */COMMENT
LOWpackages/server/README.md1## @bigcapitalhq/serverCOMMENT
LOWpackages/server/test/users.e2e-spec.ts81 // }COMMENT
LOWpackages/server/test/users.e2e-spec.ts101 // userId = usersResponse.body[0].id;COMMENT
LOW…ges/server/src/common/repository/CachableRepository.ts1// import hashObject from 'object-hash';COMMENT
LOW…ges/server/src/common/repository/CachableRepository.ts21COMMENT
LOW…ges/server/src/common/repository/CachableRepository.ts41// * @param withRelationsCOMMENT
LOW…ges/server/src/common/repository/CachableRepository.ts61// return super.find(attributeValues, withRelations);COMMENT
LOW…ges/server/src/common/repository/CachableRepository.ts81// }COMMENT
LOW…ges/server/src/common/repository/CachableRepository.ts101// });COMMENT
LOW…ges/server/src/common/repository/CachableRepository.ts121COMMENT
LOW…ges/server/src/common/repository/CachableRepository.ts141// * @param {Object} entity - model instance or parameters for a new entityCOMMENT
LOW…ges/server/src/common/repository/CachableRepository.ts161// const result = await super.update(entity, whereAttributes, trx);COMMENT
LOW…ges/server/src/common/repository/CachableRepository.ts181// /**COMMENT
LOW…ges/server/src/common/repository/CachableRepository.ts201// // Flushes the repository cache after delete operation.COMMENT
LOW…ges/server/src/common/repository/CachableRepository.ts221// *COMMENT
LOW…ges/server/src/common/repository/CachableRepository.ts241// const result = await super.changeNumber(COMMENT
LOW…ckages/server/src/modules/Customers/models/Customer.ts181 };COMMENT
LOW…ckages/server/src/modules/Customers/models/Customer.ts201 // relation: Model.HasManyRelation,COMMENT
LOWpackages/server/src/modules/Settings/models/Setting.ts21 // static extraMetadataQuery(query) {COMMENT
LOWpackages/server/src/modules/Warehouses/CRUDWarehouse.ts1// import { Inject, Service } from 'typedi';COMMENT
LOWpackages/server/src/modules/Warehouses/CRUDWarehouse.ts21// throwIfWarehouseNotFound = (warehouse) => {COMMENT
LOW…cribers/FinancialsTransactionLockingGuardSubscriber.ts221 // tenantId,COMMENT
LOW…cribers/FinancialsTransactionLockingGuardSubscriber.ts241 // // Can't locking if the adjustment is published yet.COMMENT
LOW…src/modules/PdfTemplate/GetPdfTemplateBrandingState.ts1// import { Inject, Service } from 'typedi';COMMENT
LOW…eceived/commands/PaymentReceivedMailNotificationJob.ts1// import Container, { Service } from 'typedi';COMMENT
LOW…eceived/commands/PaymentReceivedMailNotificationJob.ts21// const { tenantId, paymentReceiveId, messageDTO } = job.attrs.data;COMMENT
LOW…s/PaymentReceived/commands/PaymentReceivedSmsNotify.ts1// import { Service, Inject } from 'typedi';COMMENT
LOW…s/PaymentReceived/commands/PaymentReceivedSmsNotify.ts21COMMENT
LOW…s/PaymentReceived/commands/PaymentReceivedSmsNotify.ts41COMMENT
LOW…s/PaymentReceived/commands/PaymentReceivedSmsNotify.ts61// await this.sendSmsNotification(tenantId, paymentReceive);COMMENT
LOW…s/PaymentReceived/commands/PaymentReceivedSmsNotify.ts81// const smsClient = this.tenancy.smsClient(tenantId);COMMENT
LOW…s/PaymentReceived/commands/PaymentReceivedSmsNotify.ts101// */COMMENT
LOW…s/PaymentReceived/commands/PaymentReceivedSmsNotify.ts121// */COMMENT
LOW…s/PaymentReceived/commands/PaymentReceivedSmsNotify.ts141// * @param {IPaymentReceived} paymentCOMMENT
LOW…s/PaymentReceived/commands/PaymentReceivedSmsNotify.ts161// CustomerName: payment.customer.displayName,COMMENT
LOW…s/PaymentReceived/commands/PaymentReceivedSmsNotify.ts181// * Retrieve the SMS details of the given invoice.COMMENT
LOW…s/PaymentReceived/commands/PaymentReceivedSmsNotify.ts201// const smsMessage = this.formattedPaymentDetailsMessage(COMMENT
LOW…ubscribers/PaymentReceivedSmsNotificationSubscriber.ts1// import { Service, Inject } from 'typedi';COMMENT
LOW…ubscribers/PaymentReceivedSmsNotificationSubscriber.ts21COMMENT
LOW…ntReceived/subscribers/PaymentReceivedSmsSubscriber.ts1// import { Container } from 'typedi';COMMENT
LOW…ntReceived/subscribers/PaymentReceivedSmsSubscriber.ts21// }) {COMMENT
LOW…odules/SaleEstimates/commands/SaleEstimateSmsNotify.ts1// import { Service, Inject } from 'typedi';COMMENT
LOW…odules/SaleEstimates/commands/SaleEstimateSmsNotify.ts21COMMENT
LOW…odules/SaleEstimates/commands/SaleEstimateSmsNotify.ts41// */COMMENT
LOW…odules/SaleEstimates/commands/SaleEstimateSmsNotify.ts61// await this.eventPublisher.emitAsync(events.saleEstimate.onNotifySms, {COMMENT
LOW…odules/SaleEstimates/commands/SaleEstimateSmsNotify.ts81// private sendSmsNotification = async (COMMENT
LOW…odules/SaleEstimates/commands/SaleEstimateSmsNotify.ts101// * Notify via SMS message after estimate creation.COMMENT
LOW…odules/SaleEstimates/commands/SaleEstimateSmsNotify.ts121// *COMMENT
101 more matches not shown…
Decorative Section Separators23 hits · 75 pts
SeverityFileLineSnippetContext
MEDIUM…kages/webapp/scripts/codemod-update-default-imports.js36// ─── Helpers ────────────────────────────────────────────────────────────────COMMENT
MEDIUM…kages/webapp/scripts/codemod-update-default-imports.js92// ─── Main ────────────────────────────────────────────────────────────────────COMMENT
MEDIUMpackages/webapp/scripts/codemod-containers-exports.js24// ─── Helpers ────────────────────────────────────────────────────────────────COMMENT
MEDIUMpackages/webapp/scripts/codemod-containers-exports.js58// ─── Main ────────────────────────────────────────────────────────────────────COMMENT
MEDIUMpackages/webapp/scripts/codemod-containers-exports.js74 // ── Rule 1: export default function X ──────────────────────────────────────COMMENT
MEDIUMpackages/webapp/scripts/codemod-containers-exports.js84 // ── Rule 2 / 3: export default <expression> ─────────────────────────────────COMMENT
MEDIUMpackages/webapp/scripts/codemod-containers-exports.js136// ─── Run ─────────────────────────────────────────────────────────────────────COMMENT
MEDIUM.specify/scripts/bash/update-agent-context.sh115#==============================================================================COMMENT
MEDIUM.specify/scripts/bash/update-agent-context.sh117#==============================================================================COMMENT
MEDIUM.specify/scripts/bash/update-agent-context.sh148#==============================================================================COMMENT
MEDIUM.specify/scripts/bash/update-agent-context.sh150#==============================================================================COMMENT
MEDIUM.specify/scripts/bash/update-agent-context.sh47#==============================================================================COMMENT
MEDIUM.specify/scripts/bash/update-agent-context.sh49#==============================================================================COMMENT
MEDIUM.specify/scripts/bash/update-agent-context.sh84#==============================================================================COMMENT
MEDIUM.specify/scripts/bash/update-agent-context.sh86#==============================================================================COMMENT
MEDIUM.specify/scripts/bash/update-agent-context.sh228#==============================================================================COMMENT
MEDIUM.specify/scripts/bash/update-agent-context.sh230#==============================================================================COMMENT
MEDIUM.specify/scripts/bash/update-agent-context.sh470#==============================================================================COMMENT
MEDIUM.specify/scripts/bash/update-agent-context.sh472#==============================================================================COMMENT
MEDIUM.specify/scripts/bash/update-agent-context.sh544#==============================================================================COMMENT
MEDIUM.specify/scripts/bash/update-agent-context.sh546#==============================================================================COMMENT
MEDIUM.specify/scripts/bash/update-agent-context.sh690#==============================================================================COMMENT
MEDIUM.specify/scripts/bash/update-agent-context.sh692#==============================================================================COMMENT
Fake / Example Data23 hits · 23 pts
SeverityFileLineSnippetContext
LOWpackages/webapp/src/components/Items/ItemsSelect.tsx23 | 'placeholder';CODE
LOW…bapp/src/containers/TransactionsLocking/components.tsx99 Lorem ipsum dolor sit amet, consectetur adipisicing elit.CODE
LOW…bapp/src/containers/TransactionsLocking/components.tsx99 Lorem ipsum dolor sit amet, consectetur adipisicing elit.CODE
LOW…rc/containers/CashFlow/CashFlowAccounts/components.tsx26 <span className="placeholder">—</span>CODE
LOWpackages/webapp/src/containers/Accounts/components.tsx141 <span class="placeholder">—</span>CODE
LOWpackages/webapp/src/containers/Accounts/components.tsx156 <span class="placeholder">—</span>CODE
LOW…rver/src/modules/Organization/dtos/Organization.dto.ts19 @ApiPropertyOptional({ example: '123 Main St' })CODE
LOW…les/PaymentReceived/dtos/PaymentReceiveMailOpts.dto.ts13 example: 'John Doe',CODE
LOW…ntReceived/dtos/PaymentReceiveMailStateResponse.dto.ts41 example: 'John Doe',CODE
LOW…s/server/src/modules/Auth/dtos/AuthSignupVerify.dto.ts6 example: 'user@example.com',CODE
LOWpackages/server/src/modules/Auth/dtos/AuthSignin.dto.ts11 example: 'user@example.com',CODE
LOW…ver/src/modules/Auth/dtos/AuthSendResetPassword.dto.ts6 example: 'user@example.com',CODE
LOW…ver/src/modules/SaleEstimates/dtos/SaleEstimate.dto.ts127 example: 'test@test.com',CODE
LOW…/modules/EE/AuditLogs/dtos/GetAuditLogsResponse.dto.ts21 @ApiProperty({ example: 'John Doe', required: false, nullable: true })CODE
LOW…sRegonize/dtos/GetRecognizedTransactionResponse.dto.ts24 example: 'John Doe',CODE
LOW…server/src/modules/Branches/dtos/BranchResponse.dto.ts24 example: '123 Main Street',CODE
LOWpackages/server/src/modules/Branches/dtos/Branch.dto.ts39 example: '123 Main Street',CODE
LOW…ver/src/modules/Items/dtos/ItemReceiptsResponse.dto.ts66 example: 'John Doe',CODE
LOW…er/src/modules/Items/dtos/ItemEstimatesResponse.dto.ts61 example: 'Acme Corp',CODE
LOW…rver/src/modules/Items/dtos/ItemInvoiceResponse.dto.ts68 example: 'Acme Corp',CODE
LOW…r/src/modules/SaleReceipts/dtos/SaleReceiptMail.dto.ts4 @ApiProperty({ description: 'The email label', example: 'John Doe' })CODE
LOW…r/src/modules/SaleReceipts/dtos/SaleReceiptMail.dto.ts63 @ApiProperty({ description: 'The company name', example: 'Acme Corp' })CODE
LOW…r/src/modules/SaleReceipts/dtos/SaleReceiptMail.dto.ts66 @ApiProperty({ description: 'The customer name', example: 'John Doe' })CODE
Redundant / Tautological Comments7 hits · 13 pts
SeverityFileLineSnippetContext
LOW.specify/scripts/bash/common.sh60# Check if we have git availableCOMMENT
LOW.specify/scripts/bash/setup-plan.sh33# Check if we're on a proper feature branch (only for git repos)COMMENT
LOW.specify/scripts/bash/setup-plan.sh50# Output resultsCOMMENT
LOW.specify/scripts/bash/check-prerequisites.sh141# Output resultsCOMMENT
LOW.specify/scripts/bash/update-agent-context.sh120 # Check if we have a current branch/feature (git or non-git)COMMENT
LOW.specify/scripts/bash/update-agent-context.sh131 # Check if plan.md existsCOMMENT
LOW.specify/scripts/bash/update-agent-context.sh141 # Check if template exists (needed for new files)COMMENT
Hallucination Indicators1 hit · 10 pts
SeverityFileLineSnippetContext
CRITICAL…c/modules/PaymentLinks/CreateInvoiceCheckoutSession.ts77 return this.stripePaymentService.stripe.checkout.sessions.create(CODE
Self-Referential Comments3 hits · 9 pts
SeverityFileLineSnippetContext
MEDIUMsetup.sh2# Initialize the essential variables.COMMENT
MEDIUMsetup.sh42 # Create a temporary directory to clone intoCOMMENT
MEDIUM.specify/scripts/bash/setup-plan.sh46 # Create a basic plan file if template doesn't existCOMMENT