Repository Analysis

google/gvisor

Application Kernel for Containers

8.6 Low AI signal View on GitHub

Analysis Overview

This report presents the forensic synthetic code analysis of google/gvisor, a Go project with 19,183 GitHub stars. SynthScan v2.0 examined 762,904 lines of code across 2811 source files, recording 4617 pattern matches distributed across 16 syntactic categories. The overall adjusted score of 8.6 places this repository in the Low AI signal band.

The scanner applied 160+ deterministic lexical heuristics, multi-line block detectors, abstract syntax tree depth profilers, and a cross-file Jaccard similarity matrix to construct a statistically normalised synthetic code estimate. All matches are individually weighted by severity coefficient and contextual multiplier before summation, and the resulting headline score is temporally discounted to account for the repository's development history relative to the commercial emergence of large language model coding tooling (November 2022 onward).

8.6
Adjusted Score
8.6
Raw Score
100%
Time Factor
2026-08-28
Last Push
19.2K
Stars
Go
Language
762.9K
Lines of Code
2.8K
Files
4.6K
Pattern Hits
2026-08-29
Scan Date
0.07
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 193HIGH 12MEDIUM 39LOW 4373

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 4617 distinct pattern matches across 16 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 Block4313 hits · 4264 pts
SeverityFileLineSnippetContext
LOWwebhook/main.go1// Copyright 2020 The gVisor Authors.COMMENT
LOWwebhook/pkg/cli/cli.go1// Copyright 2020 The gVisor Authors.COMMENT
LOWwebhook/pkg/injector/webhook.go1// Copyright 2020 The gVisor Authors.COMMENT
LOWwebhook/pkg/injector/certs.go1// Copyright 2020 The gVisor Authors.COMMENT
LOWg3doc/proposals/runtime_dedicate_os_thread.md101run, and the M that selects the G then needs to transfer its P to the locked M,COMMENT
LOWtools/install_containerd.sh1#!/bin/bashCOMMENT
LOWtools/workspace_status.sh1#!/bin/bashCOMMENT
LOWtools/builkite-check-paths.sh1#!/bin/bashCOMMENT
LOWtools/make_release.sh1#!/bin/bashCOMMENT
LOWtools/gen_compile_commands.py1#!/usr/bin/env python3COMMENT
LOWtools/go_branch.sh1#!/bin/bashCOMMENT
LOWtools/build_cover.sh1#!/bin/bashCOMMENT
LOWtools/build_cover.sh81# sync/atomic.AddInt32), which will not work. We may be able to re-enableCOMMENT
LOWtools/gopackagesdriver.sh1#!/usr/bin/env bashCOMMENT
LOWtools/tag_release.sh1#!/bin/bashCOMMENT
LOWtools/devcontainer-init.sh1#!/usr/bin/env bashCOMMENT
LOWtools/make_apt.sh1#!/bin/bashCOMMENT
LOWtools/go_fieldenum/main.go1// Copyright 2021 The gVisor Authors.COMMENT
LOWtools/gvisor_k8s_tool/main.go1// Copyright 2023 The gVisor Authors.COMMENT
LOWtools/gvisor_k8s_tool/cmd/install/install.go1// Copyright 2023 The gVisor Authors.COMMENT
LOWtools/gvisor_k8s_tool/cluster/cluster.go1// Copyright 2023 The gVisor Authors.COMMENT
LOWtools/gvisor_k8s_tool/util/util.go1// Copyright 2023 The gVisor Authors.COMMENT
LOWtools/gvisor_k8s_tool/spec/spec.go1// Copyright 2023 The gVisor Authors.COMMENT
LOW…ls/gvisor_k8s_tool/provider/clusterflag/clusterflag.go1// Copyright 2023 The gVisor Authors.COMMENT
LOWtools/gvisor_k8s_tool/provider/gke/gke.go1// Copyright 2023 The gVisor Authors.COMMENT
LOWtools/gvisor_k8s_tool/provider/kubectl/kubectl.go1// Copyright 2023 The gVisor Authors.COMMENT
LOWtools/checklinkname/check_linkname.go1// Copyright 2021 The gVisor Authors.COMMENT
LOWtools/checklinkname/check_linkname.go141// function declared as “localname” in the source code. If theCOMMENT
LOWtools/checklinkname/test/test_unsafe.go1// Copyright 2021 The gVisor Authors.COMMENT
LOWtools/parsers/version.go1// Copyright 2019 The gVisor Authors.COMMENT
LOWtools/parsers/go_parser_test.go1// Copyright 2020 The gVisor Authors.COMMENT
LOWtools/parsers/go_parser.go1// Copyright 2020 The gVisor Authors.COMMENT
LOWtools/parsers/go_parser.go41 suite.Benchmarks = append(suite.Benchmarks, bm)COMMENT
LOWtools/parsers/parser_main.go1// Copyright 2020 The gVisor Authors.COMMENT
LOWtools/profiletool/profiletool.go1// Copyright 2024 The gVisor Authors.COMMENT
LOWtools/profiletool/profiletool.go301 // If a key is not found in a profile, its frequency is assumed to beCOMMENT
LOWtools/compat/realpath.py1#!/usr/bin/env python3COMMENT
LOWtools/gpu/cos_drivers_test.sh1#!/bin/bashCOMMENT
LOWtools/gpu/all_drivers_test.sh1#!/bin/bashCOMMENT
LOWtools/gpu/main.go1// Copyright 2023 The gVisor Authors.COMMENT
LOWtools/gpu/drivers/install_driver.go1// Copyright 2023 The gVisor Authors.COMMENT
LOWtools/gpu/drivers/install_driver_test.go1// Copyright 2023 The gVisor Authors.COMMENT
LOWtools/go_marshal/main.go1// Copyright 2019 The gVisor Authors.COMMENT
LOWtools/go_marshal/analysis/analysis_unsafe.go1// Copyright 2019 The gVisor Authors.COMMENT
LOWtools/go_marshal/analysis/analysis_unsafe.go41// Internally, we populate the type with random data by doing an unsafe cast toCOMMENT
LOWtools/go_marshal/test/test.go1// Copyright 2019 The gVisor Authors.COMMENT
LOWtools/go_marshal/test/test.go141//COMMENT
LOWtools/go_marshal/test/test.go161// +marshalCOMMENT
LOWtools/go_marshal/test/dynamic.go1// Copyright 2021 The gVisor Authors.COMMENT
LOWtools/go_marshal/test/benchmark_test.go1// Copyright 2019 The gVisor Authors.COMMENT
LOWtools/go_marshal/test/marshal_test.go1// Copyright 2020 The gVisor Authors.COMMENT
LOWtools/go_marshal/test/marshal_test.go421 }COMMENT
LOWtools/go_marshal/test/escape/escape.go1// Copyright 2020 The gVisor Authors.COMMENT
LOWtools/go_marshal/test/external/external.go1// Copyright 2019 The gVisor Authors.COMMENT
LOW…al/gomarshal/generator_interfaces_primitive_newtype.go1// Copyright 2020 The gVisor Authors.COMMENT
LOW…s/go_marshal/gomarshal/generator_interfaces_dynamic.go1// Copyright 2021 The gVisor Authors.COMMENT
LOWtools/go_marshal/gomarshal/util.go1// Copyright 2019 The gVisor Authors.COMMENT
LOWtools/go_marshal/gomarshal/util.go81 primitive func(n, t *ast.Ident)COMMENT
LOWtools/go_marshal/gomarshal/util.go161COMMENT
LOWtools/go_marshal/gomarshal/util.go341COMMENT
4253 more matches not shown…
Hallucination Indicators193 hits · 2030 pts
SeverityFileLineSnippetContext
CRITICALpkg/sentry/vfs/opath.go128 stat, err := fd.vfsfd.vd.mount.fs.impl.StatAt(ctx, rp, opts)CODE
CRITICALpkg/sentry/vfs/opath.go141 statfs, err := fd.vfsfd.vd.mount.fs.impl.StatFSAt(ctx, rp)CODE
CRITICALpkg/sentry/vfs/file_description.go584 stat, err = fd.vd.mount.fs.impl.StatAt(ctx, rp, opts)CODE
CRITICALpkg/sentry/vfs/file_description.go604 err := fd.vd.mount.fs.impl.SetStatAt(ctx, rp, opts)CODE
CRITICALpkg/sentry/vfs/file_description.go626 statfs, err := fd.vd.mount.fs.impl.StatFSAt(ctx, rp)CODE
CRITICALpkg/sentry/vfs/file_description.go783 names, err := fd.vd.mount.fs.impl.ListXattrAt(ctx, rp, size)CODE
CRITICALpkg/sentry/vfs/file_description.go812 val, err := fd.vd.mount.fs.impl.GetXattrAt(ctx, rp, *opts)CODE
CRITICALpkg/sentry/vfs/file_description.go828 err := fd.vd.mount.fs.impl.SetXattrAt(ctx, rp, *opts)CODE
CRITICALpkg/sentry/vfs/file_description.go848 err := fd.vd.mount.fs.impl.RemoveXattrAt(ctx, rp, name)CODE
CRITICALpkg/sentry/vfs/file_description.go867 acl, err := fd.vd.mount.fs.impl.GetPosixACLAt(ctx, rp, t)CODE
CRITICALpkg/sentry/vfs/file_description.go883 acl, mode, err := fd.vd.mount.fs.impl.SetPosixACLAt(ctx, rp, t, acl, clearSGID)CODE
CRITICALpkg/sentry/vfs/file_description.go893 return fd.vd.mount.fs.impl.Sync(ctx)CODE
CRITICALpkg/sentry/fsimpl/devpts/replica.go107 rfd.inode.t.ld.replicaWaiter.EventRegister(e)CODE
CRITICALpkg/sentry/fsimpl/devpts/replica.go113 rfd.inode.t.ld.replicaWaiter.EventUnregister(e)CODE
CRITICALpkg/sentry/fsimpl/gofer/socket.go106 e.dentry.inode.fs.renameMu.RLock()CODE
CRITICALpkg/sentry/fsimpl/gofer/socket.go108 e.dentry.inode.fs.renameMu.RUnlock()CODE
CRITICALpkg/sentry/fsimpl/gofer/gofer.go1808 d.inode.fs.dentryCache.mu.Lock()CODE
CRITICALpkg/sentry/fsimpl/gofer/gofer.go1811 d.inode.fs.dentryCache.dentries.Remove(&d.cacheEntry)CODE
CRITICALpkg/sentry/fsimpl/gofer/gofer.go1812 d.inode.fs.dentryCache.dentries.PushFront(&d.cacheEntry)CODE
CRITICALpkg/sentry/fsimpl/gofer/gofer.go1813 d.inode.fs.dentryCache.mu.Unlock()CODE
CRITICALpkg/sentry/fsimpl/gofer/gofer.go1819 d.inode.fs.dentryCache.dentries.PushFront(&d.cacheEntry)CODE
CRITICALpkg/sentry/fsimpl/gofer/gofer.go1823 d.inode.fs.dentryCache.mu.Unlock()CODE
CRITICALpkg/sentry/fsimpl/gofer/gofer.go1840 d.inode.fs.dentryCache.mu.Lock()CODE
CRITICALpkg/sentry/fsimpl/gofer/gofer.go1841 d.inode.fs.dentryCache.dentries.Remove(&d.cacheEntry)CODE
CRITICALpkg/sentry/fsimpl/gofer/gofer.go1843 d.inode.fs.dentryCache.mu.Unlock()CODE
CRITICALpkg/sentry/fsimpl/tmpfs/regular_file.go751 ims, err := rw.file.inode.fs.mf.MapInternal(seg.FileRangeOf(seg.Range().Intersect(mr)), hostarch.Read)CODE
CRITICALpkg/sentry/fsimpl/tmpfs/regular_file.go919 if rw.file.inode.fs.mf.IsDiskBacked() {CODE
CRITICALpkg/sentry/fsimpl/tmpfs/regular_file.go925 fd, err := rw.file.inode.fs.mf.DataFD(fr)CODE
CRITICALpkg/sentry/fsimpl/tmpfs/regular_file.go937 ims, err := rw.file.inode.fs.mf.MapInternal(fr, hostarch.Write)CODE
CRITICALpkg/sentry/fsimpl/cgroup2fs/memory.go138 mc.m.c.fs.treeMu.RLock()CODE
CRITICALpkg/sentry/fsimpl/cgroup2fs/memory.go140 mc.m.c.fs.treeMu.RUnlock()CODE
CRITICALpkg/sentry/kernel/task_acct.go215 t.tg.pidns.owner.mu.RLock()CODE
CRITICALpkg/sentry/kernel/task_acct.go216 defer t.tg.pidns.owner.mu.RUnlock()CODE
CRITICALpkg/sentry/kernel/ptrace.go303 t.tg.pidns.owner.mu.Lock()CODE
CRITICALpkg/sentry/kernel/ptrace.go304 defer t.tg.pidns.owner.mu.Unlock()CODE
CRITICALpkg/sentry/kernel/ptrace.go314 t.tg.pidns.owner.mu.Lock()CODE
CRITICALpkg/sentry/kernel/ptrace.go315 defer t.tg.pidns.owner.mu.Unlock()CODE
CRITICALpkg/sentry/kernel/ptrace.go1085 t.tg.pidns.owner.mu.RLock()CODE
CRITICALpkg/sentry/kernel/ptrace.go1087 t.tg.pidns.owner.mu.RUnlock()CODE
CRITICALpkg/sentry/kernel/ptrace.go1091 t.tg.pidns.owner.mu.RUnlock()CODE
CRITICALpkg/sentry/kernel/ptrace.go1098 t.tg.pidns.owner.mu.RUnlock()CODE
CRITICALpkg/sentry/kernel/ptrace.go1288 t.tg.pidns.owner.mu.Lock()CODE
CRITICALpkg/sentry/kernel/ptrace.go1289 defer t.tg.pidns.owner.mu.Unlock()CODE
CRITICALpkg/sentry/kernel/ptrace.go1293 t.tg.pidns.owner.mu.RLock()CODE
CRITICALpkg/sentry/kernel/ptrace.go1294 defer t.tg.pidns.owner.mu.RUnlock()CODE
CRITICALpkg/sentry/kernel/ptrace.go127 t.tg.pidns.owner.mu.RLock()CODE
CRITICALpkg/sentry/kernel/ptrace.go128 defer t.tg.pidns.owner.mu.RUnlock()CODE
CRITICALpkg/sentry/kernel/ptrace.go466 t.tg.pidns.owner.mu.Lock()CODE
CRITICALpkg/sentry/kernel/ptrace.go467 defer t.tg.pidns.owner.mu.Unlock()CODE
CRITICALpkg/sentry/kernel/ptrace.go478 t.tg.pidns.owner.mu.Lock()CODE
CRITICALpkg/sentry/kernel/ptrace.go479 defer t.tg.pidns.owner.mu.Unlock()CODE
CRITICALpkg/sentry/kernel/ptrace.go512 t.tg.pidns.owner.mu.Lock()CODE
CRITICALpkg/sentry/kernel/ptrace.go513 defer t.tg.pidns.owner.mu.Unlock()CODE
CRITICALpkg/sentry/kernel/ptrace.go567 t.tg.pidns.owner.mu.Lock()CODE
CRITICALpkg/sentry/kernel/ptrace.go568 defer t.tg.pidns.owner.mu.Unlock()CODE
CRITICALpkg/sentry/kernel/ptrace.go667 t.tg.pidns.owner.mu.RLock()CODE
CRITICALpkg/sentry/kernel/ptrace.go668 defer t.tg.pidns.owner.mu.RUnlock()CODE
CRITICALpkg/sentry/kernel/ptrace.go690 t.tg.pidns.owner.mu.RLock()CODE
CRITICALpkg/sentry/kernel/ptrace.go691 defer t.tg.pidns.owner.mu.RUnlock()CODE
CRITICALpkg/sentry/kernel/ptrace.go706 t.tg.pidns.owner.mu.RLock()CODE
133 more matches not shown…
AI Slop Vocabulary27 hits · 87 pts
SeverityFileLineSnippetContext
MEDIUMtest/packetimpact/dut/dut.go137 // Scanning log lines is not the most robust way, we could pass a fileCOMMENT
MEDIUMtest/root/crictl_test.go420// - Creates directories and a socket for containerd to utilize.COMMENT
MEDIUMrunsc/fsgofer/lisafs_test.go26// Note that these are not supposed to be extensive or robust tests. These unitCOMMENT
MEDIUMrunsc/cgroup/systemd.go215// generating the path of slice. Essentially, test-a-b.slice becomesCOMMENT
MEDIUMrunsc/container/metric_server_test.go285// TestContainerMetricsRobustAgainstRestarts that exporting metrics is robust against metric serverCOMMENT
MEDIUMrunsc/container/container.go655 // CPU stats can utilize host cgroups for accuracy.COMMENT
MEDIUMpkg/shim/v1/utils/volumes.go150// - (Essentially we set it to what the admission controller said.)COMMENT
MEDIUMpkg/sentry/vfs/mount_unsafe.go123 // Essentially every mountTable will contain at least /proc, /sys, andCOMMENT
MEDIUMpkg/sentry/fsimpl/overlay/filesystem.go1290 // Essentially no gVisor filesystem supports RENAME_WHITEOUT, so just do aCOMMENT
MEDIUMpkg/sentry/platform/kvm/machine_amd64.go242 // capability, but it means that this method should be robust toCOMMENT
MEDIUMpkg/sentry/time/parameters.go46 // TODO(b/68779214): make error correction more robust to delayedCOMMENT
MEDIUMpkg/sentry/control/state_cuda.go131 // Option 1 is more robust, however, support for --get-state was only addedCOMMENT
MEDIUMpkg/sentry/kernel/task_futex.go53// GetRobustList sets the robust futex list for the task.COMMENT
MEDIUMpkg/sentry/kernel/task_futex.go61// SetRobustList sets the robust futex list for the task.COMMENT
MEDIUMpkg/sentry/kernel/task_futex.go68// exitRobustList walks the robust futex list, marking locks dead and notifyingCOMMENT
MEDIUMpkg/sentry/kernel/task_futex.go130// wakeRobustListOne wakes a single futex from the robust list.COMMENT
MEDIUMpkg/sentry/kernel/task.go628 // robustList is a pointer to the head of the tasks's robust futexCOMMENT
MEDIUMpkg/sentry/kernel/task_exit.go282 // Handle the robust futex list.COMMENT
MEDIUMpkg/sentry/kernel/task_exec.go357 // Handle the robust futex list.COMMENT
MEDIUMpkg/sentry/kernel/futex/futex.go647// FUTEX_OWNER_DIED is only set by the Linux when robust lists are in use (seeCOMMENT
MEDIUMpkg/sentry/kernel/futex/futex.go648// exit_robust_list()). Given we don't support robust lists, although handledCOMMENT
MEDIUMpkg/sentry/socket/netfilter/netfilter.go139 // Read in the struct and table name. IPv4 and IPv6 utilize structsCOMMENT
MEDIUMpkg/bpf/optimizer.go457// (Essentially, we create a common "jump to return" doormat that everyone inCOMMENT
MEDIUMpkg/tcpip/transport/tcp/snd.go1311 // can leverage the SACK information to determine when an incoming ACK is aCOMMENT
MEDIUM…cpip/network/internal/ip/generic_multicast_protocol.go79 // Robustness Variable may be increased. MLD is robust to [RobustnessCOMMENT
MEDIUM…cpip/network/internal/ip/generic_multicast_protocol.go87 // Variable may be increased. IGMP is robust to (Robustness Variable -COMMENT
MEDIUMpkg/tcpip/stack/iptables_types.go100 // don't utilize iptables.COMMENT
Self-Referential Comments11 hits · 33 pts
SeverityFileLineSnippetContext
MEDIUMtools/go_branch.sh29# Create a temporary working directory, and ensure that this directory and allCOMMENT
MEDIUMtools/make_apt.sh60# Create a directory for the release.COMMENT
MEDIUMtools/make_apt.sh64# Create a temporary keyring, and ensure it is cleaned up.COMMENT
MEDIUMtest/rtnetlink/linux/rtnetlink_test.sh70 # Create a sync pipe that will be closed when TCP_SRV creates a listen socket.COMMENT
MEDIUMtest/rtnetlink/linux/route_test.sh20# Create a new default route and a new route with a address.COMMENT
MEDIUMtest/rtnetlink/linux/setlink_test.sh20# Create a new veth pair in the current namespace and change the MTU.COMMENT
MEDIUMtest/rtnetlink/linux/setlink_test.sh31# Create a new veth pair in the current namespace and rename the link.COMMENT
MEDIUMtest/rtnetlink/linux/veth_test.sh20# Create a new veth pair in the current namespace.COMMENT
MEDIUMtest/packetdrill/packetdrill_test.sh173# Create the DUT container and connect to network.COMMENT
MEDIUMtest/packetdrill/packetdrill_test.sh191# Create the test runner container and connect to network.COMMENT
MEDIUMsandboxexec/sandbox/python/tests/sandbox_test.py62 # Create the background sandbox (default network="none" works forCOMMENT
Cross-File Repetition6 hits · 30 pts
SeverityFileLineSnippetContext
HIGHtest/gpu/triton/triton.go0\n // ..the quick brown fox\n // ..jumps over\n // ....the lazy dog\n // .STRING
HIGHtest/gpu/sglang/sglang.go0\n // ..the quick brown fox\n // ..jumps over\n // ....the lazy dog\n // .STRING
HIGHtest/gpu/ollama/ollama.go0\n // ..the quick brown fox\n // ..jumps over\n // ....the lazy dog\n // .STRING
HIGHtest/kubernetes/benchmarks/vllm.go0we assembled on the vast green lawn outside as the reactors began to slowly wind down. the workers were solemn; the actiSTRING
HIGHtest/kubernetes/benchmarks/sglang.go0we assembled on the vast green lawn outside as the reactors began to slowly wind down. the workers were solemn; the actiSTRING
HIGHtest/kubernetes/benchmarks/ollama.go0we assembled on the vast green lawn outside as the reactors began to slowly wind down. the workers were solemn; the actiSTRING
Hyper-Verbose Identifiers27 hits · 24 pts
SeverityFileLineSnippetContext
LOWimages/gpu/stable-diffusion-xl/generate_image.py187def get_optimal_terminal_width():CODE
LOWsandboxexec/sandbox/python/tests/sandbox_test.py80 def test_exec_invalid_command_or_args(self):CODE
LOWsandboxexec/sandbox/python/tests/sandbox_test.py101 def test_non_root_networking_error(self):CODE
LOWsandboxexec/sandbox/python/tests/sandbox_test.py171 def test_init_env_list_and_dict(self):CODE
LOWsandboxexec/sandbox/python/tests/sandbox_test.py199 def test_init_env_overrides_path(self):CODE
LOWsandboxexec/sandbox/python/tests/sandbox_test.py213 def test_init_env_malformed_raises_error(self):CODE
LOWsandboxexec/sandbox/python/tests/sandbox_test.py252 def test_runtime_dir_ownership_and_cleanup(self):CODE
LOWsandboxexec/sandbox/python/tests/sandbox_test.py273 def test_runtime_dir_creation_error(self, mock_mkdtemp):CODE
LOWsandboxexec/sandbox/python/tests/sandbox_test.py280 def test_state_dir_creation_error(self, mock_makedirs):CODE
LOWsandboxexec/sandbox/python/tests/sandbox_test.py293 def test_create_bundle_makedirs_error(self):CODE
LOWsandboxexec/sandbox/python/tests/sandbox_test.py307 def test_sandbox_subprocess_timeout(self, mock_run):CODE
LOWsandboxexec/sandbox/python/tests/sandbox_test.py319 def test_sandbox_subprocess_error(self, mock_run):CODE
LOWsandboxexec/sandbox/python/tests/sandbox_test.py330 def test_invalid_networking_mode(self): # pylint: disable=unused-argumentCODE
LOWsandboxexec/sandbox/python/tests/sandbox_test.py339 def test_invalid_networking_type(self):CODE
LOWsandboxexec/sandbox/python/tests/sandbox_test.py358 def test_network_mode_enum_bundle(CODE
LOWsandboxexec/sandbox/python/tests/sandbox_test.py374 def test_network_sandbox_nonroot_raises_error(CODE
LOWsandboxexec/sandbox/python/tests/sandbox_test.py383 def test_network_mode_none_real_sandbox(self):CODE
LOWsandboxexec/sandbox/python/tests/sandbox_test.py395 def test_network_mode_host_real_sandbox(self):CODE
LOWsandboxexec/sandbox/python/tests/sandbox_test.py407 def test_find_runsc_not_found(self):CODE
LOWsandboxexec/sandbox/python/tests/sandbox_test.py421 def test_custom_bind_mount_readonly(self):CODE
LOWsandboxexec/sandbox/python/tests/sandbox_test.py443 def test_custom_bind_mount_readwrite(self):CODE
LOWsandboxexec/sandbox/python/tests/sandbox_test.py480 def test_dict_mount_configuration(self):CODE
LOWsandboxexec/sandbox/python/tests/sandbox_test.py499 def test_mount_validation_errors(self):CODE
LOWsandboxexec/sandbox/python/tests/sandbox_test.py545 def test_container_default_working_dir(self):CODE
LOWsandboxexec/sandbox/python/tests/sandbox_test.py564 def test_container_working_dir(self):CODE
LOWsandboxexec/sandbox/python/tests/sandbox_test.py576 def test_container_working_dir_relative(self):CODE
LOWsandboxexec/sandbox/python/tests/sandbox_test.py624 def test_mount_factory_methods(self):CODE
Docstring Block Structure4 hits · 20 pts
SeverityFileLineSnippetContext
HIGHsandboxexec/sandbox/python/gvisor/sandbox.py107Normalizes environment variables into a list of 'KEY=VALUE' strings. Args: env: A list of 'KEY=VALUE' strings or STRING
HIGHsandboxexec/sandbox/python/gvisor/sandbox.py148Normalizes and validates working directory into an absolute POSIX path. Relative paths are resolved and normalized reSTRING
HIGHsandboxexec/sandbox/python/gvisor/sandbox.py181Normalizes and validates mount configurations into a list of Mount objects. Args: mounts: A sequence of Mount objSTRING
HIGHsandboxexec/sandbox/python/gvisor/sandbox.py566Runs the given command inside the running sandbox. Args: cmd: The command to run. *args: Arguments to tSTRING
Synthetic Comment Markers2 hits · 15 pts
SeverityFileLineSnippetContext
HIGHrunsc/fsgofer/lisafs.go599 // Set the owners as requested by the client.COMMENT
HIGHpkg/sentry/mm/syscalls.go155 // Get pmas and map as requested.COMMENT
Structural Annotation Overuse8 hits · 12 pts
SeverityFileLineSnippetContext
LOW.claude/skills/add-syscall/SKILL.md140### Step 1: Run the native testCOMMENT
LOW.claude/skills/add-syscall/SKILL.md174### Step 2: Build the gvisor implementationCOMMENT
LOW.claude/skills/add-syscall/SKILL.md188### Step 3: Run the gvisor (runsc) testCOMMENT
LOWpkg/sentry/devices/nvproxy/README.md54### Step 1: Place the New Version in the TreeCOMMENT
LOWpkg/sentry/devices/nvproxy/README.md71### Step 2: Calculate the Driver ChecksumCOMMENT
LOWpkg/sentry/devices/nvproxy/README.md81### Step 3: Account for ABI ChangesCOMMENT
LOWpkg/sentry/devices/nvproxy/README.md137### Step 4: Add Support for New or Modified IoctlsCOMMENT
LOWpkg/tcpip/tcpip.go857 // NOTE: This method is a no-op for sockets other than TCP.COMMENT
Fake / Example Data7 hits · 7 pts
SeverityFileLineSnippetContext
LOWtest/compatibility/wordpress/wordpress_test.go48 adminEmail = "admin@example.com"CODE
LOWtest/compatibility/gitea/gitea_test.go44 adminEmail = "admin@example.com"CODE
LOWtest/image/latin10k.txt1Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras ut placerat felis. Maecenas urna est, auctor a efficitur sCODE
LOWtest/image/latin10k.txt1Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras ut placerat felis. Maecenas urna est, auctor a efficitur sCODE
LOW…e/blog/2026-04-15-magi-multi-agent-gvisor-isolation.md407 --env=OPENCLAW_GATEWAY_TOKEN="dummy-token-for-sandbox" \CODE
LOW…e/blog/2026-04-15-magi-multi-agent-gvisor-isolation.md434You can now go to `http://127.0.0.1:18789/?token=dummy-token-for-sandbox` andCODE
LOWpkg/sentry/socket/netlink/netfilter/protocol.go1167 m.PutAttrString(linux.NFTA_GEN_PROC_NAME, "placeholder")CODE
Unused Imports6 hits · 6 pts
SeverityFileLineSnippetContext
LOWtools/gen_compile_commands.py22CODE
LOWsandboxexec/sandbox/python/gvisor/__init__.py17CODE
LOWsandboxexec/sandbox/python/gvisor/__init__.py18CODE
LOWsandboxexec/sandbox/python/gvisor/__init__.py19CODE
LOWsandboxexec/sandbox/python/gvisor/__init__.py20CODE
LOWsandboxexec/sandbox/python/gvisor/__init__.py21CODE
Verbosity Indicators4 hits · 6 pts
SeverityFileLineSnippetContext
LOWpkg/tcpip/transport/tcp/sack_scoreboard.go233 // We need to check if the immediate lower (if any) sackedCOMMENT
LOW…/tcpip/network/internal/fragmentation/fragmentation.go241 // Before releasing a fragment we need to check if r is already marked as done.COMMENT
LOWpkg/tcpip/stack/transport_demuxer.go439 // If it was previously bound, we need to check if we can bind again.COMMENT
LOWpkg/tcpip/stack/transport_demuxer.go458 // If it was previously bound, we need to check if we can bind again.COMMENT
Deep Nesting5 hits · 4 pts
SeverityFileLineSnippetContext
LOWsandboxexec/sandbox/python/gvisor/sandbox.py103CODE
LOWsandboxexec/sandbox/python/gvisor/sandbox.py178CODE
LOWsandboxexec/sandbox/python/gvisor/sandbox.py289CODE
LOWsandboxexec/sandbox/python/gvisor/sandbox.py452CODE
LOWsandboxexec/sandbox/python/tests/sandbox_test.py118CODE
Excessive Try-Catch Wrapping2 hits · 3 pts
SeverityFileLineSnippetContext
LOWsandboxexec/sandbox/python/gvisor/sandbox.py421 except Exception:CODE
MEDIUMexamples/sandboxexec/python/safe_runner.py159 print(f"Error: {stderr}", file=sys.stderr)CODE
Redundant / Tautological Comments1 hit · 2 pts
SeverityFileLineSnippetContext
LOWtools/builkite-check-paths.sh17# Check if any changes are in specified paths. The script exits with 0 if noCOMMENT
AI Structural Patterns1 hit · 1 pts
SeverityFileLineSnippetContext
LOWexamples/sandboxexec/python/safe_runner.py25CODE