Mirror of https://gitlab.redox-os.org/redox-os/redox
This report presents the forensic synthetic code analysis of redox-os/redox, a Rust project with 16,430 GitHub stars. SynthScan v2.0 examined 60,248 lines of code across 3420 source files, recording 220 pattern matches distributed across 7 syntactic categories. The overall adjusted score of 10.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).
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 220 distinct pattern matches across 7 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 |
|---|---|---|---|---|
| HIGH | recipes/cosmic/cosmic-edit/recipe.toml | 0 | dynamic_init export gettext_dir="${cookbook_sysroot}/usr" if [ "${cookbook_dynamic}" != "1" ] then # statically linked i | STRING |
| HIGH | recipes/cosmic/cosmic-files/recipe.toml | 0 | dynamic_init export gettext_dir="${cookbook_sysroot}/usr" if [ "${cookbook_dynamic}" != "1" ] then # statically linked i | STRING |
| HIGH | recipes/cosmic/cosmic-monitor/recipe.toml | 0 | dynamic_init export gettext_dir="${cookbook_sysroot}/usr" if [ "${cookbook_dynamic}" != "1" ] then # statically linked i | STRING |
| HIGH | recipes/cosmic/cosmic-term/recipe.toml | 0 | dynamic_init export gettext_dir="${cookbook_sysroot}/usr" if [ "${cookbook_dynamic}" != "1" ] then # statically linked i | STRING |
| HIGH | recipes/wip/tools/intelli-shell/recipe.toml | 0 | export openssl_dir="${cookbook_sysroot}" export openssl_static="true" cookbook_cargo | STRING |
| HIGH | recipes/wip/tools/dog-dns/recipe.toml | 0 | export openssl_dir="${cookbook_sysroot}" export openssl_static="true" cookbook_cargo | STRING |
| HIGH | recipes/wip/tools/artem/recipe.toml | 0 | export openssl_dir="${cookbook_sysroot}" export openssl_static="true" cookbook_cargo | STRING |
| HIGH | recipes/wip/security/authoscope/recipe.toml | 0 | export openssl_dir="${cookbook_sysroot}" export openssl_static="true" cookbook_cargo | STRING |
| HIGH | recipes/wip/web/monolith/recipe.toml | 0 | export openssl_dir="${cookbook_sysroot}" export openssl_static="true" cookbook_cargo | STRING |
| HIGH | recipes/wip/players/cmus/recipe.toml | 0 | export cppflags="-i${cookbook_sysroot}/include/ncurses" cookbook_configure | STRING |
| HIGH | recipes/wip/text/emacs-pgtk/recipe.toml | 0 | export cppflags="-i${cookbook_sysroot}/include/ncurses" cookbook_configure | STRING |
| HIGH | recipes/wip/text/emacs-nox/recipe.toml | 0 | export cppflags="-i${cookbook_sysroot}/include/ncurses" cookbook_configure | STRING |
| HIGH | recipes/wip/data-recovery/testdisk/recipe.toml | 0 | export cppflags="-i${cookbook_sysroot}/include/ncurses" cookbook_configure | STRING |
| HIGH | recipes/wip/libs/kde/kf5/kf5-threadweaver/recipe.toml | 0 | cookbook_configure="cmake" cookbook_configure_flags=( -dcmake_build_type=release -dcmake_crosscompiling=true -dcmake_exe | STRING |
| HIGH | recipes/wip/libs/kde/kf5/kf5-emoticons/recipe.toml | 0 | cookbook_configure="cmake" cookbook_configure_flags=( -dcmake_build_type=release -dcmake_crosscompiling=true -dcmake_exe | STRING |
| HIGH | recipes/wip/libs/kde/kf5/kf5-attica/recipe.toml | 0 | cookbook_configure="cmake" cookbook_configure_flags=( -dcmake_build_type=release -dcmake_crosscompiling=true -dcmake_exe | STRING |
| HIGH | recipes/wip/libs/kde/kf5/kf5-kirigami/recipe.toml | 0 | cookbook_configure="cmake" cookbook_configure_flags=( -dcmake_build_type=release -dcmake_crosscompiling=true -dcmake_exe | STRING |
| HIGH | …s/wip/libs/kde/kf5/kf5-syntax-highlighting/recipe.toml | 0 | cookbook_configure="cmake" cookbook_configure_flags=( -dcmake_build_type=release -dcmake_crosscompiling=true -dcmake_exe | STRING |
| HIGH | recipes/wip/libs/kde/kf5/kf5-service/recipe.toml | 0 | cookbook_configure="cmake" cookbook_configure_flags=( -dcmake_build_type=release -dcmake_crosscompiling=true -dcmake_exe | STRING |
| HIGH | recipes/wip/libs/kde/kf5/kf5-config/recipe.toml | 0 | cookbook_configure="cmake" cookbook_configure_flags=( -dcmake_build_type=release -dcmake_crosscompiling=true -dcmake_exe | STRING |
| HIGH | recipes/wip/libs/kde/kf5/kf5-notifyconfig/recipe.toml | 0 | cookbook_configure="cmake" cookbook_configure_flags=( -dcmake_build_type=release -dcmake_crosscompiling=true -dcmake_exe | STRING |
| HIGH | recipes/wip/libs/kde/kf5/kf5-configwidgets/recipe.toml | 0 | cookbook_configure="cmake" cookbook_configure_flags=( -dcmake_build_type=release -dcmake_crosscompiling=true -dcmake_exe | STRING |
| HIGH | recipes/wip/libs/kde/kf5/kf5-codecs/recipe.toml | 0 | cookbook_configure="cmake" cookbook_configure_flags=( -dcmake_build_type=release -dcmake_crosscompiling=true -dcmake_exe | STRING |
| HIGH | …/wip/libs/kde/kf5/kf5-frameworkintegration/recipe.toml | 0 | cookbook_configure="cmake" cookbook_configure_flags=( -dcmake_build_type=release -dcmake_crosscompiling=true -dcmake_exe | STRING |
| HIGH | recipes/wip/libs/kde/kf5/kf5-package/recipe.toml | 0 | cookbook_configure="cmake" cookbook_configure_flags=( -dcmake_build_type=release -dcmake_crosscompiling=true -dcmake_exe | STRING |
| HIGH | recipes/wip/libs/kde/kf5/kf5-init/recipe.toml | 0 | cookbook_configure="cmake" cookbook_configure_flags=( -dcmake_build_type=release -dcmake_crosscompiling=true -dcmake_exe | STRING |
| HIGH | recipes/wip/libs/kde/kf5/kf5-apidox/recipe.toml | 0 | cookbook_configure="cmake" cookbook_configure_flags=( -dcmake_build_type=release -dcmake_crosscompiling=true -dcmake_exe | STRING |
| HIGH | recipes/wip/libs/kde/kf5/kf5-calendarcore/recipe.toml | 0 | cookbook_configure="cmake" cookbook_configure_flags=( -dcmake_build_type=release -dcmake_crosscompiling=true -dcmake_exe | STRING |
| HIGH | recipes/wip/libs/kde/kf5/kf5-kdesu/recipe.toml | 0 | cookbook_configure="cmake" cookbook_configure_flags=( -dcmake_build_type=release -dcmake_crosscompiling=true -dcmake_exe | STRING |
| HIGH | recipes/wip/libs/kde/kf5/kf5-guiaddons/recipe.toml | 0 | cookbook_configure="cmake" cookbook_configure_flags=( -dcmake_build_type=release -dcmake_crosscompiling=true -dcmake_exe | STRING |
| HIGH | recipes/wip/libs/kde/kf5/kf5-completion/recipe.toml | 0 | cookbook_configure="cmake" cookbook_configure_flags=( -dcmake_build_type=release -dcmake_crosscompiling=true -dcmake_exe | STRING |
| HIGH | recipes/wip/libs/kde/kf5/kf5-syndication/recipe.toml | 0 | cookbook_configure="cmake" cookbook_configure_flags=( -dcmake_build_type=release -dcmake_crosscompiling=true -dcmake_exe | STRING |
| HIGH | recipes/wip/libs/kde/kf5/kf5-jobwidgets/recipe.toml | 0 | cookbook_configure="cmake" cookbook_configure_flags=( -dcmake_build_type=release -dcmake_crosscompiling=true -dcmake_exe | STRING |
| HIGH | recipes/wip/libs/kde/kf5/kf5-wayland/recipe.toml | 0 | cookbook_configure="cmake" cookbook_configure_flags=( -dcmake_build_type=release -dcmake_crosscompiling=true -dcmake_exe | STRING |
| HIGH | recipes/wip/libs/kde/kf5/kf5-texteditor/recipe.toml | 0 | cookbook_configure="cmake" cookbook_configure_flags=( -dcmake_build_type=release -dcmake_crosscompiling=true -dcmake_exe | STRING |
| HIGH | recipes/wip/libs/kde/kf5/kf5-dnssd/recipe.toml | 0 | cookbook_configure="cmake" cookbook_configure_flags=( -dcmake_build_type=release -dcmake_crosscompiling=true -dcmake_exe | STRING |
| HIGH | recipes/wip/libs/kde/kf5/kf5-textwidgets/recipe.toml | 0 | cookbook_configure="cmake" cookbook_configure_flags=( -dcmake_build_type=release -dcmake_crosscompiling=true -dcmake_exe | STRING |
| HIGH | recipes/wip/libs/kde/kf5/kf5-cmake-modules/recipe.toml | 0 | cookbook_configure="cmake" cookbook_configure_flags=( -dcmake_build_type=release -dcmake_crosscompiling=true -dcmake_exe | STRING |
| HIGH | recipes/wip/libs/kde/kf5/kf5-runner/recipe.toml | 0 | cookbook_configure="cmake" cookbook_configure_flags=( -dcmake_build_type=release -dcmake_crosscompiling=true -dcmake_exe | STRING |
| HIGH | recipes/wip/libs/kde/kf5/kf5-widgetaddons/recipe.toml | 0 | cookbook_configure="cmake" cookbook_configure_flags=( -dcmake_build_type=release -dcmake_crosscompiling=true -dcmake_exe | STRING |
| HIGH | recipes/wip/libs/kde/kf5/kf5-unitconversion/recipe.toml | 0 | cookbook_configure="cmake" cookbook_configure_flags=( -dcmake_build_type=release -dcmake_crosscompiling=true -dcmake_exe | STRING |
| HIGH | recipes/wip/libs/kde/kf5/kf5-dav/recipe.toml | 0 | cookbook_configure="cmake" cookbook_configure_flags=( -dcmake_build_type=release -dcmake_crosscompiling=true -dcmake_exe | STRING |
| HIGH | recipes/wip/libs/kde/kf5/kf5-itemmodels/recipe.toml | 0 | cookbook_configure="cmake" cookbook_configure_flags=( -dcmake_build_type=release -dcmake_crosscompiling=true -dcmake_exe | STRING |
| HIGH | recipes/wip/libs/kde/kf5/kf5-purpose/recipe.toml | 0 | cookbook_configure="cmake" cookbook_configure_flags=( -dcmake_build_type=release -dcmake_crosscompiling=true -dcmake_exe | STRING |
| HIGH | recipes/wip/libs/kde/kf5/kf5-auth/recipe.toml | 0 | cookbook_configure="cmake" cookbook_configure_flags=( -dcmake_build_type=release -dcmake_crosscompiling=true -dcmake_exe | STRING |
| HIGH | recipes/wip/libs/kde/kf5/kf5-newstuff/recipe.toml | 0 | cookbook_configure="cmake" cookbook_configure_flags=( -dcmake_build_type=release -dcmake_crosscompiling=true -dcmake_exe | STRING |
| HIGH | recipes/wip/libs/kde/kf5/kf5-plotting/recipe.toml | 0 | cookbook_configure="cmake" cookbook_configure_flags=( -dcmake_build_type=release -dcmake_crosscompiling=true -dcmake_exe | STRING |
| HIGH | recipes/wip/libs/kde/kf5/kf5-dbusaddons/recipe.toml | 0 | cookbook_configure="cmake" cookbook_configure_flags=( -dcmake_build_type=release -dcmake_crosscompiling=true -dcmake_exe | STRING |
| HIGH | recipes/wip/libs/kde/kf5/kf5-idletime/recipe.toml | 0 | cookbook_configure="cmake" cookbook_configure_flags=( -dcmake_build_type=release -dcmake_crosscompiling=true -dcmake_exe | STRING |
| HIGH | recipes/wip/libs/kde/kf5/kf5-bookmarks/recipe.toml | 0 | cookbook_configure="cmake" cookbook_configure_flags=( -dcmake_build_type=release -dcmake_crosscompiling=true -dcmake_exe | STRING |
| HIGH | recipes/wip/libs/kde/kf5/kf5-sonnet/recipe.toml | 0 | cookbook_configure="cmake" cookbook_configure_flags=( -dcmake_build_type=release -dcmake_crosscompiling=true -dcmake_exe | STRING |
| HIGH | recipes/wip/libs/kde/kf5/kf5-activities/recipe.toml | 0 | cookbook_configure="cmake" cookbook_configure_flags=( -dcmake_build_type=release -dcmake_crosscompiling=true -dcmake_exe | STRING |
| HIGH | recipes/wip/libs/kde/kf5/kf5-iconthemes/recipe.toml | 0 | cookbook_configure="cmake" cookbook_configure_flags=( -dcmake_build_type=release -dcmake_crosscompiling=true -dcmake_exe | STRING |
| HIGH | recipes/wip/libs/kde/kf5/kf5-pty/recipe.toml | 0 | cookbook_configure="cmake" cookbook_configure_flags=( -dcmake_build_type=release -dcmake_crosscompiling=true -dcmake_exe | STRING |
| HIGH | recipes/wip/libs/kde/kf5/kf5-globalaccel/recipe.toml | 0 | cookbook_configure="cmake" cookbook_configure_flags=( -dcmake_build_type=release -dcmake_crosscompiling=true -dcmake_exe | STRING |
| HIGH | …ipes/wip/libs/kde/kf5/kf5-activities-stats/recipe.toml | 0 | cookbook_configure="cmake" cookbook_configure_flags=( -dcmake_build_type=release -dcmake_crosscompiling=true -dcmake_exe | STRING |
| HIGH | recipes/wip/libs/kde/kf5/kf5-doctools/recipe.toml | 0 | cookbook_configure="cmake" cookbook_configure_flags=( -dcmake_build_type=release -dcmake_crosscompiling=true -dcmake_exe | STRING |
| HIGH | recipes/wip/libs/kde/kf5/kf5-coreaddons/recipe.toml | 0 | cookbook_configure="cmake" cookbook_configure_flags=( -dcmake_build_type=release -dcmake_crosscompiling=true -dcmake_exe | STRING |
| HIGH | recipes/wip/libs/kde/kf5/kf5-holidays/recipe.toml | 0 | cookbook_configure="cmake" cookbook_configure_flags=( -dcmake_build_type=release -dcmake_crosscompiling=true -dcmake_exe | STRING |
| HIGH | recipes/wip/libs/kde/kf5/kf5-modem-manager/recipe.toml | 0 | cookbook_configure="cmake" cookbook_configure_flags=( -dcmake_build_type=release -dcmake_crosscompiling=true -dcmake_exe | STRING |
| 36 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | podman_bootstrap.sh | 341 | # zypper install package1 package2 package3 | COMMENT |
| LOW | native_bootstrap.sh | 661 | echo "Unknown emulator: $1" | COMMENT |
| LOW | native_bootstrap.sh | 681 | echo "${p} is already installed" | COMMENT |
| LOW | podman/redox-toolchain.toml | 1 | # The Redox build server configuration for host tools | COMMENT |
| LOW | config/riscv64gc/ci.toml | 1 | # The Redox build server configuration | COMMENT |
| LOW | config/riscv64gc/ci.toml | 101 | zlib = {} | COMMENT |
| LOW | config/riscv64gc/ci.toml | 121 | # #cosmic-reader = {} | COMMENT |
| LOW | config/riscv64gc/ci.toml | 141 | # #hematite = {} # needs crate patches for redox-unix | COMMENT |
| LOW | config/riscv64gc/ci.toml | 161 | # #luajit = {} | COMMENT |
| LOW | config/riscv64gc/ci.toml | 181 | # #pciids = {} | COMMENT |
| LOW | config/riscv64gc/ci.toml | 201 | # #twin-commander = {} | COMMENT |
| LOW | config/riscv64gc/ci.toml | 221 | # duktape = {} | COMMENT |
| LOW | config/riscv64gc/ci.toml | 241 | # libavif = {} | COMMENT |
| LOW | config/riscv64gc/ci.toml | 261 | # onefetch = {} | COMMENT |
| LOW | config/riscv64gc/ci.toml | 281 | # redox-fatfs = {} | COMMENT |
| LOW | config/riscv64gc/ci.toml | 301 | # servo = {} | COMMENT |
| LOW | config/i586/ci.toml | 1 | # The Redox build server configuration | COMMENT |
| LOW | config/i586/ci.toml | 101 | zlib = {} | COMMENT |
| LOW | config/i586/ci.toml | 121 | # #cosmic-reader = {} | COMMENT |
| LOW | config/i586/ci.toml | 141 | # #hematite = {} # needs crate patches for redox-unix | COMMENT |
| LOW | config/i586/ci.toml | 161 | # #luajit = {} | COMMENT |
| LOW | config/i586/ci.toml | 181 | # #pciids = {} | COMMENT |
| LOW | config/i586/ci.toml | 201 | # #twin-commander = {} | COMMENT |
| LOW | config/i586/ci.toml | 221 | # eduke32 = {} | COMMENT |
| LOW | config/i586/ci.toml | 241 | # libc-bench = {} | COMMENT |
| LOW | config/i586/ci.toml | 261 | # openjazz = {} | COMMENT |
| LOW | config/i586/ci.toml | 281 | # redox-games = {} | COMMENT |
| LOW | config/i586/ci.toml | 301 | # shellharden = {} | COMMENT |
| LOW | config/i586/demo.toml | 21 | # MIDI | COMMENT |
| LOW | config/i586/demo.toml | 41 | # # | COMMENT |
| LOW | config/aarch64/ci.toml | 1 | # The Redox build server configuration | COMMENT |
| LOW | config/aarch64/ci.toml | 101 | smith = {} | COMMENT |
| LOW | config/aarch64/ci.toml | 121 | # #binutils-gdb = {} | COMMENT |
| LOW | config/aarch64/ci.toml | 141 | # #gitoxide = {} | COMMENT |
| LOW | config/aarch64/ci.toml | 161 | # #libpsl = {} | COMMENT |
| LOW | config/aarch64/ci.toml | 181 | # #opentyrian = {} | COMMENT |
| LOW | config/aarch64/ci.toml | 201 | # #rvvm = {} | COMMENT |
| LOW | config/aarch64/ci.toml | 221 | # cairo = {} | COMMENT |
| LOW | config/aarch64/ci.toml | 241 | # glutin = {} | COMMENT |
| LOW | config/aarch64/ci.toml | 261 | # mgba = {} | COMMENT |
| LOW | config/aarch64/ci.toml | 281 | # prboom = {} | COMMENT |
| LOW | config/aarch64/ci.toml | 301 | # sdl2-image = {} | COMMENT |
| LOW | config/x86_64/ci.toml | 301 | #freeglut = {} | COMMENT |
| LOW | config/x86_64/ci.toml | 321 | #sdl-player = {} # wctype_t | COMMENT |
| LOW | config/x86_64/demo.toml | 41 | rodioplay = {} | COMMENT |
| LOW | config/x86_64/demo.toml | 61 | # utilities, etc.) that together make up a functional and convenient # | COMMENT |
| LOW | config/x86_64/server-demo.toml | 281 | COMMENT | |
| LOW | config/x86_64/server-demo.toml | 301 | # | COMMENT |
| LOW | recipes/wip/bench/stress-ng/recipe.toml | 1 | #TODO missing script for gnu make: https://github.com/ColinIanKing/stress-ng#building-stress-ng | COMMENT |
| LOW | recipes/wip/emu/game-console/rpcs3/recipe.toml | 41 | #"libvulkan", | COMMENT |
| LOW | recipes/wip/emu/game-console/shadps4/recipe.toml | 1 | #TODO not compiled or tested | COMMENT |
| LOW | recipes/wip/emu/game-console/pcsx2/recipe.toml | 21 | "-DENABLE_QT_UI=OFF", | COMMENT |
| LOW | recipes/wip/emu/game-console/dolphin-emu/recipe.toml | 21 | "-DUSE_RETRO_ACHIEVEMENTS=OFF", | COMMENT |
| LOW | …cipes/wip/emu/game-console/ps1/duckstation/recipe.toml | 21 | #"qt6-tools", | COMMENT |
| LOW | recipes/wip/net/analysis/rsyslog/recipe.toml | 1 | #TODO determine minimum dependencies from configure log | COMMENT |
| LOW | recipes/wip/net/chat/telegram-desktop/recipe.toml | 1 | #TODO not compiled or tested | COMMENT |
| LOW | recipes/wip/net/chat/telegram-desktop/recipe.toml | 21 | # "libffi", | COMMENT |
| LOW | recipes/wip/net/download/wget2/recipe.toml | 1 | #TODO not compiled or tested | COMMENT |
| LOW | recipes/wip/analysis/cutter/recipe.toml | 1 | #TODO not compiled or tested | COMMENT |
| LOW | recipes/wip/hw/avrdude/recipe.toml | 1 | #TODO not compiled or tested | COMMENT |
| 51 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | podman_bootstrap.sh | 10 | # This function is simply a banner to introduce the script | COMMENT |
| MEDIUM | podman_bootstrap.sh | 560 | # This function is the main logic for the bootstrap; it clones the git repo | COMMENT |
| MEDIUM | native_bootstrap.sh | 10 | # This function is simply a banner to introduce the script | COMMENT |
| MEDIUM | native_bootstrap.sh | 1055 | # This function is the main logic for the bootstrap; it clones the git repo | COMMENT |
| MEDIUM | recipes/wip/libs/other/libxcursor/recipe.toml | 52 | # Create the shared library from the object files | COMMENT |
| MEDIUM | scripts/include-recipes.sh | 8 | # Create a list that can be copy/pasted into a filesystem config. | COMMENT |
| MEDIUM | src/config.rs | 94 | const COOKBOOK_LOCK_HEADER: &str = r#"# This file is generated automatically. | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | native_bootstrap.sh | 844 | # Check if git is installed | COMMENT |
| LOW | scripts/commit-hash.sh | 7 | # Check if recipes/core directory exists | COMMENT |
| LOW | scripts/commit-hash.sh | 20 | # Check if source directory exists and is a git repository | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | config/x86_64/server-demo.toml | 299 | # There should be rustysd already running, if not, you can try start it manually | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | recipes/wip/dev/cargo-tools/cargo-scaffold/recipe.toml | 3 | git = "https://github.com/iomentum/cargo-scaffold" | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | recipes/wip/libs/other/boost/recipe.toml | 41 | # TODO: implement target-os=redox | COMMENT |