Repository Analysis

flox/flox

The Deterministic Foundation for your SDLC

6.3 Low AI signal View on GitHub

Analysis Overview

This report presents the forensic synthetic code analysis of flox/flox, a Rust project with 4,080 GitHub stars. SynthScan v2.0 examined 161,045 lines of code across 594 source files, recording 838 pattern matches distributed across 12 syntactic categories. The overall adjusted score of 6.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).

6.3
Adjusted Score
6.3
Raw Score
100%
Time Factor
2026-08-08
Last Push
4.1K
Stars
Rust
Language
161.0K
Lines of Code
594
Files
838
Pattern Hits
2026-08-09
Scan Date
0.00
HC Hit Rate

What These Metrics Mean

Adjusted Score
Primary synthetic code indicator. Raw score normalised per 1,000 lines of code and multiplied by the temporal discount factor. This is the definitive comparative metric — use it to rank repositories by AI authorship density.
Raw Score
The unmodified sum of all severity-weighted, context-multiplied pattern match scores before temporal discounting. Reflects the absolute signal strength independent of when the repository was last active.
Time Factor
The temporal discount multiplier (0–100%) applied to the raw score. Repositories last updated before ChatGPT's launch (Nov 2022) receive a 5% factor. Full signal is only assigned to repositories active in the post-adoption era (Jan 2024+).
Pattern Hits
Total count of individual pattern matches across all files and categories. A high hit count with a low score may indicate a very large codebase with isolated AI snippets; a low count with a high score indicates dense, concentrated AI signatures.
HC Hit Rate
High+Critical pattern hits per file, averaged across the repository. This orthogonal signal catches repositories where a few files are densely packed with high-severity AI tells — a strong indicator even when the normalised score appears moderate due to codebase size.
Lines of Code / Files
Total lines and files analysed. The scanner examines 94 file extensions. These denominators are used to normalise the score, enabling fair comparison between repositories of vastly different sizes.

Score History

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.

No multi-scan history yet — run the scanner again to build trend data.

Severity Breakdown

Classifies detected patterns by their diagnostic confidence and structural impact. CRITICAL patterns (coefficient 10) represent definitive synthetic signatures — hallucinated imports, explicit LLM attribution metadata — virtually never produced by human authors. HIGH (5) indicates strong structural tells such as cross-file repetition or cross-linguistic idioms. MEDIUM (2) covers recognisable conversational padding and AI-specific vocabulary. LOW (1) captures subtle indicators like tautological comments and generic boilerplate that require density to carry independent signal.

CRITICAL 1HIGH 1MEDIUM 109LOW 727

Directory Score Breakdown

This horizontal bar chart decomposes the repository's raw synthetic code score by top-level directory, allowing you to pinpoint precisely which modules or components carry the highest AI authorship density. Directories with disproportionately high scores relative to their size warrant targeted manual review: concentrated AI signatures often trace back to mass-generated configuration layers, auto-ported test suites, LLM-scaffolded boilerplate classes, or entire subsystems authored under heavy copilot assistance. Use this view to prioritise your human code-review effort.

Pattern Findings

The scanner identified 838 distinct pattern matches across 12 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.

Over-Commented Block700 hits · 598 pts
SeverityFileLineSnippetContext
LOW…st_data/manually_generated/v1_curl_hello/manifest.toml1## Flox Environment Manifest -----------------------------------------COMMENT
LOW…st_data/manually_generated/v1_curl_hello/manifest.toml21# gum.version = "^0.14.5"COMMENT
LOW…st_data/manually_generated/v1_curl_hello/manifest.toml41# # - FLOX_ENV=/home/user/example/.flox/runCOMMENT
LOW…st_data/manually_generated/v1_curl_hello/manifest.toml61COMMENT
LOW…st_data/manually_generated/v1_curl_hello/manifest.toml81## $ flox buildCOMMENT
LOW…st_data/manually_generated/v1_curl_hello/manifest.toml101# "x86_64-darwin",COMMENT
LOWpackage-builder/closure.c21#include <stddef.h>COMMENT
LOWpackage-builder/sandbox.c21#include <fcntl.h>COMMENT
LOWpackage-builder/sandbox.c41// /proc).COMMENT
LOWpackage-builder/sandbox.c61static pthread_once_t init_once = PTHREAD_ONCE_INIT;COMMENT
LOWpackage-builder/sandbox.c81COMMENT
LOWpackage-builder/sandbox.c201// calls this before consulting sandbox_level or the original functionCOMMENT
LOWpackage-builder/sandbox.c221 // TODO: find way to detect changes in /proc/self/exe rather thanCOMMENT
LOWpackage-builder/sandbox.c261// be more than enough for most cases.COMMENT
LOWpackage-builder/sandbox.c501 return false;COMMENT
LOWpackage-builder/sandbox.c561// fatal on its own: it is context, not the access itself. Whether to abort isCOMMENT
LOWpackage-builder/sandbox.c621// on another machine. Any path within the environment's closure is fine,COMMENT
LOWpackage-builder/glibc-bindings.h1#ifndef GLIBC_BINDINGS_HCOMMENT
LOWpackage-builder/tests/run-tests.sh1#!/usr/bin/env bashCOMMENT
LOWcli/factory-api-v1/src/client.rs41 ///COMMENT
LOWcli/factory-api-v1/src/client.rs121 /// ```jsonCOMMENT
LOWcli/factory-api-v1/src/client.rs141 /// "title": "Page",COMMENT
LOWcli/factory-api-v1/src/client.rs201 ///COMMENT
LOWcli/factory-api-v1/src/client.rs221 /// "properties": {COMMENT
LOWcli/factory-api-v1/src/client.rs241 /// "format": "date-time"COMMENT
LOWcli/factory-api-v1/src/client.rs261 /// },COMMENT
LOWcli/factory-api-v1/src/client.rs301 ///COMMENT
LOWcli/factory-api-v1/src/client.rs321 pub detail: ::std::string::String,COMMENT
LOWcli/factory-api-v1/src/client.rs401 <D::Error as ::serde::de::Error>::custom(e.to_string())COMMENT
LOWcli/factory-api-v1/src/client.rs501 /// <details><summary>JSON schema</summary>COMMENT
LOWcli/factory-api-v1/src/client.rs601 /// <details><summary>JSON schema</summary>COMMENT
LOWcli/factory-api-v1/src/client.rs621 /// ],COMMENT
LOWcli/factory-api-v1/src/client.rs641 /// "type": [COMMENT
LOWcli/factory-api-v1/src/client.rs661 /// "format": "date-time"COMMENT
LOWcli/factory-api-v1/src/client.rs701 ///COMMENT
LOWcli/factory-api-v1/src/hooks.rs1use std::sync::Arc;COMMENT
LOWcli/factory-api-v1/src/status.rs1//! Hand-written, tolerant replacement for the generated `BuildResponse.status`COMMENT
LOWcli/floxhub-client/src/factory.rs41 /// Deliberately carries no detail: the calling verb knows what it askedCOMMENT
LOWcli/floxhub-client/src/factory.rs61 /// The Flox Factory reported a server-side error (HTTP 5xx, or 422).COMMENT
LOWcli/floxhub-client/src/factory.rs161/// a missing build, an auth rejection, a server-side fault, and a 200 whose bodyCOMMENT
LOWcli/floxhub-client/src/factory.rs221impl fmt::Display for BuildId {COMMENT
LOWcli/floxhub-client/src/factory.rs241/// ANDs across fields (all must match).COMMENT
LOWcli/floxhub-client/src/factory.rs261// ---------------------------------------------------------------------------COMMENT
LOWcli/floxhub-client/src/client.rs41 &api_types::PackageSearchResult {COMMENT
LOWcli/floxhub-client/src/client.rs141 /// Useful in tests where setup operations should not be captured.COMMENT
LOWcli/floxhub-client/src/client.rs281 ) -> Result<HashMap<String, Vec<StoreInfo>>, FloxhubClientError>;COMMENT
LOWcli/floxhub-client/src/client.rs1241 // This does the same as the previous test except for initializing theCOMMENT
LOWcli/floxhub-client/src/accounts.rs1//! The accounts surface of [`FloxhubClient`](crate::FloxhubClient),COMMENT
LOWcli/floxhub-client/src/lib.rs1//! FloxHub SDK client — catalog and factory API surfaces.COMMENT
LOWcli/floxhub-client/src/lib.rs21//! let config = FloxhubClientConfig {COMMENT
LOWcli/floxhub-client/src/mock.rs181/// whose `when.body` is absent, not valid JSON, or contains none of theCOMMENT
LOWcli/floxhub-client/src/auth/identity.rs21/// The identity behind a credential.COMMENT
LOWcli/floxhub-client/src/auth/identity.rs41 }COMMENT
LOWcli/floxhub-client/src/auth/mod.rs1//! FloxHub authentication.COMMENT
LOWcli/floxhub-client/src/auth/auth_context.rs1//! [`AuthContext`] — the credential threaded through the CLI.COMMENT
LOWcli/floxhub-client/src/auth/auth_context.rs21/// interactive recovery is possible.COMMENT
LOWcli/floxhub-client/src/auth/auth_context.rs41///COMMENT
LOWcli/floxhub-client/src/auth/token/floxhub_token.rs121 /// {COMMENT
LOWcli/floxhub-client/src/auth/token/floxhub_token.rs141 /// {COMMENT
LOWcli/floxhub-client/src/auth/token/floxhub_token.rs161 /// "sub": "github|424242",COMMENT
640 more matches not shown…
Decorative Section Separators87 hits · 288 pts
SeverityFileLineSnippetContext
MEDIUM…st_data/manually_generated/v1_curl_hello/manifest.toml7## -------------------------------------------------------------------COMMENT
MEDIUM…st_data/manually_generated/v1_curl_hello/manifest.toml16## -------------------------------------------------------------------COMMENT
MEDIUM…st_data/manually_generated/v1_curl_hello/manifest.toml27## -------------------------------------------------------------------COMMENT
MEDIUM…st_data/manually_generated/v1_curl_hello/manifest.toml34## -------------------------------------------------------------------COMMENT
MEDIUM…st_data/manually_generated/v1_curl_hello/manifest.toml48## -------------------------------------------------------------------COMMENT
MEDIUM…st_data/manually_generated/v1_curl_hello/manifest.toml66## ------------------------------------------------------------------COMMENT
MEDIUM…st_data/manually_generated/v1_curl_hello/manifest.toml73## ------------------------------------------------------------------COMMENT
MEDIUM…st_data/manually_generated/v1_curl_hello/manifest.toml83## ------------------------------------------------------------------COMMENT
MEDIUMpackage-builder/tests/run-tests.sh26# ----------------------------------------------------------------------------COMMENT
MEDIUMpackage-builder/tests/run-tests.sh30# ----------------------------------------------------------------------------COMMENT
MEDIUMpackage-builder/tests/run-tests.sh67# ----------------------------------------------------------------------------COMMENT
MEDIUMpackage-builder/tests/run-tests.sh76# ----------------------------------------------------------------------------COMMENT
MEDIUMpackage-builder/tests/run-tests.sh122# ----------------------------------------------------------------------------COMMENT
MEDIUMpackage-builder/tests/run-tests.sh124# ----------------------------------------------------------------------------COMMENT
MEDIUMpackage-builder/tests/run-tests.sh132# ----------------------------------------------------------------------------COMMENT
MEDIUMpackage-builder/tests/run-tests.sh134# ----------------------------------------------------------------------------COMMENT
MEDIUMpackage-builder/tests/run-tests.sh332# ----------------------------------------------------------------------------COMMENT
MEDIUMpackage-builder/tests/run-tests.sh337# ----------------------------------------------------------------------------COMMENT
MEDIUMpackage-builder/tests/run-tests.sh345# ----------------------------------------------------------------------------COMMENT
MEDIUMpackage-builder/tests/run-tests.sh347# ----------------------------------------------------------------------------COMMENT
MEDIUMcli/tests/setup_suite.bash272# ------------------------COMMENT
MEDIUMcli/tests/setup_suite.bash370# ----------------------------COMMENT
MEDIUMcli/tests/test_support.bash143# ----------------------------------------------------COMMENT
MEDIUMcli/flox-manifest/src/lib.rs2//! ┌───────────────────────────────────────┐COMMENT
MEDIUMcli/flox-manifest/src/lib.rs11//! via serde will have a different │ ┌──Validated───────►TypedOnly │COMMENT
MEDIUMcli/flox-manifest/src/lib.rs13//! comments, and won't have a │ │ │ ┌──────────┘ │ │COMMENT
MEDIUMcli/flox-manifest/src/lib.rs15//! dealbreaker. │ │ Migrated───────► MigratedTypedOnly │COMMENT
MEDIUMcli/flox-manifest/src/lib.rs19//! └───────────────────────────────────────┘COMMENT
MEDIUMcli/flox-rust-sdk/src/providers/manifest_init.rs457 ## -------------------------------------------------------------------COMMENT
MEDIUMcli/flox-rust-sdk/src/providers/manifest_init.rs466 ## -------------------------------------------------------------------COMMENT
MEDIUMcli/flox-rust-sdk/src/providers/manifest_init.rs475 ## -------------------------------------------------------------------COMMENT
MEDIUMcli/flox-rust-sdk/src/providers/manifest_init.rs482 ## -------------------------------------------------------------------COMMENT
MEDIUMcli/flox-rust-sdk/src/providers/manifest_init.rs514 ## ------------------------------------------------------------------COMMENT
MEDIUMcli/flox-rust-sdk/src/providers/manifest_init.rs521 ## ------------------------------------------------------------------COMMENT
MEDIUMcli/flox-rust-sdk/src/providers/manifest_init.rs531 ## ------------------------------------------------------------------COMMENT
MEDIUMcli/flox-rust-sdk/src/providers/manifest_init.rs583 ## -------------------------------------------------------------------COMMENT
MEDIUMcli/flox-rust-sdk/src/providers/manifest_init.rs592 ## -------------------------------------------------------------------COMMENT
MEDIUMcli/flox-rust-sdk/src/providers/manifest_init.rs601 ## -------------------------------------------------------------------COMMENT
MEDIUMcli/flox-rust-sdk/src/providers/manifest_init.rs608 ## -------------------------------------------------------------------COMMENT
MEDIUMcli/flox-rust-sdk/src/providers/manifest_init.rs640 ## ------------------------------------------------------------------COMMENT
MEDIUMcli/flox-rust-sdk/src/providers/manifest_init.rs647 ## ------------------------------------------------------------------COMMENT
MEDIUMcli/flox-rust-sdk/src/providers/manifest_init.rs657 ## ------------------------------------------------------------------COMMENT
MEDIUMcli/flox-rust-sdk/src/providers/manifest_init.rs712 ## -------------------------------------------------------------------COMMENT
MEDIUMcli/flox-rust-sdk/src/providers/manifest_init.rs721 ## -------------------------------------------------------------------COMMENT
MEDIUMcli/flox-rust-sdk/src/providers/manifest_init.rs730 ## -------------------------------------------------------------------COMMENT
MEDIUMcli/flox-rust-sdk/src/providers/manifest_init.rs737 ## -------------------------------------------------------------------COMMENT
MEDIUMcli/flox-rust-sdk/src/providers/manifest_init.rs836 ## -------------------------------------------------------------------COMMENT
MEDIUMcli/flox-rust-sdk/src/providers/manifest_init.rs845 ## -------------------------------------------------------------------COMMENT
MEDIUMcli/flox-rust-sdk/src/providers/manifest_init.rs854 ## -------------------------------------------------------------------COMMENT
MEDIUMcli/flox-rust-sdk/src/providers/manifest_init.rs861 ## -------------------------------------------------------------------COMMENT
MEDIUMcli/flox-rust-sdk/src/providers/manifest_init.rs949 ## -------------------------------------------------------------------COMMENT
MEDIUMcli/flox-rust-sdk/src/providers/manifest_init.rs958 ## -------------------------------------------------------------------COMMENT
MEDIUMcli/flox-rust-sdk/src/providers/manifest_init.rs967 ## -------------------------------------------------------------------COMMENT
MEDIUMcli/flox-rust-sdk/src/providers/manifest_init.rs974 ## -------------------------------------------------------------------COMMENT
MEDIUMcli/flox-rust-sdk/src/providers/manifest_init.rs1006 ## ------------------------------------------------------------------COMMENT
MEDIUMcli/flox-rust-sdk/src/providers/manifest_init.rs1013 ## ------------------------------------------------------------------COMMENT
MEDIUMcli/flox-rust-sdk/src/providers/manifest_init.rs1023 ## ------------------------------------------------------------------COMMENT
MEDIUMcli/flox-rust-sdk/src/providers/manifest_init.rs83 ## -------------------------------------------------------------------COMMENT
MEDIUMcli/flox-rust-sdk/src/providers/manifest_init.rs139 ## -------------------------------------------------------------------COMMENT
MEDIUMcli/flox-rust-sdk/src/providers/manifest_init.rs156 ## -------------------------------------------------------------------COMMENT
27 more matches not shown…
AI Slop Vocabulary10 hits · 28 pts
SeverityFileLineSnippetContext
MEDIUMcli/floxhub-client/src/mock.rs261/// shape ever drifted. Stripping wherever the keys appear is the more robustCOMMENT
MEDIUMcli/tests/shell-state-restoration/dump.zsh12# Only true shell internals and host/harness noise are filtered here;COMMENT
MEDIUMcli/tests/shell-state-restoration/dump.bash17# Only true shell internals and host/harness noise are filtered here;COMMENT
LOW…lox-rust-sdk/src/providers/services/process_compose.rs68 #[error("{0}")] // just pass through whatever the message isCOMMENT
MEDIUMcli/flox-rust-sdk/src/models/environment/generations.rs92/// Essentially the branches in a Floxmeta repository.COMMENT
MEDIUMcli/flox/src/commands/install.rs516 // Essentially we're going to convert the `PackageNotFound` variants intoCOMMENT
MEDIUMcli/flox/src/commands/containerize/mod.rs359 /// Essentially spawns a `docker load` or `podman load` processCOMMENT
MEDIUMcli/flox/src/commands/services/mod.rs202 /// but this may change in the future for a more robust solution.COMMENT
MEDIUMcli/flox/src/commands/services/mod.rs259/// may not be the most robust solution, but is currently used consistently.COMMENT
MEDIUM.github/workflows/claude-review.yml11 # effort, harness and prompt, with no inline-comment tooling. Use it forCOMMENT
Verbosity Indicators11 hits · 22 pts
SeverityFileLineSnippetContext
LOWcli/flox-rust-sdk/src/models/environment/uninstall.rs212/// The purpose of this function is to determine the _new_ list of outputsCOMMENT
LOWcli/flox-activations/src/cli/executive/mod.rs87 // Step 3: Setup root span with PID, so that logs contain PID.COMMENT
LOWcli/flox-activations/src/cli/executive/mod.rs94 // Step 4: Setup Sentry, so that we get exception reports.COMMENT
LOWcli/flox-activations/src/cli/executive/mod.rs99 // Step 5: Catch errors from sub-reaper and setsid.COMMENT
LOWcli/flox-activations/src/cli/executive/mod.rs109 // Step 6: Set up signal handlers (among other watchers).COMMENT
LOWcli/flox-activations/src/cli/executive/mod.rs116 // Step 7: Signal SIGUSR1 when all setup and possible errors have passed.COMMENT
LOWcli/flox-activations/src/cli/executive/mod.rs120 // Step 8: Spawn non-essential GC threadsCOMMENT
LOWcli/flox-activations/src/cli/executive/mod.rs124 // Step 9: Enter the monitoring loopCOMMENT
LOWcli/flox-activations/src/cli/executive/mod.rs62 // Step 1: Extract context which we need to do anything.COMMENT
LOWcli/flox-activations/src/cli/executive/mod.rs75 // Step 2: Setup logger, so that we can record errors.COMMENT
LOWcli/flox/src/commands/run.rs257 // Step 1: scan flags until we see `--` or the first positional.COMMENT
Self-Referential Comments7 hits · 21 pts
SeverityFileLineSnippetContext
MEDIUMcli/tests/setup_suite.bash229# Create a GPG key to test commit signing.COMMENT
MEDIUMcli/tests/setup_suite.bash252# Create a temporary `gitconfig' suitable for this test suite.COMMENT
MEDIUMcli/tests/setup_suite.bash260 # Create a temporary `ssh' key for use by `git'.COMMENT
MEDIUMcli/tests/test_support.bash194# Create a set of dotfiles to simulate the sorts of things users can do thatCOMMENT
MEDIUMcli/flox-rust-sdk/src/providers/build.rs3522 # Create a valid executable in $out/bin for a clean build.COMMENT
MEDIUMbuildenv/builder.pl404# Create the symlinks.COMMENT
MEDIUMbuildenv/builder.pl846 # Create the symlinks.COMMENT
Structural Annotation Overuse10 hits · 20 pts
SeverityFileLineSnippetContext
LOWcli/flox-activations/src/cli/executive/mod.rs87 // Step 3: Setup root span with PID, so that logs contain PID.COMMENT
LOWcli/flox-activations/src/cli/executive/mod.rs94 // Step 4: Setup Sentry, so that we get exception reports.COMMENT
LOWcli/flox-activations/src/cli/executive/mod.rs99 // Step 5: Catch errors from sub-reaper and setsid.COMMENT
LOWcli/flox-activations/src/cli/executive/mod.rs109 // Step 6: Set up signal handlers (among other watchers).COMMENT
LOWcli/flox-activations/src/cli/executive/mod.rs116 // Step 7: Signal SIGUSR1 when all setup and possible errors have passed.COMMENT
LOWcli/flox-activations/src/cli/executive/mod.rs120 // Step 8: Spawn non-essential GC threadsCOMMENT
LOWcli/flox-activations/src/cli/executive/mod.rs124 // Step 9: Enter the monitoring loopCOMMENT
LOWcli/flox-activations/src/cli/executive/mod.rs62 // Step 1: Extract context which we need to do anything.COMMENT
LOWcli/flox-activations/src/cli/executive/mod.rs75 // Step 2: Setup logger, so that we can record errors.COMMENT
LOWcli/flox/src/commands/run.rs257 // Step 1: scan flags until we see `--` or the first positional.COMMENT
Modern AI Meta-Vocabulary6 hits · 16 pts
SeverityFileLineSnippetContext
MEDIUMREADME.md42**Flox is a software environment platform for engineering teams** that delivers cryptographically pinned, reproducible eCODE
MEDIUMREADME.md145| **AI-ready** | Works with Claude Code, Cursor, Copilot, and Codex | Give AI coding agents a deterministic, reproduciblCODE
MEDIUMcli/flox-rust-sdk/src/utils/invocation_sources.rs31 // Other agentic toolsCOMMENT
MEDIUMcli/flox-rust-sdk/src/utils/invocation_sources.rs69/// 2. Inference heuristics for CI, containerd, agentic tooling, and other contextsCOMMENT
MEDIUMcli/flox-rust-sdk/src/utils/invocation_sources.rs87 // Apply all inference heuristics (CI, containerd, agentic tools, etc.)COMMENT
MEDIUMcli/flox-rust-sdk/src/utils/invocation_sources.rs271 // CI + containerd + agentic — all preservedCOMMENT
Hallucination Indicators1 hit · 10 pts
SeverityFileLineSnippetContext
CRITICALcli/flox-manifest/src/raw/mod.rs913 self.inner.migrated_parsed.options.systems.as_ref(),CODE
Synthetic Comment Markers1 hit · 8 pts
SeverityFileLineSnippetContext
HIGHcli/flox-manifest/src/lockfile/flake.rs57 /// List of output names to install as requested by the userCOMMENT
Example Usage Blocks2 hits · 3 pts
SeverityFileLineSnippetContext
LOWcli/tests/shell-state-restoration/dump.zsh16# Usage:COMMENT
LOWcli/tests/shell-state-restoration/dump.bash12# Usage:COMMENT
Slop Phrases2 hits · 3 pts
SeverityFileLineSnippetContext
LOWcli/flox-rust-sdk/src/models/environment/mod.rs71// don't forget to update the man pageCOMMENT
LOWcli/flox-rust-sdk/src/models/environment/mod.rs73// don't forget to update the man pageCOMMENT
Redundant / Tautological Comments1 hit · 2 pts
SeverityFileLineSnippetContext
LOWbuildenv/builder.pl888 # Close the fileCOMMENT