Repository Analysis

orchidsoftware/platform

Orchid is a @laravel package that allows for rapid application development of back-office applications, admin/user panels, and dashboards.

6.0 Low AI signal View on GitHub

Analysis Overview

This report presents the forensic synthetic code analysis of orchidsoftware/platform, a PHP project with 4,790 GitHub stars. SynthScan v2.0 examined 53,196 lines of code across 612 source files, recording 290 pattern matches distributed across 2 syntactic categories. The overall adjusted score of 6.0 places this repository in the Low AI signal 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).

6.0
Adjusted Score
6.0
Raw Score
100%
Time Factor
2026-07-10
Last Push
4.8K
Stars
PHP
Language
53.2K
Lines of Code
612
Files
290
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 0HIGH 0MEDIUM 0LOW 290

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 290 distinct pattern matches across 2 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 Identifiers252 hits · 276 pts
SeverityFileLineSnippetContext
LOWresources/js/controllers/markdown_controller.js92function buildHeadingLineDecorations(doc) {CODE
LOWresources/js/controllers/markdown_controller.js119function buildMarkdownMarkerDecorations(view) {CODE
LOWtests/Unit/FiltersTest.php63 public function testPatternWithoutChildValue(): voidCODE
LOWtests/Unit/FiltersTest.php76 public function testPatternWithNestedValue(): voidCODE
LOWtests/Unit/TurboTest.php14 public function testDoesntChangeResponseWhenNotTurboVisit(): voidCODE
LOWtests/Unit/TurboTest.php29 public function testHandlesRedirectResponses()CODE
LOWtests/Unit/PresenterTest.php58 public function testPresenterResolvesViaAttribute(): voidCODE
LOWtests/Unit/PresenterTest.php71 public function testPresenterRuntimeOverride(): voidCODE
LOWtests/Unit/PresenterTest.php79 public function testPresenterRuntimeOverridePersistsOnSameInstance(): voidCODE
LOWtests/Unit/PresenterTest.php89 public function testPresenterSetDynamicallyWithoutAttribute(): voidCODE
LOWtests/Unit/PresenterTest.php101 public function testPresenterThrowsWhenNoneIsDefined(): voidCODE
LOWtests/Unit/AttachmentTest.php60 public function testAttachmentCustomEngineFile(): voidCODE
LOWtests/Unit/AttachmentTest.php142 public function testAttachmentUrlLinkNotFound(): voidCODE
LOWtests/Unit/AttachmentTest.php170 public function testDuplicateAttachmentUpload(): voidCODE
LOWtests/Unit/AttachmentTest.php185 public function testAttachmentUploadAllowingDuplicate(): voidCODE
LOWtests/Unit/AttachmentTest.php200 public function testUnknownMimeTypeAttachmentUpload(): voidCODE
LOWtests/Unit/AttachmentTest.php208 public function testUnknownExtensionAttachmentUpload(): voidCODE
LOWtests/Unit/AttachmentTest.php216 public function testAttachmentTitleAttribute(): voidCODE
LOWtests/Unit/AttachmentTest.php267 public function testIsPhysicalExistAttachment()CODE
LOWtests/Unit/DashboardTest.php34 public function testIsModelCustomNotFound(): voidCODE
LOWtests/Unit/ModelFiltersTest.php15 public function testNotParamsFiltersApply(): voidCODE
LOWtests/Unit/ModelFiltersTest.php25 public function testOnlyOneParamsFiltersApply(): voidCODE
LOWtests/Unit/ModelFiltersTest.php39 public function testManyParamsFiltersApply(): voidCODE
LOWtests/Unit/ModelFiltersTest.php54 public function testManyParamsFiltersApplyWithHttpAndDefaultSort(): voidCODE
LOWtests/Unit/ModelFiltersTest.php83 public function testDefaultSortWithParams(): voidCODE
LOWtests/Unit/ModelFiltersTest.php102 public function testFiltersApplySomeSelection(): voidCODE
LOWtests/Unit/LocaleTest.php19 public function testTranslationsJsonValidation(): voidCODE
LOWtests/Unit/LocaleTest.php29 public function testUsageAllTranslateString(): voidCODE
LOWtests/Unit/LocaleTest.php63 protected function checkUsageTranslateStringInProject(string $string): boolCODE
LOWtests/Unit/PublishedResourceTest.php44 public function testManifestFilesHaveVersion(): voidCODE
LOWtests/Unit/PublishedResourceTest.php81 public function testManifestEntriesHaveIntegrity(): voidCODE
LOWtests/Unit/AlertTest.php46 public function testShouldFlashLevelsAlert(string $level, string $css): voidCODE
LOWtests/Unit/AlertTest.php58 public function testShouldFlashLevelsToast(string $level, string $css): voidCODE
LOWtests/Unit/AlertTest.php77 public function testToastShouldBePersistent(): voidCODE
LOWtests/Unit/AlertTest.php86 public function testToastShouldBePersistentAlias(): voidCODE
LOWtests/Unit/AlertTest.php95 public function testToastShouldSetDelayAndBePersistent(): voidCODE
LOWtests/Unit/FieldTest.php151 public function testOldNameMatchesLaravelRequestOldPrefix()CODE
LOWtests/Unit/FieldTest.php166 public function testOldNameMatchesLaravelRequestOldPrefixWithErrors()CODE
LOWtests/Unit/FieldTest.php223 public function testAddsSingleClassToEmptyClassAttribute(): voidCODE
LOWtests/Unit/FieldTest.php231 public function testAddsMultipleClassesToEmptyClassAttribute(): voidCODE
LOWtests/Unit/FieldTest.php239 public function testAddsArrayOfClassesToEmptyClassAttribute(): voidCODE
LOWtests/Unit/FieldTest.php247 public function testAddsNewClassToExistingClasses(): voidCODE
LOWtests/Unit/FieldTest.php255 public function testDoesNotDuplicateClasses(): voidCODE
LOWtests/Unit/PermissionTest.php286 public function testPermissionsCanBeCreatedFromJsonInput(): voidCODE
LOWtests/Unit/PermissionTest.php296 public function testPermissionsIgnoreInvalidInput(): voidCODE
LOWtests/Unit/PermissionTest.php302 public function testPermissionsNormalizeBooleanLikeValues(): voidCODE
LOWtests/Unit/PermissionTest.php116 public function testIsRegisteredPermission(): voidCODE
LOWtests/Unit/PermissionTest.php131 public function testGetPermissionsByGroup(): voidCODE
LOWtests/Unit/PermissionTest.php148 public function testRegisterPermissionMergesItemsIntoExistingGroup(): voidCODE
LOWtests/Unit/PermissionTest.php174 public function testGetAllowAllPermissionReturnsPermissionsValueObject(): voidCODE
LOWtests/Unit/PermissionTest.php193 public function testPermissionDescriptionIsNotStoredWithAssignedPermissions(): voidCODE
LOWtests/Unit/PermissionTest.php214 public function testUserPermissionsAreCastedToValueObject(): voidCODE
LOWtests/Unit/PermissionTest.php237 public function testPermissionsReturnSameInstanceWhenAlreadyNormalized(): voidCODE
LOWtests/Unit/PermissionTest.php246 public function testPermissionsConstructorNormalizesItems(): voidCODE
LOWtests/Unit/PermissionTest.php260 public function testPermissionsCanBeCreatedFromArrayableInput(): voidCODE
LOWtests/Unit/PermissionTest.php273 public function testPermissionsCanBeCreatedFromTraversableInput(): voidCODE
LOWtests/Unit/PermissionTest.php335 public function testPermissionsCanCountActiveItems(): voidCODE
LOWtests/Unit/PermissionTest.php347 public function testPermissionsAreStoredAsJsonBooleans(): voidCODE
LOWtests/Unit/PermissionTest.php366 public function testPermissionsAreLoadedFromLegacyJsonNumbers(): voidCODE
LOWtests/Unit/PermissionTest.php381 public function testPermissionsIgnoreInvalidPermissionKeys(): voidCODE
192 more matches not shown…
Fake / Example Data38 hits · 42 pts
SeverityFileLineSnippetContext
LOWresources/js/controllers/select_controller.js93 if (this.select.getAttribute("placeholder") === "false") {CODE
LOWresources/js/controllers/select_controller.js99 this.select.getAttribute("placeholder") ||CODE
LOWresources/js/controllers/datetime_controller.js32 placeholder: "placeholder",CODE
LOWresources/js/controllers/search_controller.js11 static targets = ["query", "result", "placeholder"];CODE
LOWresources/js/controllers/code_controller.js114 return this.textareaTarget.getAttribute("placeholder") || "";CODE
LOWresources/js/controllers/markdown_controller.js333 return this.textareaTarget.getAttribute("placeholder") || "";CODE
LOWresources/views/fields/select.blade.php2 data-select-placeholder-value="{{ $attributes['placeholder'] ?? '' }}"CODE
LOWresources/views/partials/search/placeholder.blade.php1<div data-search-target="placeholder"CODE
LOWtests/Unit/PermissionTest.php56 'email' => 'test@test.com',CODE
LOWtests/Unit/PermissionTest.php59 'email' => 'test@test.com',CODE
LOWtests/Unit/Screen/Fields/InputTest.php116 ->title('Lorem ipsum dolor sit amet')CODE
LOWtests/Unit/Screen/Fields/InputTest.php116 ->title('Lorem ipsum dolor sit amet')CODE
LOWtests/Unit/Screen/Fields/InputTest.php119 $this->assertStringContainsString('Lorem ipsum dolor sit amet', self::renderField($input));CODE
LOWtests/Unit/Screen/Fields/InputTest.php119 $this->assertStringContainsString('Lorem ipsum dolor sit amet', self::renderField($input));CODE
LOWtests/Unit/Screen/Fields/InputTest.php165 ->set('title', 'John Doe')CODE
LOWtests/App/Views/dummy/text.blade.php1<strong>Lorem Ipsum</strong> is simply dummy text of the printing andCODE
LOWtests/Feature/Platform/NotificationTest.php21 ->message('Lorem ipsum dolor sit amet, consectetur adipiscing elit.')CODE
LOWtests/Feature/Platform/NotificationTest.php21 ->message('Lorem ipsum dolor sit amet, consectetur adipiscing elit.')CODE
LOWtests/Feature/Platform/NotificationTest.php32 ->assertSee('Lorem ipsum dolor sit amet, consectetur adipiscing elit.');CODE
LOWtests/Feature/Platform/NotificationTest.php32 ->assertSee('Lorem ipsum dolor sit amet, consectetur adipiscing elit.');CODE
LOWsrc/Screen/Field.php103 'placeholder',CODE
LOWsrc/Screen/Actions/Toggle.php49 $this->set('placeholder', $this->get('title'));CODE
LOWsrc/Screen/Fields/Cropper.php86 'placeholder',CODE
LOWsrc/Screen/Fields/Code.php78 'placeholder',CODE
LOWsrc/Screen/Fields/Markdown.php93 'placeholder',CODE
LOWsrc/Screen/Fields/Radio.php66 'placeholder',CODE
LOWsrc/Screen/Fields/DateTimer.php62 'placeholder' => 'Select Date...',CODE
LOWsrc/Screen/Fields/DateTimer.php85 'placeholder',CODE
LOWsrc/Screen/Fields/Quill.php71 'placeholder',CODE
LOWsrc/Screen/Fields/Switcher.php71 'placeholder',CODE
LOWsrc/Screen/Fields/Password.php79 'placeholder',CODE
LOWsrc/Screen/Fields/Attach.php52 'placeholder' => 'Upload file',CODE
LOWsrc/Screen/Fields/Input.php91 'placeholder',CODE
LOWsrc/Screen/Fields/TextArea.php60 'placeholder',CODE
LOWsrc/Screen/Fields/Select.php91 'placeholder',CODE
LOWsrc/Screen/Fields/CheckBox.php71 'placeholder',CODE
LOWsrc/Screen/Fields/UTM.php63 'placeholder',CODE
LOWsrc/Screen/Fields/Picture.php61 'placeholder',CODE