Repository Analysis

fleetdm/fleet

Open device management

2.5 Likely human-written View on GitHub

Analysis Overview

This report presents the forensic synthetic code analysis of fleetdm/fleet, a Go project with 6,581 GitHub stars. SynthScan v2.0 examined 2,036,273 lines of code across 13171 source files, recording 3821 pattern matches distributed across 21 syntactic categories. The overall adjusted score of 2.5 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).

2.5
Adjusted Score
2.5
Raw Score
100%
Time Factor
2026-07-14
Last Push
6.6K
Stars
Go
Language
2.0M
Lines of Code
13.2K
Files
3.8K
Pattern Hits
2026-07-14
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 7HIGH 13MEDIUM 446LOW 3355

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 3821 distinct pattern matches across 21 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 Block1515 hits · 1344 pts
SeverityFileLineSnippetContext
LOW.eslintrc.js61 "import/no-extraneous-dependencies": 0,COMMENT
LOWcmd/osquery-perf/agent.go481 // for the subset of macOS MDM agents selected for PSSO (see pssoParams.prob)COMMENT
LOWcmd/osquery-perf/agent.go561 scheduledQueryData *sync.MapCOMMENT
LOWcmd/maintained-apps/validate/windows.go141 // Only exempt genuine Office products (e.g. "Microsoft 365 Apps forCOMMENT
LOWcmd/osv-processor/transforms.go21 // CVE-specific modifications: modify vulnerability details for specific CVEsCOMMENT
LOWcmd/osv-processor/sync-and-detect-changes.sh1#!/usr/bin/env bashCOMMENT
LOWcmd/osv-processor/main.go561// runRHEL.COMMENT
LOWcmd/fleetctl/fleetctl/gitops_test.go661 cs2, ok := customSCEPByName["CustomScepProxy2"]COMMENT
LOWcmd/fleetctl/fleetctl/gitops_test.go681 // // check hydrantCOMMENT
LOWcmd/fleetctl/fleetctl/gitops_test.go1781COMMENT
LOWcmd/fleetctl/fleetctl/apply_test.go3021 // // setup app configCOMMENT
LOWcmd/fleetctl/fleetctl/apply_test.go3041 // name = writeTmpYml(t, fmt.Sprintf(appConfigSpecEnableEndUserAuth, "false"))COMMENT
LOWcmd/fleetctl/fleetctl/apply_test.go3061 // _, err = runAppNoChecks([]string{"apply", "-f", name})COMMENT
LOWcmd/fleetctl/fleetctl/apply_deprecated_test.go1361 // assert.YAMLEq(t, expectedNotSetAppConfg, runAppForTest(t, []string{"get", "config", "--yaml"}))COMMENT
LOWcmd/fleetctl/fleetctl/apply_deprecated_test.go1381 // assert.False(t, ds.GetMDMAppleBootstrapPackageMetaFuncInvoked)COMMENT
LOWcmd/fleetctl/fleetctl/apply_deprecated_test.go1401 // assert.False(t, ds.InsertMDMAppleBootstrapPackageFuncInvoked)COMMENT
LOW…d/fleetctl/fleetctl/templates/new/default.template.yml1# # # # # # # # # # # # # # # # # # # # # # # # # # # # # #COMMENT
LOW…d/fleetctl/fleetctl/templates/new/default.template.yml21 # Read more:COMMENT
LOW…d/fleetctl/fleetctl/templates/new/default.template.yml41 # • https://fleetdm.com/docs/deploy/single-sign-on-ssoCOMMENT
LOW…d/fleetctl/fleetctl/templates/new/default.template.yml61COMMENT
LOW…d/fleetctl/fleetctl/templates/new/default.template.yml81 # • https://fleetdm.com/guides/apple-mdm-setup#volume-purchasing-program-vppCOMMENT
LOW…d/fleetctl/fleetctl/templates/new/default.template.yml101 # macos_migration:COMMENT
LOW…d/fleetctl/fleetctl/templates/new/default.template.yml121# from "x86 macs" to "finance department" to "needs new battery".COMMENT
LOW…plates/new/fleets/personal-mobile-devices.template.yml1# # # # # # # # # # # # # # # # # # # # # # # # # # # # # #COMMENT
LOW…plates/new/fleets/personal-mobile-devices.template.yml21 setup_experience:COMMENT
LOW…plates/new/fleets/personal-mobile-devices.template.yml41 # • https://fleetdm.com/docs/configuration/yaml-files#apple-settings-and-windows-settingsCOMMENT
LOW…plates/new/fleets/personal-mobile-devices.template.yml61 # • https://fleetdm.com/docs/configuration/yaml-files#ipados-updatesCOMMENT
LOW…plates/new/fleets/personal-mobile-devices.template.yml81 # display_name: "Slack"COMMENT
LOW…plates/new/fleets/personal-mobile-devices.template.yml101 ###########################################################COMMENT
LOW…leetctl/templates/new/fleets/workstations.template.yml1# # # # # # # # # # # # # # # # # # # # # # # # # # # # # #COMMENT
LOW…leetctl/templates/new/fleets/workstations.template.yml21 # Configure the macOS setup experienceCOMMENT
LOW…leetctl/templates/new/fleets/workstations.template.yml41 #COMMENT
LOW…leetctl/templates/new/fleets/workstations.template.yml61 # labels_include_any:COMMENT
LOW…leetctl/templates/new/fleets/workstations.template.yml81 #COMMENT
LOW…leetctl/templates/new/fleets/workstations.template.yml101 # update_new_hosts: trueCOMMENT
LOW…leetctl/templates/new/fleets/workstations.template.yml121COMMENT
LOW…leetctl/templates/new/fleets/workstations.template.yml141#COMMENT
LOW…leetctl/templates/new/fleets/workstations.template.yml161###########################################################COMMENT
LOW…leetctl/templates/new/fleets/workstations.template.yml181 # labels_include_any:COMMENT
LOW…/templates/new/.github/workflows/workflow.template.yml41 with:COMMENT
LOW…/templates/new/.github/workflows/workflow.template.yml61 ###########################################################COMMENT
LOWcmd/fleet/serve_boot_test.go121// The test does not run in parallel: it swaps the package-global initFatal andCOMMENT
LOWcmd/fleet-mcp/schema.go361// flag the common bug class of comparing a TEXT column against a bare integerCOMMENT
LOWcmd/fleet-mcp/mcp_server.go1package mainCOMMENT
LOWcmd/fleet-mcp/fleet_integration.go1101 return ids, nilCOMMENT
LOWcmd/fleet-mcp/fleet_integration.go1221 if err != nil {COMMENT
LOWcmd/fleet-mcp/fleet_integration.go1241// combined, we fetch both sets and intersect by host ID.COMMENT
LOWcmd/fleet-mcp/fleet_integration.go1501 PolicyName: result.Policy.Name,COMMENT
LOWcmd/fleet-mcp/fleet_integration.go1561// → list of software titles affected by the CVE (in the team if scoped).COMMENT
LOWcmd/fleet-mcp/fleet_integration.go1821 }COMMENT
LOWcmd/fleet-mcp/fleet_integration.go2061 }, nilCOMMENT
LOWcmd/fleet-mcp/main.go41 _, _ = w.Write([]byte("ok\n"))COMMENT
LOWorbit/cmd/orbit/orbit.go1901 fleetURL stringCOMMENT
LOWorbit/cmd/desktop/desktop.go141 // swiftDialogCh is a channel shared by the migrator and the offline watcher toCOMMENT
LOWorbit/cmd/desktop/desktop.go681 log.Error().Err(err).Msg("write to stderr file")COMMENT
LOWorbit/pkg/token/readwriter.go141COMMENT
LOWorbit/pkg/backoff/backoff.go1// Package backoff provides a stateful exponential backoff tracker forCOMMENT
LOWorbit/pkg/packaging/packaging.go41 // Insecure enables insecure TLS connections for the generated package.COMMENT
LOWorbit/pkg/packaging/packaging.go61 // This may be required when using TLS client authentication for connecting to Fleet via a proxy.COMMENT
LOWorbit/pkg/packaging/packaging.go81 UpdateTLSServerCertificate stringCOMMENT
1455 more matches not shown…
Redundant / Tautological Comments1038 hits · 1090 pts
SeverityFileLineSnippetContext
LOWtools/release/publish_release.sh214 # Check if `grep` supports the `-P` option by using it in a no-op search.COMMENT
LOWtools/release/publish_release.sh281 # Check if the formatted date matches the expected date formatCOMMENT
LOWtools/release/publish_release.sh296 # Check if `ggrep` is availableCOMMENT
LOWtools/loadtest/metrics/compare-metrics.sh390 # Check if this metric exists in at least the last two filesCOMMENT
LOWtools/loadtest/scripts_and_profiles/main.go179 # Check if curl is availableCOMMENT
LOWtools/loadtest/scripts_and_profiles/main.go259 # Check if file exists and is not emptyCOMMENT
LOWtools/loadtest/scripts_and_profiles/main.go270 # Check if file is executable format (basic check)COMMENT
LOWtools/loadtest/scripts_and_profiles/main.go359 # Check if extensions.load file existsCOMMENT
LOWtools/software/icons/generate-icons.sh30# Check if a string is a valid JavaScript identifierCOMMENT
LOWtools/software/icons/generate-icons.sh34 # Check if it matches the pattern: starts with letter/underscore/dollar, followed by letters/digits/underscore/dollar COMMENT
LOWtools/software/icons/generate-icons.sh95 # Check if import already existsCOMMENT
LOWtools/software/icons/generate-icons.sh129 # Check if we should insert before this first importCOMMENT
LOWtools/software/icons/generate-icons.sh192 # Check if map entry already exists (check for both quoted and unquoted keys)COMMENT
LOWtools/software/icons/generate-icons.sh222 # Check if this is a map entry (has a colon)COMMENT
LOWtools/cis/cis-test-runner.py1999 # Check if SSH is reachable. If not (e.g., a previous testSTRING
LOWtools/cis/cis-test-runner.py2020 # Check if the agent is installed and the host is in FleetSTRING
LOWtools/cis/cis-test-runner.py2117 # Check if the host is already MDM-enrolled; if so, skipSTRING
LOWee/server/service/embedded_scripts/linux_lock.sh58 # Set flag to reboot after creating lock filesCOMMENT
LOWee/server/service/embedded_scripts/linux_unlock.sh49# Check if we switched to text mode during lock and restore GUI if neededCOMMENT
LOWee/maintained-apps/script-diff.sh5# Check if file path is providedCOMMENT
LOWee/maintained-apps/script-diff.sh13# Check if file existsCOMMENT
LOWee/maintained-apps/script-diff.sh19# Check if we're in a git repositoryCOMMENT
LOWee/maintained-apps/ingesters/homebrew/scripts.go670 # Check if the app was running before installationCOMMENT
LOWee/maintained-apps/outputs/forecast/darwin.json20 "87bc838d": "#!/bin/bash\n\n# variables\nAPPDIR=\"/Applications/\"\nTMPDIR=$(dirname \"$(realpath \"$INSTALLER_PATH\CODE
LOWee/maintained-apps/outputs/kap/darwin.json19 "82a1d5cd": "#!/bin/bash\n\n# variables\nAPPDIR=\"/Applications/\"\nTMPDIR=$(dirname \"$(realpath \"$INSTALLER_PATH\CODE
LOWee/maintained-apps/outputs/usage-app/darwin.json19 "85b735d2": "#!/bin/bash\n\n# variables\nAPPDIR=\"/Applications/\"\nTMPDIR=$(dirname \"$(realpath \"$INSTALLER_PATH\CODE
LOWee/maintained-apps/outputs/texshop/darwin.json20 "99dd4af9": "#!/bin/bash\n\n# variables\nAPPDIR=\"/Applications/\"\nTMPDIR=$(dirname \"$(realpath \"$INSTALLER_PATH\CODE
LOWee/maintained-apps/outputs/devtoys/darwin.json19 "2e2640ac": "#!/bin/bash\n\n# variables\nAPPDIR=\"/Applications/\"\nTMPDIR=$(dirname \"$(realpath \"$INSTALLER_PATH\CODE
LOWee/maintained-apps/outputs/openrefine/darwin.json19 "0c28d24c": "#!/bin/bash\n\n# variables\nAPPDIR=\"/Applications/\"\nTMPDIR=$(dirname \"$(realpath \"$INSTALLER_PATH\CODE
LOWee/maintained-apps/outputs/i1profiler/darwin.json20 "fa8f4b2a": "#!/bin/bash\n\n# variables\nAPPDIR=\"/Applications/\"\nTMPDIR=$(dirname \"$(realpath \"$INSTALLER_PATH\CODE
LOWee/maintained-apps/outputs/beyond-compare/darwin.json20 "5fca1cb5": "#!/bin/bash\n\n# variables\nAPPDIR=\"/Applications/\"\nTMPDIR=$(dirname \"$(realpath \"$INSTALLER_PATH\CODE
LOWee/maintained-apps/outputs/netspot/darwin.json20 "bf337d03": "#!/bin/bash\n\n# variables\nAPPDIR=\"/Applications/\"\nTMPDIR=$(dirname \"$(realpath \"$INSTALLER_PATH\CODE
LOWee/maintained-apps/outputs/firefox/darwin.json19 "b5e4c76e": "#!/bin/bash\n\n# variables\nAPPDIR=\"/Applications/\"\nTMPDIR=$(dirname \"$(realpath \"$INSTALLER_PATH\CODE
LOWee/maintained-apps/outputs/pd/darwin.json20 "8a005b0c": "#!/bin/bash\n\n# variables\nAPPDIR=\"/Applications/\"\nTMPDIR=$(dirname \"$(realpath \"$INSTALLER_PATH\CODE
LOWee/maintained-apps/outputs/cryptomator/darwin.json19 "04e0f825": "#!/bin/bash\n\n# variables\nAPPDIR=\"/Applications/\"\nTMPDIR=$(dirname \"$(realpath \"$INSTALLER_PATH\CODE
LOWee/maintained-apps/outputs/bricklink-studio/darwin.json20 "491b9b39": "#!/bin/bash\n\n# variables\nAPPDIR=\"/Applications/\"\nTMPDIR=$(dirname \"$(realpath \"$INSTALLER_PATH\CODE
LOWee/maintained-apps/outputs/smoothscroll/darwin.json19 "2181d828": "#!/bin/bash\n\n# variables\nAPPDIR=\"/Applications/\"\nTMPDIR=$(dirname \"$(realpath \"$INSTALLER_PATH\CODE
LOWee/maintained-apps/outputs/default-folder-x/darwin.json20 "67a369f4": "#!/bin/bash\n\n# variables\nAPPDIR=\"/Applications/\"\nTMPDIR=$(dirname \"$(realpath \"$INSTALLER_PATH\CODE
LOWee/maintained-apps/outputs/ok-json/darwin.json19 "b2a6fb6e": "#!/bin/bash\n\n# variables\nAPPDIR=\"/Applications/\"\nTMPDIR=$(dirname \"$(realpath \"$INSTALLER_PATH\CODE
LOWee/maintained-apps/outputs/knime/darwin.json19 "3c077491": "#!/bin/bash\n\n# variables\nAPPDIR=\"/Applications/\"\nTMPDIR=$(dirname \"$(realpath \"$INSTALLER_PATH\CODE
LOWee/maintained-apps/outputs/neofinder/darwin.json19 "586a3071": "#!/bin/bash\n\n# variables\nAPPDIR=\"/Applications/\"\nTMPDIR=$(dirname \"$(realpath \"$INSTALLER_PATH\CODE
LOWee/maintained-apps/outputs/granola/darwin.json20 "89a55638": "#!/bin/bash\n\n# variables\nAPPDIR=\"/Applications/\"\nTMPDIR=$(dirname \"$(realpath \"$INSTALLER_PATH\CODE
LOWee/maintained-apps/outputs/wispr-flow/darwin.json19 "3a49fcfd": "#!/bin/bash\n\n# variables\nAPPDIR=\"/Applications/\"\nTMPDIR=$(dirname \"$(realpath \"$INSTALLER_PATH\CODE
LOWee/maintained-apps/outputs/command-tab-plus/darwin.json20 "e8f1ed6a": "#!/bin/bash\n\n# variables\nAPPDIR=\"/Applications/\"\nTMPDIR=$(dirname \"$(realpath \"$INSTALLER_PATH\CODE
LOWee/maintained-apps/outputs/glyphs/darwin.json19 "a5e9ac58": "#!/bin/bash\n\n# variables\nAPPDIR=\"/Applications/\"\nTMPDIR=$(dirname \"$(realpath \"$INSTALLER_PATH\CODE
LOWee/maintained-apps/outputs/nextcloud/darwin.json20 "c18d4d3b": "#!/bin/bash\n\n# variables\nAPPDIR=\"/Applications/\"\nTMPDIR=$(dirname \"$(realpath \"$INSTALLER_PATH\CODE
LOW…intained-apps/outputs/microsoft-powerpoint/darwin.json20 "fc3e906d": "#!/bin/bash\n\n# variables\nAPPDIR=\"/Applications/\"\nTMPDIR=$(dirname \"$(realpath \"$INSTALLER_PATH\CODE
LOWee/maintained-apps/outputs/abstract/darwin.json20 "ca022a22": "#!/bin/bash\n\n# variables\nAPPDIR=\"/Applications/\"\nTMPDIR=$(dirname \"$(realpath \"$INSTALLER_PATH\CODE
LOWee/maintained-apps/outputs/windowkeys/darwin.json19 "19a9b28d": "#!/bin/bash\n\n# variables\nAPPDIR=\"/Applications/\"\nTMPDIR=$(dirname \"$(realpath \"$INSTALLER_PATH\CODE
LOWee/maintained-apps/outputs/spokenly/darwin.json19 "5f8295ce": "#!/bin/bash\n\n# variables\nAPPDIR=\"/Applications/\"\nTMPDIR=$(dirname \"$(realpath \"$INSTALLER_PATH\CODE
LOWee/maintained-apps/outputs/markedit/darwin.json19 "7274248d": "#!/bin/bash\n\n# variables\nAPPDIR=\"/Applications/\"\nTMPDIR=$(dirname \"$(realpath \"$INSTALLER_PATH\CODE
LOWee/maintained-apps/outputs/beeper/darwin.json20 "a73050ea": "#!/bin/bash\n\n# variables\nAPPDIR=\"/Applications/\"\nTMPDIR=$(dirname \"$(realpath \"$INSTALLER_PATH\CODE
LOWee/maintained-apps/outputs/qlmarkdown/darwin.json19 "038ce2fa": "#!/bin/bash\n\n# variables\nAPPDIR=\"/Applications/\"\nTMPDIR=$(dirname \"$(realpath \"$INSTALLER_PATH\CODE
LOWee/maintained-apps/outputs/scrivener/darwin.json19 "da6d93c4": "#!/bin/bash\n\n# variables\nAPPDIR=\"/Applications/\"\nTMPDIR=$(dirname \"$(realpath \"$INSTALLER_PATH\CODE
LOWee/maintained-apps/outputs/meetingbar/darwin.json19 "1fe9317d": "#!/bin/bash\n\n# variables\nAPPDIR=\"/Applications/\"\nTMPDIR=$(dirname \"$(realpath \"$INSTALLER_PATH\CODE
LOWee/maintained-apps/outputs/emclient/darwin.json19 "82810e95": "#!/bin/bash\n\n# variables\nAPPDIR=\"/Applications/\"\nTMPDIR=$(dirname \"$(realpath \"$INSTALLER_PATH\CODE
LOWee/maintained-apps/outputs/chime/darwin.json20 "81d243ad": "#!/bin/bash\n\n# variables\nAPPDIR=\"/Applications/\"\nTMPDIR=$(dirname \"$(realpath \"$INSTALLER_PATH\CODE
LOWee/maintained-apps/outputs/microsoft-teams/darwin.json20 "9842434b": "#!/bin/bash\n\n# variables\nAPPDIR=\"/Applications/\"\nTMPDIR=$(dirname \"$(realpath \"$INSTALLER_PATH\CODE
LOWee/maintained-apps/outputs/kaleidoscope/darwin.json19 "a22b7c23": "#!/bin/bash\n\n# variables\nAPPDIR=\"/Applications/\"\nTMPDIR=$(dirname \"$(realpath \"$INSTALLER_PATH\CODE
LOWee/maintained-apps/outputs/onionshare/darwin.json19 "17c365cb": "#!/bin/bash\n\n# variables\nAPPDIR=\"/Applications/\"\nTMPDIR=$(dirname \"$(realpath \"$INSTALLER_PATH\CODE
978 more matches not shown…
Decorative Section Separators342 hits · 1046 pts
SeverityFileLineSnippetContext
MEDIUMtools/mdm/test-batch-profiles.sh3#--------------------------------------------------------------COMMENT
MEDIUMtools/mdm/test-batch-profiles.sh7#--------------------------------------------------------------COMMENT
MEDIUMtools/mdm/make_cfg_profiles.sh3# ----------------------------------------------------COMMENT
MEDIUMtools/mdm/make_cfg_profiles.sh5# ----------------------------------------------------COMMENT
MEDIUMtools/release/publish_release.sh625# ======================================COMMENT
MEDIUMtools/release/publish_release.sh627# ======================================COMMENT
MEDIUMtools/release/publish_release.sh106# ======================================COMMENT
MEDIUMtools/release/publish_release.sh108# ======================================COMMENT
MEDIUMtools/release/publish_release.sh183# ======================================COMMENT
MEDIUMtools/release/publish_release.sh185# ======================================COMMENT
MEDIUMtools/release/publish_release.sh319# ======================================COMMENT
MEDIUMtools/release/publish_release.sh321# ======================================COMMENT
MEDIUMtools/release/publish_release.sh734# ======================================COMMENT
MEDIUMtools/release/publish_release.sh736# ======================================COMMENT
MEDIUMtools/release/publish_release.sh772# ======================================COMMENT
MEDIUMtools/release/publish_release.sh774# ======================================COMMENT
MEDIUMtools/release/publish_release.sh914# ======================================COMMENT
MEDIUMtools/release/publish_release.sh916# ======================================COMMENT
MEDIUMtools/loadtest/metrics/collect-metrics.sh24# ---------------------------------------------------------------------------COMMENT
MEDIUMtools/loadtest/metrics/collect-metrics.sh26# ---------------------------------------------------------------------------COMMENT
MEDIUMtools/loadtest/metrics/collect-metrics.sh36# ---------------------------------------------------------------------------COMMENT
MEDIUMtools/loadtest/metrics/collect-metrics.sh38# ---------------------------------------------------------------------------COMMENT
MEDIUMtools/loadtest/metrics/collect-metrics.sh135# ---------------------------------------------------------------------------COMMENT
MEDIUMtools/loadtest/metrics/collect-metrics.sh137# ---------------------------------------------------------------------------COMMENT
MEDIUMtools/loadtest/metrics/collect-metrics.sh144# ---------------------------------------------------------------------------COMMENT
MEDIUMtools/loadtest/metrics/collect-metrics.sh146# ---------------------------------------------------------------------------COMMENT
MEDIUMtools/loadtest/metrics/collect-metrics.sh108# ---------------------------------------------------------------------------COMMENT
MEDIUMtools/loadtest/metrics/collect-metrics.sh110# ---------------------------------------------------------------------------COMMENT
MEDIUMtools/loadtest/metrics/collect-metrics.sh304# ---------------------------------------------------------------------------COMMENT
MEDIUMtools/loadtest/metrics/collect-metrics.sh306# ---------------------------------------------------------------------------COMMENT
MEDIUMtools/loadtest/metrics/collect-metrics.sh398# ---------------------------------------------------------------------------COMMENT
MEDIUMtools/loadtest/metrics/collect-metrics.sh467# ---------------------------------------------------------------------------COMMENT
MEDIUMtools/loadtest/metrics/collect-metrics.sh487# ---------------------------------------------------------------------------COMMENT
MEDIUMtools/loadtest/metrics/collect-metrics.sh489# ---------------------------------------------------------------------------COMMENT
MEDIUMtools/loadtest/metrics/collect-metrics.sh536# ---------------------------------------------------------------------------COMMENT
MEDIUMtools/loadtest/metrics/collect-metrics.sh538# ---------------------------------------------------------------------------COMMENT
MEDIUMtools/loadtest/metrics/collect-metrics.sh575# ---------------------------------------------------------------------------COMMENT
MEDIUMtools/loadtest/metrics/collect-metrics.sh577# ---------------------------------------------------------------------------COMMENT
MEDIUMtools/loadtest/metrics/collect-metrics.sh702# ---------------------------------------------------------------------------COMMENT
MEDIUMtools/loadtest/metrics/collect-metrics.sh710# ---------------------------------------------------------------------------COMMENT
MEDIUMtools/loadtest/metrics/collect-metrics.sh727# ---------------------------------------------------------------------------COMMENT
MEDIUMtools/loadtest/metrics/collect-metrics.sh729# ---------------------------------------------------------------------------COMMENT
MEDIUMtools/loadtest/metrics/collect-metrics.sh773# ---------------------------------------------------------------------------COMMENT
MEDIUMtools/loadtest/metrics/collect-metrics.sh775# ---------------------------------------------------------------------------COMMENT
MEDIUMtools/loadtest/metrics/collect-metrics.sh840# ---------------------------------------------------------------------------COMMENT
MEDIUMtools/loadtest/metrics/collect-metrics.sh844# -------------------------------------------------------------------------COMMENT
MEDIUMtools/loadtest/metrics/collect-metrics.sh893# -------------------------------------------------------------------------COMMENT
MEDIUMtools/loadtest/metrics/collect-metrics.sh903# -------------------------------------------------------------------------COMMENT
MEDIUMtools/loadtest/metrics/collect-metrics.sh957# -------------------------------------------------------------------------COMMENT
MEDIUMtools/loadtest/metrics/collect-metrics.sh961# -------------------------------------------------------------------------COMMENT
MEDIUMtools/loadtest/metrics/collect-metrics.sh1075# -------------------------------------------------------------------------COMMENT
MEDIUMtools/loadtest/metrics/collect-metrics.sh1081# -------------------------------------------------------------------------COMMENT
MEDIUMtools/loadtest/metrics/collect-metrics.sh1103# -------------------------------------------------------------------------COMMENT
MEDIUMtools/loadtest/metrics/collect-metrics.sh1123# -------------------------------------------------------------------------COMMENT
MEDIUMtools/loadtest/metrics/collect-metrics.sh1220# ---------------------------------------------------------------------------COMMENT
MEDIUMtools/loadtest/metrics/collect-metrics.sh1222# ---------------------------------------------------------------------------COMMENT
MEDIUMtools/loadtest/metrics/collect-metrics.sh1405# ---------------------------------------------------------------------------COMMENT
MEDIUMtools/loadtest/metrics/collect-metrics.sh1426# ---------------------------------------------------------------------------COMMENT
MEDIUMtools/loadtest/metrics/compare-metrics.sh36# ---------------------------------------------------------------------------COMMENT
MEDIUMtools/loadtest/metrics/compare-metrics.sh38# ---------------------------------------------------------------------------COMMENT
282 more matches not shown…
Structural Annotation Overuse324 hits · 543 pts
SeverityFileLineSnippetContext
LOWcmd/osquery-perf/software-library/README.md110### Step 1: Initialize database from software.sqlCOMMENT
LOWcmd/osquery-perf/software-library/README.md118### Step 2: Export server dataCOMMENT
LOWcmd/osquery-perf/software-library/README.md160### Step 3: Import server dataCOMMENT
LOWcmd/osquery-perf/software-library/README.md174### Step 4: Generate software.sqlCOMMENT
LOWcmd/osquery-perf/software-library/README.md185### Step 5: VerifyCOMMENT
LOW…ationtest/gitops/gitops_enterprise_integration_test.go786 // Step 1: Create a CA and a team with a certificate template referencing it via GitOps.COMMENT
LOW…ationtest/gitops/gitops_enterprise_integration_test.go851 // Step 2: Run gitops removing the CA but WITHOUT the team file.COMMENT
LOW…ationtest/gitops/gitops_enterprise_integration_test.go882 // Step 3: Run gitops removing BOTH the CA and the certificate template.COMMENT
LOW…ationtest/gitops/gitops_enterprise_integration_test.go2330 // Step 1: Apply a manual label with hosts.COMMENT
LOW…ationtest/gitops/gitops_enterprise_integration_test.go2359 // Step 2: Re-apply the same label without the hosts key.COMMENT
LOW…ationtest/gitops/gitops_enterprise_integration_test.go2386 // Step 3: Re-apply with empty hosts to clear membership.COMMENT
LOW…ationtest/gitops/gitops_enterprise_integration_test.go4901 // Step 1: Apply a full global config with policies, agent_options, controls, and reports.COMMENT
LOW…ationtest/gitops/gitops_enterprise_integration_test.go4962 // Step 2: Apply a minimal global config that omits policies, agent_options, reports, labels.COMMENT
LOW…ationtest/gitops/gitops_enterprise_integration_test.go5158 // Step 1: Apply a full fleet config with policies, agent_options, controls, features, reports, and software.COMMENT
LOW…ationtest/gitops/gitops_enterprise_integration_test.go5228 // Step 2: Apply a minimal fleet config that omits policies, agent_options, controls, reports, software, settings.COMMENT
LOWcmd/fleet-mcp/fleet_integration_test.go160 // Step 3: return more hosts than the cap (set to 5 above) so theCOMMENT
LOWcmd/fleet-mcp/fleet_integration_test.go170 // Step 2: one version per title.COMMENT
LOWcmd/fleet-mcp/fleet_integration_test.go177 // Step 1: one title, short page → stop.COMMENT
LOWcmd/fleet-mcp/fleet_integration.go1598 // Step 1: software titles affected by this CVE (optionally team-scoped).COMMENT
LOWcmd/fleet-mcp/fleet_integration.go1651 // Step 2: per title, fetch detail to get version IDs.COMMENT
LOWcmd/fleet-mcp/fleet_integration.go1695 // Step 3: per version_id, fetch hosts with composing filters server-side.COMMENT
LOWorbit/pkg/luks/snapd_fde.go71 // Step 1: generate a recovery key. snapd answers synchronously with the keyCOMMENT
LOWorbit/pkg/luks/snapd_fde.go86 // Step 2: enroll the generated key under the Fleet-owned name (a name-onlyCOMMENT
LOWorbit/pkg/luks/snapd_fde.go115 // Step 3: validate the freshly enrolled key before escrowing it, mirroringCOMMENT
LOWtools/ci/helm-values/logger-pubsub.yaml25 # WARNING: This may cause database corruption if more than one migration is attempted at a timeCOMMENT
LOWtools/ci/helm-values/enable-mysql-tls.yaml25 # WARNING: This may cause database corruption if more than one migration is attempted at a timeCOMMENT
LOWtools/ci/helm-values/disable-fleet-tls.yaml25 # WARNING: This may cause database corruption if more than one migration is attempted at a timeCOMMENT
LOWtools/ci/helm-values/logger-firehose-sts.yaml25 # WARNING: This may cause database corruption if more than one migration is attempted at a timeCOMMENT
LOWtools/ci/helm-values/logger-firehose-accesssid.yaml25 # WARNING: This may cause database corruption if more than one migration is attempted at a timeCOMMENT
LOWtools/ci/helm-values/custom-annotations.yaml28 # WARNING: This may cause database corruption if more than one migration is attempted at a timeCOMMENT
LOWtools/ci/helm-values/enable-cloudsql-proxy.yaml25 # WARNING: This may cause database corruption if more than one migration is attempted at a timeCOMMENT
LOWtools/github-manage/pkg/ghapi/workflows.go462 // Step 1: Add to draftingCOMMENT
LOWtools/github-manage/pkg/ghapi/workflows.go470 // Step 2: Add :productCOMMENT
LOWtools/github-manage/pkg/ghapi/workflows.go474 // Step 3: Set status to confirm and celebrateCOMMENT
LOWtools/github-manage/pkg/ghapi/workflows.go482 // Step 4: Remove :releaseCOMMENT
LOWtools/cis/cis-test-runner.py1251 # Step 1: remove profile → query should poll to FalseCOMMENT
LOWtools/cis/cis-test-runner.py1271 # Step 2: re-install profile → query should poll to TrueCOMMENT
LOWtools/cis/cis-test-runner.py1371 # Step 1: Push enable profile, poll: enable passes + disable failsCOMMENT
LOWtools/cis/cis-test-runner.py1394 # Step 2: Push disable profile, poll: disable passes + enable failsCOMMENT
LOWtools/dibble/pkg/command/wizard.go29 // Step 1: resolve config (URL + token), prompting only for what's missing.COMMENT
LOWtools/dibble/pkg/command/wizard.go39 // Step 2: ping. Fail fast so the user knows their config is wrong beforeCOMMENT
LOWtools/dibble/pkg/command/wizard.go72 // Step 3: theme picker.COMMENT
LOWtools/dibble/pkg/command/wizard.go90 // Step 4: persist final config (URL, token, theme, insecure) if weCOMMENT
LOWtools/dibble/pkg/command/wizard.go111 // Step 5: entity multi-select.COMMENT
LOWtools/dibble/pkg/command/wizard.go162 // Step 6: counts.COMMENT
LOWtools/dibble/pkg/command/wizard.go185 // Step 7: run.COMMENT
LOW…ontend/pages/admin/OrgSettingsPage/cards/Info/Info.tsx264 // Step 1: org_info PATCH. Errors here surface as an org-infoCOMMENT
LOW…ained-apps/outputs/omnissa-horizon-client/windows.json20 "c624ea6f": "# Locates Omnissa Horizon Client's uninstaller from the registry and runs it\n# silently.\n#\n# OmnissaCODE
LOWee/cis/prompt.md40### Step 0: If this is a new OS version, scaffold and register it firstCOMMENT
LOWee/cis/prompt.md56### Step 1: Extract the changelogCOMMENT
LOWee/cis/prompt.md73### Step 2: Read affected sectionsCOMMENT
LOWee/cis/prompt.md89### Step 3: Generate policy YAMLCOMMENT
LOWee/cis/prompt.md107### Step 4: Generate test artifactsCOMMENT
LOWee/cis/prompt.md124### Step 5: Generate MDM profilesCOMMENT
LOWee/cis/prompt.md137### Step 6: Update README.mdCOMMENT
LOWee/cis/prompt.md143### Step 7: Handle removalsCOMMENT
LOWee/cis/prompt.md149### Step 8: ValidateCOMMENT
LOW…ticles/enrolling-linux-devices-for-fleet-management.md19### Step 1 - Verify the prerequisitesCOMMENT
LOW…ticles/enrolling-linux-devices-for-fleet-management.md35### Step 2 - Create the agent packageCOMMENT
LOW…ticles/enrolling-linux-devices-for-fleet-management.md64### Step 3 - Install the agent packageCOMMENT
264 more matches not shown…
Fake / Example Data251 hits · 268 pts
SeverityFileLineSnippetContext
LOWCHANGELOG.md44- Showed the end user's IdP full name (e.g. "Jane Doe's device") on the My device page header and browser tab when availCODE
LOWcmd/fleetctl/fleetctl/gitops_test.go264 ImpersonatedUserEmail: "admin@example.com",CODE
LOWcmd/fleetctl/fleetctl/preview.go326 email = "admin@example.com"CODE
LOWorbit/pkg/profiles/profiles_darwin_test.go232 {"happy path", withFleetdConfigAndEnrollment, "user@example.com", nil},CODE
LOWorbit/pkg/profiles/profiles_darwin_test.go251 require.Equal(t, "user@example.com", gotContent)CODE
LOWorbit/pkg/profiles/profiles_darwin_test.go579 require.Equal(t, *e, fleet.MDMCustomEnrollmentProfileItem{EndUserEmail: "user@example.com"})CODE
LOWorbit/pkg/profiles/profiles_darwin_test.go588 require.Equal(t, "user@example.com", v)CODE
LOWtools/upgrade/fleet_test.go140 token, err := client.Setup("admin@example.com", "Admin", "password123#", "Fleet Test")CODE
LOW…ls/hangar/frontend/src/components/tabs/FleetctlTab.tsx853 placeholder="admin@example.com"CODE
LOWtools/dibble/pkg/seed/activities.go111 return tag + "user@example.com"CODE
LOWtools/dibble/pkg/seed/activities.go113 return tag + "user@example.com"CODE
LOWfrontend/__mocks__/hostMock.ts266 idp_full_name: "John Doe",CODE
LOWfrontend/__mocks__/deviceUserMock.ts11 email: "test@test.com",CODE
LOWfrontend/utilities/helpers.tests.tsx106 email: "admin@example.com",CODE
LOW…ppInstallDetailsModal/VppInstallDetailsModal.tests.tsx537 deviceAuthToken="fake_token"CODE
LOWfrontend/pages/LoginPage/LoginPreviewPage.tsx61 email: "admin@example.com",CODE
LOW…tyFeed/GlobalActivityItem/GlobalActivityItem.tests.tsx405 user_email: "user@example.com",CODE
LOW…tyFeed/GlobalActivityItem/GlobalActivityItem.tests.tsx415 expect(screen.getByText("user@example.com")).toBeInTheDocument();CODE
LOW…tyFeed/GlobalActivityItem/GlobalActivityItem.tests.tsx428 user_email: "user@example.com",CODE
LOW…tyFeed/GlobalActivityItem/GlobalActivityItem.tests.tsx438 expect(screen.getByText("user@example.com")).toBeInTheDocument();CODE
LOW…tyFeed/GlobalActivityItem/GlobalActivityItem.tests.tsx501 user_email: "user@example.com",CODE
LOW…tyFeed/GlobalActivityItem/GlobalActivityItem.tests.tsx512 expect(screen.getByText("user@example.com")).toBeInTheDocument();CODE
LOW…ManageUsersPage/components/UserForm/UserForm.tests.tsx102 defaultEmail: "user@example.com",CODE
LOW…oogleWorkspaceSection/GoogleWorkspaceSection.tests.tsx37 impersonated_user_email: "admin@example.com",CODE
LOW…oogleWorkspaceSection/GoogleWorkspaceSection.tests.tsx46 expect(screen.getByDisplayValue("admin@example.com")).toBeInTheDocument();CODE
LOW…ents/GoogleWorkspaceSection/GoogleWorkspaceSection.tsx234 placeholder="admin@example.com"CODE
LOW…olicyAutomationsModal/PolicyAutomationsModal.tests.tsx21 author_email: "admin@example.com",CODE
LOW…/details/PolicyDetailsPage/PolicyDetailsPage.tests.tsx59 author_email: "admin@example.com",CODE
LOW…/PolicyAutomationsList/PolicyAutomationsList.tests.tsx29 author_email: "admin@example.com",CODE
LOW…onents/PatchAutomationCta/PatchAutomationCta.tests.tsx17 author_email: "admin@example.com",CODE
LOWfrontend/pages/hosts/details/cards/User/User.tests.tsx22 expect(screen.getByText("John Doe")).toBeInTheDocument();CODE
LOW…r/components/UpdateEndUserModal/UpdateEndUserModal.tsx51 placeholder="user@example.com"CODE
LOW…es/hosts/details/cards/Policies/HostPolicies.tests.tsx19 author_email: "test@test.com",CODE
LOWee/fleet-agent-downloader/config/bootstrap.js63 { emailAddress: 'admin@example.com', fullName: 'Ryan Dahl', isSuperAdmin: true, password: await sails.helpers.passwoCODE
LOWee/fleet-agent-downloader/assets/dependencies/vue.js6412 key === 'placeholder' && !el.__iephCODE
LOWee/fleet-agent-downloader/assets/styles/pages/faq.less7 [purpose='placeholder'] {CODE
LOWee/server/scim/users_test.go64 Email: "user@example.com",CODE
LOWee/server/scim/users_test.go100 UserName: "user@example.com",CODE
LOWee/server/scim/users_test.go153 fleetUser := newTestFleetUser(&fleetUserOpts{name: "John Doe", email: "john@example.com", ssoEnabled: true})CODE
LOWee/server/scim/users_test.go172 assert.Equal(t, "John Doe", deleted.UserName)CODE
LOWee/server/scim/users_test.go236 email: "admin@example.com",CODE
LOWee/server/scim/users_test.go249 scimUser := newTestScimUser(&scimUserOpts{userName: "admin@example.com"})CODE
LOWee/server/scim/users_test.go263 email: "admin@example.com",CODE
LOWee/server/scim/users_test.go279 scimUser := newTestScimUser(&scimUserOpts{userName: "admin@example.com"})CODE
LOWee/server/scim/users_test.go290 name: "Jane Doe",CODE
LOWee/server/scim/users_test.go346 if email == "user@example.com" {CODE
LOWee/server/scim/users_test.go364 assert.Equal(t, "user@example.com", emailQueried)CODE
LOWee/server/scim/users_test.go404 scimUser := newTestScimUser(&scimUserOpts{userName: "admin@example.com"})CODE
LOWee/server/scim/users_test.go406 email: "admin@example.com",CODE
LOWee/server/scim/users_test.go561 attrs := newTestAttrs("user@example.com", ptr.Bool(false), "John", "Doe")CODE
LOWee/server/scim/users_test.go588 attrs := newTestAttrs("user@example.com", ptr.Bool(true), "John", "Doe")CODE
LOWee/server/scim/users_test.go615 attrs := newTestAttrs("user@example.com", ptr.Bool(false), "John", "Doe")CODE
LOWee/server/scim/users_test.go675 attrs := newTestAttrs("user@example.com", ptr.Bool(true), "John", "Doe")CODE
LOWee/server/scim/users_test.go888 attrs := newTestAttrs("user@example.com", ptr.Bool(true), "John", "Doe")CODE
LOWee/server/scim/users_test.go921 attrs := newTestAttrs("user@example.com", nil, "John", "Doe")CODE
LOWee/server/scim/users_test.go945 attrs := newTestAttrs("user@example.com", ptr.Bool(true), "John", "Doe")CODE
LOWee/server/scim/users_test.go970 attrs := newTestAttrs("user@example.com", ptr.Bool(true), "John", "Doe")CODE
LOWee/server/scim/users_test.go997 attrs := newTestAttrs("user@example.com", ptr.Bool(true), "John", "Doe")CODE
LOWee/server/scim/users_test.go1022 attrs := newTestAttrs("user@example.com", ptr.Bool(true), "John", "Doe")CODE
LOWee/server/calendar/google_calendar_test.go23 baseUserEmail = "user@example.com"CODE
191 more matches not shown…
Verbosity Indicators97 hits · 168 pts
SeverityFileLineSnippetContext
LOW…ationtest/gitops/gitops_enterprise_integration_test.go786 // Step 1: Create a CA and a team with a certificate template referencing it via GitOps.COMMENT
LOW…ationtest/gitops/gitops_enterprise_integration_test.go851 // Step 2: Run gitops removing the CA but WITHOUT the team file.COMMENT
LOW…ationtest/gitops/gitops_enterprise_integration_test.go882 // Step 3: Run gitops removing BOTH the CA and the certificate template.COMMENT
LOW…ationtest/gitops/gitops_enterprise_integration_test.go2330 // Step 1: Apply a manual label with hosts.COMMENT
LOW…ationtest/gitops/gitops_enterprise_integration_test.go2359 // Step 2: Re-apply the same label without the hosts key.COMMENT
LOW…ationtest/gitops/gitops_enterprise_integration_test.go2386 // Step 3: Re-apply with empty hosts to clear membership.COMMENT
LOW…ationtest/gitops/gitops_enterprise_integration_test.go4901 // Step 1: Apply a full global config with policies, agent_options, controls, and reports.COMMENT
LOW…ationtest/gitops/gitops_enterprise_integration_test.go4962 // Step 2: Apply a minimal global config that omits policies, agent_options, reports, labels.COMMENT
LOW…ationtest/gitops/gitops_enterprise_integration_test.go5158 // Step 1: Apply a full fleet config with policies, agent_options, controls, features, reports, and software.COMMENT
LOW…ationtest/gitops/gitops_enterprise_integration_test.go5228 // Step 2: Apply a minimal fleet config that omits policies, agent_options, controls, reports, software, settings.COMMENT
LOWcmd/fleet-mcp/fleet_integration_test.go160 // Step 3: return more hosts than the cap (set to 5 above) so theCOMMENT
LOWcmd/fleet-mcp/fleet_integration_test.go170 // Step 2: one version per title.COMMENT
LOWcmd/fleet-mcp/fleet_integration_test.go177 // Step 1: one title, short page → stop.COMMENT
LOWcmd/fleet-mcp/fleet_integration.go1598 // Step 1: software titles affected by this CVE (optionally team-scoped).COMMENT
LOWcmd/fleet-mcp/fleet_integration.go1651 // Step 2: per title, fetch detail to get version IDs.COMMENT
LOWcmd/fleet-mcp/fleet_integration.go1695 // Step 3: per version_id, fetch hosts with composing filters server-side.COMMENT
LOWorbit/pkg/luks/snapd_fde.go71 // Step 1: generate a recovery key. snapd answers synchronously with the keyCOMMENT
LOWorbit/pkg/luks/snapd_fde.go86 // Step 2: enroll the generated key under the Fleet-owned name (a name-onlyCOMMENT
LOWorbit/pkg/luks/snapd_fde.go115 // Step 3: validate the freshly enrolled key before escrowing it, mirroringCOMMENT
LOWtools/github-manage/pkg/ghapi/workflows.go462 // Step 1: Add to draftingCOMMENT
LOWtools/github-manage/pkg/ghapi/workflows.go470 // Step 2: Add :productCOMMENT
LOWtools/github-manage/pkg/ghapi/workflows.go474 // Step 3: Set status to confirm and celebrateCOMMENT
LOWtools/github-manage/pkg/ghapi/workflows.go482 // Step 4: Remove :releaseCOMMENT
LOWtools/cis/cis-test-runner.py1251 # Step 1: remove profile → query should poll to FalseCOMMENT
LOWtools/cis/cis-test-runner.py1271 # Step 2: re-install profile → query should poll to TrueCOMMENT
LOWtools/cis/cis-test-runner.py1371 # Step 1: Push enable profile, poll: enable passes + disable failsCOMMENT
LOWtools/cis/cis-test-runner.py1394 # Step 2: Push disable profile, poll: disable passes + enable failsCOMMENT
LOWtools/dibble/pkg/command/wizard.go29 // Step 1: resolve config (URL + token), prompting only for what's missing.COMMENT
LOWtools/dibble/pkg/command/wizard.go39 // Step 2: ping. Fail fast so the user knows their config is wrong beforeCOMMENT
LOWtools/dibble/pkg/command/wizard.go72 // Step 3: theme picker.COMMENT
LOWtools/dibble/pkg/command/wizard.go90 // Step 4: persist final config (URL, token, theme, insecure) if weCOMMENT
LOWtools/dibble/pkg/command/wizard.go111 // Step 5: entity multi-select.COMMENT
LOWtools/dibble/pkg/command/wizard.go162 // Step 6: counts.COMMENT
LOWtools/dibble/pkg/command/wizard.go185 // Step 7: run.COMMENT
LOW…ontend/pages/admin/OrgSettingsPage/cards/Info/Info.tsx264 // Step 1: org_info PATCH. Errors here surface as an org-infoCOMMENT
LOWee/server/service/calendar.go154 // Now, we need to check if there are any events in the queue that need to be re-processed.COMMENT
LOW…ained-apps/outputs/omnissa-horizon-client/windows.json20 "c624ea6f": "# Locates Omnissa Horizon Client's uninstaller from the registry and runs it\n# silently.\n#\n# OmnissaCODE
LOWserver/mdm/android/service/service.go1525 // Step 1: Get all install templates and transition pending → delivering (atomically)COMMENT
LOWserver/mdm/android/service/service.go1553 // Step 2: Build and send config to AMAPI with ALL certificate templatesCOMMENT
LOWserver/mdm/android/service/service.go1571 // Step 3: Transition delivering → deliveredCOMMENT
LOWserver/datastore/mysql/software_upgrade_code_test.go439 // Step 3: Host A reports v2.0 with empty upgrade_codeCOMMENT
LOWserver/datastore/mysql/software_upgrade_code_test.go475 // Step 1: Host A reports "7-Zip 24.08 (x64 edition)" with upgrade_codeCOMMENT
LOWserver/datastore/mysql/software_upgrade_code_test.go513 // Step 2: Host B reports "7-Zip 24.09 (x64 edition)" with SAME upgrade_code but different nameCOMMENT
LOWserver/datastore/mysql/microsoft_mdm_test.go4504 // Step 1: create a remove row and ACK it as verified → row deleted.COMMENT
LOWserver/datastore/mysql/microsoft_mdm_test.go4542 // Step 2: fresh install of the same profile with a new command UUID.COMMENT
LOWserver/datastore/mysql/locks.go66 // information_schema.innodb_lock_waits has been deprecated in MySQL 8, so we need to check if it exists.COMMENT
LOWserver/datastore/mysql/microsoft_mdm.go2696 // Step 1: Load UUIDs of profiles to be deleted.COMMENT
LOWserver/datastore/mysql/microsoft_mdm.go2709 // Step 2: Retain the content of profiles being deleted so the profile-manager cron can build <Delete> commands after tCOMMENT
LOWserver/datastore/mysql/microsoft_mdm.go2717 // Step 3: Delete the config profile rows.COMMENT
LOWserver/datastore/mysql/microsoft_mdm.go2732 // Step 4: Clean up host-profile rows for deleted profiles (terminal removes + never-sent installs). The actual <DeleteCOMMENT
LOWserver/datastore/mysql/software_test.go2224 // Step 1: Host1 reports multiple software with the same bundle ID but different versionsCOMMENT
LOWserver/datastore/mysql/software_test.go2238 // Step 2: Host2 also reports the same softwareCOMMENT
LOWserver/datastore/mysql/software_test.go2245 // Step 3: Host3 reports the SAME software but with a different nameCOMMENT
LOWserver/datastore/mysql/software_test.go2254 // Step 4: Verify insertion into software behaviorCOMMENT
LOWserver/datastore/mysql/software_test.go10622 // Step 1: Initial software setup - just one app with bundle IDCOMMENT
LOWserver/datastore/mysql/apple_mdm.go6458 // Step 1: Get up to 3 old command UUIDs from nano_enrollment_queue for thisCOMMENT
LOWserver/datastore/mysql/apple_mdm.go6479 // Step 2: From ncr, find which of those command UUIDs have been acknowledged orCOMMENT
LOWserver/datastore/mysql/apple_mdm.go6498 // Step 3: Delete from neq and ncr in the same transaction, scoped to this enrollment. We may notCOMMENT
LOWserver/datastore/mysql/software.go1402 // Step 1: Collect all non-empty upgrade_codes from incoming software that might need updatingCOMMENT
LOWserver/datastore/mysql/software.go1422 // Step 2: Query for existing titles that already have these upgrade_codesCOMMENT
37 more matches not shown…
Self-Referential Comments37 hits · 112 pts
SeverityFileLineSnippetContext
MEDIUMorbit/pkg/packaging/windows_templates.go685 # Creating a COM instance of the WindowsInstaller.Installer COM objectCOMMENT
MEDIUMtools/tuf/releaser.sh218 # Create a branch to make the changelog update on.COMMENT
MEDIUMtools/tuf/releaser.sh226 # Create a new branch to cherry pick the changelog commit to.COMMENT
MEDIUMtools/tuf/releaser.sh230 # Create a new PR with the changelog.COMMENT
MEDIUMtools/loadtest/scripts_and_profiles/main.go487 # Create the extensions directoryCOMMENT
MEDIUMtools/software/icons/generate-icons.sh427 # Create a temporary icns file from the extracted PNG for compatibility with rest of scriptCOMMENT
MEDIUMee/server/service/embedded_scripts/linux_lock.sh63# Create the pam_nologin files with our custom messageCOMMENT
MEDIUMee/server/service/embedded_scripts/linux_lock.sh91# Create a systemd service to recreate nologin files on bootCOMMENT
MEDIUMee/maintained-apps/outputs/postman/windows.json19 "8594f0bc": "# Learn more about .exe install scripts:\n# http://fleetdm.com/learn-more-about/exe-install-scripts\n\nCODE
MEDIUMee/maintained-apps/outputs/brave-browser/windows.json19 "30c77f69": "$softwareName = \"Brave\"\n\n# Script to uninstall software as the current logged-in user.\n$userScriptCODE
MEDIUMee/maintained-apps/outputs/brave-browser/windows.json20 "9a0c2b15": "$exeFilePath = \"${env:INSTALLER_PATH}\"\n\n$exitCode = 0\n\ntry {\n\n# Copy the installer to a public CODE
MEDIUMee/maintained-apps/outputs/figma/windows.json19 "442d71b3": "$exeFilePath = \"${env:INSTALLER_PATH}\"\n\n$exitCode = 0\n\ntry {\n\n# Copy the installer to a public CODE
MEDIUMwebsite/assets/resources/install-fleetctl.sh45# Create the install directory if it does not exist.COMMENT
MEDIUMdocs/queries.yml2092 # Create a custom object with the desired fields.COMMENT
MEDIUMdocs/queries.yml2384 # Create a custom object with the desired fieldsCOMMENT
MEDIUMdocs/queries.yml2452 # Create a custom object with the desired fieldsCOMMENT
MEDIUMdocs/scripts.yml51 # Create the file using touchCOMMENT
MEDIUMdocs/scripts.yml623 # Create the local user accountCOMMENT
MEDIUMdocs/solutions/macos/scripts/macos_sethostname.sh13# Define the new hostnameCOMMENT
MEDIUMdocs/solutions/linux/scripts/linux_sethostname.sh21# Define the new hostnameCOMMENT
MEDIUM…tions/cis/macos-15/scripts/macos15-CIS_sudo_logging.sh15# Create the file if it doesn't existCOMMENT
MEDIUM.github/zizmor-gate.yml5# This file is passed explicitly via the action's `config:` input rather than being namedCOMMENT
MEDIUM.github/workflows/deploy-agent-downloader.yml103 # Create a git tree object from the currently staged repository state for this Heroku deploy.COMMENT
MEDIUM.github/workflows/deploy-agent-downloader.yml105 # Create a parentless commit from the tree object.COMMENT
MEDIUM.github/workflows/deploy-vulnerability-dashboard.yml106 # Create a git tree object that contains only the changes in the /website folder.COMMENT
MEDIUM.github/workflows/deploy-vulnerability-dashboard.yml108 # Create a parentless commit from the tree object.COMMENT
MEDIUM.github/workflows/deploy-fleet-website.yml131 # Create a git tree object that contains only the changes in the /website folder.COMMENT
MEDIUM.github/workflows/deploy-fleet-website.yml133 # Create a parentless commit from the tree object.COMMENT
MEDIUMinfrastructure/guardduty/.terraform.lock.hcl1# This file is maintained automatically by "terraform init".COMMENT
MEDIUMinfrastructure/guardduty/findings/.terraform.lock.hcl1# This file is maintained automatically by "terraform init".COMMENT
MEDIUMinfrastructure/guardduty/members/.terraform.lock.hcl1# This file is maintained automatically by "terraform init".COMMENT
MEDIUM…structure/infrastructure/terraform/.terraform.lock.hcl1# This file is maintained automatically by "terraform init".COMMENT
MEDIUM…re/infrastructure/guardduty-alerts/.terraform.lock.hcl1# This file is maintained automatically by "terraform init".COMMENT
MEDIUM…arch_ansible/roles/elasticapm/templates/apm-server.yml19 # Define a shared secret token for authorizing agents using the "Bearer" authorization method.COMMENT
MEDIUM…frastructure/dogfood/terraform/gcp/.terraform.lock.hcl1# This file is maintained automatically by "terraform init".COMMENT
MEDIUM…re/dogfood/terraform/aws-tf-module/.terraform.lock.hcl1# This file is maintained automatically by "terraform init".COMMENT
MEDIUM…orm/aws-tf-module/db-temp-restores/.terraform.lock.hcl1# This file is maintained automatically by "terraform init".COMMENT
AI Slop Vocabulary39 hits · 106 pts
SeverityFileLineSnippetContext
MEDIUMcmd/fleet/serve_test.go47// more robust pattern instead of doing this everywhereCOMMENT
MEDIUMcmd/fleet-mcp/schema.go367// and a little more robust than the previous tokenizer since it survivesCOMMENT
MEDIUMorbit/pkg/setup_experience/setup_experience.go74 // when we check for them? Should we have a more robust way to handle the indeterminateCOMMENT
MEDIUMfrontend/pages/hosts/ManageHostsPage/helpers.ts18// Consider using a third-party library if more robust validation is desiredCOMMENT
MEDIUM…ontend/pages/hosts/ManageHostsPage/ManageHostsPage.tsx1033 // No success toast, to make column setting more seamlessCOMMENT
MEDIUMee/server/service/software_installers.go1674 // the correct, timing-robust signal. See #48879.COMMENT
LOWee/maintained-apps/outputs/zed/windows.json19 "3b164442": "# Locates Zed's Inno Setup uninstaller from the registry and runs it silently.\n# Zed's Inno installer CODE
LOWee/maintained-apps/outputs/windsurf/windows.json20 "bb230cc3": "$softwareNameLike = \"Windsurf*\"\n$publisherLike = \"*Codeium*\"\n\n$paths = @(\n 'HKLM:\\SOFTWARECODE
LOWee/maintained-apps/outputs/antigravity-ide/windows.json19 "65cab11a": "$softwareNameLike = \"Antigravity*\"\n$publisherLike = \"*Google*\"\n\n$paths = @(\n 'HKLM:\\SOFTWACODE
MEDIUM…/vulnerability-dashboard/assets/dependencies/moment.js3418 // to utilize falling through the cases.COMMENT
MEDIUMee/cis/win-11/cis-policy-queries.yml4593 Note #1: Organizations that utilize 3rd-party commercial software to manage unique & complex local Administrator pasCODE
MEDIUMee/cis/win-11-intune/l1_win11_intune.yaml10032 Note #2: Organizations that utilize a third--party solution for patching may choose toCODE
MEDIUMwebsite/scripts/build-static-content.js887 let mdStringForThisOpenPosition = `# ${openPosition.jobTitle}\n\n## Let's start with why we exist. 📡\n\nEverCODE
MEDIUMwebsite/assets/js/pages/configuration-builder.page.js48 // Used to keep track of which payloads have been added to the profile builder. (Essentially formData for the payloaCOMMENT
MEDIUMwebsite/assets/js/pages/configuration-builder.page.js5760 // Used to keep track of which payloads have been added to the profile builder. (Essentially formData for the paylCOMMENT
MEDIUMwebsite/assets/dependencies/moment.js3418 // to utilize falling through the cases.COMMENT
MEDIUMserver/mdm/maintainedapps/installers.go86 // This is OK for the first 20 apps we support, but we should do something more robust once weCOMMENT
MEDIUMserver/mdm/nanomdm/test/protocol/transport.go40// The MDM channels utilize this transport to communicate with the host.COMMENT
MEDIUMserver/mdm/nanomdm/storage/mysql/async.go66// value. Otherwise it returns nil and false. Essentially, if the number ofCOMMENT
MEDIUMserver/mdm/nanomdm/push/buford/buford.go133 // some environments may heavily utilize individual pushes.COMMENT
MEDIUMserver/mdm/nanomdm/push/service/service.go187 // some environments may heavily utilize individual pushes.COMMENT
MEDIUMserver/service/integration_mdm_lifecycle_test.go1656 // This mirrors how GetHostMDMCheckinInfo derives SCEPRenewalInProgress and is robust to a hostCOMMENT
MEDIUMserver/service/validation_setup.go31 // TODO - implement more robust URL validation hereCOMMENT
MEDIUM…s/solutions/cis/win-11/policies/cis-policy-queries.yml3919 Note #1: Organizations that utilize 3rd-party commercial software to manage unique & complex local Administrator pasCODE
MEDIUM…lutions/cis/win-11-intune/policies/l1_win11_intune.yml6143 # tags: framework:CISv8.1, benchmark:win11, level:1, platform:windows, category:configuration, requirement:standard, cCOMMENT
MEDIUM…lutions/cis/win-11-intune/policies/l1_win11_intune.yml9073 Note #2: Organizations that utilize a third--party solution for patching may choose toCODE
MEDIUMhandbook/company/testimonials.yml326# quote: We started working with Fleet Device Management in early March 2022 because we were looking for a reliable obCOMMENT
MEDIUMhandbook/company/open-positions.yml100# - 🚀 Work collaboratively with product and engineering teams to facilitate feature development based on customer asks.COMMENT
MEDIUMhandbook/company/open-positions.yml109# - 🧑‍🔬 Experience working with Enterprise customers to coordinate resolution of complex technical issues and project mCOMMENT
MEDIUMhandbook/company/open-positions.yml161# - 🦢 Work with the Product Design, Customer Success, and Engineering teams to facilitate feature development based oCOMMENT
MEDIUMhandbook/company/open-positions.yml188# - 🚀 Perform manual testing of newly developed features on all supported devices, platforms, and browsers, ensuring COMMENT
MEDIUMhandbook/company/open-positions.yml193# - 💖 Proficient in creating comprehensive testing plans.COMMENT
MEDIUMhandbook/company/open-positions.yml214# - 🪴 Promote existing product best practices in lieu of engineering-led product changes whenever possibleCOMMENT
MEDIUMhandbook/company/open-positions.yml218# - 📈 Proactively engage with customers to identify areas where product adoption can be increased, or areas where proCOMMENT
MEDIUMhandbook/company/open-positions.yml268# - 🚀 Work collaboratively with product and engineering teams to facilitate feature development based on customer asCOMMENT
MEDIUMhandbook/company/open-positions.yml386# - 🦢 Work with the Product Design, Customer Success, and Engineering teams to facilitate feature development based COMMENT
MEDIUMpkg/spec/gitops.go1201 // This is inefficient, but it is more robust and less error-prone.COMMENT
MEDIUMpkg/spec/gitops.go1251 // This is inefficient, but it is more robust and less error-prone.COMMENT
MEDIUMpkg/spec/gitops.go1287 // This is inefficient, but it is more robust and less error-prone.COMMENT
Hyper-Verbose Identifiers73 hits · 72 pts
SeverityFileLineSnippetContext
LOWtools/api/README.md150def get_all_vulnerable_software_titles():CODE
LOWtools/api/README.md164def get_hosts_for_software_version(version_id):CODE
LOWtools/cis/CIS-Benchmark-diff.py18def remove_trailing_whitespace(text):CODE
LOWtools/cis/CIS-Benchmark-diff.py39def extract_recommendations_fitz(pdf_path, start_phrase, end_phrase):CODE
LOWtools/cis/cis-test-runner.py352def _find_enable_disable_profiles(cis_id: str, profiles_dir: Path) -> tuple[Path | None, Path | None]:CODE
LOWtools/cis/cis-test-runner.py965def wait_for_fleet_registration(CODE
LOW…perArchLinuxRolling/TooltipWrapperArchLinuxRolling.tsx10export default function TooltipWrapperArchLinuxRolling({CODE
LOW…uppet/fleetdm/spec/functions/preassign_profile_spec.rb132 def expect_successful_calls_with_host_profiles(host_profiles, ensure_profile)CODE
LOW…fleet-agent-downloader/assets/dependencies/sails.io.js899 })(function goAheadAndActuallyConnect() {CODE
LOWee/fleet-agent-downloader/assets/dependencies/vue.js2146function extractPropsFromVNodeData (CODE
LOWee/fleet-agent-downloader/assets/dependencies/vue.js4064function createFunctionalComponent (CODE
LOWee/fleet-agent-downloader/assets/dependencies/vue.js4105function cloneAndMarkFunctionalResult (vnode, data, contextVm, options) {CODE
LOWee/fleet-agent-downloader/assets/dependencies/vue.js4322function createComponentInstanceForVnode (CODE
LOWee/fleet-agent-downloader/assets/dependencies/vue.js4690function resolveConstructorOptions (Ctor) {CODE
LOWee/fleet-agent-downloader/assets/dependencies/vue.js5791 function removeAndInvokeRemoveHook (vnode, rm) {CODE
LOWee/fleet-agent-downloader/assets/dependencies/vue.js6708function getAndRemoveAttr (CODE
LOWee/fleet-agent-downloader/assets/dependencies/vue.js9961function isDirectChildOfTemplateFor (node) {CODE
LOWee/fleet-agent-downloader/assets/dependencies/vue.js10706function createCompileToFunctionFn (compile) {CODE
LOW…/assets/dependencies/bootstrap-4/bootstrap-4.bundle.js91 function getSpecialTransitionEndEvent() {CODE
LOW…/assets/dependencies/bootstrap-4/bootstrap-4.bundle.js154 getTransitionDurationFromElement: function getTransitionDurationFromElement(element) {CODE
LOW…/assets/dependencies/bootstrap-4/bootstrap-4.bundle.js1893 function getOffsetRectRelativeToArbitraryNode(children, parent) {CODE
LOW…/assets/dependencies/bootstrap-4/bootstrap-4.bundle.js1945 function getViewportOffsetRectRelativeToArtbitraryNode(element) {CODE
LOW…/assets/dependencies/bootstrap-4/bootstrap-4.bundle.js1993 function getFixedPositionOffsetParent(element) {CODE
LOW…/vulnerability-dashboard/assets/dependencies/moment.js626 function replaceLongDateFormatTokens(input) {CODE
LOW…/vulnerability-dashboard/assets/dependencies/moment.js2386function configFromStringAndFormat(config) {CODE
LOW…/vulnerability-dashboard/assets/dependencies/moment.js2967function isDaylightSavingTimeShifted () {CODE
LOW…/vulnerability-dashboard/assets/dependencies/moment.js3081function positiveMomentsDifference(base, other) {CODE
LOW…/vulnerability-dashboard/assets/dependencies/moment.js4324function getSetRelativeTimeRounding (roundingFunction) {CODE
LOW…/vulnerability-dashboard/assets/dependencies/moment.js4336function getSetRelativeTimeThreshold (threshold, limit) {CODE
LOW…ulnerability-dashboard/assets/dependencies/sails.io.js899 })(function goAheadAndActuallyConnect() {CODE
LOWee/vulnerability-dashboard/assets/dependencies/vue.js2146function extractPropsFromVNodeData (CODE
LOWee/vulnerability-dashboard/assets/dependencies/vue.js4064function createFunctionalComponent (CODE
LOWee/vulnerability-dashboard/assets/dependencies/vue.js4105function cloneAndMarkFunctionalResult (vnode, data, contextVm, options) {CODE
LOWee/vulnerability-dashboard/assets/dependencies/vue.js4322function createComponentInstanceForVnode (CODE
LOWee/vulnerability-dashboard/assets/dependencies/vue.js4690function resolveConstructorOptions (Ctor) {CODE
LOWee/vulnerability-dashboard/assets/dependencies/vue.js5791 function removeAndInvokeRemoveHook (vnode, rm) {CODE
LOWee/vulnerability-dashboard/assets/dependencies/vue.js6708function getAndRemoveAttr (CODE
LOWee/vulnerability-dashboard/assets/dependencies/vue.js9961function isDirectChildOfTemplateFor (node) {CODE
LOWee/vulnerability-dashboard/assets/dependencies/vue.js10706function createCompileToFunctionFn (compile) {CODE
LOW…/assets/dependencies/bootstrap-4/bootstrap-4.bundle.js91 function getSpecialTransitionEndEvent() {CODE
LOW…/assets/dependencies/bootstrap-4/bootstrap-4.bundle.js154 getTransitionDurationFromElement: function getTransitionDurationFromElement(element) {CODE
LOW…/assets/dependencies/bootstrap-4/bootstrap-4.bundle.js1893 function getOffsetRectRelativeToArbitraryNode(children, parent) {CODE
LOW…/assets/dependencies/bootstrap-4/bootstrap-4.bundle.js1945 function getViewportOffsetRectRelativeToArtbitraryNode(element) {CODE
LOW…/assets/dependencies/bootstrap-4/bootstrap-4.bundle.js1993 function getFixedPositionOffsetParent(element) {CODE
LOWwebsite/assets/dependencies/moment.js626 function replaceLongDateFormatTokens(input) {CODE
LOWwebsite/assets/dependencies/moment.js2386function configFromStringAndFormat(config) {CODE
LOWwebsite/assets/dependencies/moment.js2967function isDaylightSavingTimeShifted () {CODE
LOWwebsite/assets/dependencies/moment.js3081function positiveMomentsDifference(base, other) {CODE
LOWwebsite/assets/dependencies/moment.js4324function getSetRelativeTimeRounding (roundingFunction) {CODE
LOWwebsite/assets/dependencies/moment.js4336function getSetRelativeTimeThreshold (threshold, limit) {CODE
LOWwebsite/assets/dependencies/sails.io.js899 })(function goAheadAndActuallyConnect() {CODE
LOWwebsite/assets/dependencies/vue.js2146function extractPropsFromVNodeData (CODE
LOWwebsite/assets/dependencies/vue.js4064function createFunctionalComponent (CODE
LOWwebsite/assets/dependencies/vue.js4105function cloneAndMarkFunctionalResult (vnode, data, contextVm, options) {CODE
LOWwebsite/assets/dependencies/vue.js4322function createComponentInstanceForVnode (CODE
LOWwebsite/assets/dependencies/vue.js4690function resolveConstructorOptions (Ctor) {CODE
LOWwebsite/assets/dependencies/vue.js5791 function removeAndInvokeRemoveHook (vnode, rm) {CODE
LOWwebsite/assets/dependencies/vue.js6708function getAndRemoveAttr (CODE
LOWwebsite/assets/dependencies/vue.js9961function isDirectChildOfTemplateFor (node) {CODE
LOWwebsite/assets/dependencies/vue.js10706function createCompileToFunctionFn (compile) {CODE
13 more matches not shown…
Hallucination Indicators7 hits · 70 pts
SeverityFileLineSnippetContext
CRITICAL…fleet-agent-downloader/assets/dependencies/sails.io.js908 self._raw.io.engine.transport.on('error', function(err){CODE
CRITICAL…eet-agent-downloader/assets/dependencies/jquery.min.js4null==d?void 0:d))},attrHooks:{type:{set:function(a,b){if(!o.radioValue&&"radio"===b&&B(a,"input")){var c=a.value;returnCODE
CRITICAL…ulnerability-dashboard/assets/dependencies/sails.io.js908 self._raw.io.engine.transport.on('error', function(err){CODE
CRITICAL…nerability-dashboard/assets/dependencies/jquery.min.js4null==d?void 0:d))},attrHooks:{type:{set:function(a,b){if(!o.radioValue&&"radio"===b&&B(a,"input")){var c=a.value;returnCODE
CRITICALwebsite/scripts/deliver-estimation-report.js70 graphqlHairball.data.organization.projectsNext.nodes.map((betaProject) => ({CODE
CRITICALwebsite/assets/dependencies/sails.io.js908 self._raw.io.engine.transport.on('error', function(err){CODE
CRITICALwebsite/assets/dependencies/jquery.min.js4null==d?void 0:d))},attrHooks:{type:{set:function(a,b){if(!o.radioValue&&"radio"===b&&B(a,"input")){var c=a.value;returnCODE
Modern AI Meta-Vocabulary29 hits · 67 pts
SeverityFileLineSnippetContext
MEDIUMtools/release/publish_release.sh392 --assignee "xpkoala" --label "#g-orchestration" \CODE
MEDIUMtools/github-manage/cmd/gm/bugs.go34var productGroupLabels = []string{"#g-software", "#g-orchestration", "#g-mdm", "#g-security-compliance"}CODE
MEDIUMtools/github-manage/pkg/tui/table.go17// prioritize labels 'story', 'bug', ':release', ':product', '#g-mdm', '#g-orchestration',COMMENT
MEDIUMtools/github-manage/pkg/tui/table.go24 priorityLabels := map[string]bool{"story": true, "bug": true, ":release": true, ":product": true, "#g-mdm": true, "#g-oCODE
MEDIUMtools/github-manage/pkg/ghapi/projects.go33 71: "#g-orchestration", // g-orchestration projectCODE
MEDIUM…Page/EditConfigurationModal/EditConfigurationModal.tsx70 // Place cursor between <dict> tags when starting with empty XML scaffoldCOMMENT
MEDIUMee/cis/prompt.md40### Step 0: If this is a new OS version, scaffold and register it firstCOMMENT
MEDIUMarticles/the-cost-of-code-as-config.md119The quickest way to see this in detail is to inspect our [it-and-security](https://github.com/fleetdm/fleet/tree/main/itCODE
MEDIUMarticles/supercharging-endpoint-management.md1# Supercharging endpoint management with AI assistants and event-driven automationCOMMENT
MEDIUMarticles/not-everything-runs-in-kubernete.md28#### Cloud-based data leader chooses Fleet for orchestration:COMMENT
MEDIUMarticles/rethinking-endpoint-management.md47## The orchestration layerCOMMENT
MEDIUMarticles/endpoint-data-loss-prevention.md75### How should teams compare browser-based DLP with agent-based DLP?COMMENT
MEDIUM…s/Contributing/architecture/modular-monolith/README.md111├── bootstrap/ # Public: dependency injection entry pointCODE
MEDIUMdocs/Get started/FAQ.md471### If I use a software orchestration tool (Ansible, Chef, Puppet, etc.) to manage agent options, do I have to apply theCOMMENT
MEDIUMhandbook/product-design/README.md1882. If `customer-` labels are applied to the user story, at-mention the [VP of Customer Success](https://fleetdm.com/handCODE
MEDIUMhandbook/engineering/README.md1224. If `customer-` labels are applied to the user story, at-mention the [VP of Customer Success](https://fleetdm.com/handCODE
MEDIUMhandbook/engineering/README.md142- Notify the relevant PD in the #g-apple-at-work, #g-auto-patching, #g-orchestration, or #g-security-compliance Slack chCODE
MEDIUMhandbook/company/product-groups.md38| [Orchestration](#orchestration-group) | Increase and exceed maturity in the [orchestration](https://flCODE
MEDIUMhandbook/company/product-groups.md67> The [Slack channel](https://fleetdm.slack.com/archives/C084F4MKYSJ), [kanban release board](https://github.com/orgs/flCODE
MEDIUMhandbook/company/product-groups.md459Occasionally, a contributor outside of the [product groups](https://fleetdm.com/handbook/product-groups#current-product-CODE
MEDIUMhandbook/company/product-groups.md532- [ ] [Product group](https://fleetdm.com/handbook/company/product-groups) label added (e.g. `#g-apple-at-work`, `#g-orcCODE
MEDIUMhandbook/company/product-groups.md754We inform customers and the community about critical bugs immediately so they don’t trigger it themselves. When a bug meCODE
MEDIUMhandbook/company/product-groups.md814> If a feature request has an urgent Fleet need and can't wait until the next feature fest, @ mention the Head of ProducCODE
MEDIUMhandbook/company/product-groups.md867> Working groups use the bug triage process below. For product groups (#g-orchestration and #g-security-compliance) ProdCODE
MEDIUMhandbook/company/product-groups.md12921. **Sprint kickoff**: On the first day of the sprint, the team, along with stakeholders, selects issues from the [🦢 DraCODE
MEDIUMhandbook/company/product-groups.md1334Please see [handbook/company/product-groups/orchestration](https://fleetdm.com/handbook/company/product-groups#orchestraCODE
MEDIUM…ithub/actions/eng-metrics/test/markdown-parser.test.js520### orchestration groupCOMMENT
MEDIUM.github/ISSUE_TEMPLATE/release-qa-fleetd.md5labels: '#g-orchestration,:release'CODE
MEDIUM.github/ISSUE_TEMPLATE/release-qa.md5labels: '#g-orchestration,#g-apple-at-work,#g-power-to-pc,#g-auto-patching,#g-security-compliance,:release'CODE
Synthetic Comment Markers9 hits · 58 pts
SeverityFileLineSnippetContext
HIGHwebsite/assets/robots.txt16# include providing AI-generated search summaries.COMMENT
HIGH…eet-ai-assisted-policy-descriptions-and-resolutions.md43Also, the end user can read about a policy during an [automated maintenance window scheduled in their calendar](https://CODE
HIGHhandbook/engineering/README.md199> [Ownership](https://fleetdm.com/handbook/company#ownership) is one of Fleet's key values. When a bot opens a PR on youCODE
HIGHhandbook/engineering/README.md199> [Ownership](https://fleetdm.com/handbook/company#ownership) is one of Fleet's key values. When a bot opens a PR on youCODE
HIGHhandbook/company/open-positions.yml464# - 🌐 Assist with domain registrations, SaaS tool evaluations, and vendor management as requested.COMMENT
HIGHhandbook/company/pricing-features-table.yml1511# - description: AI generated CVSS v4 context. Coming soon (2024-12-31).COMMENT
HIGHhandbook/company/pricing-features-table.yml1519# - industryName: AI-generated descriptions (optional)COMMENT
HIGHhandbook/company/why-this-way.md305## Why read every line of AI-generated work?COMMENT
HIGHhandbook/company/why-this-way.md312- **Cognitive debt.** Anything generated by AI that you didn't write yourself starts as cognitive debt. You don't fully CODE
Slop Phrases17 hits · 32 pts
SeverityFileLineSnippetContext
LOWorbit/goreleaser-windows-arm64.yml6# If this is updated make sure to update the "How to build from source" section in the README.md.COMMENT
LOWorbit/goreleaser-macos.yml6# If this is updated make sure to update the "How to build from source" section in the README.md.COMMENT
LOWorbit/goreleaser-windows.yml6# If this is updated make sure to update the "How to build from source" section in the README.md.COMMENT
LOWorbit/goreleaser-linux.yml6# If this is updated make sure to update the "How to build from source" section in the README.md.COMMENT
LOWorbit/goreleaser-linux-arm64.yml6# If this is updated make sure to update the "How to build from source" section in the README.md.COMMENT
MEDIUMtools/release/publish_release.sh634# Now you can use the $dry_run variable to see if the option was setCOMMENT
LOWee/fleet-agent-downloader/config/models.js83 // Plus, don't forget to configure MongoDB as your default datastore:COMMENT
LOWee/vulnerability-dashboard/config/models.js83 // Plus, don't forget to configure MongoDB as your default datastore:COMMENT
LOWwebsite/config/models.js83 // Plus, don't forget to configure MongoDB as your default datastore:COMMENT
LOWdocs/solutions/tines/mdm-migration-jamf-pro.json153 "content": "# Configuration\n\n## Jamf\n\nSet up a Jamf Pro [API Role and Client](https://learn.jamf.com/en-US/bunCODE
MEDIUMhandbook/company/pricing-features-table.yml1# [?]: To generate new ASCII art headings used in this file, you can use the @mikermcneil/kit npm package. See https://gCOMMENT
LOW.github/workflows/test-go.yaml73 # make sure to update supported versions docs when MySQL versions changeCOMMENT
LOW.github/workflows/test-go.yaml114 # make sure to update supported versions docs when Redis/Valkey versions changeCOMMENT
LOW.github/workflows/test-go-activity.yaml48 # make sure to update supported versions docs when MySQL versions changeCOMMENT
LOW.github/workflows/golangci-lint.yml79 # Don't forget to updateCOMMENT
LOW.github/workflows/golangci-lint.yml143 # Don't forget to updateCOMMENT
LOW.github/scripts/rclone-install.sh17#when adding a tool to the list make sure to also add its corresponding command further in the scriptCOMMENT
TODO Padding15 hits · 22 pts
SeverityFileLineSnippetContext
LOWserver/mdm/nanodep/godep/account_driven_enrollment.go37// TODO: Implement error checks to cover https://developer.apple.com/documentation/devicemanagement/assign-account-driveCOMMENT
LOWserver/mdm/microsoft/wstep.go59 // TODO: implement other methods as needed:COMMENT
LOWserver/mdm/scep/depot/bolt/depot.go175 // TODO: implement allowTimeCOMMENT
LOWserver/mdm/scep/depot/bolt/depot.go176 // TODO: implement revocationCOMMENT
LOWserver/chart/datasets.go46 // TODO: implement bitmap compression so we can track more CVEs.COMMENT
LOWserver/chart/internal/mysql/charts.go160// TODO: implement bitmap compression so we can collect more CVE data.COMMENT
LOWserver/datastore/mysql/apple_mdm.go4415 // TODO: Add test coverage for scepRenewalInProgress branching logic.COMMENT
LOWserver/service/mdm_test.go1329// TODO: Add tests for Apple DDM authz?COMMENT
LOWserver/service/apple_mdm_test.go4163 // TODO: Add tests for gitops and observer plus roles? (Settings endpoint test above may also need to be updated)COMMENT
LOW…er/service/integration_certificate_authorities_test.go119 URL: mockHydrantServer.URL, // TODO: implement a test server?CODE
LOWserver/service/integration_mdm_profiles_test.go3790 // TODO: Add tests for create/delete forbidden declaration types?COMMENT
LOWserver/service/integration_mdm_profiles_test.go3813 // TODO: Add tests for OS updates declaration when implemented.COMMENT
LOWserver/vulnerabilities/nvd/tools/cpedict/cpedict.go51// TODO: implementCOMMENT
LOWserver/vulnerabilities/nvd/tools/cpedict/cpedict.go57// TODO: implementCOMMENT
LOWserver/vulnerabilities/nvd/tools/cpedict/cpedict.go99 // TODO: implement ProvenanceRecordCOMMENT
Example Usage Blocks9 hits · 13 pts
SeverityFileLineSnippetContext
LOWtools/version-from-branch.sh5# Usage:COMMENT
LOW…/cleanup-docker-sha-tags/cleanup-dockerhub-sha-tags.sh6# Usage:COMMENT
LOWtools/cleanup-docker-sha-tags/cleanup-quay-sha-tags.sh6# Usage:COMMENT
LOWtools/release/backport-check.sh15# Usage:COMMENT
LOWtools/loadtest/metrics/collect-metrics.sh5# Usage:COMMENT
LOWtools/loadtest/metrics/compare-metrics.sh5# Usage:COMMENT
LOWtools/loadtest/scripts_and_profiles/main.go142# Usage:COMMENT
LOWserver/platform/logging/testutils/test_logger.go12// Example usage:COMMENT
LOW…s/solutions/macos/scripts/uninstall-santa-extension.sh7# Usage:COMMENT
AI Response Leakage2 hits · 12 pts
SeverityFileLineSnippetContext
HIGHarticles/remote-yara-rules.md46 [API](https://fleetdm.com/docs/rest-api/rest-api#modify-configuration). Reference each rule file by path under the mainCODE
HIGHdocs/Configuration/agent-configuration.md267 # returned by `SELECT platform FROM os_version`. In this example, the baseCOMMENT
Magic Placeholder Names2 hits · 10 pts
SeverityFileLineSnippetContext
HIGHwebsite/scripts/freeze-open-pull-requests.js12 sails_custom__githubAccessToken=YOUR_TOKEN_HERE sails run scripts/freeze-open-pull-requests.js --dryCODE
HIGHwebsite/scripts/freeze-open-pull-requests.js15 sails_custom__githubAccessToken=YOUR_TOKEN_HERE sails run scripts/freeze-open-pull-requests.js --limit=100`,CODE
Overly Generic Function Names5 hits · 5 pts
SeverityFileLineSnippetContext
LOWtools/fleet-slackbot/slack-handlers.js61async function handleRequest({ userText, userId, channelId, threadTs, messageTs, threadContext, client, config, github, CODE
LOWee/fleet-agent-downloader/assets/dependencies/vue.js3446function getData (data, vm) {CODE
LOWee/vulnerability-dashboard/assets/dependencies/vue.js3446function getData (data, vm) {CODE
LOWee/fleetd-chrome/src/mockServiceWorker.js140async function handleRequest(event, requestId) {CODE
LOWwebsite/assets/dependencies/vue.js3446function getData (data, vm) {CODE
Deep Nesting6 hits · 4 pts
SeverityFileLineSnippetContext
LOWtools/cis/CIS-Benchmark-diff.py39CODE
LOWtools/cis/cis-test-runner.py398CODE
LOWtools/cis/cis-test-runner.py965CODE
LOWtools/cis/cis-test-runner.py993CODE
LOWtools/cis/cis-test-runner.py1216CODE
LOWtools/cis/cis-test-runner.py1800CODE
Unused Imports2 hits · 2 pts
SeverityFileLineSnippetContext
LOWtools/cis/cis-test-runner.py18CODE
LOW…f-module/db-temp-restores/scripts/show_db_temp_info.py4CODE
Excessive Try-Catch Wrapping2 hits · 1 pts
SeverityFileLineSnippetContext
LOWtools/cis/cis-test-runner.py1448 except Exception as e:CODE
LOWtools/cis/cis-test-runner.py2231 except Exception as e:STRING