Repository Analysis

aureuserp/aureuserp

Free and Open Source ERP platform

3.2 Likely human-written View on GitHub

Analysis Overview

This report presents the forensic synthetic code analysis of aureuserp/aureuserp, a PHP project with 11,463 GitHub stars. SynthScan v2.0 examined 552,333 lines of code across 6273 source files, recording 1023 pattern matches distributed across 8 syntactic categories. The overall adjusted score of 3.2 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).

3.2
Adjusted Score
3.2
Raw Score
100%
Time Factor
2026-07-14
Last Push
11.5K
Stars
PHP
Language
552.3K
Lines of Code
6.3K
Files
1.0K
Pattern Hits
2026-07-14
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

This chart maps the temporal evolution of the adjusted synthetic code score across successive scan runs. An upward trajectory indicates ongoing incorporation of AI-generated code or expanding LLM-assisted scaffolding; a stable or declining trajectory may reflect active human refactoring, code removal, or the adoption of stricter authorship policies. The dashed secondary line (right axis) independently tracks total raw pattern hit count, which can diverge from the normalised score when codebase size changes significantly between scans.

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 2HIGH 0MEDIUM 341LOW 680

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 1023 distinct pattern matches across 8 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.

Decorative Section Separators340 hits · 1022 pts
SeverityFileLineSnippetContext
MEDIUM…l/purchases/tests/Feature/API/V1/PurchaseOrderTest.php89// ── Authentication ─────────────────────────────────────────────────────────────COMMENT
MEDIUM…l/purchases/tests/Feature/API/V1/PurchaseOrderTest.php101// ── Authorization ──────────────────────────────────────────────────────────────COMMENT
MEDIUM…l/purchases/tests/Feature/API/V1/PurchaseOrderTest.php135// ── Index ──────────────────────────────────────────────────────────────────────COMMENT
MEDIUM…l/purchases/tests/Feature/API/V1/PurchaseOrderTest.php147// ── Store ──────────────────────────────────────────────────────────────────────COMMENT
MEDIUM…l/purchases/tests/Feature/API/V1/PurchaseOrderTest.php184// ── Show ───────────────────────────────────────────────────────────────────────COMMENT
MEDIUM…l/purchases/tests/Feature/API/V1/PurchaseOrderTest.php204// ── Update ─────────────────────────────────────────────────────────────────────COMMENT
MEDIUM…l/purchases/tests/Feature/API/V1/PurchaseOrderTest.php247// ── Destroy ────────────────────────────────────────────────────────────────────COMMENT
MEDIUM…l/purchases/tests/Feature/API/V1/PurchaseOrderTest.php261// ── Confirm ────────────────────────────────────────────────────────────────────COMMENT
MEDIUM…l/purchases/tests/Feature/API/V1/PurchaseOrderTest.php304// ── Cancel ─────────────────────────────────────────────────────────────────────COMMENT
MEDIUM…l/purchases/tests/Feature/API/V1/PurchaseOrderTest.php337// ── Draft ──────────────────────────────────────────────────────────────────────COMMENT
MEDIUM…l/purchases/tests/Feature/API/V1/PurchaseOrderTest.php363// ── Toggle Lock ────────────────────────────────────────────────────────────────COMMENT
MEDIUM…l/purchases/tests/Feature/API/V1/PurchaseOrderTest.php397// ── Confirm Receipt Date ───────────────────────────────────────────────────────COMMENT
MEDIUM…purchases/tests/Feature/API/V1/VendorPriceListTest.php69// ── Authentication ─────────────────────────────────────────────────────────────COMMENT
MEDIUM…purchases/tests/Feature/API/V1/VendorPriceListTest.php81// ── Authorization ──────────────────────────────────────────────────────────────COMMENT
MEDIUM…purchases/tests/Feature/API/V1/VendorPriceListTest.php115// ── Index ──────────────────────────────────────────────────────────────────────COMMENT
MEDIUM…purchases/tests/Feature/API/V1/VendorPriceListTest.php127// ── Store ──────────────────────────────────────────────────────────────────────COMMENT
MEDIUM…purchases/tests/Feature/API/V1/VendorPriceListTest.php160// ── Show ───────────────────────────────────────────────────────────────────────COMMENT
MEDIUM…purchases/tests/Feature/API/V1/VendorPriceListTest.php180// ── Update ─────────────────────────────────────────────────────────────────────COMMENT
MEDIUM…purchases/tests/Feature/API/V1/VendorPriceListTest.php199// ── Destroy ────────────────────────────────────────────────────────────────────COMMENT
MEDIUM…rchases/tests/Feature/API/V1/PurchaseAgreementTest.php90// ── Authentication ─────────────────────────────────────────────────────────────COMMENT
MEDIUM…rchases/tests/Feature/API/V1/PurchaseAgreementTest.php102// ── Authorization ──────────────────────────────────────────────────────────────COMMENT
MEDIUM…rchases/tests/Feature/API/V1/PurchaseAgreementTest.php136// ── Index ──────────────────────────────────────────────────────────────────────COMMENT
MEDIUM…rchases/tests/Feature/API/V1/PurchaseAgreementTest.php148// ── Store ──────────────────────────────────────────────────────────────────────COMMENT
MEDIUM…rchases/tests/Feature/API/V1/PurchaseAgreementTest.php181// ── Show ───────────────────────────────────────────────────────────────────────COMMENT
MEDIUM…rchases/tests/Feature/API/V1/PurchaseAgreementTest.php201// ── Update ─────────────────────────────────────────────────────────────────────COMMENT
MEDIUM…rchases/tests/Feature/API/V1/PurchaseAgreementTest.php238// ── Destroy ────────────────────────────────────────────────────────────────────COMMENT
MEDIUM…rchases/tests/Feature/API/V1/PurchaseAgreementTest.php252// ── Restore ────────────────────────────────────────────────────────────────────COMMENT
MEDIUM…rchases/tests/Feature/API/V1/PurchaseAgreementTest.php267// ── Force Delete ───────────────────────────────────────────────────────────────COMMENT
MEDIUM…rchases/tests/Feature/API/V1/PurchaseAgreementTest.php282// ── Confirm ────────────────────────────────────────────────────────────────────COMMENT
MEDIUM…rchases/tests/Feature/API/V1/PurchaseAgreementTest.php309// ── Close ──────────────────────────────────────────────────────────────────────COMMENT
MEDIUM…rchases/tests/Feature/API/V1/PurchaseAgreementTest.php335// ── Cancel ─────────────────────────────────────────────────────────────────────COMMENT
MEDIUM…l/products/tests/Feature/API/V1/ProductVariantTest.php62// ── Authentication ────────────────────────────────────────────────────────────COMMENT
MEDIUM…l/products/tests/Feature/API/V1/ProductVariantTest.php120// ── Authorization ─────────────────────────────────────────────────────────────COMMENT
MEDIUM…l/products/tests/Feature/API/V1/ProductVariantTest.php192// ── Index ─────────────────────────────────────────────────────────────────────COMMENT
MEDIUM…l/products/tests/Feature/API/V1/ProductVariantTest.php256// ── Store (Sync Variants) ─────────────────────────────────────────────────────COMMENT
MEDIUM…l/products/tests/Feature/API/V1/ProductVariantTest.php275// ── Show ──────────────────────────────────────────────────────────────────────COMMENT
MEDIUM…l/products/tests/Feature/API/V1/ProductVariantTest.php310// ── Update ────────────────────────────────────────────────────────────────────COMMENT
MEDIUM…l/products/tests/Feature/API/V1/ProductVariantTest.php340// ── Destroy (Soft Delete) ─────────────────────────────────────────────────────COMMENT
MEDIUM…l/products/tests/Feature/API/V1/ProductVariantTest.php366// ── Restore ───────────────────────────────────────────────────────────────────COMMENT
MEDIUM…l/products/tests/Feature/API/V1/ProductVariantTest.php397// ── Force Delete ──────────────────────────────────────────────────────────────COMMENT
MEDIUM…/products/tests/Feature/API/V1/AttributeOptionTest.php57// ── Authentication ────────────────────────────────────────────────────────────COMMENT
MEDIUM…/products/tests/Feature/API/V1/AttributeOptionTest.php94// ── Authorization ─────────────────────────────────────────────────────────────COMMENT
MEDIUM…/products/tests/Feature/API/V1/AttributeOptionTest.php150// ── Index ─────────────────────────────────────────────────────────────────────COMMENT
MEDIUM…/products/tests/Feature/API/V1/AttributeOptionTest.php206// ── Store ─────────────────────────────────────────────────────────────────────COMMENT
MEDIUM…/products/tests/Feature/API/V1/AttributeOptionTest.php258// ── Show ──────────────────────────────────────────────────────────────────────COMMENT
MEDIUM…/products/tests/Feature/API/V1/AttributeOptionTest.php293// ── Update ────────────────────────────────────────────────────────────────────COMMENT
MEDIUM…/products/tests/Feature/API/V1/AttributeOptionTest.php327// ── Destroy ───────────────────────────────────────────────────────────────────COMMENT
MEDIUM…webkul/products/tests/Feature/API/V1/PackagingTest.php60// ── Authentication ────────────────────────────────────────────────────────────COMMENT
MEDIUM…webkul/products/tests/Feature/API/V1/PackagingTest.php93// ── Authorization ─────────────────────────────────────────────────────────────COMMENT
MEDIUM…webkul/products/tests/Feature/API/V1/PackagingTest.php136// ── Index ─────────────────────────────────────────────────────────────────────COMMENT
MEDIUM…webkul/products/tests/Feature/API/V1/PackagingTest.php177// ── Store ─────────────────────────────────────────────────────────────────────COMMENT
MEDIUM…webkul/products/tests/Feature/API/V1/PackagingTest.php236// ── Show ──────────────────────────────────────────────────────────────────────COMMENT
MEDIUM…webkul/products/tests/Feature/API/V1/PackagingTest.php258// ── Update ────────────────────────────────────────────────────────────────────COMMENT
MEDIUM…webkul/products/tests/Feature/API/V1/PackagingTest.php287// ── Destroy ───────────────────────────────────────────────────────────────────COMMENT
MEDIUM…webkul/products/tests/Feature/API/V1/AttributeTest.php55// ── Authentication ────────────────────────────────────────────────────────────COMMENT
MEDIUM…webkul/products/tests/Feature/API/V1/AttributeTest.php104// ── Authorization ─────────────────────────────────────────────────────────────COMMENT
MEDIUM…webkul/products/tests/Feature/API/V1/AttributeTest.php167// ── Index ─────────────────────────────────────────────────────────────────────COMMENT
MEDIUM…webkul/products/tests/Feature/API/V1/AttributeTest.php238// ── Store ─────────────────────────────────────────────────────────────────────COMMENT
MEDIUM…webkul/products/tests/Feature/API/V1/AttributeTest.php277// ── Show ──────────────────────────────────────────────────────────────────────COMMENT
MEDIUM…webkul/products/tests/Feature/API/V1/AttributeTest.php298// ── Update ────────────────────────────────────────────────────────────────────COMMENT
280 more matches not shown…
Hyper-Verbose Identifiers524 hits · 548 pts
SeverityFileLineSnippetContext
LOW…imesheets/src/Filament/Resources/TimesheetResource.php46 public static function getGlobalSearchResultTitle(Model $record): string|HtmlableCODE
LOW…imesheets/src/Filament/Resources/TimesheetResource.php51 public static function getGloballySearchableAttributes(): arrayCODE
LOW…imesheets/src/Filament/Resources/TimesheetResource.php56 public static function getGlobalSearchResultDetails(Model $record): arrayCODE
LOW…ns/webkul/accounting/src/AccountingServiceProvider.php51 public function registerLivewireComponents()CODE
LOW…Clusters/Accounting/Resources/JournalEntryResource.php110 public static function getGlobalSearchResultDetails(Model $record): arrayCODE
LOW…Clusters/Accounting/Resources/JournalEntryResource.php784 private static function discountAmountCurrencyUpdated(Set $set, Get $get): void {}CODE
LOW…Clusters/Accounting/Resources/JournalEntryResource.php786 private static function recalculateJournalTaxLines(Get $get, Set $set): voidCODE
LOW…Clusters/Accounting/Resources/JournalEntryResource.php962 private static function recalculateBalancingLineOnly(Get $get, Set $set): voidCODE
LOW…rces/JournalEntryResource/Pages/CreateJournalEntry.php58 protected function mutateFormDataBeforeCreate(array $data): arrayCODE
LOW…counting/src/Filament/Exports/JournalEntryExporter.php44 public static function getCompletedNotificationBody(Export $export): stringCODE
LOW…ccounting/src/Filament/Exports/JournalItemExporter.php62 public static function getCompletedNotificationBody(Export $export): stringCODE
LOWplugins/webkul/blogs/src/Models/Post.php55 public function getImageThumbUrlAttribute(): ?stringCODE
LOWplugins/webkul/blogs/src/Models/Post.php64 public function getImageBannerUrlAttribute(): ?stringCODE
LOW…ul/blogs/src/Filament/Admin/Resources/PostResource.php69 public static function getGloballySearchableAttributes(): arrayCODE
LOW…ul/blogs/src/Filament/Admin/Resources/PostResource.php74 public static function getGlobalSearchResultDetails(Model $record): arrayCODE
LOW…blogs/src/Filament/Customer/Resources/PostResource.php25 public static function getGloballySearchableAttributes(): arrayCODE
LOW…blogs/src/Filament/Customer/Resources/PostResource.php30 public static function getGlobalSearchResultDetails(Model $record): arrayCODE
LOW…blogs/src/Filament/Customer/Resources/PostResource.php42 public static function getGlobalSearchEloquentQuery(): BuilderCODE
LOW…ases/tests/Feature/API/V1/PurchaseOrderReceiptTest.php19function actingAsPurchaseOrderReceiptApiUser(array $permissions = []): UserCODE
LOW…ases/tests/Feature/API/V1/PurchaseOrderReceiptTest.php30function purchaseOrderReceiptRoute(mixed $order): stringCODE
LOW…ses/tests/Feature/API/V1/PurchaseAgreementLineTest.php26function actingAsPurchaseAgreementLineApiUser(array $permissions = []): UserCODE
LOW…ses/tests/Feature/API/V1/PurchaseAgreementLineTest.php37function purchaseAgreementLineRoute(string $action, mixed $agreement, mixed $line = null): stringCODE
LOW…l/purchases/tests/Feature/API/V1/PurchaseOrderTest.php40function actingAsPurchaseOrderApiUser(array $permissions = []): UserCODE
LOW…purchases/tests/Feature/API/V1/VendorPriceListTest.php35function actingAsVendorPriceListApiUser(array $permissions = []): UserCODE
LOW…rchases/tests/Feature/API/V1/PurchaseAgreementTest.php41function actingAsPurchaseAgreementApiUser(array $permissions = []): UserCODE
LOW…rchases/tests/Feature/API/V1/PurchaseOrderLineTest.php26function actingAsPurchaseOrderLineApiUser(array $permissions = []): UserCODE
LOW…rchases/tests/Feature/API/V1/PurchaseOrderLineTest.php50function createPurchaseOrderWithLines(int $lineCount = 2): OrderCODE
LOW…rchases/tests/Feature/API/V1/PurchaseOrderBillTest.php19function actingAsPurchaseOrderBillApiUser(array $permissions = []): UserCODE
LOWplugins/webkul/purchases/src/PurchaseOrder.php463 public function createOrUpdateInventoryOperation($lines): voidCODE
LOWplugins/webkul/purchases/src/PurchaseOrder.php619 public function prepareInventoryOperation(Order $order): arrayCODE
LOWplugins/webkul/purchases/src/PurchaseOrder.php703 public function prepareInventoryMoveValues(OrderLine $line, $operation, $priceUnit, $productUomQty, $productUom): arCODE
LOWplugins/webkul/purchases/src/PurchaseOrder.php745 public function checkOrderPointOperationType(OrderLine $line): voidCODE
LOWplugins/webkul/purchases/src/PurchaseOrder.php830 public function getMoveDestinationsInitialDemand(OrderLine $line, $moveDestinations): floatCODE
LOWplugins/webkul/purchases/src/PurchaseOrder.php841 protected function cancelInventoryOperations(Order $record): voidCODE
LOWplugins/webkul/purchases/src/PurchaseOrder.php854 protected function getFinalWarehouseLocation(Order $record): ?LocationCODE
LOWplugins/webkul/purchases/src/Models/OrderLine.php214 public function getInventoryMovePriceUnit(): floatCODE
LOW…lusters/Orders/Resources/PurchaseAgreementResource.php89 public static function getGloballySearchableAttributes(): arrayCODE
LOW…lusters/Orders/Resources/PurchaseAgreementResource.php94 public static function getGlobalSearchResultDetails(Model $record): arrayCODE
LOW…lusters/Orders/Resources/PurchaseOrderBillResource.php17 public static function getParentResourceRegistration(): ?ParentResourceRegistrationCODE
LOW…Clusters/Orders/Resources/QuotationReceiptResource.php40 public static function getParentResourceRegistration(): ?ParentResourceRegistrationCODE
LOW…in/Clusters/Orders/Resources/QuotationBillResource.php35 public static function getParentResourceRegistration(): ?ParentResourceRegistrationCODE
LOW…ters/Orders/Resources/PurchaseOrderReceiptResource.php17 public static function getParentResourceRegistration(): ?ParentResourceRegistrationCODE
LOW…ment/Admin/Clusters/Orders/Resources/OrderResource.php92 public static function getGloballySearchableAttributes(): arrayCODE
LOW…ment/Admin/Clusters/Orders/Resources/OrderResource.php97 public static function getGlobalSearchResultDetails(Model $record): arrayCODE
LOW…ment/Admin/Clusters/Orders/Resources/OrderResource.php1305 private static function afterProductPackagingQtyUpdated(Set $set, Get $get): voidCODE
LOW…ment/Admin/Clusters/Orders/Resources/OrderResource.php1330 private static function afterProductPackagingUpdated(Set $set, Get $get): voidCODE
LOW…ment/Admin/Clusters/Orders/Resources/OrderResource.php1567 private static function getActiveAgreementForVendor(int $partnerId): ?RequisitionCODE
LOW…ment/Admin/Clusters/Orders/Resources/OrderResource.php1583 private static function mapRequisitionLinesToProducts(Requisition $requisition): arrayCODE
LOW…ment/Admin/Clusters/Orders/Resources/OrderResource.php1606 private static function updateProductPricesForVendor($partnerId, Set $set, Get $get): voidCODE
LOW…ment/Admin/Clusters/Orders/Resources/OrderResource.php1643 private static function checkBlanketOrderQtyLimit(Get $get, ?string $prefix = ''): voidCODE
LOW…ment/Admin/Clusters/Orders/Resources/OrderResource.php1692 private static function getInventoryOperationTypeId(?int $companyId): ?intCODE
LOW…ment/Admin/Clusters/Orders/Resources/OrderResource.php1713 private static function canUseInventoryWarehouses(): boolCODE
LOW…/Admin/Clusters/Orders/Resources/QuotationResource.php67 protected static function getAgreementDefaultQuantity(RequisitionLine $line): float|intCODE
LOW…aseAgreementResource/Pages/CreatePurchaseAgreement.php64 protected function hasAnotherConfirmedAgreementForSelectedVendor(): boolCODE
LOWplugins/webkul/plugin-manager/src/Package.php213 protected static function rebuildCachesInBackground(): voidCODE
LOWplugins/webkul/plugin-manager/src/Models/Plugin.php106 public function getDependenciesFromConfig(): arrayCODE
LOW…plugin-manager/src/Console/Commands/InstallCommand.php350 public function copyAndRegisterServiceProviderInApp(): selfCODE
LOW…plugin-manager/src/Console/Commands/InstallCommand.php432 protected function regenerateAdminPanelPermissions(): voidCODE
LOW…kul/plugin-manager/src/Console/Commands/InstallERP.php202 protected function generateRolesAndPermissions(): voidCODE
LOW…kul/plugin-manager/src/Console/Commands/InstallERP.php353 protected function askToStarGithubRepository(): voidCODE
464 more matches not shown…
Fake / Example Data101 hits · 104 pts
SeverityFileLineSnippetContext
LOWconfig/scribe.php127 'placeholder' => 'Bearer {YOUR_AUTH_TOKEN}',CODE
LOW…anager/resources/lang/ar/filament/resources/plugin.php78 'placeholder' => 'لا توجد تبعيات مطلوبة',CODE
LOW…anager/resources/lang/ar/filament/resources/plugin.php85 'placeholder' => 'لا توجد إضافات تابعة',CODE
LOW…anager/resources/lang/es/filament/resources/plugin.php78 'placeholder' => 'No se requieren dependencias',CODE
LOW…anager/resources/lang/es/filament/resources/plugin.php85 'placeholder' => 'Sin dependientes',CODE
LOW…anager/resources/lang/en/filament/resources/plugin.php78 'placeholder' => 'No dependencies required',CODE
LOW…anager/resources/lang/en/filament/resources/plugin.php85 'placeholder' => 'No dependents',CODE
LOW…kul/plugin-manager/src/Console/Commands/InstallERP.php279 default: 'admin@example.com',CODE
LOW…ecurity/src/Http/Controllers/API/V1/AuthController.php23 #[BodyParam('email', 'string', 'User email address', required: true, example: 'admin@example.com')]COMMENT
LOW…ecurity/src/Http/Controllers/API/V1/AuthController.php25 #[Response(status: 200, description: 'Login successful', content: '{"message": "Login successful", "token": "1|abcd1COMMENT
LOW…ort/tests/Feature/Locale/ProfileLanguageUpdateTest.php73 'name' => 'Jane Doe',CODE
LOW…ort/tests/Feature/Locale/ProfileLanguageUpdateTest.php80 'name' => 'Jane Doe',CODE
LOW…ort/tests/Feature/Locale/ProfileLanguageUpdateTest.php88 expect($fresh->name)->toBe('Jane Doe')CODE
LOW…s/webkul/support/tests/Helpers/TestBootstrapHelper.php118 '--admin-email' => 'admin@example.com',CODE
LOW…ugins/webkul/support/src/Http/Requests/BankRequest.php68 'example' => '123 Main St',CODE
LOW…ment/Resources/PartnerResource/Schemas/PartnerForm.php65 ->placeholder(fn (Get $get): string => $get('account_type') === AccountType::INDIVIDCODE
LOW…s/webkul/partners/src/Http/Requests/AddressRequest.php77 'example' => '123 Main Street',CODE
LOW…s/webkul/partners/src/Http/Requests/PartnerRequest.php117 'example' => '123 Main Street',CODE
LOW…/fields/resources/lang/ar/filament/resources/field.php199 'placeholder' => 'نص توضيحي',CODE
LOW…/fields/resources/lang/ar/filament/resources/field.php221 'placeholder' => 'نص توضيحي',CODE
LOW…/fields/resources/lang/ar/filament/resources/field.php327 'placeholder' => 'نص توضيحي',CODE
LOW…/fields/resources/lang/ar/filament/resources/field.php339 'placeholder' => 'نص توضيحي',CODE
LOW…/fields/resources/lang/ar/filament/resources/field.php471 'placeholder' => 'نص توضيحي',CODE
LOW…/fields/resources/lang/ar/filament/resources/field.php567 'placeholder' => 'نص توضيحي',CODE
LOW…/fields/resources/lang/es/filament/resources/field.php199 'placeholder' => 'Marcador de posición',CODE
LOW…/fields/resources/lang/es/filament/resources/field.php221 'placeholder' => 'Marcador de posición',CODE
LOW…/fields/resources/lang/es/filament/resources/field.php327 'placeholder' => 'Marcador de posición',CODE
LOW…/fields/resources/lang/es/filament/resources/field.php339 'placeholder' => 'Marcador de posición',CODE
LOW…/fields/resources/lang/es/filament/resources/field.php471 'placeholder' => 'Marcador de posición',CODE
LOW…/fields/resources/lang/es/filament/resources/field.php567 'placeholder' => 'Marcador de posición',CODE
LOW…/fields/resources/lang/en/filament/resources/field.php199 'placeholder' => 'Placeholder',CODE
LOW…/fields/resources/lang/en/filament/resources/field.php221 'placeholder' => 'Placeholder',CODE
LOW…/fields/resources/lang/en/filament/resources/field.php327 'placeholder' => 'Placeholder',CODE
LOW…/fields/resources/lang/en/filament/resources/field.php339 'placeholder' => 'Placeholder',CODE
LOW…/fields/resources/lang/en/filament/resources/field.php471 'placeholder' => 'Placeholder',CODE
LOW…/fields/resources/lang/en/filament/resources/field.php567 'placeholder' => 'Placeholder',CODE
LOW…webkul/fields/src/Filament/Resources/FieldResource.php419 'placeholder',CODE
LOW…webkul/fields/src/Filament/Resources/FieldResource.php641 'placeholder' => __('fields::filament/resources/field.form.sections.form-settings.settings.text.placCODE
LOW…webkul/fields/src/Filament/Resources/FieldResource.php663 'placeholder' => __('fields::filament/resources/field.form.sections.form-settings.settings.textarea.placCODE
LOW…webkul/fields/src/Filament/Resources/FieldResource.php769 'placeholder' => __('fields::filament/resources/field.form.sections.form-settings.settings.editor.placehCODE
LOW…webkul/fields/src/Filament/Resources/FieldResource.php781 'placeholder' => __('fields::filament/resources/field.form.sections.form-settings.settings.markdown.placCODE
LOW…webkul/fields/src/Filament/Resources/FieldResource.php864 'placeholder',CODE
LOW…webkul/fields/src/Filament/Resources/FieldResource.php997 'placeholder' => __('fields::filament/resources/field.form.sections.table-settings.settings.common.CODE
LOW…webkul/fields/src/Filament/Resources/FieldResource.php1051 'placeholder',CODE
LOW…webkul/fields/src/Filament/Resources/FieldResource.php1167 'placeholder' => __('fields::filament/resources/field.form.sections.infolist-settings.settings.commoCODE
LOW…ent/Clusters/Configurations/Resources/RuleResource.php162 TextEntry::make('placeholder')CODE
LOWplugins/webkul/barcode/resources/lang/ar/app.php34 'placeholder' => 'امسح أو أدخل باركود العملية...',CODE
LOWplugins/webkul/barcode/resources/lang/es/app.php34 'placeholder' => 'Escanee o introduzca el código de barras de la operación...',CODE
LOWplugins/webkul/barcode/resources/lang/en/app.php34 'placeholder' => 'Scan or enter operation barcode...',CODE
LOW…s/webkul/employees/database/seeders/EmployeeSeeder.php34 'name' => 'John Doe',CODE
LOWtests/e2e-pw/utils/admin.ts6 email: "admin@example.com",CODE
LOWpublic/js/filament/forms/components/markdown-editor.js26`+N+re+G,V&&b(S,C)}}S.replaceSelections(h)};function b(S,s){var h=s.line,g=0,C=0,k=p.exec(S.getLine(h)),c=k[1];do{g+=1;vCODE
LOWpublic/js/filament/forms/components/markdown-editor.js51Maximum file size is #image_max_size#.`,importError:"Something went wrong when uploading the image #image_name#."};Te.prCODE
LOWpublic/js/filament/forms/components/rich-editor.js102`)}function $l(t,e,n={}){let{state:r}=e,{doc:o,tr:i}=r,s=t;o.descendants((l,a)=>{let c=i.mapping.map(a),d=i.mapping.map(CODE
LOWpublic/js/filament/forms/components/rich-editor.js146`}),u}var hk=fk,pk=$.create({name:"table",addOptions(){return{HTMLAttributes:{},resizable:!1,renderWrapper:!1,handleWidtCODE
LOWpublic/js/filament/forms/components/code-editor.js12`:i=="r"?"\r":i=="t"?" ":"\\")}eq(e){return this.search==e.search&&this.replace==e.replace&&this.caseSensitive==e.caseSeCODE
LOW…aterangepicker-filter/components/dateRangeComponent.js1var yn=Object.create;var Wi=Object.defineProperty;var Mn=Object.getOwnPropertyDescriptor;var kn=Object.getOwnPropertyNamCODE
LOW.github/workflows/playwright_tests.yml137 --admin-email="admin@example.com" \CODE
LOW.github/workflows/pest_tests.yml65 --admin-email="admin@example.com" \CODE
LOW.scribe/endpoints/00.yaml9789 example: '123 Main Street'CODE
41 more matches not shown…
Over-Commented Block50 hits · 50 pts
SeverityFileLineSnippetContext
LOWconfig/scribe.php201 // so make sure it points to an accessible URL or path. Set to false to not use a logo.COMMENT
LOW…rc/Filament/Clusters/Settings/Pages/ManageProducts.php61 ->label(__('inventories::filament/clusters/settings/pages/manage-products.form.enable-uom'))COMMENT
LOW…ttp/Controllers/API/V1/PurchaseAgreementController.php41 ];COMMENT
LOW…c/Http/Controllers/API/V1/ProductVariantController.php21#[Group('Product API Management')]COMMENT
LOW…ts/src/Http/Controllers/API/V1/AttributeController.php21#[Group('Product API Management')]COMMENT
LOW…/Http/Controllers/API/V1/AttributeOptionController.php21#[Group('Product API Management')]COMMENT
LOW…ucts/src/Http/Controllers/API/V1/ProductController.php21#[Group('Product API Management')]COMMENT
LOW…products/src/Http/Controllers/API/V1/TagController.php21#[Subgroup('Tags', 'Manage product tags')]COMMENT
LOW…cts/src/Http/Controllers/API/V1/CategoryController.php21#[Subgroup('Categories', 'Manage product categories')]COMMENT
LOW…Http/Controllers/API/V1/ProductAttributeController.php21COMMENT
LOW…ts/src/Http/Controllers/API/V1/PackagingController.php21#[Subgroup('Packaging', 'Manage product packaging')]COMMENT
LOW…/src/Http/Controllers/API/V1/PaymentTermController.php21#[Subgroup('Payment Terms', 'Manage payment terms')]COMMENT
LOW…ounts/src/Http/Controllers/API/V1/VendorController.php21#[Subgroup('Vendors', 'Manage vendors/suppliers with accounting properties')]COMMENT
LOW…c/Http/Controllers/API/V1/ProductVariantController.php21#[Group('Account API Management')]COMMENT
LOW…c/Http/Controllers/API/V1/FiscalPositionController.php21#[Group('Account API Management')]COMMENT
LOW…unts/src/Http/Controllers/API/V1/AccountController.php21#[Group('Account API Management')]COMMENT
LOW…src/Http/Controllers/API/V1/CashRoundingController.php21COMMENT
LOW…unts/src/Http/Controllers/API/V1/JournalController.php21COMMENT
LOW…c/Http/Controllers/API/V1/PaymentDueTermController.php21use Webkul\Account\Models\PaymentTerm;COMMENT
LOW…accounts/src/Http/Controllers/API/V1/TaxController.php21use Webkul\Account\Enums\TypeTaxUse;COMMENT
LOW…unts/src/Http/Controllers/API/V1/ProductController.php21#[Group('Account API Management')]COMMENT
LOW…nts/src/Http/Controllers/API/V1/TaxGroupController.php21#[Subgroup('Tax Groups', 'Manage tax groups')]COMMENT
LOW…nts/src/Http/Controllers/API/V1/CustomerController.php21#[Subgroup('Customers', 'Manage customers with accounting properties')]COMMENT
LOW…nts/src/Http/Controllers/API/V1/IncotermController.php21#[Subgroup('Incoterms', 'Manage international commercial terms')]COMMENT
LOW…nts/src/Http/Controllers/API/V1/CategoryController.php21#[Subgroup('Product Categories', 'Manage product categories with accounting properties')]COMMENT
LOW…support/src/Http/Controllers/API/V1/BankController.php21#[Subgroup('Banks', 'Manage banks')]COMMENT
LOW…ort/src/Http/Controllers/API/V1/CurrencyController.php21#[Subgroup('Currencies', 'Manage currencies')]COMMENT
LOW…upport/src/Http/Controllers/API/V1/StateController.php21#[Subgroup('States', 'Manage states/provinces')]COMMENT
LOW…src/Http/Controllers/API/V1/CurrencyRateController.php21#[Group('Support API Management')]COMMENT
LOW…port/src/Http/Controllers/API/V1/CountryController.php21#[Authenticated]COMMENT
LOW…/support/src/Http/Controllers/API/V1/UOMController.php21#[Group('Support API Management')]COMMENT
LOW…ners/src/Http/Controllers/API/V1/AddressController.php21COMMENT
LOW…/src/Http/Controllers/API/V1/BankAccountController.php21#[Group('Partner API Management')]COMMENT
LOW…partners/src/Http/Controllers/API/V1/TagController.php21#[Subgroup('Tags', 'Manage partner tags')]COMMENT
LOW…ners/src/Http/Controllers/API/V1/PartnerController.php21#[Group('Partner API Management')]COMMENT
LOW…ers/src/Http/Controllers/API/V1/IndustryController.php21#[Subgroup('Industries', 'Manage industries')]COMMENT
LOW…tories/src/Http/Controllers/API/V1/ScrapController.php41 'company',COMMENT
LOW…ntories/src/Http/Controllers/API/V1/MoveController.php41 #[QueryParam('filter[id]', 'string', 'Filter by move line IDs', required: false, example: '1,2')]COMMENT
LOW…ies/src/Http/Controllers/API/V1/DropshipController.php21#[Authenticated]COMMENT
LOW…ries/src/Http/Controllers/API/V1/ReceiptController.php21#[Authenticated]COMMENT
LOW…ries/src/Http/Controllers/API/V1/ProductController.php41COMMENT
LOW…ies/src/Http/Controllers/API/V1/QuantityController.php41 'creator',COMMENT
LOW…/src/Http/Controllers/API/V1/PackageTypeController.php21#[Subgroup('Package Types', 'Manage package type configurations')]COMMENT
LOW…/Http/Controllers/API/V1/StorageCategoryController.php21#[Subgroup('Storage Categories', 'Manage storage category configurations')]COMMENT
LOW…ies/src/Http/Controllers/API/V1/DeliveryController.php21#[Authenticated]COMMENT
LOW…Http/Controllers/API/V1/InternalTransferController.php21#[Authenticated]COMMENT
LOWtests/e2e-pw/tests/03_users/01_users.spec.ts141 // await companyPage.gotoCompaniesPage();COMMENT
LOW.scribe/endpoints/custom.0.yaml1# To include an endpoint that isn't a part of your Laravel app (or belongs to a vendor package),COMMENT
LOW.scribe/endpoints/custom.0.yaml21# name: paramCOMMENT
LOW.scribe/endpoints/custom.0.yaml41# type: 'string[]'COMMENT
Hallucination Indicators2 hits · 20 pts
SeverityFileLineSnippetContext
CRITICALpublic/js/filament/forms/components/markdown-editor.js19`);var ee=R(ze(i));F(B),setTimeout(function(){r.display.lineSpace.removeChild(A),ee.focus(),ee==i&&n.showPrimarySelectioCODE
CRITICALpublic/js/filament/forms/components/rich-editor.js142`):"",markdownTokenizer:{name:"taskList",level:"block",start(t){var e;let n=(e=t.match(/^\s*[-+*]\s+\[([ xX])\]\s+/))==nCODE
Structural Annotation Overuse4 hits · 8 pts
SeverityFileLineSnippetContext
LOWREADME.md164### Step 1: Clone the RepositoryCOMMENT
LOWREADME.md171### Step 2: Install DependenciesCOMMENT
LOWREADME.md177### Step 3: Run the InstallationCOMMENT
LOWREADME.md191### Step 4: Start the Development ServerCOMMENT
AI Slop Vocabulary1 hit · 2 pts
SeverityFileLineSnippetContext
MEDIUMpublic/js/filament/forms/components/code-editor.js30}`,{label:"class",detail:"definition",type:"keyword"}),W('import {${names}} from "${module}"\n${}',{label:"import",detaiCODE
Slop Phrases1 hit · 2 pts
SeverityFileLineSnippetContext
LOWconfig/scribe.php93 // Don't forget to enable CORS headers for your endpoints.COMMENT