Repository Analysis

HiEventsDev/Hi.Events

Open-source event management and ticket selling platform — perfect for concerts, conferences, and everything in between 🎟️ If you find this project helpful, please consider giving us a star ⭐️

4.0 Likely human-written View on GitHub

Analysis Overview

This report presents the forensic synthetic code analysis of HiEventsDev/Hi.Events, a PHP project with 3,922 GitHub stars. SynthScan v2.0 examined 189,767 lines of code across 2329 source files, recording 664 pattern matches distributed across 8 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-07-13
Last Push
3.9K
Stars
PHP
Language
189.8K
Lines of Code
2.3K
Files
664
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

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 0HIGH 0MEDIUM 10LOW 654

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 664 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.

Hyper-Verbose Identifiers591 hits · 620 pts
SeverityFileLineSnippetContext
LOW…/components/layouts/Checkout/CheckoutThemeProvider.tsx134function createCSSVariablesResolver(accentColor: string, mode: 'light' | 'dark'): CSSVariablesResolver {CODE
LOWfrontend/src/hooks/useOrganizerTrackingPixels.ts13export function useOrganizerTrackingPixels(CODE
LOWbackend/database/factories/AccountFactory.php47 public function stripeConnectSetupComplete(bool $isComplete = true): selfCODE
LOWbackend/app/DomainObjects/OrderDomainObject.php150 public function isOrderAwaitingOfflinePayment(): boolCODE
LOWbackend/app/DomainObjects/OrderDomainObject.php231 public function setQuestionAndAnswerViews(?Collection $questionAndAnswerViews): OrderDomainObjectCODE
LOWbackend/app/DomainObjects/OrderDomainObject.php246 public function getQuestionAndAnswerViews(): ?CollectionCODE
LOWbackend/app/DomainObjects/AccountDomainObject.php41 public function getAccountStripePlatforms(): ?CollectionCODE
LOWbackend/app/DomainObjects/AccountDomainObject.php46 public function setAccountStripePlatforms(Collection $stripePlatforms): voidCODE
LOWbackend/app/DomainObjects/ProductPriceDomainObject.php59 public function getPriceIncludingTaxAndServiceFee(): floatCODE
LOW…app/DomainObjects/AccountConfigurationDomainObject.php12 public function getPercentageApplicationFee(): floatCODE
LOW…app/DomainObjects/AccountConfigurationDomainObject.php17 public function getApplicationFeeCurrency(): stringCODE
LOWbackend/app/DomainObjects/ProductDomainObject.php200 public function getInitialQuantityAvailable(): ?intCODE
LOWbackend/app/DomainObjects/AttendeeDomainObject.php104 public function setQuestionAndAnswerViews(?Collection $questionAndAnswerViews): AttendeeDomainObjectCODE
LOWbackend/app/DomainObjects/AttendeeDomainObject.php110 public function getQuestionAndAnswerViews(): ?CollectionCODE
LOW…jects/Generated/EventStatisticDomainObjectAbstract.php138 public function setSalesTotalBeforeAdditions(float $sales_total_before_additions): selfCODE
LOW…jects/Generated/EventStatisticDomainObjectAbstract.php144 public function getSalesTotalBeforeAdditions(): floatCODE
LOW…/Generated/EventDailyStatisticDomainObjectAbstract.php116 public function setSalesTotalBeforeAdditions(float $sales_total_before_additions): selfCODE
LOW…/Generated/EventDailyStatisticDomainObjectAbstract.php122 public function getSalesTotalBeforeAdditions(): floatCODE
LOW…Objects/Generated/StripePayoutDomainObjectAbstract.php137 public function setTotalApplicationFeeVatMinor(?int $total_application_fee_vat_minor): selfCODE
LOW…Objects/Generated/StripePayoutDomainObjectAbstract.php143 public function getTotalApplicationFeeVatMinor(): ?intCODE
LOW…Objects/Generated/StripePayoutDomainObjectAbstract.php148 public function setTotalApplicationFeeNetMinor(?int $total_application_fee_net_minor): selfCODE
LOW…Objects/Generated/StripePayoutDomainObjectAbstract.php154 public function getTotalApplicationFeeNetMinor(): ?intCODE
LOW…Objects/Generated/ProductPriceDomainObjectAbstract.php162 public function setInitialQuantityAvailable(?int $initial_quantity_available): selfCODE
LOW…Objects/Generated/ProductPriceDomainObjectAbstract.php168 public function getInitialQuantityAvailable(): ?intCODE
LOW…cts/Generated/OrganizerSettingDomainObjectAbstract.php194 public function setAllowSearchEngineIndexing(bool $allow_search_engine_indexing): selfCODE
LOW…cts/Generated/OrganizerSettingDomainObjectAbstract.php200 public function getAllowSearchEngineIndexing(): boolCODE
LOW…cts/Generated/OrganizerSettingDomainObjectAbstract.php249 public function setDefaultAttendeeDetailsCollectionMethod(CODE
LOW…cts/Generated/OrganizerSettingDomainObjectAbstract.php256 public function getDefaultAttendeeDetailsCollectionMethod(): stringCODE
LOW…cts/Generated/OrganizerSettingDomainObjectAbstract.php261 public function setDefaultShowMarketingOptIn(bool $default_show_marketing_opt_in): selfCODE
LOW…cts/Generated/OrganizerSettingDomainObjectAbstract.php267 public function getDefaultShowMarketingOptIn(): boolCODE
LOW…cts/Generated/OrganizerSettingDomainObjectAbstract.php272 public function setDefaultPassPlatformFeeToBuyer(bool $default_pass_platform_fee_to_buyer): selfCODE
LOW…cts/Generated/OrganizerSettingDomainObjectAbstract.php278 public function getDefaultPassPlatformFeeToBuyer(): boolCODE
LOW…cts/Generated/OrganizerSettingDomainObjectAbstract.php283 public function setDefaultAllowAttendeeSelfEdit(bool $default_allow_attendee_self_edit): selfCODE
LOW…cts/Generated/OrganizerSettingDomainObjectAbstract.php289 public function getDefaultAllowAttendeeSelfEdit(): boolCODE
LOW…cts/Generated/OrganizerSettingDomainObjectAbstract.php305 public function setTrackingConsentAcknowledged(bool $tracking_consent_acknowledged): selfCODE
LOW…cts/Generated/OrganizerSettingDomainObjectAbstract.php311 public function getTrackingConsentAcknowledged(): boolCODE
LOW…erated/OrderPaymentPlatformFeeDomainObjectAbstract.php113 public function setPaymentPlatformFeeAmount(float $payment_platform_fee_amount): selfCODE
LOW…erated/OrderPaymentPlatformFeeDomainObjectAbstract.php119 public function getPaymentPlatformFeeAmount(): floatCODE
LOW…erated/OrderPaymentPlatformFeeDomainObjectAbstract.php124 public function setApplicationFeeGrossAmount(float $application_fee_gross_amount): selfCODE
LOW…erated/OrderPaymentPlatformFeeDomainObjectAbstract.php130 public function getApplicationFeeGrossAmount(): floatCODE
LOW…erated/OrderPaymentPlatformFeeDomainObjectAbstract.php201 public function setApplicationFeeNetAmount(?float $application_fee_net_amount): selfCODE
LOW…erated/OrderPaymentPlatformFeeDomainObjectAbstract.php207 public function getApplicationFeeNetAmount(): ?floatCODE
LOW…erated/OrderPaymentPlatformFeeDomainObjectAbstract.php212 public function setApplicationFeeVatAmount(?float $application_fee_vat_amount): selfCODE
LOW…erated/OrderPaymentPlatformFeeDomainObjectAbstract.php218 public function getApplicationFeeVatAmount(): ?floatCODE
LOW…Objects/Generated/EventSettingDomainObjectAbstract.php360 public function setHomepageBackgroundColor(?string $homepage_background_color): selfCODE
LOW…Objects/Generated/EventSettingDomainObjectAbstract.php366 public function getHomepageBackgroundColor(): ?stringCODE
LOW…Objects/Generated/EventSettingDomainObjectAbstract.php371 public function setHomepagePrimaryTextColor(?string $homepage_primary_text_color): selfCODE
LOW…Objects/Generated/EventSettingDomainObjectAbstract.php377 public function getHomepagePrimaryTextColor(): ?stringCODE
LOW…Objects/Generated/EventSettingDomainObjectAbstract.php393 public function setHomepageSecondaryTextColor(?string $homepage_secondary_text_color): selfCODE
LOW…Objects/Generated/EventSettingDomainObjectAbstract.php399 public function getHomepageSecondaryTextColor(): ?stringCODE
LOW…Objects/Generated/EventSettingDomainObjectAbstract.php404 public function setHomepageSecondaryColor(?string $homepage_secondary_color): selfCODE
LOW…Objects/Generated/EventSettingDomainObjectAbstract.php410 public function getHomepageSecondaryColor(): ?stringCODE
LOW…Objects/Generated/EventSettingDomainObjectAbstract.php558 public function setHomepageBodyBackgroundColor(?string $homepage_body_background_color): selfCODE
LOW…Objects/Generated/EventSettingDomainObjectAbstract.php564 public function getHomepageBodyBackgroundColor(): ?stringCODE
LOW…Objects/Generated/EventSettingDomainObjectAbstract.php569 public function setHomepageBackgroundType(string $homepage_background_type): selfCODE
LOW…Objects/Generated/EventSettingDomainObjectAbstract.php575 public function getHomepageBackgroundType(): stringCODE
LOW…Objects/Generated/EventSettingDomainObjectAbstract.php679 public function setOfflinePaymentInstructions(?string $offline_payment_instructions): selfCODE
LOW…Objects/Generated/EventSettingDomainObjectAbstract.php685 public function getOfflinePaymentInstructions(): ?stringCODE
LOW…Objects/Generated/EventSettingDomainObjectAbstract.php690 public function setAllowOrdersAwaitingOfflinePaymentToCheckIn(CODE
LOW…Objects/Generated/EventSettingDomainObjectAbstract.php697 public function getAllowOrdersAwaitingOfflinePaymentToCheckIn(): boolCODE
531 more matches not shown…
Fake / Example Data48 hits · 70 pts
SeverityFileLineSnippetContext
LOWfrontend/public/widget-test.html11 Lorem ipsum dolor sit amet, consectetur adipisicing elit. Accusantium, alias asperiores atque autem cumqueCODE
LOWfrontend/public/widget-test.html11 Lorem ipsum dolor sit amet, consectetur adipisicing elit. Accusantium, alias asperiores atque autem cumqueCODE
LOWfrontend/public/widget-test.html32 Lorem ipsum dolor sit amet, consectetur adipisicing elit. Accusantium, alias asperiores atque autem cumqueCODE
LOWfrontend/public/widget-test.html32 Lorem ipsum dolor sit amet, consectetur adipisicing elit. Accusantium, alias asperiores atque autem cumqueCODE
LOWfrontend/public/widget-test.html35 Lorem ipsum dolor sit amet, consectetur adipisicing elit. Accusantium, alias asperiores atque autem cumqueCODE
LOWfrontend/public/widget-test.html35 Lorem ipsum dolor sit amet, consectetur adipisicing elit. Accusantium, alias asperiores atque autem cumqueCODE
LOWfrontend/src/locales/pt.js1/*eslint-disable*/module.exports={messages:JSON.parse("{\"f8qS7T\":\"'Ainda não há nada para mostrar'\",\"J/hVSQ\":[[\"0COMMENT
LOWfrontend/src/locales/pt.js1/*eslint-disable*/module.exports={messages:JSON.parse("{\"f8qS7T\":\"'Ainda não há nada para mostrar'\",\"J/hVSQ\":[[\"0COMMENT
LOWfrontend/src/locales/vi.js1/*eslint-disable*/module.exports={messages:JSON.parse("{\"f8qS7T\":\"'Chưa có gì để hiển thị'\",\"J/hVSQ\":[[\"0\"]],\"JCOMMENT
LOWfrontend/src/locales/vi.js1/*eslint-disable*/module.exports={messages:JSON.parse("{\"f8qS7T\":\"'Chưa có gì để hiển thị'\",\"J/hVSQ\":[[\"0\"]],\"JCOMMENT
LOWfrontend/src/locales/pl.js1/*eslint-disable*/module.exports={messages:JSON.parse("{\"f8qS7T\":\"'Nie ma jeszcze nic do wyświetlenia'\",\"J/hVSQ\":[COMMENT
LOWfrontend/src/locales/pl.js1/*eslint-disable*/module.exports={messages:JSON.parse("{\"f8qS7T\":\"'Nie ma jeszcze nic do wyświetlenia'\",\"J/hVSQ\":[COMMENT
LOWfrontend/src/locales/ru.js1/*eslint-disable*/module.exports={messages:JSON.parse("{\"f8qS7T\":\"'There\\\\'s nothing to show yet'\",\"J/hVSQ\":[[\"COMMENT
LOWfrontend/src/locales/ru.js1/*eslint-disable*/module.exports={messages:JSON.parse("{\"f8qS7T\":\"'There\\\\'s nothing to show yet'\",\"J/hVSQ\":[[\"COMMENT
LOWfrontend/src/locales/zh-hk.js1/*eslint-disable*/module.exports={messages:JSON.parse("{\"f8qS7T\":\"'暫無內容顯示'\",\"J/hVSQ\":[[\"0\"]],\"Jv22kr\":[[\"0\"]COMMENT
LOWfrontend/src/locales/zh-hk.js1/*eslint-disable*/module.exports={messages:JSON.parse("{\"f8qS7T\":\"'暫無內容顯示'\",\"J/hVSQ\":[[\"0\"]],\"Jv22kr\":[[\"0\"]COMMENT
LOWfrontend/src/locales/zh-cn.js1/*eslint-disable*/module.exports={messages:JSON.parse("{\"f8qS7T\":\"'暂无内容显示'\",\"J/hVSQ\":[[\"0\"]],\"Jv22kr\":[[\"0\"]COMMENT
LOWfrontend/src/locales/zh-cn.js1/*eslint-disable*/module.exports={messages:JSON.parse("{\"f8qS7T\":\"'暂无内容显示'\",\"J/hVSQ\":[[\"0\"]],\"Jv22kr\":[[\"0\"]COMMENT
LOWfrontend/src/locales/pt-br.js1/*eslint-disable*/module.exports={messages:JSON.parse("{\"f8qS7T\":\"'Ainda não há nada para mostrar'\",\"J/hVSQ\":[[\"0COMMENT
LOWfrontend/src/locales/pt-br.js1/*eslint-disable*/module.exports={messages:JSON.parse("{\"f8qS7T\":\"'Ainda não há nada para mostrar'\",\"J/hVSQ\":[[\"0COMMENT
LOWfrontend/src/locales/se.js1/*eslint-disable*/module.exports={messages:JSON.parse("{\"f8qS7T\":\"'Det finns inget att visa ännu'\",\"J/hVSQ\":[[\"0\COMMENT
LOWfrontend/src/locales/se.js1/*eslint-disable*/module.exports={messages:JSON.parse("{\"f8qS7T\":\"'Det finns inget att visa ännu'\",\"J/hVSQ\":[[\"0\COMMENT
LOWfrontend/src/locales/de.js1/*eslint-disable*/module.exports={messages:JSON.parse("{\"f8qS7T\":\"'Es gibt noch nichts anzuzeigen'\",\"J/hVSQ\":[[\"0COMMENT
LOWfrontend/src/locales/de.js1/*eslint-disable*/module.exports={messages:JSON.parse("{\"f8qS7T\":\"'Es gibt noch nichts anzuzeigen'\",\"J/hVSQ\":[[\"0COMMENT
LOWfrontend/src/locales/en.js1/*eslint-disable*/module.exports={messages:JSON.parse("{\"f8qS7T\":\"'There\\\\'s nothing to show yet'\",\"J/hVSQ\":[[\"COMMENT
LOWfrontend/src/locales/en.js1/*eslint-disable*/module.exports={messages:JSON.parse("{\"f8qS7T\":\"'There\\\\'s nothing to show yet'\",\"J/hVSQ\":[[\"COMMENT
LOWfrontend/src/locales/fr.js1/*eslint-disable*/module.exports={messages:JSON.parse("{\"f8qS7T\":\"'Il n'y a encore rien à afficher'\",\"J/hVSQ\":[[\"COMMENT
LOWfrontend/src/locales/fr.js1/*eslint-disable*/module.exports={messages:JSON.parse("{\"f8qS7T\":\"'Il n'y a encore rien à afficher'\",\"J/hVSQ\":[[\"COMMENT
LOWfrontend/src/locales/nl.js1/*eslint-disable*/module.exports={messages:JSON.parse("{\"f8qS7T\":\"'Er is nog niets om te tonen'\",\"J/hVSQ\":[[\"0\"]COMMENT
LOWfrontend/src/locales/nl.js1/*eslint-disable*/module.exports={messages:JSON.parse("{\"f8qS7T\":\"'Er is nog niets om te tonen'\",\"J/hVSQ\":[[\"0\"]COMMENT
LOWfrontend/src/locales/hu.js1/*eslint-disable*/module.exports={messages:JSON.parse("{\"f8qS7T\":\"'Még nincs semmi megjeleníthető'\",\"J/hVSQ\":[[\"0COMMENT
LOWfrontend/src/locales/hu.js1/*eslint-disable*/module.exports={messages:JSON.parse("{\"f8qS7T\":\"'Még nincs semmi megjeleníthető'\",\"J/hVSQ\":[[\"0COMMENT
LOWfrontend/src/locales/sk.js1/*eslint-disable*/module.exports={messages:JSON.parse("{\"f8qS7T\":\"'Zatiaľ nie je čo zobraziť'\",\"J/hVSQ\":[[\"0\"]],COMMENT
LOWfrontend/src/locales/sk.js1/*eslint-disable*/module.exports={messages:JSON.parse("{\"f8qS7T\":\"'Zatiaľ nie je čo zobraziť'\",\"J/hVSQ\":[[\"0\"]],COMMENT
LOWfrontend/src/locales/it.js1/*eslint-disable*/module.exports={messages:JSON.parse("{\"f8qS7T\":\"'Non c'è\\\\ ancora niente da mostrare'.\",\"J/hVSQCOMMENT
LOWfrontend/src/locales/it.js1/*eslint-disable*/module.exports={messages:JSON.parse("{\"f8qS7T\":\"'Non c'è\\\\ ancora niente da mostrare'.\",\"J/hVSQCOMMENT
LOWfrontend/src/locales/es.js1/*eslint-disable*/module.exports={messages:JSON.parse("{\"f8qS7T\":\"'Aún no hay nada que mostrar'\",\"J/hVSQ\":[[\"0\"]COMMENT
LOWfrontend/src/locales/es.js1/*eslint-disable*/module.exports={messages:JSON.parse("{\"f8qS7T\":\"'Aún no hay nada que mostrar'\",\"J/hVSQ\":[[\"0\"]COMMENT
LOWfrontend/src/locales/tr.js1/*eslint-disable*/module.exports={messages:JSON.parse("{\"f8qS7T\":\"'Henüz gösterilecek bir şey yok'\",\"J/hVSQ\":[[\"0COMMENT
LOWfrontend/src/locales/tr.js1/*eslint-disable*/module.exports={messages:JSON.parse("{\"f8qS7T\":\"'Henüz gösterilecek bir şey yok'\",\"J/hVSQ\":[[\"0COMMENT
LOWfrontend/src/components/common/WidgetEditor/index.tsx341 {t`Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam placerat elementum...`}CODE
LOWfrontend/src/components/common/WidgetEditor/index.tsx341 {t`Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam placerat elementum...`}CODE
LOW…Application/Handlers/Admin/GetAllOrdersHandlerTest.php111 search: 'John Doe',CODE
LOW…Application/Handlers/Admin/GetAllOrdersHandlerTest.php120 ->with('John Doe', 20, 'first_name', 'asc')CODE
LOW…dlers/EventSettings/UpdateEventSettingsHandlerTest.php166 'support_email' => 'test@test.com',CODE
LOW…es/Infrastructure/Email/LiquidTemplateRendererTest.php24 'name' => 'John Doe'CODE
LOW…ces/Domain/Waitlist/CreateWaitlistEntryServiceTest.php263 $this->assertEquals('user@example.com', EmailHelper::normalize(' User@Example.com '));CODE
LOWbackend/routes/mail.php28 ->setEmail('test@test.com')CODE
Structural Annotation Overuse9 hits · 18 pts
SeverityFileLineSnippetContext
LOWdocker/all-in-one/README.md12### Step 1: Clone the RepositoryCOMMENT
LOWdocker/all-in-one/README.md19### Step 2: Copy the Environment FileCOMMENT
LOWdocker/all-in-one/README.md25### Step 3: Generate the `APP_KEY` and `JWT_SECRET`COMMENT
LOWdocker/all-in-one/README.md47### Step 4: Update the `.env` FileCOMMENT
LOWdocker/all-in-one/README.md56### Step 5: Start the Docker ContainersCOMMENT
LOWdocker/all-in-one/README.md62### Step 6: Create an AccountCOMMENT
LOWbackend/docs/repository-pattern.md132### Step 1: Define InterfaceCOMMENT
LOWbackend/docs/repository-pattern.md153### Step 2: Create ImplementationCOMMENT
LOWbackend/docs/repository-pattern.md218### Step 3: Register in Service ProviderCOMMENT
AI Slop Vocabulary4 hits · 18 pts
SeverityFileLineSnippetContext
MEDIUMfrontend/src/locales/ru.js1/*eslint-disable*/module.exports={messages:JSON.parse("{\"f8qS7T\":\"'There\\\\'s nothing to show yet'\",\"J/hVSQ\":[[\"COMMENT
MEDIUMfrontend/src/locales/ru.js1/*eslint-disable*/module.exports={messages:JSON.parse("{\"f8qS7T\":\"'There\\\\'s nothing to show yet'\",\"J/hVSQ\":[[\"COMMENT
MEDIUMfrontend/src/locales/en.js1/*eslint-disable*/module.exports={messages:JSON.parse("{\"f8qS7T\":\"'There\\\\'s nothing to show yet'\",\"J/hVSQ\":[[\"COMMENT
MEDIUMfrontend/src/locales/en.js1/*eslint-disable*/module.exports={messages:JSON.parse("{\"f8qS7T\":\"'There\\\\'s nothing to show yet'\",\"J/hVSQ\":[[\"COMMENT
Decorative Section Separators4 hits · 12 pts
SeverityFileLineSnippetContext
MEDIUM…ntend/src/components/routes/event/messages.module.scss19// ── Left panel ──────────────────────────────────────COMMENT
MEDIUM…ntend/src/components/routes/event/messages.module.scss95// ── Right panel ─────────────────────────────────────COMMENT
MEDIUM…ntend/src/components/routes/event/messages.module.scss253// ── Empty & loading states ──────────────────────────COMMENT
MEDIUM…ntend/src/components/routes/event/messages.module.scss348// ── Mobile: show one panel at a time ────────────────COMMENT
Slop Phrases3 hits · 10 pts
SeverityFileLineSnippetContext
MEDIUMfrontend/src/locales/ru.js1/*eslint-disable*/module.exports={messages:JSON.parse("{\"f8qS7T\":\"'There\\\\'s nothing to show yet'\",\"J/hVSQ\":[[\"COMMENT
MEDIUMfrontend/src/locales/en.js1/*eslint-disable*/module.exports={messages:JSON.parse("{\"f8qS7T\":\"'There\\\\'s nothing to show yet'\",\"J/hVSQ\":[[\"COMMENT
LOWbackend/config/jwt.php9 | Don't forget to set this in your .env file, as it will be used to signCODE
Redundant / Tautological Comments3 hits · 4 pts
SeverityFileLineSnippetContext
LOWfrontend/scripts/rename.sh38 # Check if the file name contains "ticket" (case insensitive)COMMENT
LOWfrontend/scripts/rename.sh43 # Check if the file content contains "ticket" (case insensitive)COMMENT
LOWfrontend/scripts/list_untranslated_strings.sh17 # Check if this entry is obsolete (contains #~ lines)COMMENT
Over-Commented Block2 hits · 2 pts
SeverityFileLineSnippetContext
LOW…ontend/src/components/common/Button/Button.module.scss1//.button {COMMENT
LOWbackend/resources/js/bootstrap.js21// window.Pusher = Pusher;COMMENT