Cross compilation framework to create native packages for the Synology's NAS
This report presents the forensic synthetic code analysis of SynoCommunity/spksrc, a C project with 3,196 GitHub stars. SynthScan v2.0 examined 110,533 lines of code across 687 source files, recording 470 pattern matches distributed across 15 syntactic categories. The overall adjusted score of 12.3 places this repository in the Low AI signal band.
The scanner applied 160+ deterministic lexical heuristics, multi-line block detectors, abstract syntax tree depth profilers, and a cross-file Jaccard similarity matrix to construct a statistically normalised synthetic code estimate. All matches are individually weighted by severity coefficient and contextual multiplier before summation, and the resulting headline score is temporally discounted to account for the repository's development history relative to the commercial emergence of large language model coding tooling (November 2022 onward).
Longitudinal tracking requires multiple scan runs. Once this repository is re-scanned after new commits land, this chart will visualise how the synthetic code signal evolves over time — enabling you to detect whether AI authorship is growing, stabilising, or being actively corrected by human engineers.
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 470 distinct pattern matches across 15 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 |
|---|---|---|---|---|
| CRITICAL⚡ | spk/subliminal/src/app/subliminal.js | 727 | Ext.ux.form.SuperBoxSelect.superclass.onResize.call(this, w, h, rw, rh); | CODE |
| CRITICAL⚡ | spk/subliminal/src/app/subliminal.js | 731 | Ext.ux.form.SuperBoxSelect.superclass.onEnable.call(this); | CODE |
| CRITICAL⚡ | spk/subliminal/src/app/subliminal.js | 740 | Ext.ux.form.SuperBoxSelect.superclass.onDisable.call(this); | CODE |
| CRITICAL⚡ | spk/subliminal/src/app/subliminal.js | 1709 | Ext.ux.form.SuperBoxSelectItem.superclass.onDisable.call(this); | CODE |
| CRITICAL⚡ | spk/subliminal/src/app/subliminal.js | 1716 | Ext.ux.form.SuperBoxSelectItem.superclass.onEnable.call(this); | CODE |
| CRITICAL⚡ | spk/subliminal/src/app/subliminal.js | 1723 | Ext.ux.form.SuperBoxSelectItem.superclass.onDestroy.call(this); | CODE |
| CRITICAL⚡ | spk/subliminal/src/app/subliminal.js | 1829 | SYNOCOMMUNITY.Subliminal.AppWindow.superclass.constructor.call(this, config); | CODE |
| CRITICAL⚡ | spk/subliminal/src/app/subliminal.js | 1832 | SYNOCOMMUNITY.Subliminal.AppWindow.superclass.onOpen.call(this, a); | CODE |
| CRITICAL⚡ | spk/subliminal/src/app/subliminal.js | 1836 | SYNOCOMMUNITY.Subliminal.AppWindow.superclass.onRequest.call(this, a); | CODE |
| CRITICAL⚡ | spk/subliminal/src/app/subliminal.js | 1839 | if (SYNOCOMMUNITY.Subliminal.AppWindow.superclass.onClose.apply(this, arguments)) { | CODE |
| CRITICAL⚡ | spk/subliminal/src/app/subliminal.js | 1848 | var toolbar = this.mainPanel.cardPanel.layout.activeItem.getFooterToolbar(); | CODE |
| CRITICAL | spk/subliminal/src/app/subliminal.js | 17 | Ext.ux.form.SuperBoxSelect.superclass.constructor.call(this, config); | CODE |
| CRITICAL | spk/subliminal/src/app/subliminal.js | 210 | Ext.ux.form.SuperBoxSelect.superclass.initComponent.call(this); | CODE |
| CRITICAL | spk/subliminal/src/app/subliminal.js | 218 | Ext.ux.form.SuperBoxSelect.superclass.onRender.call(this, ct, position); | CODE |
| CRITICAL | spk/subliminal/src/app/subliminal.js | 451 | Ext.ux.form.SuperBoxSelect.superclass.initEvents.call(this); | CODE |
| CRITICAL | spk/subliminal/src/app/subliminal.js | 495 | Ext.ux.form.SuperBoxSelect.superclass.onFocus.call(this); | CODE |
| CRITICAL | spk/subliminal/src/app/subliminal.js | 508 | Ext.ux.form.SuperBoxSelect.superclass.onBlur.call(this); | CODE |
| CRITICAL | spk/subliminal/src/app/subliminal.js | 755 | Ext.ux.form.SuperBoxSelect.superclass.clearValue.call(this); | CODE |
| CRITICAL | spk/subliminal/src/app/subliminal.js | 992 | Ext.ux.form.SuperBoxSelect.superclass.reset.call(this); | CODE |
| CRITICAL | spk/subliminal/src/app/subliminal.js | 1291 | Ext.ux.form.SuperBoxSelect.superclass.initValue.call(this); | CODE |
| CRITICAL | spk/subliminal/src/app/subliminal.js | 1418 | Ext.ux.form.SuperBoxSelect.superclass.onDestroy.call(this); | CODE |
| CRITICAL | spk/subliminal/src/app/subliminal.js | 1497 | Ext.ux.form.SuperBoxSelectItem.superclass.constructor.call(this); | CODE |
| CRITICAL | spk/subliminal/src/app/subliminal.js | 1504 | Ext.ux.form.SuperBoxSelectItem.superclass.initComponent.call(this); | CODE |
| CRITICAL | spk/subliminal/src/app/subliminal.js | 1569 | Ext.ux.form.SuperBoxSelectItem.superclass.onRender.call(this, ct, position); | CODE |
| CRITICAL | spk/subliminal/src/app/subliminal.js | 1805 | SYNOCOMMUNITY.Subliminal.AppInstance.superclass.constructor.apply(this, arguments); | CODE |
| CRITICAL | spk/subliminal/src/app/subliminal.js | 1893 | SYNOCOMMUNITY.Subliminal.MainPanel.superclass.constructor.call(this, { | CODE |
| CRITICAL | spk/subliminal/src/app/subliminal.js | 2049 | SYNOCOMMUNITY.Subliminal.ListView.superclass.constructor.call(this, config) | CODE |
| CRITICAL | spk/subliminal/src/app/subliminal.js | 2113 | SYNOCOMMUNITY.Subliminal.MainCardPanel.superclass.constructor.call(this, config) | CODE |
| CRITICAL | spk/subliminal/src/app/subliminal.js | 2156 | SYNOCOMMUNITY.Subliminal.FormPanel.superclass.constructor.call(this, config); | CODE |
| CRITICAL | spk/subliminal/src/app/subliminal.js | 2740 | SYNOCOMMUNITY.Subliminal.PanelParameters.superclass.constructor.call(this, config); | CODE |
| CRITICAL | spk/subliminal/src/app/subliminal.js | 2755 | if (!SYNOCOMMUNITY.Subliminal.PanelParameters.superclass.onApply.apply(this, arguments)) { | CODE |
| CRITICAL | spk/subliminal/src/app/subliminal.js | 2832 | SYNOCOMMUNITY.Subliminal.PanelDirectories.superclass.constructor.call(this, config); | CODE |
| CRITICAL | spk/subliminal/src/app/subliminal.js | 2897 | SYNOCOMMUNITY.Subliminal.DirectoryEditorWindow.superclass.initComponent.apply(this, arguments); | CODE |
| CRITICAL | spk/subliminal/src/app/subliminal.js | 2957 | SYNOCOMMUNITY.Subliminal.PanelDirectoryEditor.superclass.initComponent.apply(this, arguments); | CODE |
| CRITICAL | spk/subliminal/src/app/subliminal.js | 3027 | SYNOCOMMUNITY.Subliminal.BrowserWindow.superclass.initComponent.apply(this, arguments); | CODE |
| CRITICAL | spk/gentoo-chroot/src/app/gentoo-chroot.js | 69 | SYNOCOMMUNITY.GentooChroot.AppInstance.superclass.constructor.apply(this, arguments); | CODE |
| CRITICAL⚡ | spk/gentoo-chroot/src/app/gentoo-chroot.js | 93 | SYNOCOMMUNITY.GentooChroot.AppWindow.superclass.constructor.call(this, config); | CODE |
| CRITICAL⚡ | spk/gentoo-chroot/src/app/gentoo-chroot.js | 96 | SYNOCOMMUNITY.GentooChroot.AppWindow.superclass.onOpen.call(this, a); | CODE |
| CRITICAL⚡ | spk/gentoo-chroot/src/app/gentoo-chroot.js | 100 | SYNOCOMMUNITY.GentooChroot.AppWindow.superclass.onRequest.call(this, a); | CODE |
| CRITICAL⚡ | spk/gentoo-chroot/src/app/gentoo-chroot.js | 103 | if (SYNOCOMMUNITY.GentooChroot.AppWindow.superclass.onClose.apply(this, arguments)) { | CODE |
| CRITICAL⚡ | spk/gentoo-chroot/src/app/gentoo-chroot.js | 112 | var toolbar = this.mainPanel.cardPanel.layout.activeItem.getFooterToolbar(); | CODE |
| CRITICAL | spk/gentoo-chroot/src/app/gentoo-chroot.js | 157 | SYNOCOMMUNITY.GentooChroot.MainPanel.superclass.constructor.call(this, { | CODE |
| CRITICAL | spk/gentoo-chroot/src/app/gentoo-chroot.js | 313 | SYNOCOMMUNITY.GentooChroot.ListView.superclass.constructor.call(this, config) | CODE |
| CRITICAL | spk/gentoo-chroot/src/app/gentoo-chroot.js | 376 | SYNOCOMMUNITY.GentooChroot.MainCardPanel.superclass.constructor.call(this, config) | CODE |
| CRITICAL | spk/gentoo-chroot/src/app/gentoo-chroot.js | 419 | SYNOCOMMUNITY.GentooChroot.FormPanel.superclass.constructor.call(this, config); | CODE |
| CRITICAL | spk/gentoo-chroot/src/app/gentoo-chroot.js | 517 | SYNOCOMMUNITY.GentooChroot.PanelOverview.superclass.constructor.call(this, config); | CODE |
| CRITICAL | spk/gentoo-chroot/src/app/gentoo-chroot.js | 684 | SYNOCOMMUNITY.GentooChroot.PanelServices.superclass.constructor.call(this, config); | CODE |
| CRITICAL | spk/gentoo-chroot/src/app/gentoo-chroot.js | 755 | SYNOCOMMUNITY.GentooChroot.ServiceEditorWindow.superclass.constructor.call(this, config); | CODE |
| CRITICAL | spk/gentoo-chroot/src/app/gentoo-chroot.js | 804 | SYNOCOMMUNITY.GentooChroot.PanelServiceEditor.superclass.constructor.call(this, config); | CODE |
| CRITICAL | spk/debian-chroot/src/app/debian-chroot.js | 69 | SYNOCOMMUNITY.DebianChroot.AppInstance.superclass.constructor.apply(this, arguments); | CODE |
| CRITICAL⚡ | spk/debian-chroot/src/app/debian-chroot.js | 93 | SYNOCOMMUNITY.DebianChroot.AppWindow.superclass.constructor.call(this, config); | CODE |
| CRITICAL⚡ | spk/debian-chroot/src/app/debian-chroot.js | 96 | SYNOCOMMUNITY.DebianChroot.AppWindow.superclass.onOpen.call(this, a); | CODE |
| CRITICAL⚡ | spk/debian-chroot/src/app/debian-chroot.js | 100 | SYNOCOMMUNITY.DebianChroot.AppWindow.superclass.onRequest.call(this, a); | CODE |
| CRITICAL⚡ | spk/debian-chroot/src/app/debian-chroot.js | 103 | if (SYNOCOMMUNITY.DebianChroot.AppWindow.superclass.onClose.apply(this, arguments)) { | CODE |
| CRITICAL⚡ | spk/debian-chroot/src/app/debian-chroot.js | 112 | var toolbar = this.mainPanel.cardPanel.layout.activeItem.getFooterToolbar(); | CODE |
| CRITICAL | spk/debian-chroot/src/app/debian-chroot.js | 157 | SYNOCOMMUNITY.DebianChroot.MainPanel.superclass.constructor.call(this, { | CODE |
| CRITICAL | spk/debian-chroot/src/app/debian-chroot.js | 313 | SYNOCOMMUNITY.DebianChroot.ListView.superclass.constructor.call(this, config) | CODE |
| CRITICAL | spk/debian-chroot/src/app/debian-chroot.js | 376 | SYNOCOMMUNITY.DebianChroot.MainCardPanel.superclass.constructor.call(this, config) | CODE |
| CRITICAL | spk/debian-chroot/src/app/debian-chroot.js | 419 | SYNOCOMMUNITY.DebianChroot.FormPanel.superclass.constructor.call(this, config); | CODE |
| CRITICAL | spk/debian-chroot/src/app/debian-chroot.js | 517 | SYNOCOMMUNITY.DebianChroot.PanelOverview.superclass.constructor.call(this, config); | CODE |
| 5 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | spk/synocli-kernel/src/synocli-kernelmodule.sh | 21 | #------------------------------------------------ | COMMENT |
| MEDIUM | spk/synocli-kernel/src/synocli-kernelmodule.sh | 23 | #------------------------------------------------ | COMMENT |
| MEDIUM | spk/synocli-kernel/src/synocli-kernelmodule.sh | 43 | #------------------------------------------------ | COMMENT |
| MEDIUM | spk/synocli-kernel/src/synocli-kernelmodule.sh | 45 | #------------------------------------------------ | COMMENT |
| MEDIUM | spk/synocli-kernel/src/synocli-kernelmodule.sh | 66 | #------------------------------------------------ | COMMENT |
| MEDIUM | spk/synocli-kernel/src/synocli-kernelmodule.sh | 69 | #------------------------------------------------ | COMMENT |
| MEDIUM | spk/synocli-kernel/src/synocli-kernelmodule.sh | 110 | #------------------------------------------------ | COMMENT |
| MEDIUM | spk/synocli-kernel/src/synocli-kernelmodule.sh | 116 | #------------------------------------------------ | COMMENT |
| MEDIUM | spk/homeassistant/src/service-setup.sh | 16 | # ------------------------------------------------ | COMMENT |
| MEDIUM | spk/sabnzbd/src/SabToSyno.py | 7 | #--------------------------------------- | COMMENT |
| MEDIUM | spk/octoprint/src/service-setup.sh | 9 | # ------------------------------------------------ | COMMENT |
| MEDIUM | spk/tvheadend/src/service-setup-dbg.sh | 1 | # ----------------------------------------------------------------------------- | COMMENT |
| MEDIUM | spk/tvheadend/src/service-setup-dbg.sh | 7 | # ----------------------------------------------------------------------------- | COMMENT |
| MEDIUM | spk/node-exporter/src/parameters.txt | 2 | # ------------------------ | COMMENT |
| MEDIUM | spk/haproxy/src/haproxy.cfg | 42 | # ───────────────────────────────────────────── | COMMENT |
| MEDIUM | spk/haproxy/src/haproxy.cfg | 45 | # ───────────────────────────────────────────── | COMMENT |
| MEDIUM⚡ | spk/haproxy/src/haproxy.cfg | 60 | # ───────────────────────────────────────────── | COMMENT |
| MEDIUM⚡ | spk/haproxy/src/haproxy.cfg | 62 | # ───────────────────────────────────────────── | COMMENT |
| MEDIUM⚡ | spk/haproxy/src/haproxy.cfg | 70 | # ───────────────────────────────────────────── | COMMENT |
| MEDIUM⚡ | spk/haproxy/src/haproxy.cfg | 72 | # ───────────────────────────────────────────── | COMMENT |
| MEDIUM | cross/google-fonts/src/imagick_type_gen.pl | 92 | # ====================================================================== | COMMENT |
| MEDIUM | cross/google-fonts/src/imagick_type_gen.pl | 94 | # ====================================================================== | COMMENT |
| MEDIUM | cross/google-fonts/src/imagick_type_gen.pl | 304 | #--------------------------- | COMMENT |
| MEDIUM | cross/google-fonts/src/imagick_type_gen.pl | 344 | #--------------------------- | COMMENT |
| MEDIUM | cross/google-fonts/src/imagick_type_gen.pl | 416 | # ----------------------------- | COMMENT |
| MEDIUM | cross/google-fonts/src/imagick_type_gen.pl | 452 | # ====================================================================== | COMMENT |
| MEDIUM | cross/google-fonts/src/imagick_type_gen.pl | 454 | # ====================================================================== | COMMENT |
| MEDIUM | docs/packages/node-exporter.md | 17 | # ------------------------ | COMMENT |
| MEDIUM | .github/actions/prepare.sh | 28 | # =========================================================================== | COMMENT |
| MEDIUM | .github/actions/prepare.sh | 30 | # =========================================================================== | COMMENT |
| MEDIUM | .github/actions/prepare.sh | 47 | # =========================================================================== | COMMENT |
| MEDIUM | .github/actions/prepare.sh | 49 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | .github/actions/prepare.sh | 80 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | .github/actions/prepare.sh | 116 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | .github/actions/prepare.sh | 124 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | .github/actions/prepare.sh | 138 | # =========================================================================== | COMMENT |
| MEDIUM | .github/actions/prepare.sh | 140 | # =========================================================================== | COMMENT |
| MEDIUM | .github/actions/prepare.sh | 199 | # =========================================================================== | COMMENT |
| MEDIUM | .github/actions/prepare.sh | 202 | # =========================================================================== | COMMENT |
| MEDIUM | .github/actions/prepare.sh | 294 | # =========================================================================== | COMMENT |
| MEDIUM | .github/actions/prepare.sh | 296 | # =========================================================================== | COMMENT |
| MEDIUM | .github/actions/prepare.sh | 319 | # =========================================================================== | COMMENT |
| MEDIUM | .github/actions/prepare.sh | 321 | # =========================================================================== | COMMENT |
| MEDIUM | .github/actions/prepare.sh | 357 | # =========================================================================== | COMMENT |
| MEDIUM | .github/actions/prepare.sh | 359 | # =========================================================================== | COMMENT |
| MEDIUM | .github/actions/build.sh | 28 | # =========================================================================== | COMMENT |
| MEDIUM | .github/actions/build.sh | 30 | # =========================================================================== | COMMENT |
| MEDIUM⚡ | .github/actions/build.sh | 42 | # =========================================================================== | COMMENT |
| MEDIUM⚡ | .github/actions/build.sh | 44 | # =========================================================================== | COMMENT |
| MEDIUM⚡ | .github/actions/build.sh | 46 | # =========================================================================== | COMMENT |
| MEDIUM | .github/actions/build.sh | 75 | # =========================================================================== | COMMENT |
| MEDIUM | .github/actions/build.sh | 77 | # =========================================================================== | COMMENT |
| MEDIUM | .github/actions/build.sh | 113 | # =========================================================================== | COMMENT |
| MEDIUM | .github/actions/build.sh | 115 | # =========================================================================== | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | spk/synocli-kernel/src/synocli-kernelmodule.sh | 1 | #!/bin/bash | COMMENT |
| LOW | spk/uptime-kuma/src/service-setup.sh | 1 | # Uptime Kuma service setup | COMMENT |
| LOW | spk/bazarr/src/requirements-pure.txt | 1 | # Generated using the requirements script on June 1, 2025 | COMMENT |
| LOW | spk/python314-wheels/src/requirements-crossenv.txt | 1 | ## | COMMENT |
| LOW | spk/python314-wheels/src/requirements-crossenv.txt | 61 | # Depends: curl | COMMENT |
| LOW | spk/python314-wheels/src/requirements-abi3.txt | 1 | ## | COMMENT |
| LOW | spk/python314-wheels/src/requirements-pure.txt | 1 | # basic default wheels | COMMENT |
| LOW | spk/dnscrypt-proxy/src/service-setup.sh | 1 | # shellcheck disable=SC2148 | COMMENT |
| LOW | spk/homeassistant/src/requirements-custom.txt | 1 | # Home Assistant core | COMMENT |
| LOW | spk/python311/src/requirements-pure.txt | 1 | # basic default wheels | COMMENT |
| LOW | spk/python312-wheels/src/requirements-crossenv.txt | 1 | ## | COMMENT |
| LOW | spk/python312-wheels/src/requirements-crossenv.txt | 61 | # Depends: curl | COMMENT |
| LOW | spk/python312-wheels/src/requirements-abi3.txt | 1 | ## | COMMENT |
| LOW | spk/python312-wheels/src/requirements-pure.txt | 1 | # basic default wheels | COMMENT |
| LOW | spk/deluge/src/requirements-crossenv.txt | 21 | COMMENT | |
| LOW | spk/beets/src/requirements-crossenv.txt | 1 | # Generated using the requirements script on December 23, 2025 | COMMENT |
| LOW | spk/sabnzbd/src/SabToSyno.py | 1 | #!/usr/local/python3 | COMMENT |
| LOW | spk/sabnzbd/src/SabToSyno.py | 21 | # If empty, then no move | COMMENT |
| LOW | spk/python313/src/requirements-pure.txt | 1 | # basic default wheels | COMMENT |
| LOW | spk/python314/src/requirements-pure.txt | 1 | # basic default wheels | COMMENT |
| LOW | spk/sslh/src/example.cfg | 61 | # service: (optional) libwrap service name (see hosts_access(5)) | COMMENT |
| LOW | spk/sslh/src/example.cfg | 81 | # sni_hostnames: list of FQDN for that target. Each name can | COMMENT |
| LOW | spk/python312/src/requirements-pure.txt | 1 | # basic default wheels | COMMENT |
| LOW | spk/tvheadend/src/service-setup-dbg.sh | 1 | # ----------------------------------------------------------------------------- | COMMENT |
| LOW | spk/navidrome/src/navidrome.toml | 1 | # For all available configuration options see: | COMMENT |
| LOW | spk/navidrome/src/navidrome.toml | 21 | COMMENT | |
| LOW | spk/navidrome/src/navidrome.toml | 41 | # ImageCacheSize = "100MB" | COMMENT |
| LOW | spk/navidrome/src/navidrome.toml | 61 | # Controls whether the player in the UI will animate the album cover (rotation) | COMMENT |
| LOW | spk/navidrome/src/navidrome.toml | 81 | COMMENT | |
| LOW | spk/navidrome/src/navidrome.toml | 101 | # Purge missing files from database. Values: "never", "always", "full" | COMMENT |
| LOW | spk/navidrome/src/navidrome.toml | 121 | # Set this to false to completely disable ALL external integrations | COMMENT |
| LOW | spk/navidrome/src/navidrome.toml | 141 | # | COMMENT |
| LOW | spk/navidrome/src/navidrome.toml | 161 | # Passphrase used to encrypt passwords in the DB | COMMENT |
| LOW | spk/ffsync/src/requirements-crossenv.txt | 1 | # This file was autogenerated by uv via the following command: | COMMENT |
| LOW | spk/ffsync/src/requirements-pure.txt | 1 | # This file was autogenerated by uv via the following command: | COMMENT |
| LOW | spk/python311-wheels/src/requirements-crossenv.txt | 1 | ## | COMMENT |
| LOW | spk/python311-wheels/src/requirements-crossenv.txt | 41 | SQLAlchemy==2.0.48 | COMMENT |
| LOW | spk/python311-wheels/src/requirements-abi3.txt | 1 | ## | COMMENT |
| LOW | spk/python311-wheels/src/requirements-pure.txt | 1 | # basic default wheels | COMMENT |
| LOW | spk/node-exporter/src/parameters.txt | 1 | # node_exporter parameters | COMMENT |
| LOW | spk/haproxy/src/haproxy.cfg | 41 | COMMENT | |
| LOW | spk/haproxy/src/haproxy.cfg | 61 | # EXAMPLE: HTTPS frontend with SSL termination | COMMENT |
| LOW | spk/haproxy/src/haproxy.cfg | 81 | # backend tcp_back | COMMENT |
| LOW | spk/ejabberd/src/ejabberdctl.cfg | 1 | # | COMMENT |
| LOW | spk/ejabberd/src/ejabberdctl.cfg | 21 | # | COMMENT |
| LOW | spk/ejabberd/src/ejabberdctl.cfg | 41 | # | COMMENT |
| LOW | spk/ejabberd/src/ejabberdctl.cfg | 61 | # requires at least Erlang/OTP 23.1. | COMMENT |
| LOW | spk/ejabberd/src/ejabberdctl.cfg | 81 | #. | COMMENT |
| LOW | spk/ejabberd/src/ejabberdctl.cfg | 101 | # You can safely increase this limit when starting ejabberd. It impacts memory | COMMENT |
| LOW | spk/ejabberd/src/ejabberdctl.cfg | 121 | #. | COMMENT |
| LOW | spk/ejabberd/src/ejabberdctl.cfg | 141 | # ERLANG_NODE=ejabberd@hostname | COMMENT |
| LOW | spk/ejabberd/src/ejabberdctl.cfg | 161 | # | COMMENT |
| LOW | spk/ejabberd/src/ejabberdctl.cfg | 181 | # Default: $HOME/.ejabberd-modules | COMMENT |
| LOW | spk/ejabberd/src/ejabberd.yml | 1 | ### | COMMENT |
| LOW | spk/ejabberd/src/ejabberd.yml | 241 | ### mode: yaml | COMMENT |
| LOW | cross/libe_sqlite3/source/sqlite3/shell.c | 81 | #pragma warning(disable : 4210) | COMMENT |
| LOW | cross/libe_sqlite3/source/sqlite3/shell.c | 101 | # define _LARGE_FILE 1 | COMMENT |
| LOW | cross/libe_sqlite3/source/sqlite3/shell.c | 121 | #include "sqlite3.h" | COMMENT |
| LOW | cross/libe_sqlite3/source/sqlite3/shell.c | 141 | # if defined(__MINGW32__) | COMMENT |
| LOW | cross/libe_sqlite3/source/sqlite3/shell.c | 161 | COMMENT | |
| 111 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | spk/rutorrent/src/service-setup.sh | 165 | # Create a Python virtualenv | COMMENT |
| MEDIUM | spk/nzbmegasearch/src/installer.sh | 34 | # Create a Python virtualenv | COMMENT |
| MEDIUM | spk/subliminal/src/installer.sh | 66 | # Create a Python virtualenv | COMMENT |
| MEDIUM | spk/fengoffice/src/service-setup.sh | 42 | # Define the resource file | COMMENT |
| MEDIUM | spk/duplicity/src/service-setup.sh | 9 | # Create a Python virtualenv | COMMENT |
| MEDIUM | spk/borgbackup/src/service-setup.sh | 6 | # Create a Python virtualenv | COMMENT |
| MEDIUM | spk/gentoo-chroot/src/installer.sh | 26 | # Create a Python virtualenv | COMMENT |
| MEDIUM | spk/wallabag/src/service-setup.sh | 43 | # Define the resource file | COMMENT |
| MEDIUM | spk/bazarr/src/service-setup.sh | 15 | # Create a Python virtualenv | COMMENT |
| MEDIUM | spk/python314-wheels/src/service-setup.sh | 6 | # Create a Python virtualenv | COMMENT |
| MEDIUM | spk/nzbhydra/src/service-setup.sh | 14 | # Create a Python virtualenv | COMMENT |
| MEDIUM | spk/headphones-custom/src/service-setup.sh | 27 | # Create a Python virtualenv | COMMENT |
| MEDIUM | spk/saltpad/src/installer.sh | 35 | # Create a Python virtualenv | COMMENT |
| MEDIUM | spk/python312-wheels/src/service-setup.sh | 6 | # Create a Python virtualenv | COMMENT |
| MEDIUM | spk/sickrage/src/service-setup.sh | 29 | # Create a Python virtualenv | COMMENT |
| MEDIUM | spk/cops/src/service-setup.sh | 15 | # Create a default configuration file | COMMENT |
| MEDIUM | spk/cops/src/service-setup.sh | 55 | # Create a default configuration file | COMMENT |
| MEDIUM | spk/lazylibrarian/src/service-setup.sh | 26 | # Create a Python virtualenv | COMMENT |
| MEDIUM | spk/gateone/src/service-setup.sh | 26 | # Create a Python virtualenv | COMMENT |
| MEDIUM | spk/deluge/src/service-setup.sh | 98 | # Create a Python virtualenv | COMMENT |
| MEDIUM | spk/horde/src/installer.sh | 51 | # Create the web interface | COMMENT |
| MEDIUM | spk/couchpotatoserver/src/service-setup.sh | 16 | # Create a Python virtualenv | COMMENT |
| MEDIUM | spk/sabnzbd/src/service-setup.sh | 18 | # Create a Python virtualenv | COMMENT |
| MEDIUM | spk/headphones/src/service-setup.sh | 16 | # Create a Python virtualenv | COMMENT |
| MEDIUM | spk/pyload/src/service-setup.sh | 45 | # Create a Python virtualenv | COMMENT |
| MEDIUM | spk/rdiff-backup/src/service-setup.sh | 6 | # Create a Python virtualenv | COMMENT |
| MEDIUM | spk/mylar/src/service-setup.sh | 16 | # Create a Python virtualenv | COMMENT |
| MEDIUM | spk/debian-chroot/src/installer.sh | 26 | # Create a Python virtualenv | COMMENT |
| MEDIUM | spk/mercurial/src/service-setup.sh | 6 | # Create a Python virtualenv | COMMENT |
| MEDIUM | spk/couchpotatoserver-custom/src/service-setup.sh | 26 | # Create a Python virtualenv | COMMENT |
| MEDIUM | spk/maraschino/src/installer.sh | 35 | # Create a Python virtualenv | COMMENT |
| MEDIUM | spk/sslh/src/example.cfg | 1 | # This file is provided as documentation to show what is | COMMENT |
| MEDIUM | spk/htpcmanager/src/installer.sh | 67 | # Create a Python virtualenv | COMMENT |
| MEDIUM | spk/transmission/src/service-setup.sh | 16 | # Create the managed folders | COMMENT |
| MEDIUM | spk/tvheadend/src/service-setup.sh | 35 | # Create a Python virtualenv and install wheel (EPG Grabber) | COMMENT |
| MEDIUM | spk/tvheadend/src/service-setup-dbg.sh | 99 | # Create a Python virtualenv and install wheel (EPG Grabber) | COMMENT |
| MEDIUM | spk/plexivity/src/installer.sh | 36 | # Create a Python virtualenv | COMMENT |
| MEDIUM | spk/sickbeard-custom/src/service-setup.sh | 27 | # Create a Python virtualenv | COMMENT |
| MEDIUM | spk/nzbget/src/service-setup.sh | 55 | # Create the config file on demand | COMMENT |
| MEDIUM | spk/flexget/src/service-setup.sh | 21 | # Create a Python virtualenv | COMMENT |
| MEDIUM | spk/python311-wheels/src/service-setup.sh | 6 | # Create a Python virtualenv | COMMENT |
| MEDIUM | spk/haproxy/src/service-setup.sh | 20 | # Create a Python virtualenv | COMMENT |
| MEDIUM | spk/haproxy/src/service-setup.sh | 34 | # Create a self-signed certificate for HTTPS termination | COMMENT |
| MEDIUM | spk/mantisbt/src/service-setup.sh | 42 | # Define the resource file | COMMENT |
| MEDIUM | .github/actions/prepare.sh | 73 | # This function is the single source of truth for build ordering. The resulting | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | spk/subliminal/src/installer.sh | 41 | # Check if syno group is empty | COMMENT |
| LOW | spk/fengoffice/src/service-setup.sh | 149 | # Check if Apache is the selected back-end | COMMENT |
| LOW | spk/fengoffice/src/service-setup.sh | 157 | # Check if default PHP profile is selected | COMMENT |
| LOW | spk/wallabag/src/service-setup.sh | 134 | # Check if Apache is the selected back-end | COMMENT |
| LOW | spk/wallabag/src/service-setup.sh | 142 | # Check if default PHP profile is selected | COMMENT |
| LOW | spk/dnscrypt-proxy/src/service-setup.sh | 41 | # Check if something is already using port 53 (typically DHCP server's dnsmasq) | COMMENT |
| LOW | spk/selfoss/src/service-setup.sh | 62 | # Check if Apache is the selected back-end | COMMENT |
| LOW | spk/selfoss/src/service-setup.sh | 70 | # Check if default PHP profile is selected | COMMENT |
| LOW | spk/cops/src/service-setup.sh | 65 | # Check if the .htaccess file has been modified | COMMENT |
| LOW | spk/owncloud/src/service-setup.sh | 116 | # Check if the domain is already in the trusted domains | COMMENT |
| LOW | spk/owncloud/src/service-setup.sh | 235 | # Check if Apache is the selected back-end | COMMENT |
| LOW | spk/owncloud/src/service-setup.sh | 243 | # Check if default PHP profile is selected | COMMENT |
| LOW | spk/owncloud/src/service-setup.sh | 553 | # Check if data directory inside owncloud directory and flag for restore if true | COMMENT |
| LOW | spk/owncloud/src/service-setup.sh | 616 | # Check if the subdirectory is missing from the destination | COMMENT |
| LOW | spk/sabnzbd/src/SabToSyno.py | 86 | # Check if destination folder does exist and can be written | COMMENT |
| LOW | spk/rabbitmq/src/service-setup.sh | 25 | # Check if paths differ to determine if data migration is needed | COMMENT |
| LOW | spk/pyload/src/service-setup.sh | 66 | # Set language to the DSM language | COMMENT |
| LOW | spk/metacubexd/src/service-setup.sh | 56 | # Check if Apache is the selected back-end | COMMENT |
| LOW | spk/shairport-sync/src/service-setup.sh | 34 | # Check if NQPTP binary exists (AirPlay 2 build) | COMMENT |
| LOW | spk/htpcmanager/src/installer.sh | 43 | # Check if syno group is empty | COMMENT |
| LOW | spk/navidrome/src/navidrome.toml | 121 | # Set this to false to completely disable ALL external integrations | COMMENT |
| LOW | spk/lirc/src/dsm-control.sh | 149 | # Check if DSM was upgraded | COMMENT |
| LOW | spk/ffsync/src/service-setup.sh | 109 | # Check if service already exists | COMMENT |
| LOW | spk/ffsync/src/service-setup.sh | 201 | # Check if database export path is specified | COMMENT |
| LOW | spk/haproxy/src/haproxy-dashboard/log_parser.py | 69 | if " 403 " in line: # Check if the line contains " 403 " indicating a 403 status code | CODE |
| LOW | spk/haproxy/src/haproxy-dashboard/routes/main_routes.py | 65 | # Check if frontend or port already exists | COMMENT |
| LOW | spk/ejabberd/src/service-setup.sh | 50 | # Check if paths differ to determine if data migration is needed | COMMENT |
| LOW | spk/ejabberd/src/wizard/upgrade_uifile.sh | 3 | # Check if admin ACL is properly configured in existing ejabberd.yml | COMMENT |
| LOW | spk/ejabberd/src/wizard/upgrade_uifile.sh | 27 | # Check if admin section exists with user entries (not placeholder) | COMMENT |
| LOW | spk/mantisbt/src/service-setup.sh | 133 | # Check if Apache is the selected back-end | COMMENT |
| LOW | spk/mantisbt/src/service-setup.sh | 141 | # Check if default PHP profile is selected | COMMENT |
| LOW | spk/phpmemcachedadmin/src/service-setup.sh | 70 | # Check if Apache is the selected back-end | COMMENT |
| LOW | spk/phpmemcachedadmin/src/service-setup.sh | 78 | # Check if default PHP profile is selected | COMMENT |
| LOW | .github/workflows/distrib-cache-maintenance.yml | 174 | # Check if a cache with this exact hash already exists to avoid duplication | COMMENT |
| LOW | .github/workflows/build.yml | 247 | # Check if a cache with this exact hash already exists to avoid duplication. | COMMENT |
| LOW | .github/workflows/build.yml | 637 | # Check if running low on disk space | COMMENT |
| LOW | .github/actions/download.sh | 34 | # Display output | COMMENT |
| LOW | .github/actions/download.sh | 41 | # Check if checksum failure occurred by looking for .wrong rename in output | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | spk/icinga2-agent/src/service-setup.sh | 65 | # Step 1: Register host via Director Self-Service API | COMMENT |
| LOW | spk/icinga2-agent/src/service-setup.sh | 81 | # Step 2: Get signing ticket from Director | COMMENT |
| LOW | spk/beets/src/requirements-crossenv.txt | 4 | # NOTE: The following plugins were excluded due to being broken or deprecated: | COMMENT |
| LOW | spk/beets/src/requirements-pure.txt | 4 | # NOTE: The following plugins were excluded due to being broken or deprecated: | COMMENT |
| LOW⚡ | docs/user-guide/installation.md | 13 | ### Step 1: Open Package Center | COMMENT |
| LOW⚡ | docs/user-guide/installation.md | 17 | ### Step 2: Go to Settings | COMMENT |
| LOW⚡ | docs/user-guide/installation.md | 21 | ### Step 3: Add Package Source | COMMENT |
| LOW | docs/user-guide/installation.md | 34 | ### Step 4: Trust the Repository (DSM 6.x only) | COMMENT |
| LOW | docs/contributing/development-process.md | 31 | ## Step 1: Fork and Clone | COMMENT |
| LOW | docs/contributing/development-process.md | 60 | ## Step 2: Create a Branch | COMMENT |
| LOW | docs/contributing/development-process.md | 84 | ## Step 3: Make Your Changes | COMMENT |
| LOW | docs/contributing/development-process.md | 118 | ## Step 4: Commit Your Changes | COMMENT |
| LOW | docs/contributing/development-process.md | 166 | ## Step 5: Push and Create PR | COMMENT |
| LOW | docs/contributing/development-process.md | 200 | ## Step 6: Address Review Feedback | COMMENT |
| LOW | docs/contributing/development-process.md | 230 | ## Step 7: After Merge | COMMENT |
| LOW | docs/packages/vaultwarden.md | 67 | #### Step 1: Create a Certificate (if needed) | COMMENT |
| LOW | docs/packages/vaultwarden.md | 72 | #### Step 2: Create Reverse Proxy Entry | COMMENT |
| LOW | docs/packages/vaultwarden.md | 91 | #### Step 3: Enable WebSocket Support | COMMENT |
| LOW | docs/packages/vaultwarden.md | 99 | #### Step 4: Assign Certificate | COMMENT |
| LOW⚡ | docs/packages/borgmatic.md | 7 | ### Step 1 - Install the Borg Community Package | COMMENT |
| LOW⚡ | docs/packages/borgmatic.md | 16 | ### Step 2 - Create Hidden Shared Folder for Borg Config Files | COMMENT |
| LOW⚡ | docs/packages/borgmatic.md | 24 | ### Step 3 - Create your Borgmatic Config | COMMENT |
| LOW | docs/packages/borgmatic.md | 38 | ### Step 4 - Upload Private Keys (Optional) | COMMENT |
| LOW | docs/packages/borgmatic.md | 42 | ### Step 5 - Add the Backup Task | COMMENT |
| LOW | docs/packages/borgmatic.md | 56 | ### Step 6 - Manually Run the Job | COMMENT |
| LOW | docs/developer-guide/basics/first-package.md | 18 | ### Step 1: Navigate to the Package | COMMENT |
| LOW | docs/developer-guide/basics/first-package.md | 26 | ### Step 2: Build the Package | COMMENT |
| LOW | docs/developer-guide/basics/first-package.md | 42 | ### Step 3: Find the Built Package | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | spk/subliminal/src/app/application/auth.py | 0 | authenticate a user using synology's authenticate.cgi if the user is authenticated, returns a nametuple with the usernam | STRING |
| HIGH | spk/gentoo-chroot/src/app/application/auth.py | 0 | authenticate a user using synology's authenticate.cgi if the user is authenticated, returns a nametuple with the usernam | STRING |
| HIGH | spk/debian-chroot/src/app/application/auth.py | 0 | authenticate a user using synology's authenticate.cgi if the user is authenticated, returns a nametuple with the usernam | STRING |
| HIGH | spk/subliminal/src/app/application/auth.py | 0 | require a user to be authenticated. if he is not, this aborts on 403. the condition to be authorized is for the user to | STRING |
| HIGH | spk/gentoo-chroot/src/app/application/auth.py | 0 | require a user to be authenticated. if he is not, this aborts on 403. the condition to be authorized is for the user to | STRING |
| HIGH | spk/debian-chroot/src/app/application/auth.py | 0 | require a user to be authenticated. if he is not, this aborts on 403. the condition to be authorized is for the user to | STRING |
| HIGH | spk/itools/src/umounting.py | 0 | copyright (c) 2018 bingjing chang permission is hereby granted, free of charge, to any person obtaining a copy of this s | STRING |
| HIGH | spk/itools/src/common.py | 0 | copyright (c) 2018 bingjing chang permission is hereby granted, free of charge, to any person obtaining a copy of this s | STRING |
| HIGH | spk/itools/src/mounting.py | 0 | copyright (c) 2018 bingjing chang permission is hereby granted, free of charge, to any person obtaining a copy of this s | STRING |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | spk/subliminal/src/app/application/auth.py | 2 | CODE | |
| LOW | spk/subliminal/src/app/application/direct.py | 4 | CODE | |
| LOW | spk/subliminal/src/app/application/direct.py | 9 | CODE | |
| LOW | spk/subliminal/src/app/application/direct.py | 12 | CODE | |
| LOW | spk/gentoo-chroot/src/app/application/auth.py | 3 | CODE | |
| LOW | spk/gentoo-chroot/src/app/application/db.py | 7 | CODE | |
| LOW | spk/gentoo-chroot/src/app/application/direct.py | 2 | CODE | |
| LOW | spk/gentoo-chroot/src/app/application/direct.py | 5 | CODE | |
| LOW | spk/gentoo-chroot/src/app/application/direct.py | 6 | CODE | |
| LOW | spk/itools/src/umounting.py | 29 | CODE | |
| LOW | spk/itools/src/umounting.py | 31 | CODE | |
| LOW | spk/itools/src/common.py | 26 | CODE | |
| LOW | spk/itools/src/common.py | 27 | CODE | |
| LOW | spk/itools/src/mounting.py | 28 | CODE | |
| LOW | spk/itools/src/mounting.py | 30 | CODE | |
| LOW | spk/itools/src/mounting.py | 32 | CODE | |
| LOW | spk/salt-master/src/app/synology.py | 2 | CODE | |
| LOW | spk/salt-master/src/app/synology.py | 4 | CODE | |
| LOW | spk/debian-chroot/src/app/application/auth.py | 3 | CODE | |
| LOW | spk/debian-chroot/src/app/application/db.py | 7 | CODE | |
| LOW | spk/debian-chroot/src/app/application/direct.py | 2 | CODE | |
| LOW | spk/debian-chroot/src/app/application/direct.py | 6 | CODE | |
| LOW | spk/debian-chroot/src/app/application/direct.py | 7 | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | spk/subliminal/src/app/application/auth.py | 10 | __all__ = ['authenticate', 'requires_auth'] | CODE |
| LOW | spk/subliminal/src/app/application/db.py | 7 | __all__ = ['Base', 'engine', 'Session', 'Directory', 'setup'] | CODE |
| LOW | spk/subliminal/src/app/application/direct.py | 16 | __all__ = ['Base', 'Directories', 'Subliminal'] | CODE |
| LOW | spk/gentoo-chroot/src/app/application/auth.py | 11 | __all__ = ['authenticate', 'requires_auth'] | CODE |
| LOW | spk/gentoo-chroot/src/app/application/db.py | 10 | __all__ = ['Base', 'engine', 'Session', 'Service', 'setup'] | CODE |
| LOW | spk/gentoo-chroot/src/app/application/config.py | 1 | __all__ = ['env_path', 'chroottarget', 'installed'] | CODE |
| LOW | spk/gentoo-chroot/src/app/application/direct.py | 9 | __all__ = ['Base', 'Services', 'Overview'] | CODE |
| LOW | spk/debian-chroot/src/app/application/auth.py | 11 | __all__ = ['authenticate', 'requires_auth'] | CODE |
| LOW | spk/debian-chroot/src/app/application/db.py | 10 | __all__ = ['Base', 'engine', 'Session', 'Service', 'setup'] | CODE |
| LOW | spk/debian-chroot/src/app/application/config.py | 1 | __all__ = ['env_path', 'chroottarget', 'installed'] | CODE |
| LOW | spk/debian-chroot/src/app/application/direct.py | 10 | __all__ = ['Base', 'Service', 'Overview'] | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | docs/framework/makefile-system.md | 153 | # Rules — shared targets / orchestration, included by the entry points | COMMENT |
| MEDIUM | docs/developer-guide/basics/build-workflow.md | 42 | # At the spksrc root: repository-wide orchestration targets | COMMENT |
| MEDIUM | .github/actions/download.sh | 9 | # - The "download" target auto-orchestrates when a package has multiple (arch-specific) files. | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | spk/subliminal/src/app/scheduler.py | 87 | except Exception as e: | CODE |
| LOW | spk/itools/src/umounting.py | 51 | except Exception as e: | CODE |
| LOW | spk/itools/src/common.py | 54 | except Exception as e: | CODE |
| LOW | spk/itools/src/mounting.py | 95 | except Exception as e: | CODE |
| LOW | spk/haproxy/src/haproxy-dashboard/log_parser.py | 111 | except Exception: | CODE |
| LOW | spk/haproxy/src/haproxy-dashboard/utils/stats_utils.py | 20 | except Exception: | CODE |
| LOW | spk/haproxy/src/haproxy-dashboard/utils/stats_utils.py | 59 | except Exception: | CODE |
| LOW | spk/haproxy/src/haproxy-dashboard/routes/edit_routes.py | 44 | except Exception: | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | spk/haproxy/src/haproxy-dashboard/log_parser.py | 4 | CODE | |
| LOW | …/haproxy/src/haproxy-dashboard/auth/auth_middleware.py | 6 | CODE | |
| LOW | spk/haproxy/src/haproxy-dashboard/utils/stats_utils.py | 8 | CODE | |
| LOW | …/haproxy/src/haproxy-dashboard/utils/haproxy_config.py | 10 | CODE | |
| LOW | …/haproxy/src/haproxy-dashboard/utils/haproxy_config.py | 23 | CODE | |
| LOW | …/haproxy/src/haproxy-dashboard/utils/haproxy_config.py | 36 | CODE | |
| LOW | …/haproxy/src/haproxy-dashboard/utils/haproxy_config.py | 159 | CODE | |
| LOW | spk/haproxy/src/haproxy-dashboard/routes/edit_routes.py | 10 | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | spk/subliminal/src/app/application/direct.py | 90 | CODE | |
| LOW | spk/subliminal/src/app/application/direct.py | 93 | CODE | |
| LOW | spk/gentoo-chroot/src/app/application/direct.py | 91 | CODE | |
| LOW | spk/debian-chroot/src/app/application/direct.py | 106 | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | spk/icinga2-agent/src/service-setup.sh | 65 | # Step 1: Register host via Director Self-Service API | COMMENT |
| LOW | spk/icinga2-agent/src/service-setup.sh | 81 | # Step 2: Get signing ticket from Director | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …/haproxy/src/haproxy-dashboard/utils/haproxy_config.py | 159 | def count_frontends_and_backends(): | CODE |