Documentation that simply works
This report presents the forensic synthetic code analysis of squidfunk/mkdocs-material, a Python project with 27,093 GitHub stars. SynthScan v2.0 examined 148,421 lines of code across 798 source files, recording 1324 pattern matches distributed across 13 syntactic categories. The overall adjusted score of 19.2 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).
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.
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.
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.
The scanner identified 1324 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.
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | material/overrides/hooks/translations.py | 29 | # ----------------------------------------------------------------------------- | COMMENT |
| MEDIUM | material/overrides/hooks/translations.py | 31 | # ----------------------------------------------------------------------------- | COMMENT |
| MEDIUM | material/overrides/hooks/translations.py | 122 | # ----------------------------------------------------------------------------- | COMMENT |
| MEDIUM | material/overrides/hooks/translations.py | 124 | # ----------------------------------------------------------------------------- | COMMENT |
| MEDIUM | material/overrides/hooks/shortcodes.py | 31 | # ----------------------------------------------------------------------------- | COMMENT |
| MEDIUM | material/overrides/hooks/shortcodes.py | 33 | # ----------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | material/overrides/hooks/shortcodes.py | 73 | # ----------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | material/overrides/hooks/shortcodes.py | 75 | # ----------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | material/overrides/hooks/shortcodes.py | 97 | # ----------------------------------------------------------------------------- | COMMENT |
| MEDIUM | material/overrides/hooks/shortcodes.py | 112 | # ----------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | material/plugins/privacy/config.py | 28 | # ----------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | material/plugins/privacy/config.py | 30 | # ----------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | material/plugins/privacy/config.py | 40 | # ----------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | material/plugins/privacy/config.py | 42 | # ----------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | material/plugins/privacy/parser.py | 24 | # ----------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | material/plugins/privacy/parser.py | 26 | # ----------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | material/plugins/privacy/plugin.py | 246 | # ------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | material/plugins/privacy/plugin.py | 662 | # ----------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | material/plugins/privacy/plugin.py | 664 | # ----------------------------------------------------------------------------- | COMMENT |
| MEDIUM | material/plugins/privacy/plugin.py | 51 | # ----------------------------------------------------------------------------- | COMMENT |
| MEDIUM | material/plugins/privacy/plugin.py | 53 | # ----------------------------------------------------------------------------- | COMMENT |
| MEDIUM | material/plugins/privacy/plugin.py | 301 | # ------------------------------------------------------------------------- | COMMENT |
| MEDIUM | material/plugins/privacy/plugin.py | 414 | # ------------------------------------------------------------------------- | COMMENT |
| MEDIUM | material/plugins/privacy/plugin.py | 622 | # ------------------------------------------------------------------------- | COMMENT |
| MEDIUM | material/plugins/optimize/config.py | 26 | # ----------------------------------------------------------------------------- | COMMENT |
| MEDIUM | material/plugins/optimize/config.py | 28 | # ----------------------------------------------------------------------------- | COMMENT |
| MEDIUM | material/plugins/optimize/plugin.py | 48 | # ----------------------------------------------------------------------------- | COMMENT |
| MEDIUM | material/plugins/optimize/plugin.py | 50 | # ----------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | material/plugins/optimize/plugin.py | 212 | # ------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | material/plugins/optimize/plugin.py | 365 | # ----------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | material/plugins/optimize/plugin.py | 367 | # ----------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | material/plugins/optimize/plugin.py | 374 | # ----------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | material/plugins/optimize/plugin.py | 383 | # ----------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | material/plugins/optimize/plugin.py | 385 | # ----------------------------------------------------------------------------- | COMMENT |
| MEDIUM | material/plugins/group/config.py | 24 | # ----------------------------------------------------------------------------- | COMMENT |
| MEDIUM | material/plugins/group/config.py | 26 | # ----------------------------------------------------------------------------- | COMMENT |
| MEDIUM | material/plugins/group/plugin.py | 33 | # ----------------------------------------------------------------------------- | COMMENT |
| MEDIUM | material/plugins/group/plugin.py | 35 | # ----------------------------------------------------------------------------- | COMMENT |
| MEDIUM | material/plugins/group/plugin.py | 101 | # ------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | material/plugins/group/plugin.py | 117 | # ------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | material/plugins/group/plugin.py | 124 | # ------------------------------------------------------------------------- | COMMENT |
| MEDIUM | material/plugins/group/plugin.py | 156 | # ----------------------------------------------------------------------------- | COMMENT |
| MEDIUM | material/plugins/group/plugin.py | 158 | # ----------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | material/plugins/projects/config.py | 27 | # ----------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | material/plugins/projects/config.py | 29 | # ----------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | material/plugins/projects/config.py | 39 | # ----------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | material/plugins/projects/config.py | 41 | # ----------------------------------------------------------------------------- | COMMENT |
| MEDIUM | material/plugins/projects/plugin.py | 43 | # ----------------------------------------------------------------------------- | COMMENT |
| MEDIUM | material/plugins/projects/plugin.py | 45 | # ----------------------------------------------------------------------------- | COMMENT |
| MEDIUM | material/plugins/projects/plugin.py | 234 | # ------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | material/plugins/projects/builder/log.py | 30 | # ----------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | material/plugins/projects/builder/log.py | 32 | # ----------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | material/plugins/projects/builder/log.py | 42 | # ----------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | material/plugins/projects/builder/log.py | 44 | # ----------------------------------------------------------------------------- | COMMENT |
| MEDIUM | material/plugins/projects/builder/log.py | 85 | # ----------------------------------------------------------------------------- | COMMENT |
| MEDIUM | material/plugins/projects/builder/__init__.py | 49 | # ----------------------------------------------------------------------------- | COMMENT |
| MEDIUM | material/plugins/projects/builder/__init__.py | 51 | # ----------------------------------------------------------------------------- | COMMENT |
| MEDIUM | material/plugins/projects/builder/__init__.py | 141 | # ------------------------------------------------------------------------- | COMMENT |
| MEDIUM | material/plugins/projects/builder/__init__.py | 202 | # ----------------------------------------------------------------------------- | COMMENT |
| MEDIUM | material/plugins/projects/builder/__init__.py | 204 | # ----------------------------------------------------------------------------- | COMMENT |
| 552 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | mkdocs.yml | 1 | # Copyright (c) 2016-2025 Martin Donath <martin.donath@squidfunk.com> | COMMENT |
| LOW | requirements.txt | 1 | # Copyright (c) 2016-2025 Martin Donath <martin.donath@squidfunk.com> | COMMENT |
| LOW | pyproject.toml | 1 | # Copyright (c) 2016-2025 Martin Donath <martin.donath@squidfunk.com> | COMMENT |
| LOW | .github/workflows/build.yml | 1 | # Copyright (c) 2016-2025 Martin Donath <martin.donath@squidfunk.com> | COMMENT |
| LOW | .github/workflows/documentation.yml | 1 | # Copyright (c) 2016-2025 Martin Donath <martin.donath@squidfunk.com> | COMMENT |
| LOW | .github/ISSUE_TEMPLATE/config.yml | 1 | # Copyright (c) 2016-2025 Martin Donath <martin.donath@squidfunk.com> | COMMENT |
| LOW | material/__init__.py | 1 | # Copyright (c) 2016-2025 Martin Donath <martin.donath@squidfunk.com> | COMMENT |
| LOW | material/overrides/hooks/translations.py | 1 | # Copyright (c) 2016-2025 Martin Donath <martin.donath@squidfunk.com> | COMMENT |
| LOW | material/overrides/hooks/shortcodes.py | 1 | # Copyright (c) 2016-2025 Martin Donath <martin.donath@squidfunk.com> | COMMENT |
| LOW | material/plugins/__init__.py | 1 | # Copyright (c) 2016-2025 Martin Donath <martin.donath@squidfunk.com> | COMMENT |
| LOW | material/plugins/privacy/config.py | 1 | # Copyright (c) 2016-2025 Martin Donath <martin.donath@squidfunk.com> | COMMENT |
| LOW | material/plugins/privacy/__init__.py | 1 | # Copyright (c) 2016-2025 Martin Donath <martin.donath@squidfunk.com> | COMMENT |
| LOW | material/plugins/privacy/parser.py | 1 | # Copyright (c) 2016-2025 Martin Donath <martin.donath@squidfunk.com> | COMMENT |
| LOW | material/plugins/privacy/plugin.py | 1 | # Copyright (c) 2016-2025 Martin Donath <martin.donath@squidfunk.com> | COMMENT |
| LOW | material/plugins/optimize/config.py | 1 | # Copyright (c) 2016-2025 Martin Donath <martin.donath@squidfunk.com> | COMMENT |
| LOW | material/plugins/optimize/__init__.py | 1 | # Copyright (c) 2016-2025 Martin Donath <martin.donath@squidfunk.com> | COMMENT |
| LOW | material/plugins/optimize/plugin.py | 1 | # Copyright (c) 2016-2025 Martin Donath <martin.donath@squidfunk.com> | COMMENT |
| LOW | material/plugins/group/config.py | 1 | # Copyright (c) 2016-2025 Martin Donath <martin.donath@squidfunk.com> | COMMENT |
| LOW | material/plugins/group/__init__.py | 1 | # Copyright (c) 2016-2025 Martin Donath <martin.donath@squidfunk.com> | COMMENT |
| LOW | material/plugins/group/plugin.py | 1 | # Copyright (c) 2016-2025 Martin Donath <martin.donath@squidfunk.com> | COMMENT |
| LOW | material/plugins/projects/config.py | 1 | # Copyright (c) 2016-2025 Martin Donath <martin.donath@squidfunk.com> | COMMENT |
| LOW | material/plugins/projects/__init__.py | 1 | # Copyright (c) 2016-2025 Martin Donath <martin.donath@squidfunk.com> | COMMENT |
| LOW | material/plugins/projects/plugin.py | 1 | # Copyright (c) 2016-2025 Martin Donath <martin.donath@squidfunk.com> | COMMENT |
| LOW | material/plugins/projects/plugin.py | 61 | # Hack: Since we're building in topological order, we cannot let MkDocs | COMMENT |
| LOW | material/plugins/projects/builder/log.py | 1 | # Copyright (c) 2016-2025 Martin Donath <martin.donath@squidfunk.com> | COMMENT |
| LOW | material/plugins/projects/builder/__init__.py | 1 | # Copyright (c) 2016-2025 Martin Donath <martin.donath@squidfunk.com> | COMMENT |
| LOW | material/plugins/projects/builder/__init__.py | 201 | COMMENT | |
| LOW | material/plugins/projects/builder/watcher/handler.py | 1 | # Copyright (c) 2016-2025 Martin Donath <martin.donath@squidfunk.com> | COMMENT |
| LOW | material/plugins/projects/builder/watcher/__init__.py | 1 | # Copyright (c) 2016-2025 Martin Donath <martin.donath@squidfunk.com> | COMMENT |
| LOW | material/plugins/projects/structure/__init__.py | 1 | # Copyright (c) 2016-2025 Martin Donath <martin.donath@squidfunk.com> | COMMENT |
| LOW | material/plugins/meta/config.py | 1 | # Copyright (c) 2016-2025 Martin Donath <martin.donath@squidfunk.com> | COMMENT |
| LOW | material/plugins/meta/__init__.py | 1 | # Copyright (c) 2016-2025 Martin Donath <martin.donath@squidfunk.com> | COMMENT |
| LOW | material/plugins/meta/plugin.py | 1 | # Copyright (c) 2016-2025 Martin Donath <martin.donath@squidfunk.com> | COMMENT |
| LOW | material/plugins/blog/config.py | 1 | # Copyright (c) 2016-2025 Martin Donath <martin.donath@squidfunk.com> | COMMENT |
| LOW | material/plugins/blog/author.py | 1 | # Copyright (c) 2016-2025 Martin Donath <martin.donath@squidfunk.com> | COMMENT |
| LOW | material/plugins/blog/__init__.py | 1 | # Copyright (c) 2016-2025 Martin Donath <martin.donath@squidfunk.com> | COMMENT |
| LOW | material/plugins/blog/plugin.py | 1 | # Copyright (c) 2016-2025 Martin Donath <martin.donath@squidfunk.com> | COMMENT |
| LOW | material/plugins/blog/readtime/__init__.py | 1 | # Copyright (c) 2016-2025 Martin Donath <martin.donath@squidfunk.com> | COMMENT |
| LOW | material/plugins/blog/readtime/parser.py | 1 | # Copyright (c) 2016-2025 Martin Donath <martin.donath@squidfunk.com> | COMMENT |
| LOW | material/plugins/blog/structure/options.py | 1 | # Copyright (c) 2016-2025 Martin Donath <martin.donath@squidfunk.com> | COMMENT |
| LOW | material/plugins/blog/structure/config.py | 1 | # Copyright (c) 2016-2025 Martin Donath <martin.donath@squidfunk.com> | COMMENT |
| LOW | material/plugins/blog/structure/__init__.py | 1 | # Copyright (c) 2016-2025 Martin Donath <martin.donath@squidfunk.com> | COMMENT |
| LOW | material/plugins/blog/structure/markdown.py | 1 | # Copyright (c) 2016-2025 Martin Donath <martin.donath@squidfunk.com> | COMMENT |
| LOW | material/plugins/tags/config.py | 1 | # Copyright (c) 2016-2025 Martin Donath <martin.donath@squidfunk.com> | COMMENT |
| LOW | material/plugins/tags/__init__.py | 1 | # Copyright (c) 2016-2025 Martin Donath <martin.donath@squidfunk.com> | COMMENT |
| LOW | material/plugins/tags/plugin.py | 1 | # Copyright (c) 2016-2025 Martin Donath <martin.donath@squidfunk.com> | COMMENT |
| LOW | material/plugins/tags/renderer/__init__.py | 1 | # Copyright (c) 2016-2025 Martin Donath <martin.donath@squidfunk.com> | COMMENT |
| LOW | material/plugins/tags/structure/__init__.py | 1 | # Copyright (c) 2016-2025 Martin Donath <martin.donath@squidfunk.com> | COMMENT |
| LOW | material/plugins/tags/structure/mapping/__init__.py | 1 | # Copyright (c) 2016-2025 Martin Donath <martin.donath@squidfunk.com> | COMMENT |
| LOW | …ial/plugins/tags/structure/mapping/storage/__init__.py | 1 | # Copyright (c) 2016-2025 Martin Donath <martin.donath@squidfunk.com> | COMMENT |
| LOW | …ial/plugins/tags/structure/mapping/manager/__init__.py | 1 | # Copyright (c) 2016-2025 Martin Donath <martin.donath@squidfunk.com> | COMMENT |
| LOW | material/plugins/tags/structure/listing/config.py | 1 | # Copyright (c) 2016-2025 Martin Donath <martin.donath@squidfunk.com> | COMMENT |
| LOW | material/plugins/tags/structure/listing/__init__.py | 1 | # Copyright (c) 2016-2025 Martin Donath <martin.donath@squidfunk.com> | COMMENT |
| LOW | …terial/plugins/tags/structure/listing/tree/__init__.py | 1 | # Copyright (c) 2016-2025 Martin Donath <martin.donath@squidfunk.com> | COMMENT |
| LOW | material/plugins/tags/structure/listing/manager/toc.py | 1 | # Copyright (c) 2016-2025 Martin Donath <martin.donath@squidfunk.com> | COMMENT |
| LOW | …ial/plugins/tags/structure/listing/manager/__init__.py | 1 | # Copyright (c) 2016-2025 Martin Donath <martin.donath@squidfunk.com> | COMMENT |
| LOW | material/plugins/tags/structure/tag/options.py | 1 | # Copyright (c) 2016-2025 Martin Donath <martin.donath@squidfunk.com> | COMMENT |
| LOW | material/plugins/tags/structure/tag/__init__.py | 1 | # Copyright (c) 2016-2025 Martin Donath <martin.donath@squidfunk.com> | COMMENT |
| LOW | …erial/plugins/tags/structure/tag/reference/__init__.py | 1 | # Copyright (c) 2016-2025 Martin Donath <martin.donath@squidfunk.com> | COMMENT |
| LOW | material/plugins/search/config.py | 1 | # Copyright (c) 2016-2025 Martin Donath <martin.donath@squidfunk.com> | COMMENT |
| 212 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW⚡ | material/plugins/privacy/plugin.py | 248 | # Check if the given URL is external | COMMENT |
| LOW⚡ | material/plugins/privacy/plugin.py | 253 | # Check if the given URL is excluded | COMMENT |
| LOW | material/plugins/privacy/plugin.py | 101 | # Check if the file has dependent external assets that must be | COMMENT |
| LOW | material/plugins/privacy/plugin.py | 271 | # Check if URL matches one of the inclusion patterns | COMMENT |
| LOW | material/plugins/privacy/plugin.py | 284 | # Check if URL matches one of the exclusion patterns | COMMENT |
| LOW | material/plugins/privacy/plugin.py | 478 | # Check if external asset needs to be downloaded | COMMENT |
| LOW⚡ | material/plugins/optimize/plugin.py | 214 | # Check if a file can be optimized | COMMENT |
| LOW⚡ | material/plugins/optimize/plugin.py | 217 | # Check if PNG images should be optimized | COMMENT |
| LOW⚡ | material/plugins/optimize/plugin.py | 221 | # Check if JPG images should be optimized | COMMENT |
| LOW⚡ | material/plugins/optimize/plugin.py | 228 | # Check if the given file is excluded | COMMENT |
| LOW⚡ | material/plugins/optimize/plugin.py | 233 | # Check if file matches one of the inclusion patterns | COMMENT |
| LOW | material/plugins/optimize/plugin.py | 244 | # Check if file matches one of the exclusion patterns | COMMENT |
| LOW | material/plugins/optimize/plugin.py | 259 | # Check if file hash changed, so we need to optimize again | COMMENT |
| LOW | material/plugins/optimize/plugin.py | 312 | # Check if the required dependencies for optimizing are available, which | COMMENT |
| LOW | material/plugins/optimize/plugin.py | 346 | # Check if the required dependencies for optimizing are available, which | COMMENT |
| LOW | material/plugins/projects/builder/__init__.py | 173 | # Check if dependencies have been built already, and if so, remove | COMMENT |
| LOW | material/plugins/projects/builder/watcher/handler.py | 60 | # Check if mkdocs.yml or docs directory was deleted | COMMENT |
| LOW | material/plugins/meta/plugin.py | 59 | # Open file and parse as YAML | COMMENT |
| LOW | material/plugins/blog/plugin.py | 393 | # Check if the given post is excluded | COMMENT |
| LOW | material/plugins/blog/plugin.py | 493 | # Open file and parse as YAML | COMMENT |
| LOW | material/plugins/blog/plugin.py | 572 | # Assign post to archive | COMMENT |
| LOW | material/plugins/blog/plugin.py | 609 | # Assign post to category and vice versa | COMMENT |
| LOW | material/plugins/blog/plugin.py | 641 | # Assign post to profile | COMMENT |
| LOW | material/plugins/blog/structure/options.py | 74 | # Set timezone to UTC if not set | COMMENT |
| LOW⚡ | …ial/plugins/tags/structure/mapping/manager/__init__.py | 220 | # Check if tag matches shadow prefix, if defined | COMMENT |
| LOW⚡ | …ial/plugins/tags/structure/mapping/manager/__init__.py | 224 | # Check if tag matches shadow suffix, if defined | COMMENT |
| LOW | material/plugins/tags/structure/listing/manager/toc.py | 121 | # Add child to stack | COMMENT |
| LOW | material/plugins/tags/structure/listing/manager/toc.py | 124 | # Check if anchor is on the root level | COMMENT |
| LOW | …ial/plugins/tags/structure/listing/manager/__init__.py | 108 | # Iterate over listings and add links | COMMENT |
| LOW | …ial/plugins/tags/structure/listing/manager/__init__.py | 246 | # Add mappings to listing, passing shadow tags configuration | COMMENT |
| LOW | material/plugins/search/plugin.py | 446 | # Append section to list | COMMENT |
| LOW | material/plugins/search/plugin.py | 491 | # Set depth to infinity in order to denote that the current | COMMENT |
| LOW | material/plugins/info/plugin.py | 86 | # Check if we're running the latest version | COMMENT |
| LOW | material/plugins/info/plugin.py | 97 | # Print message that we're creating a bug report | COMMENT |
| LOW | material/plugins/info/plugin.py | 261 | # Write files to the in-memory archive | COMMENT |
| LOW | material/plugins/info/plugin.py | 432 | # Check if path is excluded and should be omitted from the zip. Use pattern | COMMENT |
| LOW | material/plugins/info/plugin.py | 541 | # Check if the path is a .dotpath. A warning can also be issued when the param | COMMENT |
| LOW⚡ | material/plugins/social/plugin.py | 312 | # Check if the given page is excluded - giving the author the option to | COMMENT |
| LOW⚡ | material/plugins/social/plugin.py | 319 | # Check if card generation is disabled for the given page | COMMENT |
| LOW⚡ | material/plugins/social/plugin.py | 323 | # Check if page matches one of the inclusion patterns | COMMENT |
| LOW⚡ | material/plugins/social/plugin.py | 333 | # Check if page matches one of the exclusion patterns | COMMENT |
| LOW⚡ | material/plugins/social/plugin.py | 389 | # Check if file hash changed, so we need to re-generate the card - if | COMMENT |
| LOW⚡ | material/plugins/social/plugin.py | 395 | # Check if the required dependencies for rendering are available, which | COMMENT |
| LOW | material/plugins/social/plugin.py | 166 | # Check if site URL is defined | COMMENT |
| LOW | material/plugins/social/plugin.py | 489 | # Open file and convert SVGs to PNGs | COMMENT |
| LOW | material/plugins/social/plugin.py | 755 | # Open file and parse as YAML | COMMENT |
| LOW | material/plugins/social/plugin.py | 913 | # Write file to cache directory | COMMENT |
| LOW | material/plugins/social/plugin.py | 1006 | # Return data | COMMENT |
| LOW | material/plugins/typeset/plugin.py | 47 | # Check if page title was set in configuration | COMMENT |
| LOW | material/plugins/typeset/plugin.py | 57 | # Check if page title was set in metadata | COMMENT |
| LOW | material/utilities/filter/__init__.py | 66 | # Check if value matches one of the inclusion patterns | COMMENT |
| LOW⚡ | material/utilities/filter/__init__.py | 77 | # Check if value matches one of the exclusion patterns | COMMENT |
| LOW | material/templates/__init__.py | 28 | # Check if we're running MkDocs. Disable the warning automatically for other | COMMENT |
| LOW | material/templates/__init__.py | 36 | # Check if we're running MkDocs and the warning hasn't been disabled | COMMENT |
| LOW⚡ | src/plugins/privacy/plugin.py | 248 | # Check if the given URL is external | COMMENT |
| LOW⚡ | src/plugins/privacy/plugin.py | 253 | # Check if the given URL is excluded | COMMENT |
| LOW | src/plugins/privacy/plugin.py | 101 | # Check if the file has dependent external assets that must be | COMMENT |
| LOW | src/plugins/privacy/plugin.py | 271 | # Check if URL matches one of the inclusion patterns | COMMENT |
| LOW | src/plugins/privacy/plugin.py | 284 | # Check if URL matches one of the exclusion patterns | COMMENT |
| LOW | src/plugins/privacy/plugin.py | 478 | # Check if external asset needs to be downloaded | COMMENT |
| 48 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | docs/customization.md | 203 | <title>Lorem ipsum dolor sit amet</title> | CODE |
| LOW | docs/customization.md | 203 | <title>Lorem ipsum dolor sit amet</title> | CODE |
| LOW | docs/setup/setting-up-a-blog.md | 274 | Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla et euismod | CODE |
| LOW | docs/setup/setting-up-a-blog.md | 274 | Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla et euismod | CODE |
| LOW | docs/blog/posts/blog-support-just-landed.md | 129 | Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque nec | CODE |
| LOW | docs/blog/posts/blog-support-just-landed.md | 129 | Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque nec | CODE |
| LOW | docs/tutorials/blogs/basic.md | 109 | Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod | CODE |
| LOW | docs/tutorials/blogs/basic.md | 109 | Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod | CODE |
| LOW | docs/tutorials/blogs/basic.md | 158 | Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod | CODE |
| LOW | docs/tutorials/blogs/basic.md | 158 | Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod | CODE |
| LOW | docs/reference/images.md | 79 | Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla et euismod | CODE |
| LOW | docs/reference/images.md | 79 | Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla et euismod | CODE |
| LOW | docs/reference/images.md | 95 | Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla et euismod | CODE |
| LOW | docs/reference/images.md | 95 | Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla et euismod | CODE |
| LOW⚡ | docs/reference/admonitions.md | 117 | Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla et euismod | CODE |
| LOW⚡ | docs/reference/admonitions.md | 117 | Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla et euismod | CODE |
| LOW⚡ | docs/reference/admonitions.md | 126 | Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla et euismod | CODE |
| LOW⚡ | docs/reference/admonitions.md | 126 | Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla et euismod | CODE |
| LOW⚡ | docs/reference/admonitions.md | 143 | Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla et euismod | CODE |
| LOW⚡ | docs/reference/admonitions.md | 143 | Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla et euismod | CODE |
| LOW⚡ | docs/reference/admonitions.md | 152 | Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla et euismod | CODE |
| LOW⚡ | docs/reference/admonitions.md | 152 | Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla et euismod | CODE |
| LOW⚡ | docs/reference/admonitions.md | 166 | Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla et euismod | CODE |
| LOW⚡ | docs/reference/admonitions.md | 166 | Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla et euismod | CODE |
| LOW⚡ | docs/reference/admonitions.md | 172 | Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla et euismod | CODE |
| LOW⚡ | docs/reference/admonitions.md | 172 | Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla et euismod | CODE |
| LOW⚡ | docs/reference/admonitions.md | 181 | Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla et euismod | CODE |
| LOW⚡ | docs/reference/admonitions.md | 181 | Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla et euismod | CODE |
| LOW⚡ | docs/reference/admonitions.md | 187 | Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla et euismod | CODE |
| LOW⚡ | docs/reference/admonitions.md | 187 | Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla et euismod | CODE |
| LOW⚡ | docs/reference/admonitions.md | 201 | Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla et euismod | CODE |
| LOW⚡ | docs/reference/admonitions.md | 201 | Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla et euismod | CODE |
| LOW⚡ | docs/reference/admonitions.md | 210 | Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla et euismod | CODE |
| LOW⚡ | docs/reference/admonitions.md | 210 | Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla et euismod | CODE |
| LOW⚡ | docs/reference/admonitions.md | 228 | Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla et euismod | CODE |
| LOW⚡ | docs/reference/admonitions.md | 228 | Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla et euismod | CODE |
| LOW⚡ | docs/reference/admonitions.md | 237 | Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla et euismod | CODE |
| LOW⚡ | docs/reference/admonitions.md | 237 | Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla et euismod | CODE |
| LOW⚡ | docs/reference/admonitions.md | 248 | Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla et euismod | CODE |
| LOW⚡ | docs/reference/admonitions.md | 248 | Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla et euismod | CODE |
| LOW⚡ | docs/reference/admonitions.md | 257 | Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla et euismod | CODE |
| LOW⚡ | docs/reference/admonitions.md | 257 | Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla et euismod | CODE |
| LOW⚡ | docs/reference/admonitions.md | 271 | !!! info inline end "Lorem ipsum" | CODE |
| LOW⚡ | docs/reference/admonitions.md | 273 | Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla et | CODE |
| LOW⚡ | docs/reference/admonitions.md | 273 | Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla et | CODE |
| LOW⚡ | docs/reference/admonitions.md | 278 | !!! info inline end "Lorem ipsum" | CODE |
| LOW⚡ | docs/reference/admonitions.md | 280 | Lorem ipsum dolor sit amet, consectetur | CODE |
| LOW⚡ | docs/reference/admonitions.md | 280 | Lorem ipsum dolor sit amet, consectetur | CODE |
| LOW⚡ | docs/reference/admonitions.md | 291 | !!! info inline "Lorem ipsum" | CODE |
| LOW⚡ | docs/reference/admonitions.md | 293 | Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla et | CODE |
| LOW⚡ | docs/reference/admonitions.md | 293 | Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla et | CODE |
| LOW⚡ | docs/reference/admonitions.md | 298 | !!! info inline "Lorem ipsum" | CODE |
| LOW⚡ | docs/reference/admonitions.md | 300 | Lorem ipsum dolor sit amet, consectetur | CODE |
| LOW⚡ | docs/reference/admonitions.md | 300 | Lorem ipsum dolor sit amet, consectetur | CODE |
| LOW⚡ | docs/reference/admonitions.md | 331 | Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla et | CODE |
| LOW⚡ | docs/reference/admonitions.md | 331 | Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla et | CODE |
| LOW⚡ | docs/reference/admonitions.md | 339 | Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla et | CODE |
| LOW⚡ | docs/reference/admonitions.md | 339 | Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla et | CODE |
| LOW⚡ | docs/reference/admonitions.md | 347 | Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla et | CODE |
| LOW⚡ | docs/reference/admonitions.md | 347 | Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla et | CODE |
| 66 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM⚡ | material/overrides/hooks/shortcodes.py | 77 | # Create a flag of a specific type | COMMENT |
| MEDIUM⚡ | material/overrides/hooks/shortcodes.py | 87 | # Create a linkable option | COMMENT |
| MEDIUM⚡ | material/overrides/hooks/shortcodes.py | 92 | # Create a linkable setting - @todo append them to the bottom of the page | COMMENT |
| MEDIUM⚡ | material/plugins/privacy/plugin.py | 645 | # Create a file for the given path | COMMENT |
| MEDIUM⚡ | material/plugins/privacy/plugin.py | 654 | # Create a file on the system with the given content | COMMENT |
| MEDIUM | material/plugins/blog/plugin.py | 1010 | # Create a file for the given path, which must point to a valid source file, | COMMENT |
| MEDIUM | material/plugins/blog/plugin.py | 1031 | # Create a file with the given content on disk | COMMENT |
| MEDIUM | material/plugins/info/plugin.py | 67 | # Create a self-contained example (run earliest) - determine all files that | COMMENT |
| MEDIUM⚡ | material/plugins/social/plugin.py | 932 | # Create a file for the given path | COMMENT |
| MEDIUM | material/plugins/social/plugin.py | 1061 | # Create a blank image and paste the resized image into it | COMMENT |
| MEDIUM⚡ | src/overrides/hooks/shortcodes.py | 77 | # Create a flag of a specific type | COMMENT |
| MEDIUM⚡ | src/overrides/hooks/shortcodes.py | 87 | # Create a linkable option | COMMENT |
| MEDIUM⚡ | src/overrides/hooks/shortcodes.py | 92 | # Create a linkable setting - @todo append them to the bottom of the page | COMMENT |
| MEDIUM⚡ | src/plugins/privacy/plugin.py | 645 | # Create a file for the given path | COMMENT |
| MEDIUM⚡ | src/plugins/privacy/plugin.py | 654 | # Create a file on the system with the given content | COMMENT |
| MEDIUM | src/plugins/blog/plugin.py | 1010 | # Create a file for the given path, which must point to a valid source file, | COMMENT |
| MEDIUM | src/plugins/blog/plugin.py | 1031 | # Create a file with the given content on disk | COMMENT |
| MEDIUM | src/plugins/info/plugin.py | 67 | # Create a self-contained example (run earliest) - determine all files that | COMMENT |
| MEDIUM⚡ | src/plugins/social/plugin.py | 932 | # Create a file for the given path | COMMENT |
| MEDIUM | src/plugins/social/plugin.py | 1061 | # Create a blank image and paste the resized image into it | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | material/overrides/hooks/shortcodes.py | 21 | CODE | |
| LOW | material/plugins/privacy/plugin.py | 21 | CODE | |
| LOW | material/plugins/optimize/plugin.py | 21 | CODE | |
| LOW | material/plugins/group/plugin.py | 21 | CODE | |
| LOW | material/plugins/projects/plugin.py | 21 | CODE | |
| LOW | material/plugins/projects/builder/log.py | 21 | CODE | |
| LOW | material/plugins/projects/builder/__init__.py | 21 | CODE | |
| LOW | material/plugins/projects/builder/watcher/handler.py | 21 | CODE | |
| LOW | material/plugins/projects/builder/watcher/__init__.py | 21 | CODE | |
| LOW | material/plugins/projects/structure/__init__.py | 21 | CODE | |
| LOW | material/plugins/blog/plugin.py | 21 | CODE | |
| LOW | material/plugins/blog/structure/__init__.py | 21 | CODE | |
| LOW | material/plugins/blog/structure/markdown.py | 21 | CODE | |
| LOW | material/plugins/tags/plugin.py | 21 | CODE | |
| LOW | material/plugins/tags/renderer/__init__.py | 21 | CODE | |
| LOW | material/plugins/tags/structure/mapping/__init__.py | 21 | CODE | |
| LOW | …ial/plugins/tags/structure/mapping/storage/__init__.py | 21 | CODE | |
| LOW | …ial/plugins/tags/structure/mapping/manager/__init__.py | 21 | CODE | |
| LOW | material/plugins/tags/structure/listing/__init__.py | 21 | CODE | |
| LOW | …terial/plugins/tags/structure/listing/tree/__init__.py | 21 | CODE | |
| LOW | material/plugins/tags/structure/listing/manager/toc.py | 21 | CODE | |
| LOW | material/plugins/tags/structure/listing/manager/toc.py | 25 | CODE | |
| LOW | …ial/plugins/tags/structure/listing/manager/__init__.py | 21 | CODE | |
| LOW | material/plugins/tags/structure/tag/options.py | 21 | CODE | |
| LOW | material/plugins/tags/structure/tag/__init__.py | 21 | CODE | |
| LOW | …erial/plugins/tags/structure/tag/reference/__init__.py | 21 | CODE | |
| LOW | material/plugins/social/layout.py | 21 | CODE | |
| LOW | material/plugins/social/plugin.py | 21 | CODE | |
| LOW | material/plugins/social/templates/__init__.py | 21 | CODE | |
| LOW | material/extensions/preview.py | 21 | CODE | |
| LOW | material/extensions/emoji.py | 21 | CODE | |
| LOW | material/utilities/filter/__init__.py | 21 | CODE | |
| LOW | src/overrides/hooks/shortcodes.py | 21 | CODE | |
| LOW | src/plugins/privacy/plugin.py | 21 | CODE | |
| LOW | src/plugins/optimize/plugin.py | 21 | CODE | |
| LOW | src/plugins/group/plugin.py | 21 | CODE | |
| LOW | src/plugins/projects/plugin.py | 21 | CODE | |
| LOW | src/plugins/projects/builder/log.py | 21 | CODE | |
| LOW | src/plugins/projects/builder/__init__.py | 21 | CODE | |
| LOW | src/plugins/projects/builder/watcher/handler.py | 21 | CODE | |
| LOW | src/plugins/projects/builder/watcher/__init__.py | 21 | CODE | |
| LOW | src/plugins/projects/structure/__init__.py | 21 | CODE | |
| LOW | src/plugins/blog/plugin.py | 21 | CODE | |
| LOW | src/plugins/blog/structure/__init__.py | 21 | CODE | |
| LOW | src/plugins/blog/structure/markdown.py | 21 | CODE | |
| LOW | src/plugins/tags/plugin.py | 21 | CODE | |
| LOW | src/plugins/tags/renderer/__init__.py | 21 | CODE | |
| LOW | src/plugins/tags/structure/mapping/__init__.py | 21 | CODE | |
| LOW | src/plugins/tags/structure/mapping/storage/__init__.py | 21 | CODE | |
| LOW | src/plugins/tags/structure/mapping/manager/__init__.py | 21 | CODE | |
| LOW | src/plugins/tags/structure/listing/__init__.py | 21 | CODE | |
| LOW | src/plugins/tags/structure/listing/tree/__init__.py | 21 | CODE | |
| LOW | src/plugins/tags/structure/listing/manager/toc.py | 21 | CODE | |
| LOW | src/plugins/tags/structure/listing/manager/toc.py | 25 | CODE | |
| LOW | src/plugins/tags/structure/listing/manager/__init__.py | 21 | CODE | |
| LOW | src/plugins/tags/structure/tag/options.py | 21 | CODE | |
| LOW | src/plugins/tags/structure/tag/__init__.py | 21 | CODE | |
| LOW | src/plugins/tags/structure/tag/reference/__init__.py | 21 | CODE | |
| LOW | src/plugins/social/layout.py | 21 | CODE | |
| LOW | src/plugins/social/plugin.py | 21 | CODE | |
| 4 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | material/overrides/hooks/translations.py | 35 | CODE | |
| LOW | material/overrides/hooks/shortcodes.py | 36 | CODE | |
| LOW | material/overrides/hooks/shortcodes.py | 78 | CODE | |
| LOW | material/overrides/hooks/shortcodes.py | 41 | CODE | |
| LOW | material/plugins/privacy/plugin.py | 88 | CODE | |
| LOW | material/plugins/privacy/plugin.py | 217 | CODE | |
| LOW | material/plugins/privacy/plugin.py | 344 | CODE | |
| LOW | material/plugins/privacy/plugin.py | 476 | CODE | |
| LOW | material/plugins/privacy/plugin.py | 355 | CODE | |
| LOW | material/plugins/optimize/plugin.py | 134 | CODE | |
| LOW | material/plugins/projects/plugin.py | 237 | CODE | |
| LOW | material/plugins/projects/builder/__init__.py | 77 | CODE | |
| LOW | material/plugins/blog/plugin.py | 244 | CODE | |
| LOW | material/plugins/tags/structure/listing/manager/toc.py | 48 | CODE | |
| LOW | material/plugins/search/plugin.py | 529 | CODE | |
| LOW | material/plugins/info/plugin.py | 488 | CODE | |
| LOW | material/plugins/info/plugin.py | 72 | CODE | |
| LOW | material/plugins/social/layout.py | 131 | CODE | |
| LOW | material/plugins/social/plugin.py | 958 | CODE | |
| LOW | material/plugins/social/plugin.py | 737 | CODE | |
| LOW | material/extensions/preview.py | 56 | CODE | |
| LOW | src/overrides/hooks/translations.py | 35 | CODE | |
| LOW | src/overrides/hooks/shortcodes.py | 36 | CODE | |
| LOW | src/overrides/hooks/shortcodes.py | 78 | CODE | |
| LOW | src/overrides/hooks/shortcodes.py | 41 | CODE | |
| LOW | src/plugins/privacy/plugin.py | 88 | CODE | |
| LOW | src/plugins/privacy/plugin.py | 217 | CODE | |
| LOW | src/plugins/privacy/plugin.py | 344 | CODE | |
| LOW | src/plugins/privacy/plugin.py | 476 | CODE | |
| LOW | src/plugins/privacy/plugin.py | 355 | CODE | |
| LOW | src/plugins/optimize/plugin.py | 134 | CODE | |
| LOW | src/plugins/projects/plugin.py | 237 | CODE | |
| LOW | src/plugins/projects/builder/__init__.py | 77 | CODE | |
| LOW | src/plugins/blog/plugin.py | 244 | CODE | |
| LOW | src/plugins/tags/structure/listing/manager/toc.py | 48 | CODE | |
| LOW | src/plugins/search/plugin.py | 529 | CODE | |
| LOW | src/plugins/info/plugin.py | 488 | CODE | |
| LOW | src/plugins/info/plugin.py | 72 | CODE | |
| LOW | src/plugins/social/layout.py | 131 | CODE | |
| LOW | src/plugins/social/plugin.py | 958 | CODE | |
| LOW | src/plugins/social/plugin.py | 737 | CODE | |
| LOW | src/extensions/preview.py | 56 | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | material/overrides/hooks/shortcodes.py | 147 | def _badge_for_version_insiders(text: str, page: Page, files: Files): | CODE |
| LOW | material/overrides/hooks/shortcodes.py | 212 | def _badge_for_example_download(text: str, page: Page, files: Files): | CODE |
| LOW | material/overrides/hooks/shortcodes.py | 249 | def _badge_for_default_computed(page: Page, files: Files): | CODE |
| LOW | material/plugins/projects/builder/watcher/__init__.py | 86 | def _on_project_added_or_removed(self, project: Project, fn: Callable): | CODE |
| LOW⚡ | material/plugins/blog/plugin.py | 982 | def _format_date_for_post_url(self, date: datetime, config: MkDocsConfig): | CODE |
| LOW⚡ | material/plugins/blog/plugin.py | 992 | def _format_date_for_archive_url(self, date: datetime, config: MkDocsConfig): | CODE |
| LOW | material/plugins/blog/plugin.py | 340 | def url_filter_with_pagination(context: Context, url: str | None): | CODE |
| LOW | material/plugins/blog/plugin.py | 881 | def _config_pagination_per_page(self, view: View): | CODE |
| LOW | material/plugins/blog/plugin.py | 924 | def _format_path_for_category(self, name: str): | CODE |
| LOW | material/plugins/blog/plugin.py | 945 | def _format_path_for_pagination(self, view: View, page: int): | CODE |
| LOW | material/plugins/tags/plugin.py | 249 | def _handle_deprecated_tags_file( | CODE |
| LOW | material/plugins/tags/plugin.py | 276 | def _handle_deprecated_tags_extra_files( | CODE |
| LOW | material/plugins/info/plugin.py | 369 | def _help_on_versions_and_exit(self, have, need): | CODE |
| LOW | material/plugins/info/plugin.py | 386 | def _help_on_customizations_and_exit(self): | CODE |
| LOW | material/plugins/social/plugin.py | 878 | def _fetch_font_from_google_fonts(self, family: str): | CODE |
| LOW | material/templates/assets/javascripts/lunr/wordcut.js | 5137 | function createPredicateIndexFinder(dir) { | CODE |
| LOW | src/overrides/hooks/shortcodes.py | 147 | def _badge_for_version_insiders(text: str, page: Page, files: Files): | CODE |
| LOW | src/overrides/hooks/shortcodes.py | 212 | def _badge_for_example_download(text: str, page: Page, files: Files): | CODE |
| LOW | src/overrides/hooks/shortcodes.py | 249 | def _badge_for_default_computed(page: Page, files: Files): | CODE |
| LOW | src/plugins/projects/builder/watcher/__init__.py | 86 | def _on_project_added_or_removed(self, project: Project, fn: Callable): | CODE |
| LOW⚡ | src/plugins/blog/plugin.py | 982 | def _format_date_for_post_url(self, date: datetime, config: MkDocsConfig): | CODE |
| LOW⚡ | src/plugins/blog/plugin.py | 992 | def _format_date_for_archive_url(self, date: datetime, config: MkDocsConfig): | CODE |
| LOW | src/plugins/blog/plugin.py | 340 | def url_filter_with_pagination(context: Context, url: str | None): | CODE |
| LOW | src/plugins/blog/plugin.py | 881 | def _config_pagination_per_page(self, view: View): | CODE |
| LOW | src/plugins/blog/plugin.py | 924 | def _format_path_for_category(self, name: str): | CODE |
| LOW | src/plugins/blog/plugin.py | 945 | def _format_path_for_pagination(self, view: View, page: int): | CODE |
| LOW | src/plugins/tags/plugin.py | 249 | def _handle_deprecated_tags_file( | CODE |
| LOW | src/plugins/tags/plugin.py | 276 | def _handle_deprecated_tags_extra_files( | CODE |
| LOW | src/plugins/info/plugin.py | 369 | def _help_on_versions_and_exit(self, have, need): | CODE |
| LOW | src/plugins/info/plugin.py | 386 | def _help_on_customizations_and_exit(self): | CODE |
| LOW | src/plugins/social/plugin.py | 878 | def _fetch_font_from_google_fonts(self, family: str): | CODE |
| LOW | …sets/javascripts/integrations/version/findurl/index.ts | 30 | export function selectedVersionCorrespondingURL( | CODE |
| LOW | …ts/javascripts/browser/element/offset/content/index.ts | 64 | export function watchElementContentOffset( | CODE |
| LOW | …s/assets/javascripts/browser/element/offset/_/index.ts | 114 | export function watchElementOffsetAbsolute( | CODE |
| LOW | …ts/javascripts/components/source/facts/gitlab/index.ts | 60 | export function fetchSourceFactsFromGitLab( | CODE |
| LOW | …ts/javascripts/components/source/facts/github/index.ts | 60 | export function fetchSourceFactsFromGitHub( | CODE |
| LOW | …lates/assets/javascripts/templates/clipboard/index.tsx | 58 | export function renderCodeBlockNavigation() { | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW⚡ | material/plugins/privacy/parser.py | 29 | # but it blows up the size of the Docker image by 20 MB. We can't just use the | COMMENT |
| LOW | material/plugins/blog/structure/__init__.py | 70 | # supported. Thus, we just use the relevants parts of `get_data`. | COMMENT |
| LOW | material/plugins/tags/structure/listing/__init__.py | 160 | # Otherwise, we can just return an iterator over the set of tags of the | COMMENT |
| LOW | material/plugins/search/plugin.py | 273 | # Otherwise just set previous entries | COMMENT |
| MEDIUM⚡ | material/plugins/social/plugin.py | 947 | # leverage caching to omit re-generating layers when their parameters stay the | COMMENT |
| MEDIUM | material/plugins/social/plugin.py | 100 | # we leverage the file system to cache the generated images, so we don't | COMMENT |
| LOW⚡ | material/plugins/social/plugin.py | 390 | # the hash didn't change, we can just return the existing file | COMMENT |
| LOW⚡ | src/plugins/privacy/parser.py | 29 | # but it blows up the size of the Docker image by 20 MB. We can't just use the | COMMENT |
| LOW | src/plugins/blog/structure/__init__.py | 70 | # supported. Thus, we just use the relevants parts of `get_data`. | COMMENT |
| LOW | src/plugins/tags/structure/listing/__init__.py | 160 | # Otherwise, we can just return an iterator over the set of tags of the | COMMENT |
| LOW | src/plugins/search/plugin.py | 273 | # Otherwise just set previous entries | COMMENT |
| MEDIUM⚡ | src/plugins/social/plugin.py | 947 | # leverage caching to omit re-generating layers when their parameters stay the | COMMENT |
| MEDIUM | src/plugins/social/plugin.py | 100 | # we leverage the file system to cache the generated images, so we don't | COMMENT |
| LOW⚡ | src/plugins/social/plugin.py | 390 | # the hash didn't change, we can just return the existing file | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | …ial/plugins/tags/structure/mapping/manager/__init__.py | 0 | return a printable representation of a listing manager. arguments: manager: the listing manager. indent: the indentation | STRING |
| HIGH | src/plugins/tags/structure/mapping/manager/__init__.py | 0 | return a printable representation of a listing manager. arguments: manager: the listing manager. indent: the indentation | STRING |
| HIGH | …ial/plugins/tags/structure/listing/manager/__init__.py | 0 | return a printable representation of a listing manager. arguments: manager: the listing manager. indent: the indentation | STRING |
| HIGH | src/plugins/tags/structure/listing/manager/__init__.py | 0 | return a printable representation of a listing manager. arguments: manager: the listing manager. indent: the indentation | STRING |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | material/plugins/privacy/plugin.py | 512 | except Exception as error: | CODE |
| LOW | material/plugins/group/plugin.py | 85 | except Exception as e: | CODE |
| LOW | material/plugins/meta/plugin.py | 67 | except Exception as e: | CODE |
| LOW | material/plugins/meta/plugin.py | 106 | except Exception as e: | CODE |
| LOW | material/plugins/blog/plugin.py | 501 | except Exception as e: | CODE |
| LOW | material/plugins/blog/structure/__init__.py | 85 | except Exception as e: | CODE |
| LOW | material/plugins/tags/plugin.py | 180 | except Exception as e: | CODE |
| LOW | material/plugins/info/plugin.py | 293 | except Exception: | CODE |
| LOW | material/plugins/social/plugin.py | 763 | except Exception as e: | CODE |
| LOW | src/plugins/privacy/plugin.py | 512 | except Exception as error: | CODE |
| LOW | src/plugins/group/plugin.py | 85 | except Exception as e: | CODE |
| LOW | src/plugins/meta/plugin.py | 67 | except Exception as e: | CODE |
| LOW | src/plugins/meta/plugin.py | 106 | except Exception as e: | CODE |
| LOW | src/plugins/blog/plugin.py | 501 | except Exception as e: | CODE |
| LOW | src/plugins/blog/structure/__init__.py | 85 | except Exception as e: | CODE |
| LOW | src/plugins/tags/plugin.py | 180 | except Exception as e: | CODE |
| LOW | src/plugins/info/plugin.py | 293 | except Exception: | CODE |
| LOW | src/plugins/social/plugin.py | 763 | except Exception as e: | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW⚡ | material/plugins/group/plugin.py | 129 | # priorities, so we need to make sure to order correctly within those. | COMMENT |
| LOW | material/plugins/blog/plugin.py | 179 | # we make sure to correct links to the parent and siblings of each page. | COMMENT |
| LOW | …ial/plugins/tags/structure/listing/manager/__init__.py | 113 | # Compute URL for link - make sure to remove fragments, as | COMMENT |
| LOW⚡ | src/plugins/group/plugin.py | 129 | # priorities, so we need to make sure to order correctly within those. | COMMENT |
| LOW | src/plugins/blog/plugin.py | 179 | # we make sure to correct links to the parent and siblings of each page. | COMMENT |
| LOW | src/plugins/tags/structure/listing/manager/__init__.py | 113 | # Compute URL for link - make sure to remove fragments, as | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …scripts/integrations/search/internal/tokenize/index.ts | 86 | * so we need to check if we can somehow mitigate this behavior. | COMMENT |