Repository Analysis

DataDog/datadog-agent

Main repository for Datadog Agent

2.8 Likely human-written View on GitHub

Analysis Overview

This report presents the forensic synthetic code analysis of DataDog/datadog-agent, a Go project with 3,673 GitHub stars. SynthScan v2.0 examined 3,298,625 lines of code across 20052 source files, recording 7441 pattern matches distributed across 23 syntactic categories. The overall adjusted score of 2.8 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.8
Adjusted Score
2.8
Raw Score
100%
Time Factor
2026-07-14
Last Push
3.7K
Stars
Go
Language
3.3M
Lines of Code
20.1K
Files
7.4K
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

This chart maps the temporal evolution of the adjusted synthetic code score across successive scan runs. An upward trajectory indicates ongoing incorporation of AI-generated code or expanding LLM-assisted scaffolding; a stable or declining trajectory may reflect active human refactoring, code removal, or the adoption of stricter authorship policies. The dashed secondary line (right axis) independently tracks total raw pattern hit count, which can diverge from the normalised score when codebase size changes significantly between scans.

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 17HIGH 81MEDIUM 550LOW 6793

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 7441 distinct pattern matches across 23 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 Block4489 hits · 4328 pts
SeverityFileLineSnippetContext
LOW.copyright-overrides.yml1# this file contains overrides for the automatic determination of copyrightCOMMENT
LOW.gitlab-ci.yml221 # the agent is build with a special flag that allow computing code coverage of the binary when it is running.COMMENT
LOW.gitlab-ci.yml421COMMENT
LOWflakes.yaml1# * Here is the file format:COMMENT
LOWomnibus/config/software/preparation.rb1#COMMENT
LOWomnibus/config/software/datadog-agent-finalize.rb161COMMENT
LOWomnibus/config/software/datadog-agent.rb101 if osx_target?COMMENT
LOWomnibus/config/software/systemd.rb1#COMMENT
LOWomnibus/config/software/datadog-agent-dependencies.rb21 # Delete empty folders that can still be present when buildingCOMMENT
LOWpackaging/aix/sitecustomize.py1# AIX: best-effort preload of libc++abi.a with RTLD_GLOBAL.COMMENT
LOWpackaging/aix/build.sh1#!/bin/shCOMMENT
LOWpackaging/aix/package.sh61# gen.template.in contains two placeholder tokens:COMMENT
LOWpackaging/aix/package.sh101} > "$STAGING/gen.template"COMMENT
LOWpackaging/aix/clean.sh1#!/bin/shCOMMENT
LOWpackaging/aix/agent-wrapper.sh1#!/bin/shCOMMENT
LOWpackaging/aix/stages/07-checks-base.sh61# ─── Step 1: Install datadog-checks-base ──────────────────────────────────────COMMENT
LOWpackaging/aix/stages/03-rtloader.sh61# -DPython3_INCLUDE_DIR : staging path (where headers are during the build)COMMENT
LOWpackaging/aix/stages/03-rtloader.sh121# SystemError: initialization of _datetime did not return an extension moduleCOMMENT
LOWpackaging/aix/stages/03-rtloader.sh141eval "$LINK_CMD_FIXED"COMMENT
LOWpackaging/aix/stages/03-rtloader.sh161# The LIBPATH baked into the rtloader .so files (via CMAKE_INSTALL_RPATH) alreadyCOMMENT
LOWpackaging/aix/stages/10-assemble.sh61COMMENT
LOWpackaging/aix/stages/10-assemble.sh81mkdir -p "$STAGING_CONFD"COMMENT
LOWpackaging/aix/stages/10-assemble.sh181#COMMENT
LOWpackaging/aix/stages/09-strip-bytecode.sh41log "Stripping debug info from .so files under $EMBEDDED_DESTDIR/lib"COMMENT
LOWpackaging/aix/stages/09-strip-bytecode.sh61# extensions such as ibm_db. Linux/macOS omnibus packages also ship theseCOMMENT
LOWpackaging/aix/stages/05-python-extensions.sh121#COMMENT
LOWpackaging/aix/stages/05-python-extensions.sh181# ensure it links against our bundled libxml2 and libxslt from Stage 1.COMMENT
LOWpackaging/aix/stages/05-python-extensions.sh201# flags like -fPIC, -ffunction-sections, -maix64COMMENT
LOWpackaging/aix/stages/06-pydantic.sh101#COMMENT
LOWpackaging/aix/stages/06-pydantic.sh121log " CARGO_HOME=$CARGO_HOME"COMMENT
LOWpackaging/aix/stages/08-integrations.sh81# Install each check from the pinned integrations-core checkout.COMMENT
LOWpackaging/aix/stages/04-agent.sh61# and link against the .so files we built in Stage 03.COMMENT
LOWpackaging/aix/stages/02-python.sh101#COMMENT
LOWpackaging/aix/stages/02-python.sh141# executable. When Python uses __thread in libpython${PYTHON_MAJ_MIN}.so (a startup-linkedCOMMENT
LOWpackaging/aix/stages/02-python.sh161# XCOFF "local-exec" TLS model, which AIX's loader rejects in shared libs.COMMENT
LOWpackaging/aix/stages/02-python.sh321fiCOMMENT
LOWpackaging/aix/stages/02-python.sh341# The toolbox libintl.so.8 has a hardcoded path to /opt/freeware/lib/libiconv.aCOMMENT
LOWpackaging/aix/stages/01-native-libs.sh101 touch "$BUILD_DIR/.done/01-lib-$1-$2"COMMENT
LOWpackaging/aix/stages/01-native-libs.sh501# pkg-configCOMMENT
LOWpackaging/aix/lib/env.sh1# shellcheck shell=shCOMMENT
LOWpackaging/aix/lib/env.sh101# Create private gcc/g++ symlinks pointing to gcc-8 in $BUILD_DIR/bin andCOMMENT
LOWcmd/dogstatsd/windows_resources/version.h1COMMENT
LOWcmd/process-agent/windows_resources/version.h1COMMENT
LOWcmd/iot-agent/docs.go1// Unless explicitly stated otherwise all files in this repository are licensedCOMMENT
LOWcmd/security-agent/windows_resources/version.h1COMMENT
LOWcmd/serverless-init/docs.go1// Unless explicitly stated otherwise all files in this repository are licensedCOMMENT
LOWcmd/serverless-init/main.go81// Azure Container Apps: 30s — https://learn.microsoft.com/en-us/azure/container-apps/application-lifecycle-management#COMMENT
LOWcmd/serverless-init/main.go101 // buckets, into the serializer and through the forwarder. Set via theCOMMENT
LOWcmd/serverless-init/main.go121 // drain the worker batchers and the aggregator sample channel internallyCOMMENT
LOWcmd/serverless-init/main.go141// than SourceEnvVar/SourceFile).COMMENT
LOWcmd/serverless-init/main.go161 // metrics-pipeline bounds are in one place and readable alongside theCOMMENT
LOWcmd/serverless-init/main.go181COMMENT
LOWcmd/serverless-init/main.go201 // workload that ends mid-bucket would drop its last bucket), thenCOMMENT
LOWcmd/serverless-init/main.go241COMMENT
LOWcmd/serverless-init/main.go261COMMENT
LOWcmd/serverless-init/main.go281 // point), the dogstatsd server has no useful work — every sample itCOMMENT
LOWcmd/serverless-init/main.go381 // 2. cloudService.Shutdown submits the task.ended metric; the enhancedCOMMENT
LOWcmd/serverless-init/main.go401 // (set in preloadEarly) — first drains each time-sampler worker'sCOMMENT
LOW…ommands/usm/debug_scripts/usm_leak_detector/network.py61 # IPv6 in /proc/net/tcp6: four 32-bit words, each printed in big-endian hexCOMMENT
LOWcmd/system-probe/modules/gpu.go261COMMENT
4429 more matches not shown…
Hyper-Verbose Identifiers1158 hits · 1197 pts
SeverityFileLineSnippetContext
LOWomnibus/python-scripts/pre_tests.py40 def test_pre_with_empty_files(self):CODE
LOWomnibus/python-scripts/pre_tests.py72 def test_pre_falls_back_to_legacy_tmp(self):CODE
LOWomnibus/python-scripts/pre_tests.py102 def test_pre_falls_back_to_install_directory(self):CODE
LOWomnibus/python-scripts/pre_tests.py129 def test_pre_no_baseline_first_install_returns_zero(self):CODE
LOWomnibus/python-scripts/pre_tests.py154 def test_pre_no_baseline_on_upgrade_returns_error(self):CODE
LOWomnibus/python-scripts/pre_tests.py188 def test_pre_with_populated_pre_file(self):CODE
LOWomnibus/python-scripts/packages_tests.py21 def test_create_python_installed_packages_file(self):CODE
LOWomnibus/python-scripts/packages_tests.py43 def test_create_diff_installed_packages_file(self):CODE
LOWomnibus/python-scripts/packages_tests.py80 def test_run_command_success_returns_zero_rc(self):CODE
LOWomnibus/python-scripts/packages_tests.py87 def test_run_command_failure_returns_nonzero_rc(self):CODE
LOWomnibus/python-scripts/packages_tests.py101 def test_install_datadog_package_succeeds_on_first_attempt(self):CODE
LOWomnibus/python-scripts/packages_tests.py107 def test_install_datadog_package_succeeds_on_retry(self):CODE
LOWomnibus/python-scripts/packages_tests.py114 def test_install_datadog_package_raises_after_two_failures(self):CODE
LOWomnibus/python-scripts/packages_tests.py128 def test_install_diff_packages_file_collects_failures(self):CODE
LOWomnibus/python-scripts/packages_tests.py159 def test_install_diff_packages_file_succeeds_silently(self):CODE
LOWomnibus/python-scripts/packages.py99def pre_python_installed_packages_file(directory):CODE
LOWomnibus/python-scripts/packages.py105def post_python_installed_packages_file(directory):CODE
LOWomnibus/python-scripts/packages.py111def diff_python_installed_packages_file(directory):CODE
LOWomnibus/python-scripts/packages.py117def requirements_agent_release_file(directory):CODE
LOWomnibus/python-scripts/packages.py123def check_file_owner_system_windows(filename):CODE
LOWomnibus/python-scripts/packages.py146def check_all_files_owner_system_windows(directory):CODE
LOWomnibus/python-scripts/packages.py167def create_python_installed_packages_file(filename):CODE
LOWomnibus/python-scripts/packages.py183def create_diff_installed_packages_file(directory, old_file, new_file):CODE
LOWomnibus/python-scripts/packages.py242def install_dependency_package(pip, package):CODE
LOWomnibus/python-scripts/packages.py264def install_diff_packages_file(install_directory, filename, exclude_filename):CODE
LOWomnibus/python-scripts/post_tests.py35 def test_post_with_empty_files(self):CODE
LOWomnibus/python-scripts/post_tests.py77 def test_datadog_integration_vs_python_package_installation(self, mock_instalL_dependency, mock_install_datadog):CODE
LOWomnibus/python-scripts/post_tests.py115 def test_excluded_packages_are_skipped(self, mock_load_requirements, mock_instalL_dependency, mock_install_datadog):CODE
LOWomnibus/python-scripts/post_tests.py162 def test_post_returns_one_when_restore_fails(self):CODE
LOWomnibus/lib/project_extension.rb72 def normalize_path_tree_permissions(root)CODE
LOWomnibus/lib/project_extension.rb94 def normalize_path_permissions(path)CODE
LOWomnibus/lib/project_extension.rb308 def shared_external_directory_entry(path, filepath)CODE
LOWomnibus/lib/fips.rb39def fips_check_binary_for_expected_symbol(path)CODE
LOW…mands/usm/debug_scripts/usm_leak_detector/validator.py34def _validate_across_all_namespaces(conn: ConnTuple, connection_index: Dict[int, ConnectionIndex]) -> Tuple[bool, str]:CODE
LOWtasks/k8s_versions.py280def _extract_version_from_latest_job(content: str) -> dict[str, str] | None:CODE
LOWtasks/k8s_versions.py497def update_kind_versions_file(_, versions_file=VERSIONS_FILE):CODE
LOWtasks/host_profiler.py28def _get_profiler_agent_version(ctx):CODE
LOWtasks/host_profiler.py137def _get_agent_module_version(ctx: Context, module: str) -> str:CODE
LOWtasks/install_tasks.py115def install_rust_license_tool(ctx):CODE
LOWtasks/quality_gates.py55def _print_quality_gates_report(verdicts: list[GateVerdict]):CODE
LOWtasks/release.py761def get_active_release_branch(ctx, release_branch):CODE
LOWtasks/macos.py76def list_runner_active_versions(ctx, lang):CODE
LOWtasks/files_inventory.py117def _inventory_changes_to_comment(added, removed, changed):CODE
LOWtasks/selinux.py18def compile_system_probe_policy_file(CODE
LOWtasks/build_tags.py155def build_tags_codegen_payload() -> dict[str, object]:CODE
LOWtasks/build_tags.py194def compute_build_tags_for_flavor(CODE
LOWtasks/build_tags.py351def compute_config_build_tags(CODE
LOWtasks/kmt.py189def gen_config_from_ci_pipeline(CODE
LOWtasks/kmt.py1060def compute_package_dependencies(ctx: Context, packages: list[str], build_tags: list[str]) -> dict[str, set[str]]:CODE
LOWtasks/renovate.py63def _parse_top_level_namespace(text: str) -> dict:CODE
LOWtasks/fuzz_infra.py19def get_slack_channel_for_directory(directory_path: str) -> str:CODE
LOWtasks/anomalydetection.py1203def _validate_ddeval_scenario_filter(eval_backend: str, scenarios: str) -> bool:CODE
LOWtasks/anomalydetection.py1222def _ddeval_experiment_config(CODE
LOWtasks/anomalydetection.py1387def _parse_ddeval_workflow_result(stdout: str) -> dict[str, object]:CODE
LOWtasks/anomalydetection.py1402def _parse_ddeval_workflow_id(stdout: str) -> str | None:CODE
LOWtasks/anomalydetection.py1411def _parse_ddeval_workflow_run_id(stdout: str) -> str | None:CODE
LOWtasks/anomalydetection.py2070def eval_component_workspace_report(CODE
LOWtasks/anomalydetection.py2134def eval_pipeline_workspace_report(CODE
LOWtasks/collector.py411def update_versions_in_ocb_yaml(yaml_file_path, modules_version):CODE
LOWtasks/collector.py416 def update_component_versions(components):CODE
1098 more matches not shown…
Decorative Section Separators375 hits · 1116 pts
SeverityFileLineSnippetContext
MEDIUMomnibus/config/projects/agent.rb136# ------------------------------------COMMENT
MEDIUMomnibus/config/projects/agent.rb138# ------------------------------------COMMENT
MEDIUMomnibus/config/projects/agent.rb218# ------------------------------------COMMENT
MEDIUMomnibus/config/projects/agent.rb220# ------------------------------------COMMENT
MEDIUMomnibus/config/projects/agent-binaries.rb43# ------------------------------------COMMENT
MEDIUMomnibus/config/projects/agent-binaries.rb45# ------------------------------------COMMENT
MEDIUMomnibus/config/projects/agent-binaries.rb70# ------------------------------------COMMENT
MEDIUMomnibus/config/projects/agent-binaries.rb72# ------------------------------------COMMENT
MEDIUMomnibus/config/projects/installer.rb101# ------------------------------------COMMENT
MEDIUMomnibus/config/projects/installer.rb103# ------------------------------------COMMENT
MEDIUMomnibus/config/projects/installer.rb153# ------------------------------------COMMENT
MEDIUMomnibus/config/projects/installer.rb155# ------------------------------------COMMENT
MEDIUMomnibus/config/projects/iot-agent.rb61 # ------------------------------------COMMENT
MEDIUMomnibus/config/projects/iot-agent.rb63 # ------------------------------------COMMENT
MEDIUMomnibus/config/projects/iot-agent.rb110# ------------------------------------COMMENT
MEDIUMomnibus/config/projects/iot-agent.rb112# ------------------------------------COMMENT
MEDIUMomnibus/config/projects/iot-agent.rb153# ------------------------------------COMMENT
MEDIUMomnibus/config/projects/iot-agent.rb155# ------------------------------------COMMENT
MEDIUMomnibus/config/projects/dogstatsd.rb80# ------------------------------------COMMENT
MEDIUMomnibus/config/projects/dogstatsd.rb82# ------------------------------------COMMENT
MEDIUMomnibus/config/projects/dogstatsd.rb89 # ------------------------------------COMMENT
MEDIUMomnibus/config/projects/dogstatsd.rb91 # ------------------------------------COMMENT
MEDIUMomnibus/config/projects/ddot.rb81# ------------------------------------COMMENT
MEDIUMomnibus/config/projects/ddot.rb83# ------------------------------------COMMENT
MEDIUMomnibus/config/projects/ddot.rb108# ------------------------------------COMMENT
MEDIUMomnibus/config/projects/ddot.rb110# ------------------------------------COMMENT
MEDIUMomnibus/lib/ostools.rb1# ------------------------------------COMMENT
MEDIUMomnibus/lib/ostools.rb3# ------------------------------------COMMENT
MEDIUMpackaging/aix/build.sh33# ── Source shared environment ─────────────────────────────────────────────────COMMENT
MEDIUMpackaging/aix/build.sh48# ── Bootstrap embedded symlink ────────────────────────────────────────────────COMMENT
MEDIUMpackaging/aix/build.sh61# ── Check required tools ──────────────────────────────────────────────────────COMMENT
MEDIUMpackaging/aix/build.sh110# ── Source shared environment ─────────────────────────────────────────────────COMMENT
MEDIUMpackaging/aix/build.sh122# ── Bootstrap build directories ───────────────────────────────────────────────COMMENT
MEDIUMpackaging/aix/build.sh128# ── Stage list ────────────────────────────────────────────────────────────────COMMENT
MEDIUMpackaging/aix/build.sh144# ── Helper: run one stage script ──────────────────────────────────────────────COMMENT
MEDIUMpackaging/aix/build.sh165# ── Main ──────────────────────────────────────────────────────────────────────COMMENT
MEDIUMpackaging/aix/package.sh37# ─── Step 1: Pre-flight — verify staging tree is assembled ────────────────────COMMENT
MEDIUMpackaging/aix/package.sh104# ─── Step 3: Run mkinstallp to generate the BFF ───────────────────────────────COMMENT
MEDIUMpackaging/aix/package.sh123# ─── Step 4: Copy BFF to final artifact name ──────────────────────────────────COMMENT
MEDIUMpackaging/aix/clean.sh55# ── Remove stage sentinels ─────────────────────────────────────────────────────COMMENT
MEDIUMpackaging/aix/clean.sh64# ── Remove staging tree ────────────────────────────────────────────────────────COMMENT
MEDIUMpackaging/aix/clean.sh74# ── Remove build logs ──────────────────────────────────────────────────────────COMMENT
MEDIUMpackaging/aix/clean.sh80# ── Remove temporary packaging files ──────────────────────────────────────────COMMENT
MEDIUMpackaging/aix/clean.sh83# ── Wheel cache ────────────────────────────────────────────────────────────────COMMENT
MEDIUMpackaging/aix/stages/07-checks-base.sh61# ─── Step 1: Install datadog-checks-base ──────────────────────────────────────COMMENT
MEDIUMpackaging/aix/stages/07-checks-base.sh74# ─── Step 1b: Install datadog-checks-base [deps] extra packages ───────────────COMMENT
MEDIUMpackaging/aix/stages/07-checks-base.sh112# ─── Step 2: Freeze installed state to constraints file ───────────────────────COMMENT
MEDIUMpackaging/aix/stages/00-checkout.sh37# ─── Step 1: Validate agent source tree ───────────────────────────────────────COMMENT
MEDIUMpackaging/aix/stages/00-checkout.sh62# ─── Step 2: Read INTEGRATIONS_CORE_VERSION from release.json ─────────────────COMMENT
MEDIUMpackaging/aix/stages/00-checkout.sh81# ─── Step 3: Clone or fetch integrations-core ─────────────────────────────────COMMENT
MEDIUMpackaging/aix/stages/03-rtloader.sh47# ─── Step 1: Clean and create rtloader build directory ────────────────────────COMMENT
MEDIUMpackaging/aix/stages/03-rtloader.sh54# ─── Step 2: CMake configure ──────────────────────────────────────────────────COMMENT
MEDIUMpackaging/aix/stages/03-rtloader.sh106# ─── Step 3: Build ────────────────────────────────────────────────────────────COMMENT
MEDIUMpackaging/aix/stages/03-rtloader.sh112# ─── Step 3b: Relink libdatadog-agent-three.so to use libpython${PYTHON_MAJ_MIN}.a ─────────COMMENT
MEDIUMpackaging/aix/stages/03-rtloader.sh151# ─── Step 3c: Bundle GCC 8 runtime libraries ──────────────────────────────────COMMENT
MEDIUMpackaging/aix/stages/03-rtloader.sh183# ─── Step 4: Copy outputs to staging ──────────────────────────────────────────COMMENT
MEDIUMpackaging/aix/stages/03-rtloader.sh196# ─── Step 4b: Create AIX .a archive wrappers ──────────────────────────────────COMMENT
MEDIUMpackaging/aix/stages/03-rtloader.sh217# ─── Step 4c: Copy .a archive wrappers to staging ─────────────────────────────COMMENT
MEDIUMpackaging/aix/stages/03-rtloader.sh230# ─── Step 5: Verify XCOFF64 magic bytes ───────────────────────────────────────COMMENT
MEDIUMpackaging/aix/stages/10-assemble.sh37# ─── Step 1: Pre-flight — verify agent binary exists ──────────────────────────COMMENT
315 more matches not shown…
Structural Annotation Overuse232 hits · 422 pts
SeverityFileLineSnippetContext
LOWpackaging/aix/stages/03-rtloader.sh134# Step 1: Re-run the cmake ExportImportList (export symbols file generation)COMMENT
LOWpackaging/aix/stages/03-rtloader.sh138# Step 2: Re-run the link command, substituting .so with .a for libpython${PYTHON_MAJ_MIN}COMMENT
LOW…subcommands/usm/debug_scripts/usm_leak_detector/cli.py83 # Step 1: Get eBPF backendCOMMENT
LOW…subcommands/usm/debug_scripts/usm_leak_detector/cli.py90 # Step 2: List eBPF mapsCOMMENT
LOW…subcommands/usm/debug_scripts/usm_leak_detector/cli.py101 # Step 3: Check ConnTuple-keyed maps (unless --pid-only)COMMENT
LOW…subcommands/usm/debug_scripts/usm_leak_detector/cli.py134 # Step 4: Check PID-keyed maps (unless --conn-tuple-only)COMMENT
LOW…subcommands/usm/debug_scripts/usm_leak_detector/cli.py156 # Step 5: Print reports (PID-keyed first, then ConnTuple-keyed)COMMENT
LOWtasks/quality_gates.py245 # Step 1: Fetch PR metrics from DatadogCOMMENT
LOWtasks/quality_gates.py264 # Step 2: Identify gates with size increase (not just failing gates)COMMENT
LOWtasks/quality_gates.py281 # Step 3: Fetch main branch headroom (for gates with size increase)COMMENT
LOWtasks/quality_gates.py290 # Step 4: Load current configCOMMENT
LOWtasks/quality_gates.py294 # Step 5: Calculate and apply new thresholds for gates with size increaseCOMMENT
LOWtasks/quality_gates.py324 # Step 6: Write updated configCOMMENT
LOWtasks/release.py336 # Step 2: Update internal module dependenciesCOMMENT
LOWtasks/release.py340 # Step 3: Branch out, commit change, push branchCOMMENT
LOWtasks/release.py476 # Step 1: Update release entriesCOMMENT
LOWtasks/release.py482 # Step 2: Update internal module dependenciesCOMMENT
LOWtasks/release.py487 # Step 3: Run tidy taskCOMMENT
LOWtasks/release.py491 # Step 4: branch out, push branch, then add, and create signed commit with Github APICOMMENT
LOWtasks/release.py798 # Step 1: Lead Time for Changes dataCOMMENT
LOWtasks/release.py804 # Step 2: Agent stability dataCOMMENT
LOWtasks/release.py814 # Step 3: Code changesCOMMENT
LOWtasks/release.py297 # Step 1: PreparationCOMMENT
LOWtasks/release.py369 # Step 4: Add release changelog preludesCOMMENT
LOWtasks/release.py386 # Step 5: Push branch and create PRCOMMENT
LOWtasks/release.py454 # Step 0: checksCOMMENT
LOWtasks/release.py537 # Step 5 - Send a slack messageCOMMENT
LOWtasks/release.py603 # Step 0: checksCOMMENT
LOWtasks/release.py626 # Step 1: Tag versionsCOMMENT
LOWtasks/release.py648 # Step 2: Run the RC pipelineCOMMENT
LOWtasks/notes.py49 # Step 1 - generate the changelogsCOMMENT
LOWtasks/notes.py73 # Step 2 - commit changesCOMMENT
LOWtasks/notes.py101 # Step 3 - Push and create PRCOMMENT
LOWtasks/schema/generate.py153 # Step 1: Generate base schema using the agent binary.COMMENT
LOWtest/e2e-framework/resources/local/vm/multipass/vm.go67 // Step 1: fetch current VM state. Returns '{}' when the VM does not exist.COMMENT
LOWtest/e2e-framework/resources/local/vm/multipass/vm.go80 // Step 2: parse the state JSON in Go and decide what shell command to run.COMMENT
LOWtest/e2e-framework/resources/local/vm/multipass/vm.go102 // Step 3: execute the action (launch / start / no-op).COMMENT
LOWtest/e2e-framework/resources/local/vm/multipass/vm.go115 // Step 4: fetch the final VM info JSON. This resource also owns the delete.COMMENT
LOW…/new-e2e/tests/usm/windows_remote_service_tags_test.go150 // Step 1: send 1000 connections to site A (port 8081), hold 20s, then verify.COMMENT
LOW…/new-e2e/tests/usm/windows_remote_service_tags_test.go167 // Step 2: send 1000 connections to site B (port 8082).COMMENT
LOWtest/new-e2e/tests/autoscaling/spot/statefulset_test.go115 // Step 1: create statefulset without spot label — all pods go on-demand.COMMENT
LOWtest/new-e2e/tests/autoscaling/spot/statefulset_test.go125 // Step 2: opt in to spot scheduling.COMMENT
LOWtest/new-e2e/tests/autoscaling/spot/statefulset_test.go128 // Step 3: expect rebalancing to converge to 6 spot / 4 on-demand.COMMENT
LOWtest/new-e2e/tests/autoscaling/spot/statefulset_test.go223 // Step 1: opt in — wait for 6 spot / 4 on-demand.COMMENT
LOWtest/new-e2e/tests/autoscaling/spot/statefulset_test.go233 // Step 2: remove spot label to opt out, then restart to replace existing pods.COMMENT
LOWtest/new-e2e/tests/autoscaling/spot/statefulset_test.go237 // Step 3: all pods should land on on-demand without the spot-assigned label.COMMENT
LOWtest/new-e2e/tests/autoscaling/spot/deployment_test.go129 // Step 1: create deployment without spot label — all pods go on-demand.COMMENT
LOWtest/new-e2e/tests/autoscaling/spot/deployment_test.go139 // Step 2: opt in to spot scheduling.COMMENT
LOWtest/new-e2e/tests/autoscaling/spot/deployment_test.go142 // Step 3: expect rebalancing to converge to 6 spot / 4 on-demand.COMMENT
LOWtest/new-e2e/tests/autoscaling/spot/deployment_test.go236 // Step 1: opt in — wait for 6 spot / 4 on-demand.COMMENT
LOWtest/new-e2e/tests/autoscaling/spot/deployment_test.go246 // Step 2: remove spot label to opt out, then restart to replace existing pods.COMMENT
LOWtest/new-e2e/tests/autoscaling/spot/deployment_test.go250 // Step 3: all pods should land on on-demand without the spot-assigned label.COMMENT
LOWtest/new-e2e/tests/installer/unix/package_agent_test.go365 // Step 1: Clean up any existing dd-agent user/groupCOMMENT
LOWtest/new-e2e/tests/installer/unix/package_agent_test.go373 // Step 2: Set up NSS extrausersCOMMENT
LOWtest/new-e2e/tests/installer/unix/package_agent_test.go456 // Step 3: Verify that getent can find the user/group (confirming NSS is working)COMMENT
LOWtest/new-e2e/tests/installer/unix/package_agent_test.go471 // Step 4: Install the agentCOMMENT
LOWtest/new-e2e/tests/installer/unix/package_agent_test.go475 // Step 5: Verify no new entries were added to /etc/passwd or /etc/groupCOMMENT
LOWtest/new-e2e/tests/installer/unix/package_agent_test.go482 // Step 6: Verify the agent is installed and runningCOMMENT
LOWtest/new-e2e/tests/installer/unix/package_ddot_test.go131 // Step 1: install the agent via the standard install scriptCOMMENT
LOWtest/new-e2e/tests/installer/unix/package_ddot_test.go136 // Step 2: remove the agent package while keeping config files.COMMENT
172 more matches not shown…
Verbosity Indicators136 hits · 264 pts
SeverityFileLineSnippetContext
LOWpackaging/aix/stages/03-rtloader.sh134# Step 1: Re-run the cmake ExportImportList (export symbols file generation)COMMENT
LOWpackaging/aix/stages/03-rtloader.sh138# Step 2: Re-run the link command, substituting .so with .a for libpython${PYTHON_MAJ_MIN}COMMENT
LOW…subcommands/usm/debug_scripts/usm_leak_detector/cli.py83 # Step 1: Get eBPF backendCOMMENT
LOW…subcommands/usm/debug_scripts/usm_leak_detector/cli.py90 # Step 2: List eBPF mapsCOMMENT
LOW…subcommands/usm/debug_scripts/usm_leak_detector/cli.py101 # Step 3: Check ConnTuple-keyed maps (unless --pid-only)COMMENT
LOW…subcommands/usm/debug_scripts/usm_leak_detector/cli.py134 # Step 4: Check PID-keyed maps (unless --conn-tuple-only)COMMENT
LOW…subcommands/usm/debug_scripts/usm_leak_detector/cli.py156 # Step 5: Print reports (PID-keyed first, then ConnTuple-keyed)COMMENT
LOWtasks/quality_gates.py245 # Step 1: Fetch PR metrics from DatadogCOMMENT
LOWtasks/quality_gates.py264 # Step 2: Identify gates with size increase (not just failing gates)COMMENT
LOWtasks/quality_gates.py281 # Step 3: Fetch main branch headroom (for gates with size increase)COMMENT
LOWtasks/quality_gates.py290 # Step 4: Load current configCOMMENT
LOWtasks/quality_gates.py294 # Step 5: Calculate and apply new thresholds for gates with size increaseCOMMENT
LOWtasks/quality_gates.py324 # Step 6: Write updated configCOMMENT
LOWtasks/release.py336 # Step 2: Update internal module dependenciesCOMMENT
LOWtasks/release.py340 # Step 3: Branch out, commit change, push branchCOMMENT
LOWtasks/release.py476 # Step 1: Update release entriesCOMMENT
LOWtasks/release.py482 # Step 2: Update internal module dependenciesCOMMENT
LOWtasks/release.py487 # Step 3: Run tidy taskCOMMENT
LOWtasks/release.py491 # Step 4: branch out, push branch, then add, and create signed commit with Github APICOMMENT
LOWtasks/release.py798 # Step 1: Lead Time for Changes dataCOMMENT
LOWtasks/release.py804 # Step 2: Agent stability dataCOMMENT
LOWtasks/release.py814 # Step 3: Code changesCOMMENT
LOWtasks/release.py297 # Step 1: PreparationCOMMENT
LOWtasks/release.py369 # Step 4: Add release changelog preludesCOMMENT
LOWtasks/release.py386 # Step 5: Push branch and create PRCOMMENT
LOWtasks/release.py454 # Step 0: checksCOMMENT
LOWtasks/release.py603 # Step 0: checksCOMMENT
LOWtasks/release.py626 # Step 1: Tag versionsCOMMENT
LOWtasks/release.py648 # Step 2: Run the RC pipelineCOMMENT
LOWtasks/schema/generate.py153 # Step 1: Generate base schema using the agent binary.COMMENT
LOWtest/e2e-framework/resources/local/vm/multipass/vm.go67 // Step 1: fetch current VM state. Returns '{}' when the VM does not exist.COMMENT
LOWtest/e2e-framework/resources/local/vm/multipass/vm.go80 // Step 2: parse the state JSON in Go and decide what shell command to run.COMMENT
LOWtest/e2e-framework/resources/local/vm/multipass/vm.go102 // Step 3: execute the action (launch / start / no-op).COMMENT
LOWtest/e2e-framework/resources/local/vm/multipass/vm.go115 // Step 4: fetch the final VM info JSON. This resource also owns the delete.COMMENT
LOWtest/e2e-framework/components/datadog/agent/package.go110 // If we're on Windows, we need to check if the pipeline ID is in the package name, this is a workaround to avoid an COMMENT
LOW…/new-e2e/tests/usm/windows_remote_service_tags_test.go150 // Step 1: send 1000 connections to site A (port 8081), hold 20s, then verify.COMMENT
LOW…/new-e2e/tests/usm/windows_remote_service_tags_test.go167 // Step 2: send 1000 connections to site B (port 8082).COMMENT
LOWtest/new-e2e/tests/autoscaling/spot/statefulset_test.go115 // Step 1: create statefulset without spot label — all pods go on-demand.COMMENT
LOWtest/new-e2e/tests/autoscaling/spot/statefulset_test.go125 // Step 2: opt in to spot scheduling.COMMENT
LOWtest/new-e2e/tests/autoscaling/spot/statefulset_test.go128 // Step 3: expect rebalancing to converge to 6 spot / 4 on-demand.COMMENT
LOWtest/new-e2e/tests/autoscaling/spot/statefulset_test.go223 // Step 1: opt in — wait for 6 spot / 4 on-demand.COMMENT
LOWtest/new-e2e/tests/autoscaling/spot/statefulset_test.go233 // Step 2: remove spot label to opt out, then restart to replace existing pods.COMMENT
LOWtest/new-e2e/tests/autoscaling/spot/statefulset_test.go237 // Step 3: all pods should land on on-demand without the spot-assigned label.COMMENT
LOWtest/new-e2e/tests/autoscaling/spot/deployment_test.go129 // Step 1: create deployment without spot label — all pods go on-demand.COMMENT
LOWtest/new-e2e/tests/autoscaling/spot/deployment_test.go139 // Step 2: opt in to spot scheduling.COMMENT
LOWtest/new-e2e/tests/autoscaling/spot/deployment_test.go142 // Step 3: expect rebalancing to converge to 6 spot / 4 on-demand.COMMENT
LOWtest/new-e2e/tests/autoscaling/spot/deployment_test.go236 // Step 1: opt in — wait for 6 spot / 4 on-demand.COMMENT
LOWtest/new-e2e/tests/autoscaling/spot/deployment_test.go246 // Step 2: remove spot label to opt out, then restart to replace existing pods.COMMENT
LOWtest/new-e2e/tests/autoscaling/spot/deployment_test.go250 // Step 3: all pods should land on on-demand without the spot-assigned label.COMMENT
LOWtest/new-e2e/tests/installer/unix/package_agent_test.go365 // Step 1: Clean up any existing dd-agent user/groupCOMMENT
LOWtest/new-e2e/tests/installer/unix/package_agent_test.go373 // Step 2: Set up NSS extrausersCOMMENT
LOWtest/new-e2e/tests/installer/unix/package_agent_test.go456 // Step 3: Verify that getent can find the user/group (confirming NSS is working)COMMENT
LOWtest/new-e2e/tests/installer/unix/package_agent_test.go471 // Step 4: Install the agentCOMMENT
LOWtest/new-e2e/tests/installer/unix/package_agent_test.go475 // Step 5: Verify no new entries were added to /etc/passwd or /etc/groupCOMMENT
LOWtest/new-e2e/tests/installer/unix/package_agent_test.go482 // Step 6: Verify the agent is installed and runningCOMMENT
LOWtest/new-e2e/tests/installer/unix/package_ddot_test.go131 // Step 1: install the agent via the standard install scriptCOMMENT
LOWtest/new-e2e/tests/installer/unix/package_ddot_test.go136 // Step 2: remove the agent package while keeping config files.COMMENT
LOWtest/new-e2e/tests/installer/unix/package_ddot_test.go149 // Step 3: move datadog.yaml out of the way so the reinstall has no yaml.COMMENT
LOWtest/new-e2e/tests/installer/unix/package_ddot_test.go152 // Step 4: reinstall via the package manager with DD_OTELCOLLECTOR_ENABLED=true.COMMENT
LOWtest/new-e2e/tests/installer/unix/package_ddot_test.go171 // Step 5: ddot must NOT have started — there is no datadog.yaml to enable it.COMMENT
76 more matches not shown…
Excessive Try-Catch Wrapping213 hits · 259 pts
SeverityFileLineSnippetContext
LOWomnibus/python-scripts/post.py43 except Exception as e:CODE
MEDIUMomnibus/python-scripts/post.py44 print(f"Error: {e}")CODE
MEDIUMomnibus/python-scripts/packages.py84 print(f"Error: {e.stderr}")CODE
LOWomnibus/python-scripts/packages.py95 except Exception as e:CODE
MEDIUMomnibus/python-scripts/packages.py96 print(f"Error parsing specifier: {e}")CODE
LOWomnibus/python-scripts/pre.py75 except Exception as e:CODE
MEDIUMomnibus/python-scripts/pre.py76 print(f"Error: {e}")CODE
LOWpackaging/aix/sitecustomize.py24except Exception:CODE
MEDIUM…subcommands/usm/debug_scripts/usm_leak_detector/cli.py86 print("Error: No eBPF backend available. Install bpftool or ensure system-probe is accessible.",CODE
MEDIUM…subcommands/usm/debug_scripts/usm_leak_detector/cli.py94 print("Error: Could not list eBPF maps.", file=sys.stderr)CODE
LOW…sm/debug_scripts/usm_leak_detector/subprocess_utils.py28 except Exception:CODE
LOW…sm/debug_scripts/usm_leak_detector/subprocess_utils.py149 except Exception:CODE
LOW…ripts/usm_leak_detector/backends/bpftool_downloader.py68 except Exception as e:CODE
LOW…ripts/usm_leak_detector/backends/bpftool_downloader.py155 except Exception as e:CODE
LOWcmd/ai_prompt_logger/scripts/test_host.py107 except Exception as e:CODE
LOWtasks/k8s_versions.py131 except Exception as e:CODE
MEDIUMtasks/k8s_versions.py406 print("Error: At least one source must be enabled")CODE
MEDIUMtasks/k8s_versions.py419 print("Error: Could not find any Kubernetes versions")CODE
LOWtasks/kind_node_image.py160 except Exception as e:CODE
MEDIUMtasks/kind_node_image.py161 print(f"Error building RC image {tag}: {e}")CODE
LOWtasks/quality_gates.py74 except Exception:CODE
LOWtasks/virustotal.py73 except Exception as e:CODE
LOWtasks/virustotal.py92 except Exception as e:CODE
LOWtasks/virustotal.py118 except Exception as e:CODE
LOWtasks/virustotal.py331 except Exception as e:CODE
LOWtasks/kmt.py462 except Exception as e:CODE
LOWtasks/kmt.py626 except Exception as e:CODE
LOWtasks/kmt.py2029 except Exception as e:CODE
LOWtasks/kmt.py1665 except Exception:STRING
LOWtasks/renovate.py86 except Exception:CODE
LOWtasks/renovate.py473 except Exception:CODE
LOWtasks/systray.py94 except Exception as e:CODE
LOWtasks/fuzz_infra.py52 except Exception as e:CODE
LOWtasks/fuzz_infra.py94 except Exception as e:CODE
LOWtasks/anomalydetection.py148 except Exception as e:CODE
LOWtasks/anomalydetection.py269 except Exception as e:CODE
LOWtasks/anomalydetection.py594 except Exception as e:CODE
LOWtasks/anomalydetection.py856 except Exception:CODE
LOWtasks/anomalydetection.py1012 except Exception as e:CODE
LOWtasks/collector.py166 except Exception as e:CODE
LOWtasks/collector.py177 except Exception as e:CODE
LOWtasks/collector.py207 except Exception as e:CODE
LOWtasks/collector.py238 except Exception as e:CODE
LOWtasks/collector.py255 except Exception as e:CODE
MEDIUMtasks/new_e2e_tests.py280 print(f"Error: {failure_count} packages failed to build")CODE
MEDIUMtasks/new_e2e_tests.py346 print(f"Error: {upload_failures} uploads failed")CODE
LOWtasks/new_e2e_tests.py1538 except Exception as e:CODE
LOWtasks/new_e2e_tests.py1548 except Exception as e:CODE
LOWtasks/new_e2e_tests.py64 except Exception:CODE
LOWtasks/new_e2e_tests.py152 except Exception as e:CODE
LOWtasks/new_e2e_tests.py241 except Exception as e:CODE
LOWtasks/new_e2e_tests.py335 except Exception as e:CODE
LOWtasks/new_e2e_tests.py613 except Exception as e:CODE
LOWtasks/new_e2e_tests.py1608 except Exception as e:CODE
LOWtasks/new_e2e_tests.py1720 except Exception:CODE
LOWtasks/new_e2e_tests.py1758 except Exception as e:CODE
LOWtasks/new_e2e_tests.py1830 except Exception as e:CODE
LOWtasks/new_e2e_tests.py1844 except Exception as e:CODE
LOWtasks/notify.py198 except Exception:CODE
LOWtasks/notify.py205 except Exception:CODE
153 more matches not shown…
AI Slop Vocabulary80 hits · 248 pts
SeverityFileLineSnippetContext
LOW.golangci.yml40 # note that if it's just for a single file, you can just add `//nolint:depguard` before the importCOMMENT
LOWomnibus/config/software/installer.rb70 # When the diffs go away, we delete the package job and just use this one.COMMENT
MEDIUMcmd/system-probe/subcommands/usm/netstat_linux.go91 // Read TCP connections using procnet package (provides robust parsing and PID/FD mapping)COMMENT
MEDIUMcmd/otel-agent/subcommands/run/command.go278 // TODO: this would be much better if we could leverage traceconfig.ModuleCOMMENT
MEDIUMcmd/otel-agent/subcommands/run/command.go345// this is the current workaround to leverage it.COMMENT
MEDIUMtasks/worktree.py74 """Enters the worktree environment in order to invoke tasks in this context.STRING
MEDIUMtasks/omnibus.py312 # Individual developers are still able to leverage the cache by providingCOMMENT
MEDIUMtasks/debugging/dump.py152 # launch windbg and delveCOMMENT
LOWtasks/kernel_matrix_testing/infra.py22 # warnings about changed host keys. We need the combination of both options, if we just setCOMMENT
MEDIUMtasks/libs/common/utils.py357 # if you want to be able to use the delve debugger.COMMENT
MEDIUMtest/e2e-framework/testing/e2e/suite.go557 // goroutine terminates, so it is robust to Goexit/panic during setup. The cleanupCalledCOMMENT
MEDIUM…2e/tests/anomalydetection/anomalydetection_nix_test.go253 batchSize = 20 // count=20 vs baseline count=1 → 20x step change; robustCODE
MEDIUM…w-e2e/tests/anomalydetection/scorer_helper_nix_test.go23// OnSeverityTransition fired — which is robust and consistent with the rest ofCOMMENT
MEDIUM…w-e2e/tests/anomalydetection/scorer_helper_nix_test.go64// seconds, making the test robust against SSH latency and dropped ticks.COMMENT
MEDIUM…branch/anomalydetection-testbench/ui/package-lock.json4056 "resolved": "https://registry.npmjs.org/robust-predicates/-/robust-predicates-3.0.2.tgz",CODE
MEDIUM…nomalydetection/observer/impl/metrics_detector_rrcf.go62 // NumTrees is the number of trees in the forest. More trees = more robust but slower.COMMENT
MEDIUM…malydetection/observer/impl/metrics_detector_scanmw.go42// changepoint detector that's robust to distribution shape.COMMENT
MEDIUM…malydetection/observer/impl/metrics_detector_scanmw.go283 // Check robust deviation at best split.COMMENT
MEDIUM…ection/observer/impl/metrics_detector_holt_residual.go104 // 16 entries gives a robust median.COMMENT
MEDIUM…ection/observer/impl/metrics_detector_holt_residual.go109// HoltResidualDetector fires when a Holt forecast residual exceeds a robustCOMMENT
MEDIUM…ction/observer/impl/metrics_detector_tukey_biweight.go66// biweight robust to "one historical glitch followed by a real shift later".COMMENT
MEDIUM…ction/observer/impl/metrics_detector_tukey_biweight.go73 // Default: 80, enough context for a robust local baseline without makingCOMMENT
MEDIUM…ction/observer/impl/metrics_detector_tukey_biweight.go350// "robust-to-historical-outlier" test case.COMMENT
MEDIUM…ction/observer/impl/metrics_detector_tukey_biweight.go358 // (b) Initial robust location/scale: median + 1.4826·MAD. The MAD scalingCOMMENT
MEDIUMcomp/logs-library/pipeline/provider.go37 // SenderConcurrency via config options should utilize the endpoint's BatchMaxConcurrentSend override instead.COMMENT
MEDIUMcomp/core/agenttelemetry/impl/sender.go545 // message/payload contains multiples metrics for a single index of tag set. EssentiallyCOMMENT
MEDIUM…eta/collectors/internal/kubeapiserver/kubeapiserver.go162// to utilize namespace labels for target based configuration and to determineCOMMENT
MEDIUMcomp/core/profiler/impl/profiler.go217// to utilize this provider over time, which will require additional plumbing. ForCOMMENT
MEDIUMcomp/core/flare/types/types.go38// Return 0 from this function to utilize the default timeout instead.COMMENT
MEDIUMcomp/core/flare/types/types.go56// are strongly encouraged to utilize the NewProvider or NewProviderWithTimeout functions instead.COMMENT
MEDIUMcomp/logs/streamlogs/impl/streamlogs.go153// to utilize this provider over time, which will require additional plumbing.COMMENT
MEDIUM…ission/mutate/autoinstrumentation/language_versions.go102// wishes to utilize the default version found in languageVersions.COMMENT
MEDIUMpkg/clusteragent/autoscaling/workload/external/tls.go46 // Create a certificate manager that will reload the certificate periodically for seamless updatesCOMMENT
MEDIUMpkg/clusteragent/clusterchecks/ksm_sharding.go94 // We use the same defaults for sharding to provide a seamless experienceCOMMENT
MEDIUMpkg/gpu/safenvml/lib.go368 // found, to make it more convenient and robust, without users having toCOMMENT
MEDIUMpkg/util/containerd/containerd_util.go52// ContainerdItf is the interface implementing a subset of methods that leverage the Containerd api.COMMENT
MEDIUMpkg/util/scrubber/yaml_scrubber_test.go1182 // This is more robust than string comparison since YAML formatting can varyCOMMENT
MEDIUMpkg/util/fxutil/test.go87// This function does *not* leverage fxtest.App because we want to beCOMMENT
MEDIUMpkg/util/kernel/headers/download/extract/tarball.go94 // In order to force CopyBuffer to actually utilize the given buffer, we have to ensureCOMMENT
MEDIUMpkg/config/setup/common_settings.go446 config.BindEnvAndSetDefault("ec2_use_dmi", true) // should the agent leverage DMI informatiCODE
MEDIUMpkg/config/model/types.go255 // The following helpers are legacy and should no longer be used. Instead leverage the one aboveCOMMENT
MEDIUMpkg/security/ebpf/probes/all.go182// AllBPFForEachMapElemProgramFunctions returns the list of programs that leverage the bpf_for_each_map_elem helperCOMMENT
MEDIUMpkg/network/go/goversion/version.go7// delve debuggerCOMMENT
MEDIUMpkg/network/go/goversion/version.go16// GoVersion is just a wrapper around go-delve's goversion.GoVersion that alsoCOMMENT
MEDIUMpkg/network/go/asmscan/scan.go82// - https://github.com/go-delve/delve/pull/2704/files#diff-fb7b7a020e32bf8bf477c052ac2d2857e7e587478be6039aebc7135c6584COMMENT
MEDIUMpkg/network/go/asmscan/scan.go83// - https://github.com/go-delve/delve/blob/75bbbbb60cecda0d65c63de7ae8cb8b8412d6fc3/pkg/proc/breakpoints.go#L86-L95COMMENT
MEDIUMpkg/network/go/asmscan/scan.go84// - https://github.com/go-delve/delve/blob/75bbbbb60cecda0d65c63de7ae8cb8b8412d6fc3/pkg/proc/breakpoints.go#L374COMMENT
MEDIUMpkg/network/go/asmscan/scan.go114// - https://github.com/go-delve/delve/pull/2704/files#diff-fb7b7a020e32bf8bf477c052ac2d2857e7e587478be6039aebc7135c6584COMMENT
MEDIUMpkg/network/go/asmscan/scan.go115// - https://github.com/go-delve/delve/blob/75bbbbb60cecda0d65c63de7ae8cb8b8412d6fc3/pkg/proc/breakpoints.go#L86-L95COMMENT
MEDIUMpkg/network/go/asmscan/scan.go116// - https://github.com/go-delve/delve/blob/75bbbbb60cecda0d65c63de7ae8cb8b8412d6fc3/pkg/proc/breakpoints.go#L374COMMENT
MEDIUMpkg/network/go/dwarfutils/compile_unit.go25// This struct is based on github.com/go-delve/delve/pkg/proc.*compileUnit:COMMENT
MEDIUMpkg/network/go/dwarfutils/compile_unit.go26// - https://github.com/go-delve/delve/blob/75bbbbb60cecda0d65c63de7ae8cb8b8412d6fc3/pkg/proc/bininfo.go#L436COMMENT
MEDIUMpkg/network/go/dwarfutils/compile_unit.go40// This implementation is based on github.com/go-delve/delve/pkg/proc.(*BinaryInfo).findCompileUnit:COMMENT
MEDIUMpkg/network/go/dwarfutils/compile_unit.go41// - https://github.com/go-delve/delve/blob/75bbbbb60cecda0d65c63de7ae8cb8b8412d6fc3/pkg/proc/bininfo.go#L1115COMMENT
MEDIUMpkg/network/go/dwarfutils/type_finder.go19// It wraps github.com/go-delve/delve/pkg/dwarf/godwarfCOMMENT
MEDIUMpkg/network/go/dwarfutils/locexpr/exec.go45// This implementation is based on github.com/go-delve/delve/pkg/proc.(*BinaryInfo).Location:COMMENT
MEDIUMpkg/network/go/dwarfutils/locexpr/exec.go46// - https://github.com/go-delve/delve/blob/75bbbbb60cecda0d65c63de7ae8cb8b8412d6fc3/pkg/proc/bininfo.go#L1062COMMENT
MEDIUMpkg/network/go/bininspect/types.go143 // - https://github.com/go-delve/delve/pull/2704#issuecomment-944374511COMMENT
MEDIUMpkg/network/go/bininspect/newproc.go140// This implementation is based on github.com/go-delve/delve/pkg/proc.(*BinaryInfo).setGStructOffsetElf:COMMENT
MEDIUMpkg/network/go/bininspect/newproc.go141// - https://github.com/go-delve/delve/blob/75bbbbb60cecda0d65c63de7ae8cb8b8412d6fc3/pkg/proc/bininfo.go#L1413COMMENT
20 more matches not shown…
Deep Nesting239 hits · 222 pts
SeverityFileLineSnippetContext
LOWomnibus/python-scripts/post.py13CODE
LOWomnibus/python-scripts/packages.py183CODE
LOWomnibus/python-scripts/packages.py264CODE
LOWomnibus/python-scripts/packages.py305CODE
LOWomnibus/python-scripts/pre.py44CODE
LOW…ommands/usm/debug_scripts/usm_leak_detector/network.py89CODE
LOW…ommands/usm/debug_scripts/usm_leak_detector/network.py138CODE
LOW…sm/debug_scripts/usm_leak_detector/subprocess_utils.py32CODE
LOW…bug_scripts/usm_leak_detector/backends/system_probe.py117CODE
LOW…/debug_scripts/usm_leak_detector/backends/streaming.py15CODE
LOW…ripts/usm_leak_detector/backends/bpftool_downloader.py87CODE
LOWtasks/k8s_versions.py136CODE
LOWtasks/install_tasks.py52CODE
LOWtasks/quality_gates.py79CODE
LOWtasks/pre_commit.py26CODE
LOWtasks/pre_commit.py48CODE
LOWtasks/pre_commit.py30CODE
LOWtasks/release.py101CODE
LOWtasks/release.py860CODE
LOWtasks/release.py900CODE
LOWtasks/macos.py108CODE
LOWtasks/agent_ci_api.py38CODE
LOWtasks/kmt.py189CODE
LOWtasks/kmt.py630CODE
LOWtasks/kmt.py1091CODE
LOWtasks/kmt.py1256CODE
LOWtasks/kmt.py1572CODE
LOWtasks/kmt.py1648CODE
LOWtasks/kmt.py1739CODE
LOWtasks/kmt.py1886CODE
LOWtasks/kmt.py2146CODE
LOWtasks/kmt.py2238CODE
LOWtasks/kmt.py2461CODE
LOWtasks/owners.py42CODE
LOWtasks/winbuild.py67CODE
LOWtasks/renovate.py168CODE
LOWtasks/renovate.py482CODE
LOWtasks/renovate.py524CODE
LOWtasks/test_core.py105CODE
LOWtasks/test_core.py72CODE
LOWtasks/fuzz_infra.py151CODE
LOWtasks/anomalydetection.py1765CODE
LOWtasks/collector.py80CODE
LOWtasks/collector.py125CODE
LOWtasks/collector.py161CODE
LOWtasks/collector.py185CODE
LOWtasks/collector.py289CODE
LOWtasks/collector.py372CODE
LOWtasks/new_e2e_tests.py165CODE
LOWtasks/new_e2e_tests.py539CODE
LOWtasks/new_e2e_tests.py1028CODE
LOWtasks/new_e2e_tests.py1157CODE
LOWtasks/new_e2e_tests.py1250CODE
LOWtasks/new_e2e_tests.py1519CODE
LOWtasks/new_e2e_tests.py1557CODE
LOWtasks/new_e2e_tests.py1701CODE
LOWtasks/new_e2e_tests.py1865CODE
LOWtasks/notify.py140CODE
LOWtasks/go_deps.py112CODE
LOWtasks/testwasher.py219CODE
179 more matches not shown…
Cross-Language Confusion33 hits · 191 pts
SeverityFileLineSnippetContext
HIGHtasks/quality_gates.py256 print(color_message(" - Update your branch: git fetch origin main && git rebase origin/main", "cyan"))CODE
HIGHtasks/anomalydetection.py167 f"bin/anomalydetection-testbench --scenarios-dir {scenarios_dir}{flags} & ( cd internal/qbranch/anomalydetecCODE
HIGHtasks/notify.py69 # "job1": {"consecutive_failures": 2, "jobs_info": [{"id": null, "failing": false, "commit": "abcdef42"}, {"COMMENT
HIGHtasks/notify.py70 # "job2": {"consecutive_failures": 0, "cumulative_failures": [{"id": 314618, "failing": true, "commit": "abcCOMMENT
HIGHtasks/installer.py114if command -v dpkg >/dev/null && dpkg -s datadog-agent >/dev/null 2>&1; thenSTRING
HIGHtasks/installer.py115 "${sudo_cmd[@]+"${sudo_cmd[@]}"}" datadog-agent purge >/dev/null 2>&1 || trueSTRING
HIGHtasks/installer.py116 "${sudo_cmd[@]+"${sudo_cmd[@]}"}" dpkg --purge datadog-agent >/dev/null 2>&1 || trueSTRING
HIGHtasks/installer.py118elif command -v rpm >/dev/null && rpm -q datadog-agent >/dev/null 2>&1; thenSTRING
HIGHtasks/installer.py119 "${sudo_cmd[@]+"${sudo_cmd[@]}"}" datadog-agent purge >/dev/null 2>&1 || trueSTRING
HIGHtasks/installer.py120 "${sudo_cmd[@]+"${sudo_cmd[@]}"}" rpm -e datadog-agent >/dev/null 2>&1 || trueSTRING
HIGHtasks/setup.py249 ctx.run('brew update && brew upgrade ddtool', hide=True)CODE
HIGHtasks/devcontainer.py131 " && dda inv -- -e install-tools && dda inv -- -e deps"CODE
HIGHtasks/devcontainer.py216 " && helm repo add datadog https://helm.datadoghq.com && helm repo update"CODE
HIGHtasks/unit_tests/gitlab_api_tests.py447 diff = f'diff --git a/{file} b/{file}\nindex 561eb1a201..5e43218090 100644\n--- a/{file}\n+++ b/{file}\n@@ -1,4 CODE
HIGHtasks/unit_tests/gitlab_api_tests.py454 diff = f'diff --git a/{file} b/{file}\nindex 561eb1a201..5e43218090 100644\n--- a/{file}\n+++ b/{file}\n@@ -1,4 CODE
HIGHtasks/unit_tests/gitlab_api_tests.py461 diff = f'diff --git a/{file} b/{file}\nindex 561eb1a201..5e43218090 100644\n--- a/{file}\n+++ b/{file}\n@@ -1,4 CODE
HIGHtasks/unit_tests/gitlab_api_tests.py468 diff = f'diff --git a/{file} b/{file}\nindex 561eb1a201..5e43218090 100644\n--- a/{file}\n+++ b/{file}\n@@ -1,4 CODE
HIGHtasks/unit_tests/gitlab_api_tests.py475 diff = f'diff --git a/{file} b/{file}\nindex 561eb1a201..5e43218090 100644\n--- a/{file}\n+++ b/{file}\n@@ -1,4 CODE
HIGHtasks/unit_tests/gitlab_api_tests.py483 diff = f'diff --git a/{file} b/{file}\nindex 561eb1a201..5e43218090 100644\n--- a/{file}\n+++ b/{file}\n@@ -1,4 CODE
HIGHtasks/unit_tests/experimental_gates_tests.py562 created_by="RUN apt-get update && apt-get install -y wget",CODE
HIGHtasks/unit_tests/experimental_gates_tests.py568 self.assertEqual(layer_info.created_by, "RUN apt-get update && apt-get install -y wget")CODE
HIGHtasks/unit_tests/releasenotes_linter_tests.py283 """Empty (null) sections should produce a warning."""STRING
HIGHtasks/unit_tests/linter_tests.py36 " - DD_API_KEY=$(aws ssm get-parameter --region us-east-1 --name $API_KEY_ORG2 --with-decryption --queCODE
HIGHtasks/kernel_matrix_testing/compiler.py282 f"cp /root/.bashrc /home/{self.compiler_user}/.bashrc && chown {self.host_uid}:{self.host_gid} /home/{self.cCODE
HIGHtasks/kernel_matrix_testing/compiler.py285 self.exec("mkdir ~/.cargo && touch ~/.cargo/env", user=self.compiler_user)CODE
HIGHtasks/kernel_matrix_testing/gdb.py73 ctx.run(f"cd {gdb_paths.kernel_source} && make defconfig && make scripts_gdb")CODE
HIGHtasks/kernel_matrix_testing/stacks.py278 ctx.run("cd ./test/new-e2e && go build -o start-microvms ./scenarios/system-probe/main.go")CODE
HIGHtasks/libs/ciproviders/github_api.py713 "Please run `brew update && brew upgrade ddtool`."CODE
HIGHtasks/libs/linter/releasenotes.py290 message=f"Section '{section}' is empty (null). Remove it or add content.",CODE
HIGHtasks/libs/common/auth.py25 else "`ddtool auth token` returned an invalid token, it might be due to ddtool outdated. Please run `brew updateCODE
HIGHtasks/libs/common/go.py71 with timed("go mod download && go mod tidy"):CODE
HIGHtasks/libs/releasing/notes.py88 ctx.run(f"cat {changelog_file} >> /tmp/new_changelog.rst && mv /tmp/new_changelog.rst {changelog_file}")CODE
HIGHpkg/gohai/cpu/from-lscpu-arm.py38 //go:build linux && arm64STRING
Self-Referential Comments58 hits · 170 pts
SeverityFileLineSnippetContext
MEDIUMmodules.yml1# This file contains the go modules configuration.COMMENT
MEDIUMomnibus/config/software/datadog-agent-finalize.rb87 # Create the installer symlink if the file doesn't already existCOMMENT
MEDIUMpackaging/aix/stages/02-python.sh395# Create the runtime-path symlink BEFORE make so that the baked-in -blibpathCOMMENT
MEDIUMpackaging/aix/stages/02-python.sh470# Create a version-agnostic symlink so Go code can link with -lpython3 insteadCOMMENT
MEDIUMpackaging/aix/lib/env.sh7# This file is sourced, never executed directly. Callers control set -e/set -u.COMMENT
MEDIUMpackaging/aix/lib/env.sh190# Create the sentinel file that marks STAGE_NAME as complete.COMMENT
MEDIUMcmd/agent/macos/install_mac_os_v1.sh360# The following block covers both cases so that we have tbe username we want in the real_user variable.COMMENT
MEDIUMtasks/msi.py282 # Create a MSI build cmd, not the full MSISTRING
MEDIUMtasks/ebpf.py630 # Define the complexity level for all assembly instructionsCOMMENT
MEDIUMtasks/pipeline.py628 # Create a new main and push itCOMMENT
MEDIUMtasks/pipeline.py637 # Create a PR towards this new branch and adds it to the merge queueCOMMENT
MEDIUMtasks/windows_dev_env.py92 # Create the Windows development environment.COMMENT
MEDIUMtasks/components.py626 # Create the root folder. We temporary set the umask to 0 to prevent 'os.makedirs' from giving wrong permissions to COMMENT
MEDIUMtasks/components.py638 # Create the components framework common files from predefined templatesCOMMENT
MEDIUMtasks/unit_tests/components_tests.py12 # Create a temporary directory of the source directory to allowCOMMENT
MEDIUMtasks/unit_tests/experimental_gates_tests.py161 # Create a temporary config fileCOMMENT
MEDIUMtasks/unit_tests/experimental_gates_tests.py287 # Create a sample report with regular files and symlinksCOMMENT
MEDIUMtasks/unit_tests/experimental_gates_tests.py772 # Create a temporary config fileCOMMENT
MEDIUMtasks/unit_tests/experimental_gates_tests.py919 # Create a sample reportCOMMENT
MEDIUMtasks/unit_tests/url_tests.py44 # Create a context mock with run methodCOMMENT
MEDIUMtasks/unit_tests/url_tests.py110 # Create a context mock with run methodCOMMENT
MEDIUMtasks/unit_tests/url_tests.py166 # Create a context mockCOMMENT
MEDIUMtasks/unit_tests/url_tests.py203 # Create a context mockCOMMENT
MEDIUMtasks/unit_tests/url_tests.py244 # Create a context mock with run methodCOMMENT
MEDIUMtasks/unit_tests/url_tests.py279 # Create a context mockCOMMENT
MEDIUMtasks/unit_tests/libs/common/s3_test.py20 # Create a temporary file for testingCOMMENT
MEDIUMtasks/unit_tests/libs/common/s3_test.py90 # Create a temporary directory for testingCOMMENT
MEDIUMtasks/unit_tests/libs/dynamic_test/backend_test.py42 # Create a mock JSON file that will be "downloaded"COMMENT
MEDIUMtasks/static_quality_gates/gates_reporter.py93 # Create a lookup for gate statesCOMMENT
MEDIUMtasks/kernel_matrix_testing/vmconfig.py235 # Create a new entry for this architectureCOMMENT
MEDIUMtasks/libs/ciproviders/github_api.py479 # Create a commit from the given tree, see details in https://github.com/orgs/community/discussions/50055STRING
MEDIUMtasks/libs/ciproviders/ci_config.py9# This file is used to set exceptions for jobs that do not require needs or rulesCOMMENT
MEDIUMtasks/libs/pipeline/github_jira_map.yaml1# This file contains a mapping of DataDog Github teams to JIRA projects.COMMENT
MEDIUMtasks/libs/pipeline/github_slack_map.yaml1# This file contains a mapping of DataDog Github teams to slack channels.COMMENT
MEDIUMtasks/libs/common/gomodules.py33# This file contains the go modules configuration.COMMENT
MEDIUMtasks/libs/releasing/version.py155## The following functions aim at returning the correct version to use for a givenCOMMENT
MEDIUMtasks/schema/codegen_init_settings.py69 # Create the function, declare all settings in itSTRING
MEDIUM.gitlab/test/integration_test/otel.yml66 # Create a buildx builder, see .ddot_byoc_build_cache_setup for the rationale behind this.COMMENT
MEDIUM…tInstaller/CustomActions.Tests/WriteConfigUnitTests.cs63# Define a single property so that the YAML loader doesn'tCOMMENT
MEDIUMbazel/tools/generate_module_bazel.py29 """# This file is generated. Do not hand edit.""",STRING
MEDIUMbazel/rules/macos/codesign/sign_jar_macos.sh33# Create a temporary directory for unpackingCOMMENT
MEDIUMDockerfiles/agent/secrets-helper/test_readsecret.py48 # Create a sensitive file and symlink it in the allowed folderCOMMENT
MEDIUM.dda/extend/pythonpath/lab/providers/__init__.py23 # Create the resourceSTRING
MEDIUM.dda/extend/commands/gh/cherry_pick_pr/__init__.py80# Create a new working treeCOMMENT
MEDIUM.dda/extend/commands/gh/cherry_pick_pr/__init__.py84# Create a new branchCOMMENT
MEDIUM.dda/extend/commands/gh/cherry_pick_pr/__init__.py100 # Create the backport PRCOMMENT
MEDIUMpkg/config/config_template.yaml9## Create a new API key here: https://app.datadoghq.com/organization-settings/api-keys .COMMENT
MEDIUMpkg/config/config_template.yaml17## Create a new application key here: https://app.datadoghq.com/organization-settings/application-keys .COMMENT
MEDIUMpkg/config/config_template.yaml1245# # Define the endpoint and port to hit when using a proxy for logs.COMMENT
MEDIUMpkg/config/config_template.yaml1470# # Define the endpoint and port to hit when using a proxy for APM. The traces are forwarded in TCPCOMMENT
MEDIUMpkg/config/config_template.yaml2883## Define a custom remote syslog uri if needed. If 'syslog_uri' is left undefined/empty,COMMENT
MEDIUMpkg/network/usm/testutil/iis_helper.go50# Create the IIS siteCOMMENT
MEDIUMpkg/network/protocols/redis/testdata/runner.sh6# Create a directory to store the configuration filesCOMMENT
MEDIUMpkg/network/protocols/postgres/testdata/runner.sh6# Create a directory to store the configuration filesCOMMENT
MEDIUMpkg/network/protocols/postgres/testdata/runner.sh9# Define the paths to the configuration filesCOMMENT
MEDIUMpkg/network/protocols/mysql/testdata/runner.sh6# Create a directory to store the configuration filesCOMMENT
MEDIUMpkg/compliance/dbconfig/loader_test.go837# This file is read on server startup and when the server receives a SIGHUPCOMMENT
MEDIUM…ubscribe/procscan/testdata/scanner/non_go_process.yaml2# Create a Python process - it should never be discovered.COMMENT
Hallucination Indicators17 hits · 170 pts
SeverityFileLineSnippetContext
CRITICAL…ce-agent/test/testsuite/testdata/trace_with_rates.json114 "error.stack": "java.lang.InterruptedException: Thread interrupted for external calls timeout.\n\tat com.datadog.eCODE
CRITICAL…agent/test/testsuite/testdata/trace_without_rates.json121 "error.stack":"java.lang.InterruptedException: Thread interrupted for external calls timeout.\n\tat com.datadogCODE
CRITICALcomp/core/gui/impl/views/private/js/jquery-3.5.1.min.js2!function(e,t){"use strict";"object"==typeof module&&"object"==typeof module.exports?module.exports=e.document?t(e,!0):fCODE
CRITICALcomp/syntheticstestscheduler/impl/worker.go377 SubType: strings.ToLower(string(w.testCfg.cfg.Config.Request.GetSubType())),CODE
CRITICALpkg/clusteragent/autoscaling/cluster/controller.go219 knp.Spec.Template.Spec.NodeClassRef = targetNp.Spec.Template.Spec.NodeClassRef.DeepCopy()CODE
CRITICALpkg/clusteragent/autoscaling/cluster/controller.go272 desired.Spec.Template.Spec.NodeClassRef = datadogNp.Spec.Template.Spec.NodeClassRef.DeepCopy()CODE
CRITICALpkg/security/tests/accept_test.go70 assert.Equal(t, "127.0.0.1", event.Accept.Addr.IPNet.IP.String(), "wrong address")CODE
CRITICALpkg/security/tests/accept_test.go86 assert.Equal(t, "127.0.0.1", event.Accept.Addr.IPNet.IP.String(), "wrong address")CODE
CRITICALpkg/security/tests/accept_test.go171 assert.Equal(t, "127.0.0.1", event.Accept.Addr.IPNet.IP.String(), "wrong address")CODE
CRITICALpkg/security/tests/accept_test.go195 assert.Equal(t, "::1", event.Accept.Addr.IPNet.IP.String(), "wrong address")CODE
CRITICALpkg/security/tests/accept_test.go214 assert.Equal(t, "::1", event.Accept.Addr.IPNet.IP.String(), "wrong address")CODE
CRITICALpkg/security/security_profile/ad.go303 if !ad.Profile.Metadata.CGroupContext.CGroupPathKey.IsNull() {CODE
CRITICALpkg/security/security_profile/ad.go350 if !ad.Profile.Metadata.CGroupContext.CGroupPathKey.IsNull() {CODE
CRITICALpkg/security/security_profile/testing.go96 if !ad.Profile.Metadata.CGroupContext.CGroupPathKey.IsNull() {CODE
CRITICAL…ks/cluster/orchestrator/transformers/k8s/deployment.go37 deploy.MaxUnavailable = d.Spec.Strategy.RollingUpdate.MaxUnavailable.String()CODE
CRITICAL…ks/cluster/orchestrator/transformers/k8s/deployment.go40 deploy.MaxSurge = d.Spec.Strategy.RollingUpdate.MaxSurge.String()CODE
CRITICAL…cks/cluster/orchestrator/transformers/k8s/daemonset.go45 daemonSet.Spec.MaxUnavailable = ds.Spec.UpdateStrategy.RollingUpdate.MaxUnavailable.String()CODE
Unused Imports170 hits · 168 pts
SeverityFileLineSnippetContext
LOWomnibus/python-scripts/packages_tests.py2CODE
LOWomnibus/python-scripts/packages_tests.py3CODE
LOWomnibus/python-scripts/packages_tests.py5CODE
LOWomnibus/python-scripts/packages_tests.py9CODE
LOWomnibus/python-scripts/post_tests.py4CODE
LOWomnibus/python-scripts/post_tests.py6CODE
LOW…m/debug_scripts/usm_leak_detector/backends/__init__.py5CODE
LOW…m/debug_scripts/usm_leak_detector/backends/__init__.py6CODE
LOW…m/debug_scripts/usm_leak_detector/backends/__init__.py7CODE
LOW…m/debug_scripts/usm_leak_detector/backends/__init__.py8CODE
LOW…m/debug_scripts/usm_leak_detector/backends/__init__.py9CODE
LOW…m/debug_scripts/usm_leak_detector/backends/__init__.py9CODE
LOW…m/debug_scripts/usm_leak_detector/backends/__init__.py9CODE
LOWtasks/k8s_versions.py7CODE
LOWtasks/virustotal.py1CODE
LOWtasks/build_tags.py12CODE
LOWtasks/kmt.py1CODE
LOWtasks/code_review.py1CODE
LOWtasks/claude.py7CODE
LOWtasks/renovate.py21CODE
LOWtasks/test_core.py1CODE
LOWtasks/new_e2e_tests.py5CODE
LOWtasks/notify.py1CODE
LOWtasks/vscode.py7CODE
LOWtasks/testwasher.py1CODE
LOWtasks/setup.py5CODE
LOWtasks/ai_sandbox.py9CODE
LOWtasks/ebpf.py1CODE
LOWtasks/system_probe.py1CODE
LOWtasks/go.py5CODE
LOWtasks/bazel.py1CODE
LOWtasks/gotest.py5CODE
LOWtasks/python_version.py9CODE
LOWtasks/modules.py1CODE
LOWtasks/gpu.py1CODE
LOWtasks/security_agent.py1CODE
LOWtasks/github_tasks.py1CODE
LOWtasks/linter.py3CODE
LOWtasks/update_go.py1CODE
LOWtasks/buildimages.py1CODE
LOWtasks/gitlab_helpers.py3CODE
LOWtasks/unit_tests/notify_tests.py1CODE
LOWtasks/unit_tests/github_tasks_tests.py1CODE
LOWtasks/unit_tests/renovate_tests.py1CODE
LOWtasks/unit_tests/release_tests.py1CODE
LOWtasks/unit_tests/kmt_tests.py8CODE
LOWtasks/unit_tests/code_review_tests.py1CODE
LOWtasks/unit_tests/modules_tests.py1CODE
LOWtasks/unit_tests/libs/notify/alerts_tests.py1CODE
LOWtasks/unit_tests/libs/utof/test_failure_parser.py12CODE
LOWtasks/unit_tests/libs/utof/e2e_converter_tests.py8CODE
LOWtasks/debugging/__init__.py1CODE
LOWtasks/debugging/__init__.py2CODE
LOWtasks/debugging/__init__.py3CODE
LOWtasks/static_quality_gates/metrics.py1CODE
LOWtasks/static_quality_gates/thresholds.py1CODE
LOWtasks/static_quality_gates/decisions.py1CODE
LOWtasks/static_quality_gates/github.py1CODE
LOWtasks/static_quality_gates/pr_comment.py1CODE
LOWtasks/kernel_matrix_testing/vars.py1CODE
110 more matches not shown…
Docstring Block Structure30 hits · 150 pts
SeverityFileLineSnippetContext
HIGH…sm/debug_scripts/usm_leak_detector/subprocess_utils.py39 Run a subprocess with timeout using select() instead of sleep(). This avoids the seccomp issue where nanosleepSTRING
HIGHtasks/anomalydetection.py189 Runs the observer F1 eval: replays scenarios, scores Gaussian F1. The main score is a metric between 0 and 1, STRING
HIGHtasks/python_version.py182 Fetch SHA256 hash for Python source tarball using SBOM file. Args: version: Python version string (e.gSTRING
HIGHtasks/static_quality_gates/experimental_gates.py625 Measure an artifact using the configured processor. Args: ctx: Invoke context for running STRING
HIGHtasks/static_quality_gates/experimental_gates.py1075 Measure a package artifact and generate a comprehensive report. Args: ctx: Invoke context STRING
HIGHtasks/static_quality_gates/experimental_gates.py1136 Measure a Docker image and generate a comprehensive report. Args: ctx: Invoke context for STRING
HIGHtasks/static_quality_gates/gates.py257 Measure an artifact's on-wire and on-disk sizes. Args: ctx: Invoke context for running comSTRING
HIGHtasks/static_quality_gates/gates.py516 Execute the quality gate. Args: ctx: Invoke context Returns: GateResuSTRING
HIGHtasks/static_quality_gates/gates.py608 Create a quality gate with the appropriate measurement strategy. Args: gate_name: TechnicaSTRING
HIGHtasks/static_quality_gates/gates.py633 Create the appropriate artifact measurer based on gate name. Args: gate_name: Technical gaSTRING
HIGHtasks/static_quality_gates/gates.py654 Create all quality gates from a configuration file. Args: config_path: Path to YAML configSTRING
HIGHtasks/libs/ciproviders/gitlab_api.py416Will iterate over all jobs in all files for the given states. Args: only_leaves: If True, will retuSTRING
HIGHtasks/libs/ciproviders/gitlab_api.py574Will iterate over all jobs in all files for the given states. Args: only_leaves: If True, will retuSTRING
HIGHtasks/libs/common/bazel_query.py17Run a Bazel query with --output=streamed_jsonproto and yield matching objects. Each line of the stream is a JSON-enSTRING
HIGHtasks/libs/common/s3.py11 Upload a file to S3 using boto3. Args: file_path: Local path to the file to upload s3_path: S3STRING
HIGHtasks/libs/common/s3.py83 Download a folder from S3 to a specified local path. Args: s3_path: S3 path (bucket name and key) STRING
HIGHtasks/libs/common/s3.py168 List all direct subfolders of a given S3 path, that contains a file with the given filename. The list is sortedSTRING
HIGHtasks/libs/dynamic_test/backend.py40Upload a DynamicTestIndex to the backend storage. The implementation should: 1. Serialize the index to STRING
HIGHtasks/libs/dynamic_test/backend.py62Retrieve a DynamicTestIndex from the backend storage. The implementation should: 1. Locate the stored iSTRING
HIGHtasks/libs/dynamic_test/indexer.py55Build and return a DynamicTestIndex from the configured data source. This method should: 1. Process theSTRING
HIGHtasks/libs/dynamic_test/executor.py81Find and load the best available index for the given commit. Searches through available indexed commits to findSTRING
HIGHdocs/dev/checks/builtins/_util.md20Run an external process and return the output. NOTE: If unicode is passed to any of the params accepting it, the STRING
HIGHdocs/dev/checks/builtins/tagger.md31Get tags for an entity. Args: id (string): entity identifier. cardinality (int): constant representSTRING
HIGHdocs/dev/checks/builtins/datadog_agent.md29Get an item from the Agent configuration store. Args: key (string or unicode): the key of the Agent config STRING
HIGHdocs/dev/checks/builtins/datadog_agent.md75Log a message through the agent logger. Args: message (string or unicode): the log message. log_levSTRING
HIGHdocs/dev/checks/builtins/datadog_agent.md90Send external host tags (internal feature, never ever use it). Args: tags (list): a list of external tags wSTRING
HIGHdocs/dev/checks/builtins/containers.md22Returns whether a container is excluded per name and image. NOTE: If unicode is passed to any of the params acceptiSTRING
HIGHdocs/dev/checks/builtins/aggregator.md35Submit a metric to the aggregator. NOTE: If unicode is passed to any of the params accepting it, the string is STRING
HIGHdocs/dev/checks/builtins/aggregator.md60Submit a service check to the aggregator. NOTE: If unicode is passed to any of the params accepting it, the strSTRING
HIGHdocs/dev/checks/builtins/aggregator.md85Submit an event to the aggregator. NOTE: If unicode is passed to any of the params accepting it, the string is STRING
Redundant / Tautological Comments49 hits · 71 pts
SeverityFileLineSnippetContext
LOW…s/usm/debug_scripts/usm_leak_detector/map_discovery.py25 # Check if this is a target map (handle kernel name truncation)COMMENT
LOW…s/usm/debug_scripts/usm_leak_detector/pid_validator.py88 # Check if this is a target map (handle kernel name truncation)COMMENT
LOW…s/usm/debug_scripts/usm_leak_detector/pid_validator.py140 # Check if we've already validated this PIDCOMMENT
LOW…subcommands/usm/debug_scripts/usm_leak_detector/cli.py151 # Check if we found anythingCOMMENT
LOW…sm/debug_scripts/usm_leak_detector/subprocess_utils.py94 # Check if process finished firstCOMMENT
LOWcmd/agent/macos/install_mac_os_v1.sh263 # Check if the version is a classic release version or a pre-release versionCOMMENT
LOWcmd/agent/macos/install_mac_os_v1.sh529 # Check if this user has per-user installationsCOMMENT
LOWcmd/agent/macos/install_mac_os_v1.sh560 # Check if any socket files existCOMMENT
LOWtasks/k8s_versions.py298 # Check if it has a digestCOMMENT
LOWtasks/k8s_versions.py439 # Check if any new versions are RCsCOMMENT
LOWtasks/k8s_versions.py470 # Check if there are new versions to processCOMMENT
LOWtasks/skaffold.py148 # Check if Skaffold is installedCOMMENT
LOWtasks/kmt.py269 # Check if this test is already included in some parent testCOMMENT
LOWtasks/new_e2e_tests.py193 # Check if directory contains Go test filesCOMMENT
LOWtasks/new_e2e_tests.py1638 # Check if it's an absolute path firstCOMMENT
LOWtasks/new_e2e_tests.py1642 # Check if it's a file in the output directoryCOMMENT
LOWtasks/coverage.py294 # Check if the mode is the same in both files.COMMENT
LOWtasks/msi.py138 # Check if wix is installed globallySTRING
LOWtasks/gotest.py926 # Check if the package is in the target list of the module we want to testCOMMENT
LOWtasks/gotest.py1249 # Check if the module is in the target list of the modules we want to testCOMMENT
LOWtasks/gotest.py1253 # Check if the package is in the target list of the module we want to testCOMMENT
LOWtasks/python_version.py69 # Check if update is neededCOMMENT
LOWtasks/modules.py387 # Check if any go.mod files were modifiedSTRING
LOWtasks/e2e_framework/setup/setup.py524 # Check if aws creds are validCOMMENT
LOWtasks/e2e_framework/setup/gcp.py47# Check if gke-gcloud-auth-plugin is installed and install it if notCOMMENT
LOWtasks/e2e_framework/aws/gensim_eks.py221 # Check if cluster is reachableCOMMENT
LOWtasks/unit_tests/releasenotes_linter_tests.py17# Check if docutils is available for tests that depend on itCOMMENT
LOWtasks/static_quality_gates/experimental_gates.py807 # Check if this is OCI format (has index.json and oci-layout)COMMENT
LOWtasks/static_quality_gates/experimental_gates.py953 # Check if this is OCI formatCOMMENT
LOWtasks/static_quality_gates/pr_comment.py204 # Check if this is a blocking or non-blocking failureSTRING
LOWtasks/kernel_matrix_testing/compiler.py200 # Check if the image existsCOMMENT
LOWtasks/kernel_matrix_testing/vmconfig.py225 # Check if image is available locallyCOMMENT
LOWtasks/kernel_matrix_testing/vmconfig.py253 # Check if image is up to date using hash comparisonCOMMENT
LOWtasks/kernel_matrix_testing/infra.py328 # Check if it's a key name that's there in the agentCOMMENT
LOWtasks/libs/pipeline/tools.py363 # Check if old job already in notification list, to append retry messageCOMMENT
LOWtasks/libs/types/types.py127 # Check if we have to match tagsCOMMENT
LOWtasks/libs/types/types.py142 # Check if the job tags match any possible combination of the dependency tagsCOMMENT
LOWtasks/libs/testing/e2e.py60 # Check if candidate_test is a leaf testCOMMENT
LOWtasks/libs/common/s3.py217 # Check if there are more pagesCOMMENT
LOWtasks/libs/common/datadog_api.py153 # Check if there are more pagesCOMMENT
LOWtasks/libs/owners/linter.py140 # Check if root is matching the pattern, without "./" at the beginingCOMMENT
LOWtasks/libs/owners/linter.py151 # Check if the file path matches any of the regex patternsCOMMENT
LOW.gitlab/test/functional_test/regression_detector.yml57 # Check if image exists for the baseline SHA, walking backwards on theCOMMENT
LOWtest/e2e-framework/scenarios/aws/gensim-eks/run.go749# Check if all images are already cached in ECR under the hash tag.COMMENT
LOWq_branch/setup-k8s-host.sh34# Check if VM existsCOMMENT
LOWq_branch/setup-k8s-host.sh40 # Check if cluster existsCOMMENT
LOW.github/workflows/upgrade-python-patch-version.yml49 # Check if files were modifiedCOMMENT
LOW.dda/extend/pythonpath/lab/providers/local/kind.py111 # Check if kind is installedCOMMENT
LOWpkg/config/config_template.yaml3932## Set this to false to disable tag collection for the Agent.COMMENT
AI Structural Patterns66 hits · 62 pts
SeverityFileLineSnippetContext
LOWtasks/package.py125CODE
LOWtasks/package.py193CODE
LOWtasks/release.py166CODE
LOWtasks/release.py219CODE
LOWtasks/agent_ci_api.py38CODE
LOWtasks/kmt.py132CODE
LOWtasks/kmt.py189CODE
LOWtasks/kmt.py870CODE
LOWtasks/kmt.py1360CODE
LOWtasks/kmt.py1485CODE
LOWtasks/kmt.py2375CODE
LOWtasks/kmt.py2620CODE
LOWtasks/anomalydetection.py84CODE
LOWtasks/anomalydetection.py175CODE
LOWtasks/anomalydetection.py476CODE
LOWtasks/anomalydetection.py759CODE
LOWtasks/anomalydetection.py1430CODE
LOWtasks/anomalydetection.py1765CODE
LOWtasks/cws_instrumentation.py29CODE
LOWtasks/new_e2e_tests.py539CODE
LOWtasks/go_deps.py475CODE
LOWtasks/installer.py26CODE
LOWtasks/ai_sandbox.py57CODE
LOWtasks/pipeline.py148CODE
LOWtasks/cluster_agent.py29CODE
LOWtasks/agent.py53CODE
LOWtasks/agent.py280CODE
LOWtasks/agent.py383CODE
LOWtasks/agent.py617CODE
LOWtasks/system_probe.py191CODE
LOWtasks/system_probe.py234CODE
LOWtasks/system_probe.py324CODE
LOWtasks/go.py47CODE
LOWtasks/gotest.py198CODE
LOWtasks/gotest.py620CODE
LOWtasks/gotest.py1404CODE
LOWtasks/modules.py287CODE
LOWtasks/security_agent.py295CODE
LOWtasks/omnibus.py103CODE
LOWtasks/omnibus.py215CODE
LOWtasks/omnibus.py390CODE
LOWtasks/github_tasks.py316CODE
LOWtasks/linter.py65CODE
LOWtasks/linter.py418CODE
LOWtasks/gitlab_helpers.py246CODE
LOWtasks/e2e_framework/deploy.py35CODE
LOWtasks/e2e_framework/azure/vm.py43CODE
LOWtasks/e2e_framework/azure/aks.py27CODE
LOWtasks/e2e_framework/gcp/vm.py50CODE
LOWtasks/e2e_framework/gcp/openshift.py29CODE
LOWtasks/e2e_framework/gcp/gke.py37CODE
LOWtasks/e2e_framework/aws/kind.py37CODE
LOWtasks/e2e_framework/aws/deploy.py12CODE
LOWtasks/e2e_framework/aws/eks.py43CODE
LOWtasks/e2e_framework/aws/vm.py53CODE
LOWtasks/e2e_framework/aws/docker.py30CODE
LOWtasks/e2e_framework/aws/gensim_eks.py57CODE
LOWtasks/e2e_framework/aws/ecs.py33CODE
LOWtasks/e2e_framework/localpodman/vm.py31CODE
LOWtasks/kernel_matrix_testing/stacks.py281CODE
6 more matches not shown…
Cross-File Repetition12 hits · 60 pts
SeverityFileLineSnippetContext
HIGHtasks/cluster_agent_helpers.py0clean up and refresh cluster agent's assets and config filesSTRING
HIGHtasks/cluster_agent_cloudfoundry.py0clean up and refresh cluster agent's assets and config filesSTRING
HIGHtasks/cluster_agent.py0clean up and refresh cluster agent's assets and config filesSTRING
HIGHtasks/collector.py0// unless explicitly stated otherwise all files in this repository are licensed // under the apache license version 2.0.STRING
HIGHtasks/libs/types/copyright.py0// unless explicitly stated otherwise all files in this repository are licensed // under the apache license version 2.0.STRING
HIGHtasks/schema/codegen_init_settings.py0// unless explicitly stated otherwise all files in this repository are licensed // under the apache license version 2.0.STRING
HIGHtasks/__init__.py0invoke entrypoint, import here all the tasks we want to make availableSTRING
HIGHtasks/components.py0invoke entrypoint, import here all the tasks we want to make availableSTRING
HIGHdevenv/tasks/__init__.py0invoke entrypoint, import here all the tasks we want to make availableSTRING
HIGHtasks/e2e_framework/azure/common.py0returns the deploy job name within the datadog agent repo that creates images used in create-vmSTRING
HIGHtasks/e2e_framework/gcp/common.py0returns the deploy job name within the datadog agent repo that creates images used in create-vmSTRING
HIGHtasks/e2e_framework/aws/common.py0returns the deploy job name within the datadog agent repo that creates images used in create-vmSTRING
Fake / Example Data45 hits · 46 pts
SeverityFileLineSnippetContext
LOWpackaging/aix/package.sh78 # Files like "Lorem ipsum.txt" and "launcher manifest.xml" (setuptools vendor docs)COMMENT
LOW…cret-generic-connector/backend/hashicorp/vault_test.go436 _, _ = w.Write([]byte(`{"auth":{"client_token":"fake-token"}}`))CODE
LOW…cret-generic-connector/backend/hashicorp/vault_test.go467 assert.Equal(t, "fake-token", vb.Client.Token())CODE
LOWcmd/ai_prompt_logger/src/datadog.rs316 "user@example.com".to_string(),CODE
LOWtasks/system_probe.py1361 ctx.run(f"mkdir -p {output_dir}/dummy_data")CODE
LOWtasks/unit_tests/issue_tests.py20 {'SLACK_DATADOG_AGENT_BOT_TOKEN': 'fake-token'},CODE
LOWtasks/unit_tests/issue_tests.py71 {'SLACK_DATADOG_AGENT_BOT_TOKEN': 'fake-token'},CODE
LOWtasks/unit_tests/issue_tests.py103 {'SLACK_DATADOG_AGENT_BOT_TOKEN': 'fake-token'},CODE
LOWtasks/unit_tests/issue_tests.py134 {'SLACK_DATADOG_AGENT_BOT_TOKEN': 'fake-token'},CODE
LOWtasks/unit_tests/issue_tests.py165 {'SLACK_DATADOG_AGENT_BOT_TOKEN': 'fake-token'},CODE
LOWtasks/unit_tests/issue_tests.py191 'SLACK_DATADOG_AGENT_BOT_TOKEN': 'fake-token',CODE
LOWtasks/unit_tests/issue_tests.py231 {'SLACK_DATADOG_AGENT_BOT_TOKEN': 'fake-token'},CODE
LOWtasks/unit_tests/issue_tests.py277 {'PR_REQUESTED_TEAMS': '[{"slug": "team1"}]', 'SLACK_DATADOG_AGENT_BOT_TOKEN': 'fake-token'},CODE
LOWtasks/unit_tests/issue_tests.py324 {'SLACK_DATADOG_AGENT_BOT_TOKEN': 'fake-token'},CODE
LOWtasks/unit_tests/issue_tests.py367 {'SLACK_DATADOG_AGENT_BOT_TOKEN': 'fake-token'},CODE
LOW…e/tests/agent-log-pipelines/k8s-logs/long_line_log.txt1Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqCODE
LOW…e/tests/agent-log-pipelines/k8s-logs/long_line_log.txt1Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqCODE
LOWdocs/public/guidelines/docs.md75 Lorem ipsum ...CODE
LOWdocs/public/guidelines/docs.md84 Lorem ipsum ...CODE
LOWcomp/core/gui/impl/views/private/js/purify.min.js2!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t():"function"==typeof define&&defineCODE
LOWpkg/obfuscate/sql_test.go919 "* SELECT * FROM fake_data(1, 2, 3);",CODE
LOWpkg/obfuscate/sql_test.go920 "* SELECT * FROM fake_data ( ? )",CODE
LOWpkg/trace/api/tracer_flare_test.go62 writer.WriteField("email", "test@test.com")CODE
LOWpkg/trace/api/tracer_flare_test.go135 assert.Equal(t, "test@test.com", req.FormValue("email"))CODE
LOW…ateactionrunner/bundle-support/enrich_actions_types.go14 Placeholder string `json:"placeholder"`CODE
LOWpkg/util/scrubber/yaml_scrubber_test.go59 "email": "user@example.com",CODE
LOWpkg/util/scrubber/yaml_scrubber_test.go65 "email": "user@example.com",CODE
LOWpkg/util/scrubber/json_scrubber_test.go38 input: []byte(`{"user": {"password": "secret", "email": "user@example.com"}}`),CODE
LOWpkg/util/scrubber/json_scrubber_test.go39 expected: []byte(`{"user": {"password": "********", "email": "user@example.com"}}`),CODE
LOWpkg/config/remote/service/service_test.go191 AppKey: "fake_key",CODE
LOWpkg/security/secl/model/model_helpers_unix.go337 "placeholder",CODE
LOWpkg/template/html/attr.go98 "placeholder": contentTypePlain,CODE
LOW…ector/corechecks/agentprofiling/agentprofiling_test.go115 check := createTestCheck(t, "100MB", 50, "TICKET-123", "user@example.com", true)CODE
LOW…ector/corechecks/agentprofiling/agentprofiling_test.go120 assert.Equal(t, "user@example.com", check.instance.UserEmail)CODE
LOW…ector/corechecks/agentprofiling/agentprofiling_test.go193 userEmail: "user@example.com",CODE
LOW…ector/corechecks/agentprofiling/agentprofiling_test.go247 instance: &Config{TicketID: "TICKET-123", UserEmail: "user@example.com"},CODE
LOW…ector/corechecks/agentprofiling/agentprofiling_test.go256user_email: "user@example.com"`)CODE
LOW…em/windowscertificate/windows_certificate_tags_test.go206 EmailAddresses: []string{"admin@example.com"},CODE
LOW…g/opentelemetry-mapping-go/otlp/rum/rum_traces_test.go43 "email": "test@test.com",CODE
LOW…g/opentelemetry-mapping-go/otlp/rum/rum_traces_test.go79 assert.Equal(t, "test@test.com", usrEmail.AsString())CODE
LOWpkg/opentelemetry-mapping-go/otlp/rum/rum_test.go213 m.PutStr("name", "John Doe")CODE
LOWpkg/opentelemetry-mapping-go/otlp/rum/rum_test.go228 "name": "John Doe",CODE
LOW…pentelemetry-mapping-go/otlp/attributes/source_test.go195 "ec2.tag.kubernetes.io/cluster/clustername": "dummy_value",CODE
LOW…entelemetry-mapping-go/otlp/attributes/ec2/ec2_test.go83 "ec2.tag.kubernetes.io/cluster/clustername": "dummy_value",CODE
LOWpkg/process/metadata/workloadmeta/grpc_test.go35 cfg.SetInTest("process_config.language_detection.grpc_port", "lorem ipsum")CODE
Magic Placeholder Names6 hits · 30 pts
SeverityFileLineSnippetContext
HIGHdocs/public/tutorials/dev/lab/index.md41export E2E_API_KEY=your_api_keyCODE
HIGHdocs/public/tutorials/dev/lab/index.md50 apiKey: your_api_keyCODE
HIGHDockerfiles/manifests/agent.yaml30 - {name: DD_API_KEY, value: <YOUR_API_KEY>}CODE
HIGHDockerfiles/manifests/agent.yaml30 - {name: DD_API_KEY, value: <YOUR_API_KEY>}CODE
HIGHDockerfiles/manifests/agent-kubelet-only.yaml23 value: <YOUR_API_KEY>CODE
HIGHDockerfiles/manifests/agent-kubelet-only.yaml23 value: <YOUR_API_KEY>CODE
Example Usage Blocks10 hits · 15 pts
SeverityFileLineSnippetContext
LOWpackaging/aix/build.sh4# Usage:COMMENT
LOWpackaging/aix/clean.sh17# Usage:COMMENT
LOW.gitlab/.pre/common/shared.yml24# Usage:COMMENT
LOWdevenv/gcloud.pkr.hcl3# Usage:COMMENT
LOW…amework/components/activedirectory/active_directory.go52// Example usage:COMMENT
LOW…k/components/datadog/agentparams/msi/install_params.go29// Example usage:COMMENT
LOWtest/e2e-framework/components/iis/component.go46// Example usage:COMMENT
LOW…explain-lading-config/scripts/resolve-lading-config.sh9# Usage:COMMENT
LOWcomp/core/flare/builder/builder.go47 // Usage example:COMMENT
LOWpkg/config/setup/config.go761// Example usage:COMMENT
Modern Structural Boilerplate14 hits · 13 pts
SeverityFileLineSnippetContext
LOW…m/debug_scripts/usm_leak_detector/backends/__init__.py11__all__ = [CODE
LOWtasks/k8s_versions.py243def _set_github_output(name: str, value: str) -> None:CODE
LOWtasks/kind_node_image.py118def _set_github_output(name: str, value: str) -> None:CODE
LOWtasks/e2e_framework/aws/gensim_eks.py498def update_manifest_shas_gensim_eks(ctx: Context) -> None:CODE
LOWtasks/debugging/gitlab_artifacts.py35 def _set_text_property(self, attr: str, value: str) -> None:CODE
LOWtasks/libs/ciproviders/github_api.py33__all__ = ["GithubAPI"]CODE
LOWtasks/libs/ciproviders/github_api.py432 def update_review_complexity_labels(self, pr_id: int, new_label: str) -> None:STRING
LOWtasks/libs/linter/gitlab_exceptions.py47 def set_linter_name(self, linter_name: str) -> None:CODE
LOWtasks/libs/linter/gitlab_exceptions.py163 def set_linter_name(self, linter_name: str) -> None:CODE
LOWtasks/libs/testing/utof/__init__.py17__all__ = [CODE
LOWtasks/libs/testing/utof/go/parser/__init__.py19__all__ = [CODE
LOWtasks/libs/testing/utof/go/e2e/__init__.py5__all__ = [CODE
LOW…2e/tests/discovery/testdata/provision/python/server.py7logger = logging.getLogger(__name__)CODE
LOWq_branch/gensim-status.py745 def _update_pod_logs_visibility(self) -> None:STRING
Slop Phrases5 hits · 8 pts
SeverityFileLineSnippetContext
LOWtasks/protobuf.py33 print("Generation complete and new files were updated, don't forget to commit and push")CODE
LOW…etection/observer/impl/log_tagged_pattern_clusterer.go22 // Warning: Don't forget to update functions parsing tags when adding new fieldsCOMMENT
LOWpkg/security/resolvers/sbom/resolver.go149 // don't forget to set the refresher to nil otherwise it generates a memleakCOMMENT
MEDIUMpkg/template/text/doc.go463constant. Here is a simple example:CODE
MEDIUMpkg/compliance/dbconfig/loader_test.go1751# initial_token allows you to specify tokens manually. While you can use # it withCOMMENT
Modern AI Meta-Vocabulary2 hits · 4 pts
SeverityFileLineSnippetContext
MEDIUM…ternal/qbranch/anomalydetection-testbench/ui/README.md39├── testbench.go # Scenario loading, analysis orchestrationCODE
MEDIUMdocs/public/components/creating-components.md56You can use the [command](../setup/required.md#tooling) `dda inv components.new-component comp/<COMPONENT_NAME>` to geneCODE
TODO Padding2 hits · 3 pts
SeverityFileLineSnippetContext
LOWtest/new-e2e/tests/ha-agent/haagent_test.go79// TODO: Add test for Agent behaviour when receiving RC HA_AGENT messagesCOMMENT
LOW…orkdevice/profile/profiledefinition/validation_test.go950// TODO: Add test for ValidateEnrichMetricTagsCOMMENT