Repository Analysis

requarks/wiki

Wiki.js | A modern and powerful wiki app built on Node.js

2.7 Likely human-written View on GitHub

Analysis Overview

This report presents the forensic synthetic code analysis of requarks/wiki, a Vue project with 28,592 GitHub stars. SynthScan v2.0 examined 66,251 lines of code across 544 source files, recording 88 pattern matches distributed across 5 syntactic categories. The overall adjusted score of 2.7 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).

2.7
Adjusted Score
2.7
Raw Score
100%
Time Factor
2026-06-14
Last Push
28.6K
Stars
Vue
Language
66.3K
Lines of Code
544
Files
88
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 1HIGH 0MEDIUM 25LOW 62

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 88 distinct pattern matches across 5 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 Separators25 hits · 102 pts
SeverityFileLineSnippetContext
MEDIUMconfig.sample.yml7# ---------------------------------------------------------------------COMMENT
MEDIUMconfig.sample.yml9# ---------------------------------------------------------------------COMMENT
MEDIUMconfig.sample.yml13# ---------------------------------------------------------------------COMMENT
MEDIUMconfig.sample.yml15# ---------------------------------------------------------------------COMMENT
MEDIUMconfig.sample.yml88# ---------------------------------------------------------------------COMMENT
MEDIUMconfig.sample.yml90# ---------------------------------------------------------------------COMMENT
MEDIUMconfig.sample.yml97# ---------------------------------------------------------------------COMMENT
MEDIUMconfig.sample.yml99# ---------------------------------------------------------------------COMMENT
MEDIUMconfig.sample.yml104# ---------------------------------------------------------------------COMMENT
MEDIUMconfig.sample.yml106# ---------------------------------------------------------------------COMMENT
MEDIUMconfig.sample.yml111# ---------------------------------------------------------------------COMMENT
MEDIUMconfig.sample.yml113# ---------------------------------------------------------------------COMMENT
MEDIUMconfig.sample.yml118# ---------------------------------------------------------------------COMMENT
MEDIUMconfig.sample.yml120# ---------------------------------------------------------------------COMMENT
MEDIUMconfig.sample.yml126# ---------------------------------------------------------------------COMMENT
MEDIUMconfig.sample.yml128# ---------------------------------------------------------------------COMMENT
MEDIUMconfig.sample.yml135# ---------------------------------------------------------------------COMMENT
MEDIUMconfig.sample.yml137# ---------------------------------------------------------------------COMMENT
MEDIUMconfig.sample.yml141# ---------------------------------------------------------------------COMMENT
MEDIUMconfig.sample.yml143# ---------------------------------------------------------------------COMMENT
MEDIUMconfig.sample.yml57# ---------------------------------------------------------------------COMMENT
MEDIUMconfig.sample.yml59# ---------------------------------------------------------------------COMMENT
MEDIUMserver/app/data.yml1# ---------------------------------COMMENT
MEDIUMserver/app/data.yml4# ---------------------------------COMMENT
MEDIUMserver/app/data.yml169# ---------------------------------COMMENT
Over-Commented Block44 hits · 41 pts
SeverityFileLineSnippetContext
LOWconfig.sample.yml1#######################################################################COMMENT
LOWconfig.sample.yml41 # cert: path/to/cert.crtCOMMENT
LOWconfig.sample.yml81 # to 1024 bits (default: null):COMMENT
LOWconfig.sample.yml101COMMENT
LOWconfig.sample.yml121# If your server cannot access the internet. Set to true and manuallyCOMMENT
LOWconfig.sample.yml141# ---------------------------------------------------------------------COMMENT
LOWserver/graph/resolvers/folder.js1module.exports = {COMMENT
LOWserver/graph/resolvers/folder.js21 // name: args.nameCOMMENT
LOWserver/graph/resolvers/tag.js1module.exports = {COMMENT
LOWserver/graph/resolvers/tag.js21 // createTag(obj, args) {COMMENT
LOWserver/graph/resolvers/tag.js41 // return tag.removeDocument(doc)COMMENT
LOWserver/models/pages.js1021 })COMMENT
LOWserver/modules/rendering/markdown-katex/mhchem.js81 //COMMENT
LOWserver/modules/rendering/markdown-katex/mhchem.js101 //COMMENT
LOW.github/workflows/build.yml381 with:COMMENT
LOW.github/workflows/build.yml401 # sudo apt-add-repository "deb [arch=amd64] https://apt.releases.hashicorp.com $(lsb_release -cs) main"COMMENT
LOWdev/cypress/plugins/index.js1/// <reference types="cypress" />COMMENT
LOWdev/cypress/support/index.js1// ***********************************************************COMMENT
LOWdev/cypress/support/commands.js1// ***********************************************COMMENT
LOWdev/cypress/support/commands.js21// Cypress.Commands.add("dismiss", { prevSubject: 'optional'}, (subject, options) => { ... })COMMENT
LOWdev/containers/docker-compose.yml21 container_name: wiki-adminerCOMMENT
LOWdev/helm/values.yaml81 # hosts:COMMENT
LOWdev/helm/values.yaml121 # readOnlyRootFilesystem: trueCOMMENT
LOWdev/helm/values.yaml141extraEnvVars: []COMMENT
LOWdev/helm/values.yaml161 enabled: trueCOMMENT
LOWdev/helm/values.yaml181 ## PostgreSQL Database to create.COMMENT
LOWdev/helm/values.yaml201 ## Persistent Volume Storage configuration.COMMENT
LOWdev/helm/values.yaml221 size: 8GiCOMMENT
LOWclient/scss/base/icons.scss1// @font-face {COMMENT
LOWclient/scss/base/icons.scss21// white-space: nowrap;COMMENT
LOWclient/components/admin/admin-pages-edit.vue41 v-list-item-title EditCOMMENT
LOWclient/components/admin/admin-general.vue121 v-toolbar(color='indigo', dark, dense, flat)COMMENT
LOWclient/components/admin/admin-general.vue141 //- disabledCOMMENT
LOWclient/components/admin/admin-theme.vue61 outlinedCOMMENT
LOWclient/components/admin/admin-theme.vue81 //- template(v-slot:item='thm')COMMENT
LOWclient/components/admin/admin-security.vue101 //- v-model='config.securityCSP'COMMENT
LOWclient/components/admin/admin-extensions.vue61 // responseResult {COMMENT
LOWclient/components/common/nav-header.vue21 v-flex(xs5, md4)COMMENT
LOWclient/components/editor/editor-modal-media.vue81 v-menu(offset-x, min-width='200')COMMENT
LOWclient/components/editor/editor-modal-media.vue161 //- .body-2(:class='$vuetify.theme.dark ? `white--text` : `teal--text`') {{$t('editor:assets.fetchImage'COMMENT
LOWclient/components/editor/editor-markdown.vue441 // reader.onload = evt => {COMMENT
LOWclient/components/editor/editor-modal-properties.vue201 //- .overline {{$t('editor:props.socialFeatures')}}COMMENT
LOWclient/components/editor/editor-modal-properties.vue221 //- v-model='isPublished'COMMENT
LOWclient/themes/default/components/page.vue181 span {{$t('common:header.history')}}COMMENT
Fake / Example Data16 hits · 23 pts
SeverityFileLineSnippetContext
LOWclient/components/editor/markdown/help.vue17 div **Lorem ipsum**CODE
LOWclient/components/editor/markdown/help.vue22 .caption: strong Lorem ipsumCODE
LOWclient/components/editor/markdown/help.vue28 div *Lorem ipsum*CODE
LOWclient/components/editor/markdown/help.vue33 .caption: em Lorem ipsumCODE
LOWclient/components/editor/markdown/help.vue39 div ~~Lorem ipsum~~CODE
LOWclient/components/editor/markdown/help.vue44 .caption(style='text-decoration: line-through;') Lorem ipsumCODE
LOWclient/components/editor/markdown/help.vue156 div Lorem ipsumCODE
LOWclient/components/editor/markdown/help.vue158 div Dolor sit ametCODE
LOWclient/components/editor/markdown/help.vue163 .caption Lorem ipsumCODE
LOWclient/components/editor/markdown/help.vue165 .caption Dolor sit ametCODE
LOWclient/components/editor/markdown/help.vue185 div.pl-3 echo 'Lorem ipsum'CODE
LOWclient/components/editor/markdown/help.vue200 span.token.string 'Lorem ipsum'#[br]CODE
LOWclient/components/editor/markdown/help.vue211 div &gt; Lorem ipsumCODE
LOWclient/components/editor/markdown/help.vue212 div &gt; dolor sit ametCODE
LOWclient/components/editor/markdown/help.vue218 blockquote(style='border: 1px solid #263238; border-radius: .5rem; padding: 1rem 24px;') Lorem ipsCODE
LOWclient/components/editor/markdown/help.vue218 blockquote(style='border: 1px solid #263238; border-radius: .5rem; padding: 1rem 24px;') Lorem ipsCODE
Hallucination Indicators1 hit · 10 pts
SeverityFileLineSnippetContext
CRITICALserver/controllers/common.js29 if (WIKI.models.knex.client.pool.numFree() < 1 && WIKI.models.knex.client.pool.numUsed() < 1) {CODE
Redundant / Tautological Comments2 hits · 3 pts
SeverityFileLineSnippetContext
LOW.github/auto_assign.yml16# Set 0 to add all the reviewers (default: 0)COMMENT
LOWdev/packer/scripts/999-img-check.sh93 # Check if there are log archives or log files that have not been recently cleared.COMMENT