Repository Analysis

Kozea/Radicale

A simple CalDAV (calendar) and CardDAV (contact) server.

20.9 Moderate AI signal View on GitHub

Analysis Overview

This report presents the forensic synthetic code analysis of Kozea/Radicale, a Python project with 4,937 GitHub stars. SynthScan v2.0 examined 49,322 lines of code across 167 source files, recording 792 pattern matches distributed across 13 syntactic categories. The overall adjusted score of 20.9 places this repository in the Moderate 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).

20.9
Adjusted Score
20.9
Raw Score
100%
Time Factor
2026-08-24
Last Push
4.9K
Stars
Python
Language
49.3K
Lines of Code
167
Files
792
Pattern Hits
2026-08-29
Scan Date
0.10
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 16MEDIUM 114LOW 661

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

Self-Referential Comments113 hits · 339 pts
SeverityFileLineSnippetContext
MEDIUMradicale/httputils.py1# This file is part of Radicale - CalDAV and CardDAV serverCOMMENT
MEDIUMradicale/pathutils.py1# This file is part of Radicale - CalDAV and CardDAV serverCOMMENT
MEDIUMradicale/server.py1# This file is part of Radicale - CalDAV and CardDAV serverCOMMENT
MEDIUMradicale/config.py1# This file is part of Radicale - CalDAV and CardDAV serverCOMMENT
MEDIUMradicale/log.py1# This file is part of Radicale - CalDAV and CardDAV serverCOMMENT
MEDIUMradicale/__init__.py1# This file is part of Radicale - CalDAV and CardDAV serverCOMMENT
MEDIUMradicale/types.py1# This file is part of Radicale - CalDAV and CardDAV serverCOMMENT
MEDIUMradicale/utils.py1# This file is part of Radicale - CalDAV and CardDAV serverCOMMENT
MEDIUMradicale/__main__.py1# This file is part of Radicale - CalDAV and CardDAV serverCOMMENT
MEDIUMradicale/__main__.py228 # Create a socket pair to notify the server of program shutdownCOMMENT
MEDIUMradicale/xmlutils.py1# This file is part of Radicale - CalDAV and CardDAV serverCOMMENT
MEDIUMradicale/sharing/files.py1# This file is part of Radicale Server - Calendar ServerCOMMENT
MEDIUMradicale/sharing/none.py1# This file is part of Radicale Server - Calendar ServerCOMMENT
MEDIUMradicale/sharing/__init__.py1# This file is part of Radicale Server - Calendar ServerCOMMENT
MEDIUMradicale/sharing/common.py1# This file is part of Radicale Server - Calendar ServerCOMMENT
MEDIUMradicale/sharing/csv.py1# This file is part of Radicale Server - Calendar ServerCOMMENT
MEDIUMradicale/app/put.py1# This file is part of Radicale - CalDAV and CardDAV serverCOMMENT
MEDIUMradicale/app/delete.py1# This file is part of Radicale - CalDAV and CardDAV serverCOMMENT
MEDIUMradicale/app/mkcol.py1# This file is part of Radicale - CalDAV and CardDAV serverCOMMENT
MEDIUMradicale/app/options.py1# This file is part of Radicale - CalDAV and CardDAV serverCOMMENT
MEDIUMradicale/app/post.py1# This file is part of Radicale - CalDAV and CardDAV serverCOMMENT
MEDIUMradicale/app/__init__.py1# This file is part of Radicale - CalDAV and CardDAV serverCOMMENT
MEDIUMradicale/app/propfind.py1# This file is part of Radicale - CalDAV and CardDAV serverCOMMENT
MEDIUMradicale/app/proppatch.py1# This file is part of Radicale - CalDAV and CardDAV serverCOMMENT
MEDIUMradicale/app/head.py1# This file is part of Radicale - CalDAV and CardDAV serverCOMMENT
MEDIUMradicale/app/move.py1# This file is part of Radicale - CalDAV and CardDAV serverCOMMENT
MEDIUMradicale/app/get.py1# This file is part of Radicale - CalDAV and CardDAV serverCOMMENT
MEDIUMradicale/app/base.py1# This file is part of Radicale - CalDAV and CardDAV serverCOMMENT
MEDIUMradicale/app/report.py1# This file is part of Radicale - CalDAV and CardDAV serverCOMMENT
MEDIUMradicale/app/mkcalendar.py1# This file is part of Radicale - CalDAV and CardDAV serverCOMMENT
MEDIUMradicale/auth/none.py1# This file is part of Radicale - CalDAV and CardDAV serverCOMMENT
MEDIUMradicale/auth/ldap.py1# This file is part of Radicale - CalDAV and CardDAV serverCOMMENT
MEDIUMradicale/auth/pam.py3# This file is part of Radicale Server - Calendar ServerCOMMENT
MEDIUMradicale/auth/http_x_remote_user.py1# This file is part of Radicale - CalDAV and CardDAV serverCOMMENT
MEDIUMradicale/auth/oauth2.py1# This file is part of Radicale Server - Calendar ServerCOMMENT
MEDIUMradicale/auth/htpasswd.py1# This file is part of Radicale - CalDAV and CardDAV serverCOMMENT
MEDIUMradicale/auth/__init__.py1# This file is part of Radicale - CalDAV and CardDAV serverCOMMENT
MEDIUMradicale/auth/dovecot.py1# This file is part of Radicale Server - Calendar ServerCOMMENT
MEDIUMradicale/auth/denyall.py1# This file is part of Radicale - CalDAV and CardDAV serverCOMMENT
MEDIUMradicale/auth/http_remote_user.py1# This file is part of Radicale - CalDAV and CardDAV serverCOMMENT
MEDIUMradicale/auth/remote_user.py1# This file is part of Radicale - CalDAV and CardDAV serverCOMMENT
MEDIUMradicale/group/none.py1# This file is part of Radicale - CalDAV and CardDAV serverCOMMENT
MEDIUMradicale/group/from_auth.py1# This file is part of Radicale - CalDAV and CardDAV serverCOMMENT
MEDIUMradicale/group/__init__.py1# This file is part of Radicale - CalDAV and CardDAV serverCOMMENT
MEDIUMradicale/group/htgroup.py1# This file is part of Radicale - CalDAV and CardDAV serverCOMMENT
MEDIUMradicale/web/internal.py1# This file is part of Radicale - CalDAV and CardDAV serverCOMMENT
MEDIUMradicale/web/none.py1# This file is part of Radicale - CalDAV and CardDAV serverCOMMENT
MEDIUMradicale/web/__init__.py1# This file is part of Radicale - CalDAV and CardDAV serverCOMMENT
MEDIUMradicale/tests/test_rights.py1# This file is part of Radicale - CalDAV and CardDAV serverCOMMENT
MEDIUMradicale/tests/test_sharing.py1# This file is part of Radicale - CalDAV and CardDAV serverCOMMENT
MEDIUMradicale/tests/test_group.py1# This file is part of Radicale - CalDAV and CardDAV serverCOMMENT
MEDIUMradicale/tests/test_auth.py1# This file is part of Radicale - CalDAV and CardDAV serverCOMMENT
MEDIUMradicale/tests/test_web.py1# This file is part of Radicale - CalDAV and CardDAV serverCOMMENT
MEDIUMradicale/tests/__init__.py1# This file is part of Radicale - CalDAV and CardDAV serverCOMMENT
MEDIUMradicale/tests/test_expand.py1# This file is part of Radicale - CalDAV and CardDAV serverCOMMENT
MEDIUMradicale/tests/test_hook_email.py1# This file is part of Radicale - CalDAV and CardDAV serverCOMMENT
MEDIUMradicale/tests/test_storage.py1# This file is part of Radicale - CalDAV and CardDAV serverCOMMENT
MEDIUMradicale/tests/test_hook_rabbitmq.py1# This file is part of Radicale - CalDAV and CardDAV serverCOMMENT
MEDIUMradicale/tests/test_server.py1# This file is part of Radicale - CalDAV and CardDAV serverCOMMENT
MEDIUMradicale/tests/test_config.py1# This file is part of Radicale - CalDAV and CardDAV serverCOMMENT
53 more matches not shown…
Hyper-Verbose Identifiers344 hits · 291 pts
SeverityFileLineSnippetContext
LOWradicale/pathutils.py255def is_safe_filesystem_path_component(path: str) -> bool:CODE
LOWradicale/pathutils.py365def path_permissions_as_string(path):CODE
LOWradicale/pathutils.py404def path_is_collision_free_case_sensitive(path):CODE
LOWradicale/pathutils.py428def path_is_collision_free_no_short_filename(path):CODE
LOWradicale/pathutils.py476def path_supports_trailing_whitespace(path):CODE
LOWradicale/pathutils.py500def path_supports_problematic_chars(path):CODE
LOWradicale/server.py239class RequestHandler(wsgiref.simple_server.WSGIRequestHandler):CODE
LOWradicale/__init__.py44def _get_application_instance(config_path: str, wsgi_errors: types.ErrorStreamCODE
LOWradicale/utils.py229def ssl_context_options_by_protocol(protocol: str, ssl_context_options):STRING
LOWradicale/utils.py299def ssl_context_minimum_version_by_options(ssl_context_options):STRING
LOWradicale/utils.py317def ssl_context_maximum_version_by_options(ssl_context_options):STRING
LOWradicale/sharing/none.py29 def get_sharing_collection_by_token(self, token: str) -> Union[dict, None]:CODE
LOWradicale/sharing/none.py35 def get_sharing_collection_by_map(self, path) -> Union[dict, None]:CODE
LOWradicale/sharing/__init__.py167def check_template_alarm_trigger(data: Any) -> str:CODE
LOWradicale/sharing/__init__.py484 def sharing_collection_resolver(self, path: str, user: str) -> Union[dict, None]:CODE
LOWradicale/sharing/__init__.py579 def sharing_collection_update(self, ShareType: str, PathOrToken: str, OwnerOrUser: str, Properties: dict) -> None:CODE
LOWradicale/sharing/__init__.py599 def sharing_collection_by_token_resolver(self, path) -> Union[dict, None]:CODE
LOWradicale/sharing/__init__.py635 def sharing_collection_by_map_resolver(self, path: str, user: str) -> Union[dict, None]:CODE
LOWradicale/sharing/common.py23def database_common_check_row_match(CODE
LOWradicale/sharing/common.py119def database_common_filter_resolved_duplicate_shares(rows_unfiltered: list[dict]) -> list[dict]:CODE
LOWradicale/app/__init__.py225 def _profiler_per_request_method(self, shutdown: bool = False) -> None:CODE
LOWradicale/app/get.py58 def _content_disposition_attachment(self, filename: str) -> str:CODE
LOWradicale/app/report.py662def _split_overridden_vevents(CODE
LOWradicale/auth/__init__.py218 def _sleep_for_constant_exec_time(self, time_ns_begin: int):CODE
LOWradicale/web/internal_data/js/utils/collection_utils.js31export function extractUsernameFromPrincipalCollection(principal_collection) {CODE
LOWradicale/web/internal_data/js/utils/permissions.js26export function displayPermissionsOrConversion(conversion, permissions, node) {CODE
LOWradicale/tests/test_rights.py61 def test_owner_only_without_auth(self) -> None:CODE
LOWradicale/tests/test_rights.py79 def test_owner_write_without_auth(self) -> None:CODE
LOWradicale/tests/test_rights.py97 def test_authenticated_without_auth(self) -> None:CODE
LOWradicale/tests/test_rights.py132 def test_from_file_limited_get(self):CODE
LOWradicale/tests/test_rights.py161 def test_collections_and_items(self) -> None:CODE
LOWradicale/tests/test_rights.py178 def test_put_collections_and_items(self) -> None:CODE
LOWradicale/tests/test_sharing.py135 def _proppatch_calendar_color(self, path, login, color, check=207) -> None:CODE
LOWradicale/tests/test_sharing.py154 def _proppatch_calendar_color_remove(self, path, login) -> None:CODE
LOWradicale/tests/test_sharing.py171 def _propfind_calendar_description(self, path, login):CODE
LOWradicale/tests/test_sharing.py187 def _proppatch_calendar_description(self, path, login, description) -> None:CODE
LOWradicale/tests/test_sharing.py204 def _proppatch_calendar_description_remove(self, path, login) -> None:CODE
LOWradicale/tests/test_sharing.py222 def test_sharing_api_base_csv_custom(self) -> None:CODE
LOWradicale/tests/test_sharing.py231 def test_sharing_api_base_no_auth_basic(self) -> None:CODE
LOWradicale/tests/test_sharing.py287 def test_sharing_api_base_no_auth_delay(self) -> None:CODE
LOWradicale/tests/test_sharing.py320 def test_sharing_api_base_with_auth(self) -> None:CODE
LOWradicale/tests/test_sharing.py451 def test_sharing_api_list_with_auth(self) -> None:CODE
LOWradicale/tests/test_sharing.py553 def test_sharing_api_token_basic(self) -> None:CODE
LOWradicale/tests/test_sharing.py758 def test_sharing_api_token_usage_proxy(self) -> None:CODE
LOWradicale/tests/test_sharing.py829 def test_sharing_api_token_usage_basic(self) -> None:CODE
LOWradicale/tests/test_sharing.py950 def test_sharing_api_token_usage_delay(self) -> None:CODE
LOWradicale/tests/test_sharing.py1047 def test_sharing_api_map_basic(self) -> None:CODE
LOWradicale/tests/test_sharing.py1131 def test_sharing_api_map_basic_email(self) -> None:CODE
LOWradicale/tests/test_sharing.py1193 def test_sharing_api_map_usage(self) -> None:CODE
LOWradicale/tests/test_sharing.py1471 def test_sharing_api_map_update_delete_permissions(self) -> None:CODE
LOWradicale/tests/test_sharing.py1641 def test_sharing_api_map_usercheck(self) -> None:CODE
LOWradicale/tests/test_sharing.py1733 def test_sharing_api_map_permissions(self) -> None:CODE
LOWradicale/tests/test_sharing.py1928 def test_sharing_api_map_report_access(self) -> None:CODE
LOWradicale/tests/test_sharing.py2051 def test_sharing_api_map_hidden(self) -> None:CODE
LOWradicale/tests/test_sharing.py2196 def test_sharing_api_map_propfind_base(self) -> None:CODE
LOWradicale/tests/test_sharing.py2299 def test_sharing_api_map_proppatch_acl(self) -> None:CODE
LOWradicale/tests/test_sharing.py2464 def test_sharing_api_map_move(self) -> None:CODE
LOWradicale/tests/test_sharing.py2779 def test_sharing_api_list_filter(self) -> None:CODE
LOWradicale/tests/test_sharing.py2922 def test_sharing_api_create_conflict(self) -> None:CODE
LOWradicale/tests/test_sharing.py3030 def test_sharing_api_permissions_global(self) -> None:CODE
284 more matches not shown…
Over-Commented Block109 hits · 107 pts
SeverityFileLineSnippetContext
LOWradicale/httputils.py1# This file is part of Radicale - CalDAV and CardDAV serverCOMMENT
LOWradicale/pathutils.py1# This file is part of Radicale - CalDAV and CardDAV serverCOMMENT
LOWradicale/server.py1# This file is part of Radicale - CalDAV and CardDAV serverCOMMENT
LOWradicale/config.py1# This file is part of Radicale - CalDAV and CardDAV serverCOMMENT
LOWradicale/log.py1# This file is part of Radicale - CalDAV and CardDAV serverCOMMENT
LOWradicale/__init__.py1# This file is part of Radicale - CalDAV and CardDAV serverCOMMENT
LOWradicale/types.py1# This file is part of Radicale - CalDAV and CardDAV serverCOMMENT
LOWradicale/utils.py1# This file is part of Radicale - CalDAV and CardDAV serverCOMMENT
LOWradicale/__main__.py1# This file is part of Radicale - CalDAV and CardDAV serverCOMMENT
LOWradicale/xmlutils.py1# This file is part of Radicale - CalDAV and CardDAV serverCOMMENT
LOWradicale/sharing/files.py1# This file is part of Radicale Server - Calendar ServerCOMMENT
LOWradicale/sharing/none.py1# This file is part of Radicale Server - Calendar ServerCOMMENT
LOWradicale/sharing/__init__.py1# This file is part of Radicale Server - Calendar ServerCOMMENT
LOWradicale/sharing/__init__.py41# User: <user> (user of database entry)COMMENT
LOWradicale/sharing/common.py1# This file is part of Radicale Server - Calendar ServerCOMMENT
LOWradicale/sharing/csv.py1# This file is part of Radicale Server - Calendar ServerCOMMENT
LOWradicale/app/put.py1# This file is part of Radicale - CalDAV and CardDAV serverCOMMENT
LOWradicale/app/delete.py1# This file is part of Radicale - CalDAV and CardDAV serverCOMMENT
LOWradicale/app/mkcol.py1# This file is part of Radicale - CalDAV and CardDAV serverCOMMENT
LOWradicale/app/options.py1# This file is part of Radicale - CalDAV and CardDAV serverCOMMENT
LOWradicale/app/post.py1# This file is part of Radicale - CalDAV and CardDAV serverCOMMENT
LOWradicale/app/__init__.py1# This file is part of Radicale - CalDAV and CardDAV serverCOMMENT
LOWradicale/app/propfind.py1# This file is part of Radicale - CalDAV and CardDAV serverCOMMENT
LOWradicale/app/proppatch.py1# This file is part of Radicale - CalDAV and CardDAV serverCOMMENT
LOWradicale/app/head.py1# This file is part of Radicale - CalDAV and CardDAV serverCOMMENT
LOWradicale/app/move.py1# This file is part of Radicale - CalDAV and CardDAV serverCOMMENT
LOWradicale/app/get.py1# This file is part of Radicale - CalDAV and CardDAV serverCOMMENT
LOWradicale/app/base.py1# This file is part of Radicale - CalDAV and CardDAV serverCOMMENT
LOWradicale/app/report.py1# This file is part of Radicale - CalDAV and CardDAV serverCOMMENT
LOWradicale/app/report.py461 # This function uses datetimes internally without timezone info for datesCOMMENT
LOWradicale/app/mkcalendar.py1# This file is part of Radicale - CalDAV and CardDAV serverCOMMENT
LOWradicale/auth/none.py1# This file is part of Radicale - CalDAV and CardDAV serverCOMMENT
LOWradicale/auth/ldap.py1# This file is part of Radicale - CalDAV and CardDAV serverCOMMENT
LOWradicale/auth/pam.py1# -*- coding: utf-8 -*-COMMENT
LOWradicale/auth/http_x_remote_user.py1# This file is part of Radicale - CalDAV and CardDAV serverCOMMENT
LOWradicale/auth/oauth2.py1# This file is part of Radicale Server - Calendar ServerCOMMENT
LOWradicale/auth/htpasswd.py1# This file is part of Radicale - CalDAV and CardDAV serverCOMMENT
LOWradicale/auth/__init__.py1# This file is part of Radicale - CalDAV and CardDAV serverCOMMENT
LOWradicale/auth/dovecot.py1# This file is part of Radicale Server - Calendar ServerCOMMENT
LOWradicale/auth/dovecot.py81 # Upon the initial connection we only care about theCOMMENT
LOWradicale/auth/denyall.py1# This file is part of Radicale - CalDAV and CardDAV serverCOMMENT
LOWradicale/auth/http_remote_user.py1# This file is part of Radicale - CalDAV and CardDAV serverCOMMENT
LOWradicale/auth/remote_user.py1# This file is part of Radicale - CalDAV and CardDAV serverCOMMENT
LOWradicale/auth/imap.py1# RadicaleIMAP IMAP authentication plugin for Radicale.COMMENT
LOWradicale/group/none.py1# This file is part of Radicale - CalDAV and CardDAV serverCOMMENT
LOWradicale/group/from_auth.py1# This file is part of Radicale - CalDAV and CardDAV serverCOMMENT
LOWradicale/group/__init__.py1# This file is part of Radicale - CalDAV and CardDAV serverCOMMENT
LOWradicale/group/htgroup.py1# This file is part of Radicale - CalDAV and CardDAV serverCOMMENT
LOWradicale/web/internal.py1# This file is part of Radicale - CalDAV and CardDAV serverCOMMENT
LOWradicale/web/none.py1# This file is part of Radicale - CalDAV and CardDAV serverCOMMENT
LOWradicale/web/__init__.py1# This file is part of Radicale - CalDAV and CardDAV serverCOMMENT
LOWradicale/tests/test_rights.py1# This file is part of Radicale - CalDAV and CardDAV serverCOMMENT
LOWradicale/tests/test_sharing.py1# This file is part of Radicale - CalDAV and CardDAV serverCOMMENT
LOWradicale/tests/test_group.py1# This file is part of Radicale - CalDAV and CardDAV serverCOMMENT
LOWradicale/tests/test_auth.py1# This file is part of Radicale - CalDAV and CardDAV serverCOMMENT
LOWradicale/tests/test_web.py1# This file is part of Radicale - CalDAV and CardDAV serverCOMMENT
LOWradicale/tests/__init__.py1# This file is part of Radicale - CalDAV and CardDAV serverCOMMENT
LOWradicale/tests/test_expand.py1# This file is part of Radicale - CalDAV and CardDAV serverCOMMENT
LOWradicale/tests/test_hook_email.py1# This file is part of Radicale - CalDAV and CardDAV serverCOMMENT
LOWradicale/tests/test_storage.py1# This file is part of Radicale - CalDAV and CardDAV serverCOMMENT
49 more matches not shown…
Deep Nesting97 hits · 94 pts
SeverityFileLineSnippetContext
LOWradicale/httputils.py153CODE
LOWradicale/pathutils.py162CODE
LOWradicale/pathutils.py270CODE
LOWradicale/pathutils.py500CODE
LOWradicale/pathutils.py124CODE
LOWradicale/server.py286CODE
LOWradicale/config.py172CODE
LOWradicale/config.py944CODE
LOWradicale/config.py1032CODE
LOWradicale/log.py346CODE
LOWradicale/__init__.py44CODE
LOWradicale/utils.py229CODE
LOWradicale/utils.py362CODE
LOWradicale/utils.py404CODE
LOWradicale/utils.py424CODE
LOWradicale/utils.py495CODE
LOWradicale/__main__.py41CODE
LOWradicale/xmlutils.py155CODE
LOWradicale/sharing/files.py89CODE
LOWradicale/sharing/files.py177CODE
LOWradicale/sharing/__init__.py167CODE
LOWradicale/sharing/__init__.py388CODE
LOWradicale/sharing/__init__.py484CODE
LOWradicale/sharing/__init__.py599CODE
LOWradicale/sharing/__init__.py695CODE
LOWradicale/sharing/common.py23CODE
LOWradicale/sharing/csv.py188CODE
LOWradicale/sharing/csv.py255CODE
LOWradicale/sharing/csv.py329CODE
LOWradicale/sharing/csv.py375CODE
LOWradicale/app/put.py48CODE
LOWradicale/app/put.py184CODE
LOWradicale/app/delete.py65CODE
LOWradicale/app/mkcol.py34CODE
LOWradicale/app/__init__.py275CODE
LOWradicale/app/__init__.py288CODE
LOWradicale/app/propfind.py104CODE
LOWradicale/app/propfind.py582CODE
LOWradicale/app/proppatch.py100CODE
LOWradicale/app/move.py51CODE
LOWradicale/app/get.py70CODE
LOWradicale/app/base.py51CODE
LOWradicale/app/base.py86CODE
LOWradicale/app/base.py194CODE
LOWradicale/app/base.py227CODE
LOWradicale/app/report.py50CODE
LOWradicale/app/report.py149CODE
LOWradicale/app/report.py384CODE
LOWradicale/app/report.py729CODE
LOWradicale/app/report.py776CODE
LOWradicale/app/report.py785CODE
LOWradicale/app/mkcalendar.py34CODE
LOWradicale/auth/ldap.py173CODE
LOWradicale/auth/ldap.py269CODE
LOWradicale/auth/htpasswd.py87CODE
LOWradicale/auth/htpasswd.py199CODE
LOWradicale/auth/htpasswd.py218CODE
LOWradicale/auth/htpasswd.py310CODE
LOWradicale/auth/__init__.py72CODE
LOWradicale/auth/__init__.py247CODE
37 more matches not shown…
Cross-File Repetition15 hits · 75 pts
SeverityFileLineSnippetContext
HIGHradicale/sharing/__init__.py0initialize basehook. ``configuration`` see ``radicale.config`` module. the ``configuration`` must not change during the STRING
HIGHradicale/app/__init__.py0initialize basehook. ``configuration`` see ``radicale.config`` module. the ``configuration`` must not change during the STRING
HIGHradicale/auth/__init__.py0initialize basehook. ``configuration`` see ``radicale.config`` module. the ``configuration`` must not change during the STRING
HIGHradicale/group/__init__.py0initialize basehook. ``configuration`` see ``radicale.config`` module. the ``configuration`` must not change during the STRING
HIGHradicale/web/__init__.py0initialize basehook. ``configuration`` see ``radicale.config`` module. the ``configuration`` must not change during the STRING
HIGHradicale/storage/__init__.py0initialize basehook. ``configuration`` see ``radicale.config`` module. the ``configuration`` must not change during the STRING
HIGHradicale/rights/__init__.py0initialize basehook. ``configuration`` see ``radicale.config`` module. the ``configuration`` must not change during the STRING
HIGHradicale/hook/__init__.py0initialize basehook. ``configuration`` see ``radicale.config`` module. the ``configuration`` must not change during the STRING
HIGHradicale/tests/test_sharing.py0\ <?xml version="1.0" encoding="utf-8"?> <propfind xmlns="dav:"> <prop> <current-user-principal /> <owner /> </prop> </pSTRING
HIGHradicale/tests/test_auth.py0\ <?xml version="1.0" encoding="utf-8"?> <propfind xmlns="dav:"> <prop> <current-user-principal /> <owner /> </prop> </pSTRING
HIGHradicale/tests/test_base.py0\ <?xml version="1.0" encoding="utf-8"?> <propfind xmlns="dav:"> <prop> <current-user-principal /> <owner /> </prop> </pSTRING
HIGHradicale/tests/test_expand.py0\ [permit delete collection] user: .* collection: test-permit-delete permissions: rrwwd [forbid delete collection] user:STRING
HIGHradicale/tests/test_hook_email.py0\ [permit delete collection] user: .* collection: test-permit-delete permissions: rrwwd [forbid delete collection] user:STRING
HIGHradicale/tests/test_hook_rabbitmq.py0\ [permit delete collection] user: .* collection: test-permit-delete permissions: rrwwd [forbid delete collection] user:STRING
HIGHradicale/tests/test_base.py0\ [permit delete collection] user: .* collection: test-permit-delete permissions: rrwwd [forbid delete collection] user:STRING
Excessive Try-Catch Wrapping77 hits · 74 pts
SeverityFileLineSnippetContext
LOWradicale/server.py218 except Exception as e:CODE
LOWradicale/server.py220 except Exception:CODE
LOWradicale/config.py205 except Exception as e:CODE
LOWradicale/config.py221 except Exception as e:CODE
LOWradicale/config.py903 except Exception as e:CODE
LOWradicale/config.py990 except Exception as e:CODE
MEDIUMradicale/config.py113def ip_address(value):CODE
LOWradicale/log.py274 except Exception:CODE
LOWradicale/utils.py86 except Exception as e:CODE
LOWradicale/utils.py108 except Exception:CODE
LOWradicale/utils.py380 except Exception:STRING
LOWradicale/utils.py382 except Exception:STRING
LOWradicale/utils.py385 except Exception:STRING
LOWradicale/utils.py143 except Exception:STRING
LOWradicale/utils.py197 except Exception:STRING
LOWradicale/utils.py210 except Exception:STRING
LOWradicale/utils.py213 except Exception:STRING
LOWradicale/utils.py368 except Exception:STRING
LOWradicale/__main__.py168 except Exception as e:CODE
LOWradicale/__main__.py195 except Exception as e:CODE
LOWradicale/__main__.py209 except Exception as e:CODE
LOWradicale/__main__.py222 except Exception as e:CODE
LOWradicale/__main__.py240 except Exception as e:CODE
LOWradicale/sharing/files.py50 except Exception as e:CODE
LOWradicale/sharing/files.py59 except Exception as e:CODE
LOWradicale/sharing/files.py71 except Exception as e:CODE
LOWradicale/sharing/files.py284 except Exception as e:CODE
LOWradicale/sharing/files.py354 except Exception as e:CODE
LOWradicale/sharing/files.py381 except Exception as e:CODE
LOWradicale/sharing/__init__.py185 except Exception as e:CODE
LOWradicale/sharing/__init__.py300 except Exception as e:CODE
LOWradicale/sharing/csv.py53 except Exception as e:CODE
LOWradicale/sharing/csv.py63 except Exception as e:CODE
LOWradicale/sharing/csv.py74 except Exception as e:CODE
LOWradicale/sharing/csv.py401 except Exception as e:CODE
LOWradicale/sharing/csv.py407 except Exception as e:CODE
LOWradicale/sharing/csv.py427 except Exception as e:CODE
LOWradicale/app/put.py170 except Exception:CODE
LOWradicale/app/put.py217 except Exception as e:CODE
LOWradicale/app/__init__.py257 except Exception as e:CODE
LOWradicale/app/__init__.py676 except Exception as e:CODE
LOWradicale/app/report.py105 except Exception as e:CODE
LOWradicale/app/report.py296 except Exception as e:CODE
LOWradicale/auth/ldap.py237 except Exception as e:CODE
LOWradicale/auth/ldap.py256 except Exception:CODE
LOWradicale/auth/ldap.py301 except Exception as e:CODE
LOWradicale/auth/ldap.py318 except Exception as e:CODE
LOWradicale/auth/ldap.py351 except Exception as e:CODE
LOWradicale/auth/ldap.py382 except Exception:CODE
LOWradicale/auth/ldap.py397 except Exception as e:CODE
LOWradicale/storage/multifilesystem/create_collection.py55 except Exception:CODE
LOWradicale/storage/multifilesystem/create_collection.py111 except Exception as e:CODE
LOWradicale/storage/multifilesystem/upload.py48 except Exception as e:CODE
LOWradicale/storage/multifilesystem/upload.py63 except Exception as e:CODE
LOWradicale/storage/multifilesystem/upload.py118 except Exception as e:CODE
LOWradicale/storage/multifilesystem/__init__.py103 except Exception as e:CODE
LOWradicale/storage/multifilesystem/__init__.py110 except Exception as e:CODE
LOWradicale/storage/multifilesystem/__init__.py160 except Exception:CODE
LOWradicale/storage/multifilesystem/__init__.py208 except Exception:CODE
LOWradicale/storage/multifilesystem/lock.py104 except Exception as e:CODE
17 more matches not shown…
Unused Imports17 hits · 16 pts
SeverityFileLineSnippetContext
LOWradicale/httputils.py35CODE
LOWradicale/pathutils.py35CODE
LOWradicale/utils.py32CODE
LOWradicale/auth/__init__.py39CODE
LOWradicale/group/__init__.py28CODE
LOWradicale/web/__init__.py27CODE
LOWradicale/tests/test_auth.py58CODE
LOWradicale/tests/test_auth.py59CODE
LOWradicale/tests/test_hook_rabbitmq.py37CODE
LOWradicale/storage/__init__.py35CODE
LOWradicale/storage/__init__.py36CODE
LOWradicale/storage/multifilesystem/get.py28CODE
LOWradicale/storage/multifilesystem/base.py26CODE
LOWradicale/storage/multifilesystem/history.py28CODE
LOWradicale/storage/multifilesystem/meta.py25CODE
LOWradicale/rights/__init__.py53CODE
LOWradicale/item/__init__.py41CODE
AI Structural Patterns11 hits · 11 pts
SeverityFileLineSnippetContext
LOWradicale/sharing/files.py177CODE
LOWradicale/sharing/files.py235CODE
LOWradicale/sharing/files.py288CODE
LOWradicale/sharing/__init__.py323CODE
LOWradicale/sharing/__init__.py346CODE
LOWradicale/sharing/__init__.py361CODE
LOWradicale/sharing/common.py23CODE
LOWradicale/sharing/csv.py142CODE
LOWradicale/sharing/csv.py188CODE
LOWradicale/sharing/csv.py255CODE
LOWradicale/item/__init__.py606CODE
Hallucination Indicators1 hit · 10 pts
SeverityFileLineSnippetContext
CRITICALradicale/auth/ldap.py271 self.ldap3.utils.config._ATTRIBUTES_EXCLUDED_FROM_CHECK.extend(['createTimestamp', 'modifyTimestamp'])CODE
Cross-Language Confusion1 hit · 5 pts
SeverityFileLineSnippetContext
HIGHradicale/tests/test_storage.py83 "flock -n .Radicale.lock || exit 0; exit 1")}})CODE
Redundant / Tautological Comments3 hits · 4 pts
SeverityFileLineSnippetContext
LOWradicale/storage/multifilesystem/discover.py64 # Check if the path exists and if it leads to a collection or an itemCOMMENT
LOWradicale/storage/multifilesystem/get.py119 # Check if another process created the file in the meantimeCOMMENT
LOWradicale/hook/email/__init__.py611 # Check if all variables are in the allowed listCOMMENT
Modern Structural Boilerplate3 hits · 3 pts
SeverityFileLineSnippetContext
LOWradicale/log.py313def set_level(level: Union[int, str], backtrace_on_debug: bool, trace_filter: str = "") -> None:CODE
LOWradicale/storage/__init__.py213 def set_meta(self, props: Mapping[str, str]) -> None:CODE
LOWradicale/storage/multifilesystem/meta.py64 def set_meta(self, props: Mapping[str, str]) -> None:CODE
AI Slop Vocabulary1 hit · 2 pts
SeverityFileLineSnippetContext
LOWradicale/app/report.py174 # properties, just return an empty result.COMMENT