Repository Analysis

go-vikunja/vikunja

The task manager you actually own.

6.0 Low AI signal View on GitHub

Analysis Overview

This report presents the forensic synthetic code analysis of go-vikunja/vikunja, a Go project with 4,752 GitHub stars. SynthScan v2.0 examined 347,109 lines of code across 1739 source files, recording 1853 pattern matches distributed across 13 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-14
Last Push
4.8K
Stars
Go
Language
347.1K
Lines of Code
1.7K
Files
1.9K
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 3HIGH 3MEDIUM 16LOW 1831

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 1853 distinct pattern matches across 13 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.

Over-Commented Block1019 hits · 1016 pts
SeverityFileLineSnippetContext
LOWmagefile.go1// Vikunja is a to-do list application to facilitate your life.COMMENT
LOWmagefile.go421func (Test) E2EApi(ctx context.Context) error {COMMENT
LOWmagefile.go901COMMENT
LOWmain.go1// Vikunja is a to-do list application to facilitate your life.COMMENT
LOWfrontend/embed.go1// Vikunja is a to-do list application to facilitate your life.COMMENT
LOWfrontend/embed.go21// all: is required to include files starting with _ or ., such as theCOMMENT
LOWfrontend/tests/e2e/sharing/linkShare.spec.ts61 await page.goto(`/tasks/${tasks[0].id}#share-auth-token=${share.hash}`)COMMENT
LOWfrontend/scripts/fonts-subset.sh1#!/bin/shCOMMENT
LOWfrontend/src/stores/auth.ts341 isAuthenticated = jwtUser.exp >= tsCOMMENT
LOWfrontend/src/styles/common-imports.scss1//COMMENT
LOWfrontend/src/styles/global.scss41@import "bulma-css-variables/sass/form/tools";COMMENT
LOWfrontend/src/styles/global.scss61// @import "bulma-css-variables/sass/grid/tiles"; // not usedCOMMENT
LOWfrontend/src/styles/custom-properties/colors.scss1// Vikunja colors as CSS custom properties.COMMENT
LOWfrontend/src/components/misc/Modal.vue101 // If we're re-opening while the previous close transition is still inCOMMENT
LOWfrontend/src/components/project/views/ProjectKanban.vue561COMMENT
LOWdesktop/build.js1// Vikunja is a to-do list application to facilitate your life.COMMENT
LOWexamples/plugins/example/main.go1// Vikunja is a to-do list application to facilitate your life.COMMENT
LOWveans/magefile.go1// Vikunja is a to-do list application to facilitate your life.COMMENT
LOWveans/cmd/veans/main.go1// Vikunja is a to-do list application to facilitate your life.COMMENT
LOWveans/internal/bootstrap/botuser_test.go1// Vikunja is a to-do list application to facilitate your life.COMMENT
LOWveans/internal/bootstrap/hooks.go1// Vikunja is a to-do list application to facilitate your life.COMMENT
LOWveans/internal/bootstrap/hooks.go41var ClaudeCodeHookEvents = []string{"SessionStart", "PreCompact"}COMMENT
LOWveans/internal/bootstrap/botuser.go1// Vikunja is a to-do list application to facilitate your life.COMMENT
LOWveans/internal/bootstrap/bootstrap.go1// Vikunja is a to-do list application to facilitate your life.COMMENT
LOWveans/internal/bootstrap/hooks_test.go1// Vikunja is a to-do list application to facilitate your life.COMMENT
LOWveans/internal/bootstrap/bootstrap_test.go1// Vikunja is a to-do list application to facilitate your life.COMMENT
LOWveans/internal/picker/flatten.go1// Vikunja is a to-do list application to facilitate your life.COMMENT
LOWveans/internal/picker/tree.go1// Vikunja is a to-do list application to facilitate your life.COMMENT
LOWveans/internal/picker/picker.go1// Vikunja is a to-do list application to facilitate your life.COMMENT
LOWveans/internal/picker/flatten_test.go1// Vikunja is a to-do list application to facilitate your life.COMMENT
LOWveans/internal/picker/tree_test.go1// Vikunja is a to-do list application to facilitate your life.COMMENT
LOWveans/internal/picker/model.go1// Vikunja is a to-do list application to facilitate your life.COMMENT
LOWveans/internal/config/config.go1// Vikunja is a to-do list application to facilitate your life.COMMENT
LOWveans/internal/config/config_test.go1// Vikunja is a to-do list application to facilitate your life.COMMENT
LOWveans/internal/auth/auth_test.go1// Vikunja is a to-do list application to facilitate your life.COMMENT
LOWveans/internal/auth/auth.go1// Vikunja is a to-do list application to facilitate your life.COMMENT
LOWveans/internal/auth/auth.go81 // Non-TTY (CI, scripted test) — read a plain line.COMMENT
LOWveans/internal/auth/oauth_test.go1// Vikunja is a to-do list application to facilitate your life.COMMENT
LOWveans/internal/auth/oauth.go1// Vikunja is a to-do list application to facilitate your life.COMMENT
LOWveans/internal/output/errors_test.go1// Vikunja is a to-do list application to facilitate your life.COMMENT
LOWveans/internal/output/errors.go1// Vikunja is a to-do list application to facilitate your life.COMMENT
LOWveans/internal/status/status_test.go1// Vikunja is a to-do list application to facilitate your life.COMMENT
LOWveans/internal/status/status.go1// Vikunja is a to-do list application to facilitate your life.COMMENT
LOWveans/internal/commands/create.go1// Vikunja is a to-do list application to facilitate your life.COMMENT
LOWveans/internal/commands/list.go1// Vikunja is a to-do list application to facilitate your life.COMMENT
LOWveans/internal/commands/git.go1// Vikunja is a to-do list application to facilitate your life.COMMENT
LOWveans/internal/commands/git.go21 "os"COMMENT
LOWveans/internal/commands/prime.go1// Vikunja is a to-do list application to facilitate your life.COMMENT
LOWveans/internal/commands/labels.go1// Vikunja is a to-do list application to facilitate your life.COMMENT
LOWveans/internal/commands/show.go1// Vikunja is a to-do list application to facilitate your life.COMMENT
LOWveans/internal/commands/update.go1// Vikunja is a to-do list application to facilitate your life.COMMENT
LOWveans/internal/commands/runtime.go1// Vikunja is a to-do list application to facilitate your life.COMMENT
LOWveans/internal/commands/update_test.go1// Vikunja is a to-do list application to facilitate your life.COMMENT
LOWveans/internal/commands/claim.go1// Vikunja is a to-do list application to facilitate your life.COMMENT
LOWveans/internal/commands/prime_test.go1// Vikunja is a to-do list application to facilitate your life.COMMENT
LOWveans/internal/commands/api.go1// Vikunja is a to-do list application to facilitate your life.COMMENT
LOWveans/internal/commands/init.go1// Vikunja is a to-do list application to facilitate your life.COMMENT
LOWveans/internal/commands/login.go1// Vikunja is a to-do list application to facilitate your life.COMMENT
LOWveans/internal/commands/root.go1// Vikunja is a to-do list application to facilitate your life.COMMENT
LOWveans/internal/commands/list_test.go1// Vikunja is a to-do list application to facilitate your life.COMMENT
959 more matches not shown…
Fake / Example Data673 hits · 736 pts
SeverityFileLineSnippetContext
LOWfrontend/tests/e2e/project/project-view-kanban.spec.ts267 description: 'Lorem Ipsum',CODE
LOWfrontend/tests/e2e/task/task.spec.ts154 description: 'Lorem Ipsum',CODE
LOWfrontend/tests/e2e/task/task.spec.ts276 description: 'Lorem ipsum dolor sit amet.',CODE
LOWfrontend/tests/e2e/task/task.spec.ts276 description: 'Lorem ipsum dolor sit amet.',CODE
LOWfrontend/tests/e2e/task/task.spec.ts337 description: 'Lorem ipsum dolor sit amet.',CODE
LOWfrontend/tests/e2e/task/task.spec.ts337 description: 'Lorem ipsum dolor sit amet.',CODE
LOWfrontend/tests/e2e/task/task.spec.ts390 description: 'Lorem Ipsum dolor sit amet',CODE
LOWfrontend/tests/e2e/task/task.spec.ts390 description: 'Lorem Ipsum dolor sit amet',CODE
LOWfrontend/tests/e2e/task/task.spec.ts401 description: '<p>Lorem Ipsum dolor sit amet</p>',CODE
LOWfrontend/tests/e2e/task/task.spec.ts401 description: '<p>Lorem Ipsum dolor sit amet</p>',CODE
LOWfrontend/tests/e2e/task/task.spec.ts1196<h1>Lorem Ipsum</h1>CODE
LOWfrontend/tests/e2e/task/task.spec.ts1197<p>Dolor sit amet</p>CODE
LOWfrontend/tests/e2e/task/task.spec.ts1210 await expect(page.locator('.tiptap__editor h1').filter({hasText: 'Lorem Ipsum'})).toBeVisible()CODE
LOWfrontend/tests/e2e/task/task.spec.ts1211 await expect(page.locator('.tiptap__editor p').filter({hasText: 'Dolor sit amet'})).toBeVisible()CODE
LOWfrontend/tests/e2e/task/task.spec.ts1284${Array(30).fill('<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut laboreCODE
LOWfrontend/tests/e2e/task/task.spec.ts1284${Array(30).fill('<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut laboreCODE
LOWfrontend/tests/e2e/task/task.spec.ts1335${Array(20).fill('- Lorem ipsum dolor sit amet, consectetur adipiscing elit').join('\n')}CODE
LOWfrontend/tests/e2e/task/task.spec.ts1335${Array(20).fill('- Lorem ipsum dolor sit amet, consectetur adipiscing elit').join('\n')}CODE
LOWfrontend/tests/e2e/task/task.spec.ts1405 const longDescription = Array(30).fill('<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>').join('\n')CODE
LOWfrontend/tests/e2e/task/task.spec.ts1405 const longDescription = Array(30).fill('<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>').join('\n')CODE
LOWfrontend/src/models/user.test.ts24 const user = makeUser({name: 'Jane Doe'})CODE
LOWfrontend/src/models/user.test.ts25 expect(getDisplayName(user)).toBe('Jane Doe')CODE
LOWfrontend/src/components/misc/ShortcutRecorder.vue22 <span class="placeholder">{{ $t('user.settings.desktop.shortcutRecorderPlaceholder') }}</span>CODE
LOWfrontend/src/components/input/FormInput.test.ts91 expect(input.attributes('placeholder')).toBe('Enter email')CODE
LOWfrontend/src/components/input/FormField.test.ts99 expect(input.attributes('placeholder')).toBe('Enter email')CODE
LOWfrontend/src/components/input/Multiselect.vue52 :placeholder="placeholder"CODE
LOWfrontend/src/components/quick-actions/QuickActions.vue30 :placeholder="placeholder"CODE
LOWfrontend/src/i18n/lang/de-swiss.json422 "namePlaceholder": "z.B. Lorem Ipsum",CODE
LOWfrontend/src/i18n/lang/de-swiss.json599 "placeholder": "Gib eine Suche oder Filterabfrage ein…",CODE
LOWfrontend/src/i18n/lang/de-swiss.json835 "placeholder": "Gib Text ein, drücke '/' für mehr Optionen…",CODE
LOWfrontend/src/i18n/lang/de-swiss.json1066 "placeholder": "Füge deinen Kommentar hinzu, drücke '/' für weitere Optionen…",CODE
LOWfrontend/src/i18n/lang/de-swiss.json1089 "placeholder": "Gib eine Beschreibung ein, drücke '/' für mehr Optionen…"CODE
LOWfrontend/src/i18n/lang/de-swiss.json1092 "placeholder": "Schriib, um en User zuezwiise…",CODE
LOWfrontend/src/i18n/lang/de-swiss.json1098 "placeholder": "Beginne zu schreiben, um ein Label hinzuzufügen…",CODE
LOWfrontend/src/i18n/lang/de-swiss.json1348 "placeholder": "Schriib en Befehl oder suech…",CODE
LOWfrontend/src/i18n/lang/el-GR.json422 "namePlaceholder": "π.χ. Lorem Ipsum",CODE
LOWfrontend/src/i18n/lang/el-GR.json599 "placeholder": "Πληκτρολογήστε για αναζήτηση ή φιλτράρισμα ερωτήματος…",CODE
LOWfrontend/src/i18n/lang/el-GR.json835 "placeholder": "Πληκτρολογήστε κάποιο κείμενο ή πατήστε '/' για να δείτε περισσότερες επιλογές…",CODE
LOWfrontend/src/i18n/lang/el-GR.json1066 "placeholder": "Προσθέστε το σχόλιό σας, πατήστε '/' για περισσότερες επιλογές…",CODE
LOWfrontend/src/i18n/lang/el-GR.json1089 "placeholder": "Εισαγάγετε μια περιγραφή για το έργο, πατήστε '/' για περισσότερες επιλογές…"CODE
LOWfrontend/src/i18n/lang/el-GR.json1092 "placeholder": "Πληκτρολογήστε για να αναθέσετε σε χρήστη…",CODE
LOWfrontend/src/i18n/lang/el-GR.json1098 "placeholder": "Πληκτρολογήστε για να προσθέσετε ετικέτα…",CODE
LOWfrontend/src/i18n/lang/el-GR.json1348 "placeholder": "Πληκτρολογήστε εντολή ή κάντε αναζήτηση…",CODE
LOWfrontend/src/i18n/lang/it-IT.json312 "namePlaceholder": "es. Lorem Ipsum",CODE
LOWfrontend/src/i18n/lang/it-IT.json479 "placeholder": "Digitare una ricerca o un filtro query…",CODE
LOWfrontend/src/i18n/lang/it-IT.json658 "placeholder": "Digita del testo o premi '/' per vedere più opzioni…",CODE
LOWfrontend/src/i18n/lang/it-IT.json874 "placeholder": "Aggiungi il tuo commento, premi '/' per altre opzioni…",CODE
LOWfrontend/src/i18n/lang/it-IT.json892 "placeholder": "Inserisci una descrizione per questo progetto, premi '/' per altre opzioni…"CODE
LOWfrontend/src/i18n/lang/it-IT.json895 "placeholder": "Digita per assegnare un utente…",CODE
LOWfrontend/src/i18n/lang/it-IT.json901 "placeholder": "Digita per aggiungere un'etichetta…",CODE
LOWfrontend/src/i18n/lang/it-IT.json1148 "placeholder": "Digita un comando o cerca…",CODE
LOWfrontend/src/i18n/lang/ko-KR.json280 "namePlaceholder": "예: Lorem Ipsum",CODE
LOWfrontend/src/i18n/lang/ko-KR.json424 "placeholder": "검색 또는 필터 쿼리 입력...",CODE
LOWfrontend/src/i18n/lang/ko-KR.json597 "placeholder": "더 많은 옵션을 보려면 텍스트를 입력하거나 '/'를 누르세요...",CODE
LOWfrontend/src/i18n/lang/ko-KR.json805 "placeholder": "댓글을 추가하고 더 많은 옵션을 보려면 '/'를 누르세요...",CODE
LOWfrontend/src/i18n/lang/ko-KR.json820 "placeholder": "설명을 입력하고 더 많은 옵션을 보려면 '/'를 누르세요..."CODE
LOWfrontend/src/i18n/lang/ko-KR.json823 "placeholder": "사용자를 할당하려면 입력...",CODE
LOWfrontend/src/i18n/lang/ko-KR.json829 "placeholder": "레이블을 추가하려면 입력...",CODE
LOWfrontend/src/i18n/lang/ko-KR.json1054 "placeholder": "명령을 입력하거나 검색...",CODE
LOWfrontend/src/i18n/lang/es-ES.json213 "namePlaceholder": "ej. Lorem Ipsum",CODE
613 more matches not shown…
Verbosity Indicators43 hits · 81 pts
SeverityFileLineSnippetContext
LOWfrontend/tests/e2e/filters/filter-autocomplete.spec.ts161 // Step 1: Create a filter with multi-value project using 'in' operatorCOMMENT
LOWfrontend/tests/e2e/filters/filter-autocomplete.spec.ts192 // Step 2: Save the filter and verify no errorCOMMENT
LOWfrontend/tests/e2e/filters/filter-autocomplete.spec.ts199 // Step 3: Open the filter settings menu from sidebar and click EditCOMMENT
LOWfrontend/tests/e2e/filters/filter-autocomplete.spec.ts225 // Step 4: Add a trailing space (the bug trigger from #2010)COMMENT
LOWfrontend/tests/e2e/filters/filter-autocomplete.spec.ts232 // Step 5: Save again and wait for the modal to close (indicates save complete)COMMENT
LOWfrontend/tests/e2e/filters/filter-autocomplete.spec.ts238 // Step 6: Assert no error occurredCOMMENT
LOWfrontend/tests/e2e/filters/filter-autocomplete.spec.ts241 // Step 7: Reload and re-open edit to verify the filter text is still intactCOMMENT
LOWfrontend/src/helpers/ganttTaskTree.ts20 // Step 1: Build parent -> children mappingCOMMENT
LOWfrontend/src/helpers/ganttTaskTree.ts42 // Step 2: Find root tasks (no parent in the current view)COMMENT
LOWfrontend/src/helpers/ganttTaskTree.ts50 // Step 3: Depth-first flattenCOMMENT
LOWveans/internal/bootstrap/botuser.go69 // Step 3: try creating.COMMENT
LOWpkg/caldavtests/relations_test.go90 // Step 1: Child arrives firstCOMMENT
LOWpkg/caldavtests/relations_test.go97 // Step 2: Parent arrives later (no RELATED-TO)COMMENT
LOWpkg/caldavtests/relations_test.go102 // Step 3: Verify parent has correct title (not DUMMY-UID)COMMENT
LOWpkg/caldavtests/relations_test.go109 // Step 4: Verify child still has parent relationCOMMENT
LOWpkg/caldavtests/client_compat_test.go33 // Step 1: Discover principalCOMMENT
LOWpkg/caldavtests/client_compat_test.go39 // Step 2: Get calendar-home-set from principalCOMMENT
LOWpkg/caldavtests/client_compat_test.go45 // Step 3: List calendarsCOMMENT
LOWpkg/caldavtests/client_compat_test.go52 // Step 4: Check CTag for a specific calendarCOMMENT
LOWpkg/caldavtests/client_compat_test.go56 // Step 5: Full sync — calendar-query to get all task ETagsCOMMENT
LOWpkg/caldavtests/client_compat_test.go71 // Step 6: Multiget to fetch specific tasksCOMMENT
LOWpkg/caldavtests/client_compat_test.go81 // Step 7: Push a local change via PUTCOMMENT
LOWpkg/caldavtests/client_compat_test.go95 // Step 1: Thunderbird starts with OPTIONS to check DAV supportCOMMENT
LOWpkg/caldavtests/client_compat_test.go103 // Step 2: PROPFIND on well-known for principalCOMMENT
LOWpkg/caldavtests/client_compat_test.go110 // Step 3: PROPFIND principal for calendar-home-setCOMMENT
LOWpkg/caldavtests/client_compat_test.go114 // Step 4: Thunderbird checks current-user-privilege-set to know if it can writeCOMMENT
LOWpkg/caldavtests/client_compat_test.go121 // Step 5: List calendarsCOMMENT
LOWpkg/caldavtests/client_compat_test.go125 // Step 6: Sync via calendar-queryCOMMENT
LOWpkg/caldavtests/discovery_test.go249 // Step 1: Hit well-known endpointCOMMENT
LOWpkg/caldavtests/discovery_test.go257 // Step 2: PROPFIND the entry point for principal infoCOMMENT
LOWpkg/caldavtests/discovery_test.go261 // Step 3: PROPFIND the principal URL for calendar-home-setCOMMENT
LOWpkg/caldavtests/discovery_test.go272 // Step 4: PROPFIND Depth:1 on calendar home to list calendarsCOMMENT
LOWpkg/webtests/caldav_test.go379 // Step 1: Subtask arrives FIRST, referencing a parent that doesn't exist yet.COMMENT
LOWpkg/webtests/caldav_test.go395 // Step 2: Parent arrives with NO RELATED-TO at all.COMMENT
LOWpkg/webtests/caldav_test.go410 // Step 3: Verify relations at the DB level.COMMENT
LOWpkg/webtests/caldav_test.go450 // Step 1: Parent created first (no RELATED-TO).COMMENT
LOWpkg/webtests/caldav_test.go464 // Step 2: Subtask arrives with RELATED-TO;RELTYPE=PARENT.COMMENT
LOWpkg/webtests/caldav_test.go479 // Step 3: Parent is re-synced (updated) — still no RELATED-TO.COMMENT
LOWpkg/webtests/caldav_test.go494 // Step 4: Verify relations still intact after parent re-sync.COMMENT
LOWpkg/webtests/caldav_test.go529 // Step 1: First subtask arrives, parent doesn't exist yet.COMMENT
LOWpkg/webtests/caldav_test.go544 // Step 2: Second subtask arrives, parent should exist as DUMMY now.COMMENT
LOWpkg/webtests/caldav_test.go559 // Step 3: Parent arrives with NO RELATED-TO.COMMENT
LOWpkg/webtests/caldav_test.go573 // Step 4: Verify all relations intact and no DUMMY tasks.COMMENT
Structural Annotation Overuse43 hits · 81 pts
SeverityFileLineSnippetContext
LOWfrontend/tests/e2e/filters/filter-autocomplete.spec.ts161 // Step 1: Create a filter with multi-value project using 'in' operatorCOMMENT
LOWfrontend/tests/e2e/filters/filter-autocomplete.spec.ts192 // Step 2: Save the filter and verify no errorCOMMENT
LOWfrontend/tests/e2e/filters/filter-autocomplete.spec.ts199 // Step 3: Open the filter settings menu from sidebar and click EditCOMMENT
LOWfrontend/tests/e2e/filters/filter-autocomplete.spec.ts225 // Step 4: Add a trailing space (the bug trigger from #2010)COMMENT
LOWfrontend/tests/e2e/filters/filter-autocomplete.spec.ts232 // Step 5: Save again and wait for the modal to close (indicates save complete)COMMENT
LOWfrontend/tests/e2e/filters/filter-autocomplete.spec.ts238 // Step 6: Assert no error occurredCOMMENT
LOWfrontend/tests/e2e/filters/filter-autocomplete.spec.ts241 // Step 7: Reload and re-open edit to verify the filter text is still intactCOMMENT
LOWfrontend/src/helpers/ganttTaskTree.ts20 // Step 1: Build parent -> children mappingCOMMENT
LOWfrontend/src/helpers/ganttTaskTree.ts42 // Step 2: Find root tasks (no parent in the current view)COMMENT
LOWfrontend/src/helpers/ganttTaskTree.ts50 // Step 3: Depth-first flattenCOMMENT
LOWveans/internal/bootstrap/botuser.go69 // Step 3: try creating.COMMENT
LOWpkg/caldavtests/relations_test.go90 // Step 1: Child arrives firstCOMMENT
LOWpkg/caldavtests/relations_test.go97 // Step 2: Parent arrives later (no RELATED-TO)COMMENT
LOWpkg/caldavtests/relations_test.go102 // Step 3: Verify parent has correct title (not DUMMY-UID)COMMENT
LOWpkg/caldavtests/relations_test.go109 // Step 4: Verify child still has parent relationCOMMENT
LOWpkg/caldavtests/client_compat_test.go33 // Step 1: Discover principalCOMMENT
LOWpkg/caldavtests/client_compat_test.go39 // Step 2: Get calendar-home-set from principalCOMMENT
LOWpkg/caldavtests/client_compat_test.go45 // Step 3: List calendarsCOMMENT
LOWpkg/caldavtests/client_compat_test.go52 // Step 4: Check CTag for a specific calendarCOMMENT
LOWpkg/caldavtests/client_compat_test.go56 // Step 5: Full sync — calendar-query to get all task ETagsCOMMENT
LOWpkg/caldavtests/client_compat_test.go71 // Step 6: Multiget to fetch specific tasksCOMMENT
LOWpkg/caldavtests/client_compat_test.go81 // Step 7: Push a local change via PUTCOMMENT
LOWpkg/caldavtests/client_compat_test.go95 // Step 1: Thunderbird starts with OPTIONS to check DAV supportCOMMENT
LOWpkg/caldavtests/client_compat_test.go103 // Step 2: PROPFIND on well-known for principalCOMMENT
LOWpkg/caldavtests/client_compat_test.go110 // Step 3: PROPFIND principal for calendar-home-setCOMMENT
LOWpkg/caldavtests/client_compat_test.go114 // Step 4: Thunderbird checks current-user-privilege-set to know if it can writeCOMMENT
LOWpkg/caldavtests/client_compat_test.go121 // Step 5: List calendarsCOMMENT
LOWpkg/caldavtests/client_compat_test.go125 // Step 6: Sync via calendar-queryCOMMENT
LOWpkg/caldavtests/discovery_test.go249 // Step 1: Hit well-known endpointCOMMENT
LOWpkg/caldavtests/discovery_test.go257 // Step 2: PROPFIND the entry point for principal infoCOMMENT
LOWpkg/caldavtests/discovery_test.go261 // Step 3: PROPFIND the principal URL for calendar-home-setCOMMENT
LOWpkg/caldavtests/discovery_test.go272 // Step 4: PROPFIND Depth:1 on calendar home to list calendarsCOMMENT
LOWpkg/webtests/caldav_test.go379 // Step 1: Subtask arrives FIRST, referencing a parent that doesn't exist yet.COMMENT
LOWpkg/webtests/caldav_test.go395 // Step 2: Parent arrives with NO RELATED-TO at all.COMMENT
LOWpkg/webtests/caldav_test.go410 // Step 3: Verify relations at the DB level.COMMENT
LOWpkg/webtests/caldav_test.go450 // Step 1: Parent created first (no RELATED-TO).COMMENT
LOWpkg/webtests/caldav_test.go464 // Step 2: Subtask arrives with RELATED-TO;RELTYPE=PARENT.COMMENT
LOWpkg/webtests/caldav_test.go479 // Step 3: Parent is re-synced (updated) — still no RELATED-TO.COMMENT
LOWpkg/webtests/caldav_test.go494 // Step 4: Verify relations still intact after parent re-sync.COMMENT
LOWpkg/webtests/caldav_test.go529 // Step 1: First subtask arrives, parent doesn't exist yet.COMMENT
LOWpkg/webtests/caldav_test.go544 // Step 2: Second subtask arrives, parent should exist as DUMMY now.COMMENT
LOWpkg/webtests/caldav_test.go559 // Step 3: Parent arrives with NO RELATED-TO.COMMENT
LOWpkg/webtests/caldav_test.go573 // Step 4: Verify all relations intact and no DUMMY tasks.COMMENT
Hyper-Verbose Identifiers47 hits · 47 pts
SeverityFileLineSnippetContext
LOWfrontend/tests/support/filterTestHelpers.ts4export async function createTasksWithPriorities(buckets?: any[]) {CODE
LOWfrontend/tests/e2e/project/project-history.spec.ts7async function visitProjectsToBuildHistory(page: Page, projects: any[]) {CODE
LOWfrontend/tests/e2e/task/comment-sort-order.spec.ts14async function createCommentsWithTimestamps(count: number, taskId = 1) {CODE
LOWfrontend/tests/e2e/task/bucket-select.spec.ts90 async function createTaskWithMultipleKanbanViews() {CODE
LOWfrontend/tests/e2e/task/task.spec.ts73async function uploadAttachmentAndVerify(page: Page, taskId: number, file = 'tests/fixtures/image.jpg') {CODE
LOWfrontend/src/composables/useCopyToClipboard.ts7 function fallbackCopyTextToClipboard(text: string) {CODE
LOWfrontend/src/stores/base.ts78 function setKeyboardShortcutsActive(value: boolean) {CODE
LOWfrontend/src/stores/base.ts142 async function handleSetCurrentProjectIfNotSet(project: IProject) {CODE
LOWfrontend/src/stores/projects.ts56 function getEffectiveParentProjectId(project: IProject, parentProjectIdFromDom: number): number {CODE
LOWfrontend/src/stores/projects.ts174 async function toggleSavedFilterFavorite(project: IProject) {CODE
LOWfrontend/src/stores/kanban.ts158 function ensureTaskIsInCorrectBucket(task: ITask) {CODE
LOWfrontend/src/stores/kanban.ts247 function setTasksLoadedForBucketPage({bucketId, page}: { bucketId: IBucket['id'], page: number }) {CODE
LOWfrontend/src/stores/kanban.ts251 function setAllTasksLoadedForBucket(bucketId: IBucket['id']) {CODE
LOWfrontend/src/stores/timeTracking.ts118 function unsubscribeFromTimerEvents() {CODE
LOWfrontend/src/stores/tasks.ts46export function buildDefaultRemindersForQuickAdd(CODE
LOWfrontend/src/stores/auth.ts36function redirectToSpecifiedProvider() {CODE
LOWfrontend/src/stores/auth.ts123 function setIsLoadingGeneralSettings(isLoading: boolean) {CODE
LOWfrontend/src/components/token/ApiTokenForm.vue204function toggleGroupPermissionsFromChild(group: string, checked: boolean) {CODE
LOWfrontend/src/components/misc/OpenQuickActions.vue11function openQuickActionsViaHotkey(event) {CODE
LOW…d/src/components/tasks/partials/commentReplyContext.ts14export function scrollAndHighlightComment(id: number): void {CODE
LOWfrontend/src/components/tasks/partials/Attachments.vue332function syncDropzoneTeleportTarget() {CODE
LOW…ntend/src/components/tasks/partials/ReminderDetail.vue193function updateDataAndMaybeCloseNow(close: () => void) {CODE
LOWfrontend/src/components/sharing/UserTeam.vue225function createShareTypeNameComputed(count: number) {CODE
LOWfrontend/src/components/input/DatepickerInline.vue127function formatDateToFlatpickrString(date: Date): string {CODE
LOWfrontend/src/components/input/DatepickerInline.vue222function getWeekdayFromStringInterval(dateString: string) {CODE
LOWfrontend/src/components/input/Reactions.vue130function hasCurrentUserReactedWithEmoji(value: string | number): boolean {CODE
LOW…tend/src/components/input/filter/FilterAutocomplete.ts61export function calculateReplacementRange(CODE
LOWfrontend/src/components/input/filter/FilterInput.vue160function setEditorContentFromModelValue(newValue: string | undefined) {CODE
LOWfrontend/src/components/project/views/ProjectTable.vue411function setActiveColumnsSortParam() {CODE
LOWfrontend/src/components/project/views/ProjectKanban.vue514function handleTaskContainerScroll(id: IBucket['id'], el: HTMLElement) {CODE
LOWfrontend/src/components/project/views/ProjectKanban.vue764function handleRecurringTaskCompletion() {CODE
LOWfrontend/src/views/user/settings/General.vue470function enforceBackgroundBrightnessBounds() {CODE
LOWfrontend/src/views/project/ProjectView.vue84function redirectToDefaultViewIfNecessary() {CODE
LOWfrontend/src/helpers/filters.ts83export function getFilterFieldRegexPattern(field: string): RegExp {CODE
LOWfrontend/src/helpers/filters.ts87export function transformFilterStringForApi(CODE
LOWfrontend/src/helpers/filters.ts187export function transformFilterStringFromApi(CODE
LOWfrontend/src/helpers/getInheritedBackgroundColor.ts13export function getInheritedBackgroundColor(el: HTMLElement): string {CODE
LOWfrontend/src/helpers/redirectToProvider.ts6export function getRedirectUrlFromCurrentFrontendPath(provider: IProvider): string {CODE
LOWfrontend/src/helpers/parseSubtasksViaIndention.ts19export function parseSubtasksViaIndention(taskTitles: string, prefixMode: PrefixMode): TaskWithParent[] {CODE
LOWfrontend/src/helpers/desktopAuth.ts11export function listenForDesktopOAuthTokens(callback: (tokens: OAuthTokens) => void): void {CODE
LOWfrontend/src/helpers/desktopAuth.ts15export function listenForDesktopOAuthError(callback: (error: string) => void): void {CODE
LOWfrontend/src/helpers/time/roundToNaturalDayBoundary.ts1export function roundToNaturalDayBoundary(date: Date, isStart = false): Date {CODE
LOWfrontend/src/services/savedFilter.ts31export function getSavedFilterIdFromProjectId(projectId: IProject['id']) {CODE
LOWfrontend/src/services/savedFilter.ts117 async function createFilterWithValidation() {CODE
LOWfrontend/src/services/taskCollection.ts20export function getDefaultTaskFilterParams(): TaskFilterParams {CODE
LOWdesktop/build.js52async function renameDistFilesToUnstable(currentVersion) {CODE
LOWdesktop/main.js486function registerQuickEntryShortcut(shortcut) {CODE
Hallucination Indicators3 hits · 30 pts
SeverityFileLineSnippetContext
CRITICALfrontend/src/components/input/editor/TipTap.vue862 event.target.parentNode.parentNode.firstChild.click()CODE
CRITICAL.github/workflows/preview.yml81 const shortSha = shaTag ? shaTag.replace('sha-', '').substring(0, 7) : context.payload.pull_request.head.shaCODE
CRITICALpkg/routes/api/v1/redoc/redoc.standalone.js41`;class As extends n.PureComponent{render(){return n.createElement("div",{style:{textAlign:"center"}},n.createElement(_sCODE
Decorative Section Separators8 hits · 24 pts
SeverityFileLineSnippetContext
MEDIUMdesktop/main.js161// ─── Express server ──────────────────────────────────────────────────COMMENT
MEDIUMdesktop/main.js185// ─── Zoom ────────────────────────────────────────────────────────────COMMENT
MEDIUMdesktop/main.js239// ─── Main window ─────────────────────────────────────────────────────COMMENT
MEDIUMdesktop/main.js303// ─── Quick Entry window ──────────────────────────────────────────────COMMENT
MEDIUMdesktop/main.js407// ─── System tray ─────────────────────────────────────────────────────COMMENT
MEDIUMdesktop/main.js458// ─── IPC handlers ────────────────────────────────────────────────────COMMENT
MEDIUMdesktop/main.js485// ─── Shortcut management ────────────────────────────────────────────COMMENT
MEDIUMdesktop/main.js513// ─── App lifecycle ───────────────────────────────────────────────────COMMENT
AI Slop Vocabulary5 hits · 15 pts
SeverityFileLineSnippetContext
MEDIUM.github/workflows/test.yml465 # so the test harness can authenticate against /api/v1/test/.COMMENT
MEDIUMpkg/cmd/migrate.go35// list -> Essentially just show the table, maybe with an extra column if the migration did run or notCOMMENT
MEDIUMpkg/routes/api/v1/redoc/redoc.standalone.js2!function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t(require("null")):"function"==typeof deCODE
MEDIUMpkg/routes/api/v1/redoc/redoc.standalone.js2!function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t(require("null")):"function"==typeof deCODE
MEDIUMpkg/routes/api/v1/redoc/redoc.standalone.js2!function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t(require("null")):"function"==typeof deCODE
Cross-File Repetition3 hits · 15 pts
SeverityFileLineSnippetContext
HIGHcliff.toml0{% if version %}\ ## [{{ version | trim_start_matches(pat="v") }}] - {{ timestamp | date(format="%y-%m-%d") }} {% else %STRING
HIGHfrontend/cliff.toml0{% if version %}\ ## [{{ version | trim_start_matches(pat="v") }}] - {{ timestamp | date(format="%y-%m-%d") }} {% else %STRING
HIGHdesktop/cliff.toml0{% if version %}\ ## [{{ version | trim_start_matches(pat="v") }}] - {{ timestamp | date(format="%y-%m-%d") }} {% else %STRING
Redundant / Tautological Comments5 hits · 10 pts
SeverityFileLineSnippetContext
LOWfrontend/scripts/fonts-subset.sh95 # Check if the output font file already existsCOMMENT
LOWfrontend/scripts/fonts-subset.sh123# Check if fonttools is availableCOMMENT
LOWfrontend/scripts/fonts-subset.sh131# Check if pyftsubset is available (part of fonttools)COMMENT
LOWfrontend/scripts/fonts-subset.sh139# Check if brotli is availableCOMMENT
LOW.github/workflows/nixpkgs-update.yml35 # Check if there's already an open PR updating vikunja (from us or r-ryantm)COMMENT
Self-Referential Comments2 hits · 6 pts
SeverityFileLineSnippetContext
MEDIUMfrontend/scripts/fonts-subset.sh149echo "# Create a partial instance of the variable font"CODE
MEDIUMfrontend/src/components/base/Expandable.vue81# The following functions are called by the js hooks of the transitions.COMMENT
Modern AI Meta-Vocabulary1 hit · 3 pts
SeverityFileLineSnippetContext
MEDIUMfrontend/src/components/base/BasePagination.vue85// Layout/scaffold rules ported from bulma-css-variables/sass/components/pagination.sass.COMMENT
TODO Padding1 hit · 2 pts
SeverityFileLineSnippetContext
LOWpkg/models/subscription_test.go190 // TODO: Add tests to test triggering of notifications for subscribed thingsCOMMENT