The world’s fastest framework for building websites.
This report presents the forensic synthetic code analysis of gohugoio/hugo, a Go project with 88,964 GitHub stars. SynthScan v2.0 examined 315,627 lines of code across 2212 source files, recording 983 pattern matches distributed across 9 syntactic categories. The overall adjusted score of 4.2 places this repository in the Likely human-written band.
The scanner applied 160+ deterministic lexical heuristics, multi-line block detectors, abstract syntax tree depth profilers, and a cross-file Jaccard similarity matrix to construct a statistically normalised synthetic code estimate. All matches are individually weighted by severity coefficient and contextual multiplier before summation, and the resulting headline score is temporally discounted to account for the repository's development history relative to the commercial emergence of large language model coding tooling (November 2022 onward).
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 983 distinct pattern matches across 9 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 |
|---|---|---|---|---|
| LOW | main_withdeploy_off_test.go | 1 | // Copyright 2024 The Hugo Authors. All rights reserved. | COMMENT |
| LOW | main.go | 1 | // Copyright 2024 The Hugo Authors. All rights reserved. | COMMENT |
| LOW | main_withdeploy_test.go | 1 | // Copyright 2024 The Hugo Authors. All rights reserved. | COMMENT |
| LOW | main_test.go | 1 | // Copyright 2024 The Hugo Authors. All rights reserved. | COMMENT |
| LOW | releaser/releaser.go | 1 | // Copyright 2024 The Hugo Authors. All rights reserved. | COMMENT |
| LOW | docshelper/docs.go | 1 | // Copyright 2017-present The Hugo Authors. All rights reserved. | COMMENT |
| LOW | metrics/metrics.go | 1 | // Copyright 2017 The Hugo Authors. All rights reserved. | COMMENT |
| LOW | metrics/metrics_test.go | 1 | // Copyright 2017 The Hugo Authors. All rights reserved. | COMMENT |
| LOW | bufferpool/bufpool.go | 1 | // Copyright 2015 The Hugo Authors. All rights reserved. | COMMENT |
| LOW | bufferpool/bufpool_test.go | 1 | // Copyright 2016-present The Hugo Authors. All rights reserved. | COMMENT |
| LOW | cache/dynacache/dynacache_test.go | 1 | // Copyright 2024 The Hugo Authors. All rights reserved. | COMMENT |
| LOW | cache/dynacache/dynacache.go | 1 | // Copyright 2024 The Hugo Authors. All rights reserved. | COMMENT |
| LOW | cache/filecache/filecache_pruner.go | 1 | // Copyright 2018 The Hugo Authors. All rights reserved. | COMMENT |
| LOW | cache/filecache/filecache_test.go | 1 | // Copyright 2024 The Hugo Authors. All rights reserved. | COMMENT |
| LOW | cache/filecache/filecache_pruner_test.go | 1 | // Copyright 2018 The Hugo Authors. All rights reserved. | COMMENT |
| LOW | cache/filecache/filecache.go | 1 | // Copyright 2026 The Hugo Authors. All rights reserved. | COMMENT |
| LOW | cache/filecache/filecache_config_test.go | 1 | // Copyright 2018 The Hugo Authors. All rights reserved. | COMMENT |
| LOW | cache/filecache/filecache_integration_test.go | 1 | // Copyright 2024 The Hugo Authors. All rights reserved. | COMMENT |
| LOW | cache/filecache/filecache_config.go | 1 | // Copyright 2018 The Hugo Authors. All rights reserved. | COMMENT |
| LOW | cache/httpcache/httpcache_integration_test.go | 1 | // Copyright 2024 The Hugo Authors. All rights reserved. | COMMENT |
| LOW | cache/httpcache/httpcache.go | 1 | // Copyright 2024 The Hugo Authors. All rights reserved. | COMMENT |
| LOW | cache/httpcache/httpcache_test.go | 1 | // Copyright 2024 The Hugo Authors. All rights reserved. | COMMENT |
| LOW | watcher/batcher.go | 1 | // Copyright 2020 The Hugo Authors. All rights reserved. | COMMENT |
| LOW | identity/finder.go | 1 | // Copyright 2024 The Hugo Authors. All rights reserved. | COMMENT |
| LOW | identity/identity_test.go | 1 | // Copyright 2024 The Hugo Authors. All rights reserved. | COMMENT |
| LOW | identity/question.go | 1 | // Copyright 2024 The Hugo Authors. All rights reserved. | COMMENT |
| LOW | identity/finder_test.go | 1 | // Copyright 2024 The Hugo Authors. All rights reserved. | COMMENT |
| LOW | identity/question_test.go | 1 | // Copyright 2024 The Hugo Authors. All rights reserved. | COMMENT |
| LOW | identity/predicate_identity.go | 1 | // Copyright 2024 The Hugo Authors. All rights reserved. | COMMENT |
| LOW | identity/identity.go | 1 | // Copyright 2024 The Hugo Authors. All rights reserved. | COMMENT |
| LOW | identity/predicate_identity_test.go | 1 | // Copyright 2024 The Hugo Authors. All rights reserved. | COMMENT |
| LOW | config/defaultConfigProvider.go | 1 | // Copyright 2021 The Hugo Authors. All rights reserved. | COMMENT |
| LOW | config/env.go | 1 | // Copyright 2019 The Hugo Authors. All rights reserved. | COMMENT |
| LOW | config/configProvider_test.go | 1 | // Copyright 2018 The Hugo Authors. All rights reserved. | COMMENT |
| LOW | config/namespace_test.go | 1 | // Copyright 2024 The Hugo Authors. All rights reserved. | COMMENT |
| LOW | config/commonConfig.go | 1 | // Copyright 2019 The Hugo Authors. All rights reserved. | COMMENT |
| LOW | config/env_test.go | 1 | // Copyright 2019 The Hugo Authors. All rights reserved. | COMMENT |
| LOW | config/configLoader_test.go | 1 | // Copyright 2019 The Hugo Authors. All rights reserved. | COMMENT |
| LOW | config/commonConfig_test.go | 1 | // Copyright 2020 The Hugo Authors. All rights reserved. | COMMENT |
| LOW | config/configLoader.go | 1 | // Copyright 2025 The Hugo Authors. All rights reserved. | COMMENT |
| LOW | config/defaultConfigProvider_test.go | 1 | // Copyright 2021 The Hugo Authors. All rights reserved. | COMMENT |
| LOW | config/configProvider.go | 1 | // Copyright 2019 The Hugo Authors. All rights reserved. | COMMENT |
| LOW | config/namespace.go | 1 | // Copyright 2024 The Hugo Authors. All rights reserved. | COMMENT |
| LOW | config/privacy/privacyConfig.go | 1 | // Copyright 2018 The Hugo Authors. All rights reserved. | COMMENT |
| LOW | config/privacy/privacyConfig_test.go | 1 | // Copyright 2018 The Hugo Authors. All rights reserved. | COMMENT |
| LOW | config/security/securityConfig.go | 1 | // Copyright 2018 The Hugo Authors. All rights reserved. | COMMENT |
| LOW | config/security/whitelist.go | 1 | // Copyright 2021 The Hugo Authors. All rights reserved. | COMMENT |
| LOW | config/security/whitelist_test.go | 1 | // Copyright 2021 The Hugo Authors. All rights reserved. | COMMENT |
| LOW | config/security/securityConfig_test.go | 1 | // Copyright 2018 The Hugo Authors. All rights reserved. | COMMENT |
| LOW | config/testconfig/testconfig.go | 1 | // Copyright 2024 The Hugo Authors. All rights reserved. | COMMENT |
| LOW | config/allconfig/configlanguage.go | 1 | // Copyright 2024 The Hugo Authors. All rights reserved. | COMMENT |
| LOW | config/allconfig/alldecoders.go | 1 | // Copyright 2024 The Hugo Authors. All rights reserved. | COMMENT |
| LOW | config/allconfig/allconfig.go | 1 | // Copyright 2024 The Hugo Authors. All rights reserved. | COMMENT |
| LOW | config/allconfig/docshelper.go | 1 | // Copyright 2024 The Hugo Authors. All rights reserved. | COMMENT |
| LOW | config/allconfig/load.go | 1 | // Copyright 2024 The Hugo Authors. All rights reserved. | COMMENT |
| LOW | config/services/servicesConfig.go | 1 | // Copyright 2019 The Hugo Authors. All rights reserved. | COMMENT |
| LOW | config/services/servicesConfig_test.go | 1 | // Copyright 2018 The Hugo Authors. All rights reserved. | COMMENT |
| LOW | publisher/htmlElementsCollector.go | 1 | // Copyright 2020 The Hugo Authors. All rights reserved. | COMMENT |
| LOW | publisher/htmlElementsCollector_test.go | 1 | // Copyright 2020 The Hugo Authors. All rights reserved. | COMMENT |
| LOW | publisher/publisher.go | 1 | // Copyright 2020 The Hugo Authors. All rights reserved. | COMMENT |
| 826 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| CRITICAL | resources/resource_factories/create/create.go | 166 | fi, err := c.rs.BaseFs.Assets.Fs.Stat(filename) | CODE |
| CRITICAL | tpl/images/images.go | 92 | config, _, err := ns.deps.ResourceSpec.Imaging.Codec.DecodeConfig(format, f) | CODE |
| CRITICAL | tpl/templates/templates.go | 152 | _, _ = ns.deps.BuildState.DeferredExecutions.Executions.GetOrCreate(id, | CODE |
| CRITICAL | hugolib/page__content.go | 500 | cp.po.p.s.Log.Trace(logg.StringFunc(func() string { | CODE |
| CRITICAL | hugolib/page__content.go | 504 | cp.po.p.s.h.contentRenderCounter.Add(1) | CODE |
| CRITICAL | hugolib/page__content.go | 612 | html := cp.po.p.s.ContentSpec.TrimShortHTML(b.Bytes(), cp.po.p.m.pageConfigSource.Content.Markup) | CODE |
| CRITICAL | hugolib/page__content.go | 683 | combined := cp.po.p.m.content.hasShortcode.Load().Or(*cp2.po.p.m.content.hasShortcode.Load()) | CODE |
| CRITICAL | hugolib/page__content.go | 684 | cp.po.p.m.content.hasShortcode.Store(&combined) | CODE |
| CRITICAL | hugolib/page__content.go | 704 | isHTML := cp.po.p.m.pageConfigSource.ContentMediaType.IsHTML() | CODE |
| CRITICAL | hugolib/page__content.go | 776 | v, err := c.pm.cacheContentPlain.GetOrCreateWitTimeout(key, cp.po.p.s.Conf.Timeout(), func(string) (*resources.StaleVal | CODE |
| CRITICAL | hugolib/page__content.go | 1018 | combined := pco.po.p.m.content.hasShortcode.Load().Or(parseInfo.shortcodeParseInfo.hasName) | CODE |
| CRITICAL | hugolib/page__content.go | 1019 | pco.po.p.m.content.hasShortcode.Store(&combined) | CODE |
| CRITICAL | hugolib/page__content.go | 1037 | markup = pco.po.p.s.ContentSpec.ResolveMarkup(opts.Markup) | CODE |
| CRITICAL | hugolib/page__content.go | 1039 | rendered = pco.po.p.s.ContentSpec.TrimShortHTML(rendered, markup) | CODE |
| CRITICAL | hugolib/page.go | 200 | b := ps.s.conf.Segments.Config.SegmentFilter.ShouldExcludeFine( | CODE |
| CRITICAL | hugolib/page__per_output.go | 144 | return pco.po.p.m.content.getOrCreateScope(scope, pco) | CODE |
| CRITICAL | hugolib/page__per_output.go | 148 | return pco.po.p.m.content.getOrCreateScope("", pco) | CODE |
| CRITICAL | hugolib/page__per_output.go | 184 | pco.po.p.s.h.FatalError(pco.po.p.wrapError(err)) | CODE |
| CRITICAL | hugolib/page__per_output.go | 359 | v := pco.po.p.s.TemplateStore.LookupPagesLayout(q) | CODE |
| CRITICAL | hugolib/page__per_output.go | 382 | r := pco.po.p.s.ContentSpec.Converters.GetHighlighter() | CODE |
| CRITICAL | hugolib/content_map_page_assembler.go | 989 | if pageBundle.m.pageConfig.Dates.Lastmod.After(pageBundle.s.lastmod) { | CODE |
| CRITICAL | hugolib/content_map_page_assembler.go | 992 | if sp.m.pageConfig.Dates.Lastmod.After(pageBundle.s.lastmod) { | CODE |
| CRITICAL | hugolib/content_map_page_assembler.go | 1250 | sa.s.h.progressReporter.numPagesToRender.Add(1) | CODE |
| CRITICAL⚡ | hugolib/page__menus.go | 33 | _ = p.p.s.init.menus.Value(context.Background()) | CODE |
| CRITICAL⚡ | hugolib/page__menus.go | 39 | _ = p.p.s.init.menus.Value(context.Background()) | CODE |
| CRITICAL⚡ | hugolib/page__menus.go | 46 | _ = p.p.s.init.menus.Value(context.Background()) | CODE |
| CRITICAL | hugolib/hugo_sites_build.go | 427 | if s.conf.Segments.Config.SegmentFilter.ShouldExcludeCoarse(segments.SegmentQuery{Site: s.siteVector}) { | CODE |
| CRITICAL | hugolib/hugo_sites_build.go | 434 | if s.conf.Segments.Config.SegmentFilter.ShouldExcludeCoarse(segments.SegmentQuery{Output: renderFormat.Name, Site: s. | CODE |
| CRITICAL | hugolib/integrationtest_builder.go | 541 | conf, format, err := s.H.ResourceSpec.Imaging.Codec.DecodeConfig(0, bytes.NewReader(b)) | CODE |
| CRITICAL | hugolib/integrationtest_builder.go | 543 | img, err := s.H.ResourceSpec.Imaging.Codec.Decode(bytes.NewReader(b)) | CODE |
| CRITICAL | hugolib/page__tree.go | 74 | _, n := pt.p.s.pageMap.treePages.LongestPrefix(dir, false, func(n contentNode) bool { | CODE |
| CRITICAL | hugolib/page__tree.go | 92 | k, n := pt.p.s.pageMap.treePages.LongestPrefix(s, false, func(n contentNode) bool { return cnh.isBranchNode(n) }) | CODE |
| CRITICAL | hugolib/page__tree.go | 136 | _, n := pt.p.s.pageMap.treePages.LongestPrefix(dir, false, nil) | CODE |
| CRITICAL | hugolib/filesystems/basefs_test.go | 487 | fi, err := b.H.BaseFs.Content.Fs.Stat(filepath.FromSlash(first.Path)) | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | tpl/crypto/crypto_test.go | 33 | {"Lorem ipsum dolor", "06ce65ac476fc656bea3fca5d02cfd81"}, | CODE |
| LOW | tpl/crypto/crypto_test.go | 60 | {"Lorem ipsum dolor", "45f75b844be4d17b3394c6701768daf39419c99b"}, | CODE |
| LOW | tpl/crypto/crypto_test.go | 87 | {"Lorem ipsum dolor", "9b3e1beb7053e0f900a674dd1c99aca3355e1275e1b03d3cb1bc977f5154e196"}, | CODE |
| LOW | tpl/internal/go_templates/htmltemplate/attr.go | 98 | "placeholder": contentTypePlain, | CODE |
| LOW | internal/warpc/deps/parson/parson.c | 856 | Example: "\u006Corem ipsum" -> lorem ipsum */ | CODE |
| LOW | docs/content/en/configuration/introduction.md | 42 | email = 'info@example.org' | CODE |
| LOW | docs/content/en/configuration/params.md | 18 | email = 'info@example.org' | CODE |
| LOW | docs/content/en/configuration/params.md | 77 | email = 'info@example.org' | CODE |
| LOW | docs/content/en/methods/page/Params.md | 21 | email = 'jsmith@example.org' | CODE |
| LOW | docs/content/en/methods/site/Params.md | 19 | email = 'jsmith@example.org' | CODE |
| LOW | docs/content/en/functions/partials/Include.md | 50 | "name" "John Doe" | CODE |
| LOW | docs/content/en/templates/introduction.md | 502 | email = 'jsmith@example.org' | CODE |
| LOW | docs/content/en/templates/introduction.md | 532 | email = 'jsmith@example.org' | CODE |
| LOW | docs/content/en/templates/rss.md | 41 | name = 'John Doe' | CODE |
| LOW | docs/content/en/templates/rss.md | 42 | email = 'jdoe@example.org' | CODE |
| LOW | hugolib/page_test.go | 52 | [Lorem ipsum](https://lipsum.com/) dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labo | CODE |
| LOW | hugolib/page_test.go | 52 | [Lorem ipsum](https://lipsum.com/) dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labo | CODE |
| LOW⚡ | hugolib/page_test.go | 146 | Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor | CODE |
| LOW⚡ | hugolib/page_test.go | 146 | Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor | CODE |
| LOW⚡ | hugolib/page_test.go | 151 | culpa qui officia deserunt mollit anim id est laborum. Lorem ipsum dolor sit | CODE |
| LOW⚡ | hugolib/page_test.go | 157 | officia deserunt mollit anim id est laborum. Lorem ipsum dolor sit amet, | CODE |
| LOW⚡ | hugolib/page_test.go | 157 | officia deserunt mollit anim id est laborum. Lorem ipsum dolor sit amet, | CODE |
| LOW⚡ | hugolib/page_test.go | 163 | deserunt mollit anim id est laborum. Lorem ipsum dolor sit amet, consectetur | CODE |
| LOW⚡ | hugolib/page_test.go | 163 | deserunt mollit anim id est laborum. Lorem ipsum dolor sit amet, consectetur | CODE |
| LOW⚡ | hugolib/page_test.go | 169 | id est laborum. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed | CODE |
| LOW⚡ | hugolib/page_test.go | 169 | id est laborum. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed | CODE |
| LOW⚡ | hugolib/page_test.go | 175 | ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor | CODE |
| LOW⚡ | hugolib/page_test.go | 180 | culpa qui officia deserunt mollit anim id est laborum. Lorem ipsum dolor sit | CODE |
| LOW⚡ | hugolib/page_test.go | 569 | checkPageContent(t, p, normalizeExpected(ext, "<p><a href=\"https://lipsum.com/\">Lorem ipsum</a> dolor sit amet, con | CODE |
| LOW⚡ | hugolib/page_test.go | 569 | checkPageContent(t, p, normalizeExpected(ext, "<p><a href=\"https://lipsum.com/\">Lorem ipsum</a> dolor sit amet, con | CODE |
| LOW⚡ | hugolib/page_test.go | 570 | checkPageSummary(t, p, normalizeExpected(ext, "<p><a href=\"https://lipsum.com/\">Lorem ipsum</a> dolor sit amet, con | CODE |
| LOW⚡ | hugolib/page_test.go | 570 | checkPageSummary(t, p, normalizeExpected(ext, "<p><a href=\"https://lipsum.com/\">Lorem ipsum</a> dolor sit amet, con | CODE |
| LOW | hugolib/testdata/what-is-markdown.md | 9399 | "Lorem ipsum dolor\nsit amet." | CODE |
| LOW | hugolib/testdata/what-is-markdown.md | 9458 | > Lorem ipsum dolor | CODE |
| LOW | hugolib/testdata/what-is-markdown.md | 9473 | > Lorem ipsum dolor | CODE |
| LOW | hugolib/testdata/what-is-markdown.md | 9485 | "Lorem ipsum dolor" | CODE |
| LOW | hugolib/testdata/what-is-markdown.md | 9501 | "Lorem ipsum dolor\nsit amet." | CODE |
| LOW | hugolib/testdata/what-is-markdown.md | 9519 | "Lorem ipsum dolor\nsit amet." | CODE |
| LOW | hugolib/testdata/what-is-markdown.md | 9541 | "Lorem ipsum dolor\nsit amet." | CODE |
| LOW | hugolib/testdata/what-is-markdown.md | 9564 | str "Lorem ipsum dolor" | CODE |
| LOW | hugolib/pagesfromdata/pagesfromgotmpl_test.go | 24 | "largeText": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec a diam lectus. Sed sit amet ipsum mauri | CODE |
| LOW | hugolib/pagesfromdata/pagesfromgotmpl_test.go | 24 | "largeText": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec a diam lectus. Sed sit amet ipsum mauri | CODE |
| LOW | hugofs/hashing_fs_test.go | 60 | content := []byte(strings.Repeat("lorem ipsum ", 1000)) | CODE |
| LOW | create/skeletons/theme/content/posts/post-1.md | 10 | Occaecat nulla excepteur dolore excepteur duis eiusmod ullamco officia anim in voluptate ea occaecat officia. Cillum sin | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | docs/content/en/host-and-deploy/host-on-gitlab-pages.md | 76 | #------------------------------------------------------------------------------ | COMMENT |
| MEDIUM | docs/content/en/host-and-deploy/host-on-gitlab-pages.md | 79 | #------------------------------------------------------------------------------ | COMMENT |
| MEDIUM | docs/content/en/host-and-deploy/host-on-render/index.md | 58 | #------------------------------------------------------------------------------ | COMMENT |
| MEDIUM | docs/content/en/host-and-deploy/host-on-render/index.md | 63 | #------------------------------------------------------------------------------ | COMMENT |
| MEDIUM | …content/en/host-and-deploy/host-on-cloudflare/index.md | 52 | #------------------------------------------------------------------------------ | COMMENT |
| MEDIUM | …content/en/host-and-deploy/host-on-cloudflare/index.md | 55 | #------------------------------------------------------------------------------ | COMMENT |
| MEDIUM | docs/content/en/host-and-deploy/host-on-vercel/index.md | 45 | #------------------------------------------------------------------------------ | COMMENT |
| MEDIUM | docs/content/en/host-and-deploy/host-on-vercel/index.md | 48 | #------------------------------------------------------------------------------ | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | check.sh | 41 | # Check if staticcheck is installed, install if not | COMMENT |
| LOW⚡ | scripts/docker/entrypoint.sh | 3 | # Check if a custom hugo-docker-entrypoint.sh file exists. | COMMENT |
| LOW⚡ | scripts/docker/entrypoint.sh | 10 | # Check if a package.json file exists. | COMMENT |
| LOW⚡ | scripts/docker/entrypoint.sh | 12 | # Check if node_modules exists. | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | livereload/livereload.js | 325 | // #match works fine because it just return the exec results, even if it has | COMMENT |
| MEDIUM | hugofs/fs.go | 173 | // TODO(bep) make this more robust. | COMMENT |
| MEDIUM | hugofs/hglob/filename_filter.go | 178 | // to make this robust. | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | livereload/livereload.js | 2173 | getOwnPropertyDescriptors: function getOwnPropertyDescriptors(object) { | CODE |
| LOW | livereload/livereload.js | 3495 | value: function collectImportedStylesheets(link, styleSheet, result) { | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | tpl/internal/go_templates/texttemplate/doc.go | 463 | constant. Here is a simple example: | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | internal/js/esbuild/resolve.go | 106 | // We need to check if this is a regular file imported without an extension. | COMMENT |