Repository Analysis

podman-container-tools/podman

Podman: A tool for managing OCI containers and pods.

3.7 Likely human-written View on GitHub

Analysis Overview

This report presents the forensic synthetic code analysis of podman-container-tools/podman, a Go project with 32,284 GitHub stars. SynthScan v2.0 examined 335,120 lines of code across 2148 source files, recording 1189 pattern matches distributed across 18 syntactic categories. The overall adjusted score of 3.7 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).

3.7
Adjusted Score
3.7
Raw Score
100%
Time Factor
2026-07-14
Last Push
32.3K
Stars
Go
Language
335.1K
Lines of Code
2.1K
Files
1.2K
Pattern Hits
2026-07-14
Scan Date
0.01
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 14HIGH 6MEDIUM 28LOW 1141

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 1189 distinct pattern matches across 18 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 Block1040 hits · 828 pts
SeverityFileLineSnippetContext
LOWcmd/podman/inspect/inspect.go261// InspectNormalize modifies a given row string based on the specified inspect type.COMMENT
LOWcmd/podman/machine/init.go261 }COMMENT
LOWcmd/podman/machine/init.go281 // // Examples:COMMENT
LOWcmd/podman/kube/play.go341 //COMMENT
LOWcmd/podman/containers/cp.go241 hostBaseName = filepath.Base(hostInfo.LinkTarget)COMMENT
LOWtest/system/helpers.network.bash121EOFCOMMENT
LOWtest/system/helpers.bash81 _LOG_PROMPT='#'COMMENT
LOWtest/system/helpers.bash261 rm -f $mylocksCOMMENT
LOWtest/system/helpers.bash361 while read line; doCOMMENT
LOWtest/system/helpers.bash381# bats-1.11 to fix a more-than-one-slash-in-test-name bug, (2) asCOMMENT
LOWtest/system/helpers.bash501}COMMENT
LOWtest/system/helpers.bash521#COMMENT
LOWtest/system/helpers.bash961#########COMMENT
LOWtest/system/helpers.bash1161# Optional 2nd argument is a message to display if warning is missingCOMMENT
LOWtest/system/helpers.bash1281#############################COMMENT
LOWtest/system/helpers.registry.bash1# -*- bash -*-COMMENT
LOWtest/e2e/common_test.go761// This heuristic will fail if run in parallel on >127 processors or ifCOMMENT
LOWlibpod/runtime_ctr.go141 // Step 1: Alter the config. Save the old name, we need it to rewriteCOMMENT
LOWlibpod/runtime_ctr.go681 // Remove all the dependencies associated with the container. Can causeCOMMENT
LOWlibpod/runtime_ctr.go741 // pod.COMMENT
LOWlibpod/runtime_ctr.go1061// returns the full ID of the evicted container and any error encountered.COMMENT
LOWlibpod/container_internal_common.go881 // the path exists on the container.COMMENT
LOWlibpod/container_internal_common.go2501// required by container configuration.COMMENT
LOWlibpod/container_internal_common.go2621// required by container configuration.COMMENT
LOWlibpod/container_internal_common.go2821 s := c.config.PasswdEntryCOMMENT
LOWlibpod/container_exec.go21 "go.podman.io/storage/pkg/stringid"COMMENT
LOWlibpod/container_exec.go41 AttachStdin bool `json:"attachStdin,omitempty"`COMMENT
LOWlibpod/container_exec.go61 // If set to "" the exec session will be started as the same user theCOMMENT
LOWlibpod/container_exec.go81 // Two arguments will be appended to the exit command by Libpod:COMMENT
LOWlibpod/container_config.go21// It is stored, read-only, on disk in Libpod's State.COMMENT
LOWlibpod/container_config.go41COMMENT
LOWlibpod/container_config.go61 LockID uint32 `json:"lockID"`COMMENT
LOWlibpod/container_config.go101type ContainerRootFSConfig struct {COMMENT
LOWlibpod/container_config.go121 // RootfsMapping specifies if there are mappings to apply to the rootfs.COMMENT
LOWlibpod/container_config.go141 // is not mounted into the container. It will be removed when theCOMMENT
LOWlibpod/container_config.go161 // image volumes were handled in Libpod (support for these eventuallyCOMMENT
LOWlibpod/container_config.go181 Passwd *bool `json:"passwd,omitempty"`COMMENT
LOWlibpod/container_config.go201 // MountLabel is the SELinux mount label for the container's rootCOMMENT
LOWlibpod/container_config.go221 // AddCurrentUserPasswdEntry indicates that Libpod should ensure thatCOMMENT
LOWlibpod/container_config.go241 UserNsCtr string `json:"userNsCtr,omitempty"`COMMENT
LOWlibpod/container_config.go261 OldPortMappings []types.OCICNIPortMapping `json:"portMappings,omitempty"` //nolint:staticcheck // OCICNIPortMapping is COMMENT
LOWlibpod/container_config.go281 // UseImageHostname indicates that /etc/hostname should not beCOMMENT
LOWlibpod/container_config.go301 // sure to not change the json tags.COMMENT
LOWlibpod/container_config.go321}COMMENT
LOWlibpod/container_config.go341}COMMENT
LOWlibpod/container_config.go361 CgroupManager string `json:"cgroupManager,omitempty"`COMMENT
LOWlibpod/container_config.go381 LogSize int64 `json:"logSize"`COMMENT
LOWlibpod/container_config.go401 // OCIRuntime used to create the containerCOMMENT
LOWlibpod/container_config.go421 HealthCheckOnFailureAction define.HealthCheckOnFailureAction `json:"healthcheck_on_failure_action"`COMMENT
LOWlibpod/container_config.go441 // PreserveFD is a list of additional file descriptors (in additionCOMMENT
LOWlibpod/container_copy_common.go141 }COMMENT
LOWlibpod/container_path_resolution.go21 // container's working dir. To be extra careful, let's firstCOMMENT
LOWlibpod/container_api.go81// Once in ContainerStateRunning, the container can be transitioned toCOMMENT
LOWlibpod/container_api.go281COMMENT
LOWlibpod/container_api.go381COMMENT
LOWlibpod/container_api.go881 }COMMENT
LOWlibpod/container_api.go981 // TCPEstablished tells the API to checkpoint a containerCOMMENT
LOWlibpod/container_api.go1001 // important to be able to restore a container multipleCOMMENT
LOWlibpod/container_api.go1021 CreateImage stringCOMMENT
LOWlibpod/runtime.go101 // remove as much of the runtime as possible if they fail. This ensuresCOMMENT
980 more matches not shown…
Hallucination Indicators14 hits · 165 pts
SeverityFileLineSnippetContext
CRITICALlibpod/container_internal_common.go719 cdi.WithSpecDirs(c.runtime.config.Engine.CdiSpecDirs.Get()...),CODE
CRITICALlibpod/container_internal_common.go2260 nameservers := make([]string, 0, len(c.runtime.config.Containers.DNSServers.Get())+len(c.config.DNSServer))CODE
CRITICALlibpod/container_internal_common.go2270 nameservers = append(nameservers, c.runtime.config.Containers.DNSServers.Get()...)CODE
CRITICALlibpod/container_internal_common.go2295 if len(c.config.DNSSearch) > 0 || len(c.runtime.config.Containers.DNSSearches.Get()) > 0 {CODE
CRITICALlibpod/container_internal_common.go2296 customSearch := make([]string, 0, len(c.config.DNSSearch)+len(c.runtime.config.Containers.DNSSearches.Get()))CODE
CRITICALlibpod/container_internal_common.go2297 customSearch = append(customSearch, c.runtime.config.Containers.DNSSearches.Get()...)CODE
CRITICALlibpod/container_internal_common.go2305 options := make([]string, 0, len(c.config.DNSOption)+len(c.runtime.config.Containers.DNSOptions.Get()))CODE
CRITICALlibpod/container_internal_common.go2306 options = append(options, c.runtime.config.Containers.DNSOptions.Get()...)CODE
CRITICALlibpod/networking_common.go51 nameservers := make([]string, 0, len(c.runtime.config.Containers.DNSServers.Get())+len(c.config.DNSServer))CODE
CRITICALlibpod/networking_common.go52 nameservers = append(nameservers, c.runtime.config.Containers.DNSServers.Get()...)CODE
CRITICALlibpod/kube.go1368 calculatedCaps := determineCapAddDropFromCapabilities(c.runtime.config.Containers.DefaultCapabilities.Get(), containerCCODE
CRITICALlibpod/container_inspect_linux.go148 for _, cap := range c.runtime.config.Containers.DefaultCapabilities.Get() {CODE
CRITICALlibpod/container_internal.go2453 if len(c.runtime.config.Engine.HooksDir.Get()) == 0 {CODE
CRITICALlibpod/container_internal.go2475 manager, err := hooks.New(ctx, c.runtime.config.Engine.HooksDir.Get(), []string{"precreate", "poststop"})CODE
Structural Annotation Overuse25 hits · 44 pts
SeverityFileLineSnippetContext
LOWtest/system/helpers.bash764 # WARNING: This will break if there's ever a cgroups v3COMMENT
LOWtest/system/helpers.bash1285# WARNING: The same type, major and minor should not be used for multiple devices.COMMENT
LOWlibpod/runtime_ctr.go141 // Step 1: Alter the config. Save the old name, we need it to rewriteCOMMENT
LOWlibpod/runtime_ctr.go146 // Step 2: rewrite the old container's config in the DB.COMMENT
LOWlibpod/runtime_ctr.go155 // Step 3: rename the container in c/storage.COMMENT
LOWhack/golangci-lint.sh6# WARNING: This script executes on multiple operating systems thatCOMMENT
LOWdocs/source/markdown/podman-quadlet-basic-usage.7.md18## Step 1: Create `hello.container`COMMENT
LOWdocs/source/markdown/podman-quadlet-basic-usage.7.md32## Step 2: Place the fileCOMMENT
LOWdocs/source/markdown/podman-quadlet-basic-usage.7.md45## Step 3: Reload and start the serviceCOMMENT
LOWdocs/source/markdown/podman-quadlet-basic-usage.7.md81## Step 1: Create `mydata.volume`COMMENT
LOWdocs/source/markdown/podman-quadlet-basic-usage.7.md89## Step 2: Place and reloadCOMMENT
LOWdocs/source/markdown/podman-quadlet-basic-usage.7.md104## Step 3: Create the volumeCOMMENT
LOWdocs/tutorials/macos_autostart.md14## Step 1: Find your Podman binary pathCOMMENT
LOWdocs/tutorials/macos_autostart.md25## Step 2: Create the LaunchAgent plistCOMMENT
LOWdocs/tutorials/macos_autostart.md66## Step 3: Load the LaunchAgentCOMMENT
LOW.github/workflows/first_contrib_cert_generator.yml37 # Step 1: Check if this is the contributor's first merged PR.COMMENT
LOW.github/workflows/first_contrib_cert_generator.yml61 # Step 2: Checkout the repository containing the certificate HTML file.COMMENT
LOW.github/workflows/first_contrib_cert_generator.yml70 # Step 3: Update the HTML file locallyCOMMENT
LOW.github/workflows/first_contrib_cert_generator.yml84 # Step 4: Setup Node.js environmentCOMMENT
LOW.github/workflows/first_contrib_cert_generator.yml91 # Step 5: Install PuppeteerCOMMENT
LOW.github/workflows/first_contrib_cert_generator.yml97 # Step 6: Take a screenshot of the certificate divCOMMENT
LOW.github/workflows/first_contrib_cert_generator.yml125 # Step 7: Upload certificate image to separate repositoryCOMMENT
LOW.github/workflows/first_contrib_cert_generator.yml228 # Step 8: Comment on Pull Request with embedded imageCOMMENT
LOW.github/workflows/first_contrib_cert_generator.yml280 # Step 9: Clean up temporary filesCOMMENT
LOWpkg/util/utils.go442 // Step 1: Remove extension regions from mappingCOMMENT
AI Slop Vocabulary10 hits · 34 pts
SeverityFileLineSnippetContext
MEDIUMcmd/podman-mac-helper/install.go197 // the entire installation path, and utilize sticky + read-only perms for the helper pathCOMMENT
MEDIUMlibpod/healthcheck.go276 // is called. Fundamentally this is expected so switch it to exit 0.COMMENT
MEDIUMlibpod/container_internal.go940// Note: this function is currently meant as a robust solution to a narrow problem: start an infra-container whenCOMMENT
MEDIUMlibpod/lock/shm/shm_lock.c160 // Set mutexes to robust - if a process dies while holding a mutex, we'll getCOMMENT
MEDIUMhack/ci/make-and-check-size.sh52 # to implement a more robust size-override mechanism, such as byCOMMENT
MEDIUMpkg/systemd/generate/containers.go431 // make systemd units more robust as it allows them toCOMMENT
MEDIUMpkg/k8s.io/api/core/v1/types.go3377 // should be considered safe for load balancers and clients to utilize.COMMENT
MEDIUMpkg/domain/infra/tunnel/runtime.go14// Image-related runtime using an ssh-tunnel to utilize Podman serviceCOMMENT
MEDIUMpkg/domain/infra/tunnel/runtime.go20// Container-related runtime using an ssh-tunnel to utilize Podman serviceCOMMENT
MEDIUMpkg/domain/infra/tunnel/runtime.go25// Container-related runtime using an ssh-tunnel to utilize Podman serviceCOMMENT
Verbosity Indicators16 hits · 30 pts
SeverityFileLineSnippetContext
LOWlibpod/runtime_ctr.go141 // Step 1: Alter the config. Save the old name, we need it to rewriteCOMMENT
LOWlibpod/runtime_ctr.go146 // Step 2: rewrite the old container's config in the DB.COMMENT
LOWlibpod/runtime_ctr.go155 // Step 3: rename the container in c/storage.COMMENT
LOWlibpod/runtime_ctr.go873 // If we're not force-removing, we need to check if we're in a goodCOMMENT
LOW.github/workflows/first_contrib_cert_generator.yml37 # Step 1: Check if this is the contributor's first merged PR.COMMENT
LOW.github/workflows/first_contrib_cert_generator.yml61 # Step 2: Checkout the repository containing the certificate HTML file.COMMENT
LOW.github/workflows/first_contrib_cert_generator.yml70 # Step 3: Update the HTML file locallyCOMMENT
LOW.github/workflows/first_contrib_cert_generator.yml84 # Step 4: Setup Node.js environmentCOMMENT
LOW.github/workflows/first_contrib_cert_generator.yml91 # Step 5: Install PuppeteerCOMMENT
LOW.github/workflows/first_contrib_cert_generator.yml97 # Step 6: Take a screenshot of the certificate divCOMMENT
LOW.github/workflows/first_contrib_cert_generator.yml125 # Step 7: Upload certificate image to separate repositoryCOMMENT
LOW.github/workflows/first_contrib_cert_generator.yml228 # Step 8: Comment on Pull Request with embedded imageCOMMENT
LOW.github/workflows/first_contrib_cert_generator.yml280 # Step 9: Clean up temporary filesCOMMENT
LOWpkg/util/utils.go442 // Step 1: Remove extension regions from mappingCOMMENT
LOWpkg/specgen/generate/kube/kube.go534 // If the container has bind mounts, we need to check ifCOMMENT
LOWpkg/api/handlers/utils/images.go275 // We need to check if no progress was sent previously. In that case, we should only return the base error message.COMMENT
Self-Referential Comments9 hits · 26 pts
SeverityFileLineSnippetContext
MEDIUMcmd/podman/completion/completion.go90 "\n# This file is generated with %q; see: podman-completion(1)\n", cmd.CommandPath(),CODE
MEDIUMtest/python/docker/compat/test_containers.py46 # Create a new container and validate the countCOMMENT
MEDIUMtest/system/helpers.bash794 # This function is intended to be used as '$(podman_runtime)', i.e.COMMENT
MEDIUMtest/e2e/build_test.go1337# Create a summary fileCOMMENT
MEDIUMdocs/source/conf.py21# Define the canonical URL for our custom docs.podman.io domain configured on Read the DocsCOMMENT
MEDIUM.github/workflows/cherry-pick.yml145 # Create a new branch for the cherry-pick PRCOMMENT
MEDIUM.github/workflows/cherry-pick.yml284 # Create a new branch for the cherry-pick PRCOMMENT
MEDIUMpkg/systemd/parser/unitfile_test.go101# This file is part of systemd.COMMENT
MEDIUMpkg/systemd/parser/unitfile_test.go170# This file is part of systemd.COMMENT
Hyper-Verbose Identifiers26 hits · 26 pts
SeverityFileLineSnippetContext
LOWtest/apiv2/python/rest_api/test_v2_0_0_artifact.py188 def test_add_with_annotations(self):CODE
LOWtest/apiv2/python/rest_api/test_v2_0_0_artifact.py295 def test_add_append_with_type_fails(self):CODE
LOWtest/apiv2/python/rest_api/test_v2_0_0_artifact.py318 def test_add_with_append_to_missing_artifact_fails(self):CODE
LOWtest/apiv2/python/rest_api/test_v2_0_0_artifact.py337 def test_add_without_name_and_filename_fails(self):CODE
LOWtest/apiv2/python/rest_api/test_v2_0_0_artifact.py355 def test_add_local_with_not_existing_file(self):CODE
LOWtest/apiv2/python/rest_api/test_v2_0_0_artifact.py378 def test_add_local_with_not_absolute_path(self):CODE
LOWtest/apiv2/python/rest_api/test_v2_0_0_artifact.py441 def test_inspect_absent_artifact_fails(self):CODE
LOWtest/apiv2/python/rest_api/test_v2_0_0_artifact.py525 def test_pull_unauthorised_fails(self):CODE
LOWtest/apiv2/python/rest_api/test_v2_0_0_artifact.py686 def test_remove_absent_artifact_fails(self):CODE
LOWtest/apiv2/python/rest_api/test_v2_0_0_artifact.py743 def test_push_missing_artifact(self):CODE
LOWtest/apiv2/python/rest_api/test_v2_0_0_artifact.py815 def test_extract_absent_fails(self):CODE
LOWtest/apiv2/python/rest_api/test_v2_0_0_container.py45 def test_list_filters_label_not(self):CODE
LOWtest/apiv2/python/rest_api/test_v2_0_0_container.py281 def test_create_duplicate_name(self):CODE
LOWtest/apiv2/python/rest_api/test_v2_0_0_container.py441 def test_host_config_port_bindings(self):CODE
LOWtest/apiv2/python/rest_api/test_v2_0_0_container.py478 def test_host_config_cgroupns_mode(self):CODE
LOWtest/apiv2/python/rest_api/test_v2_0_0_volume.py126 def test_volume_label_override(self):CODE
LOWtest/python/docker/compat/test_images.py82 def test_get_image_exists_not(self):CODE
LOWtest/python/docker/compat/test_images.py131 def test_build_image_via_api_client(self):CODE
LOWtest/python/docker/compat/test_containers.py51 def test_start_container_with_random_port_bind(self):CODE
LOWtest/python/docker/compat/test_containers.py96 def test_remove_container_without_force(self):CODE
LOWtest/python/docker/compat/test_containers.py121 def test_pause_stopped_container(self):CODE
LOWtest/python/docker/compat/test_containers.py210 def test_mount_preexisting_dir(self):CODE
LOWtest/python/docker/compat/test_containers.py229 def test_non_existent_workdir(self):CODE
LOWtest/python/docker/compat/test_containers.py268 def test_mount_options_by_default(self):CODE
LOWtest/python/docker/compat/test_containers.py312 def test_container_inspect_compatibility(self):CODE
LOWtest/python/docker/compat/test_system.py23 def test_info_container_details(self):CODE
Redundant / Tautological Comments12 hits · 18 pts
SeverityFileLineSnippetContext
LOWtest/system/helpers.bash1173# Set PODMAN_TEST_DEBUG to the name of one or more functions you want to debugCOMMENT
LOWtest/system/helpers.bash1188 # Check if our calling function matches any of the desired stringsCOMMENT
LOWtest/system/helpers.systemd.bash120 # Check if this is a template unit (ends with @)COMMENT
LOWhack/install_golangci.sh32# Check if it's already installed globally.COMMENT
LOWhack/branch_commits.rb15# Check if a given Git branch existsCOMMENT
LOWcontrib/packit-tmt/packit-rpm-git-commit.sh10# Set path to rpm spec fileCOMMENT
LOW.github/workflows/cherry-pick.yml50 # Check if user has write permission to the repositoryCOMMENT
LOW.github/workflows/cherry-pick.yml103 # Check if branch existsCOMMENT
LOW.github/workflows/cherry-pick.yml123 # Check if branch existsCOMMENT
LOW.github/workflows/cherry-pick.yml273 # Check if branch existsCOMMENT
LOW.github/workflows/assign.yml25 # Check if issue has any assigneesCOMMENT
LOW.github/workflows/update-podmanio.yml95 # Check if version is actually higher than one on podman.ioCOMMENT
Synthetic Comment Markers2 hits · 15 pts
SeverityFileLineSnippetContext
HIGHcontrib/minutes/20260626.md92*These minutes were generated by AI. A full transcript of the meeting is below.*COMMENT
HIGHpkg/k8s.io/api/apps/v1/types.go42// - Storage: As many VolumeClaims as requested.COMMENT
Cross-File Repetition3 hits · 15 pts
SeverityFileLineSnippetContext
HIGHtest/python/docker/compat/test_images.py0integration tests for exercising docker-py against podman service.STRING
HIGHtest/python/docker/compat/test_containers.py0integration tests for exercising docker-py against podman service.STRING
HIGHtest/python/docker/compat/test_system.py0integration tests for exercising docker-py against podman service.STRING
Dead Code6 hits · 12 pts
SeverityFileLineSnippetContext
MEDIUMtest/apiv2/python/rest_api/test_v2_0_0_image.py201CODE
MEDIUMtest/apiv2/python/rest_api/test_v2_0_0_image.py202CODE
MEDIUMtest/apiv2/python/rest_api/test_v2_0_0_image.py203CODE
MEDIUMtest/apiv2/python/rest_api/test_v2_0_0_image.py205CODE
MEDIUMtest/apiv2/python/rest_api/test_v2_0_0_image.py206CODE
MEDIUMtest/apiv2/python/rest_api/test_v2_0_0_image.py209CODE
Excessive Try-Catch Wrapping7 hits · 10 pts
SeverityFileLineSnippetContext
LOWtroubleshooting.md884 except Exception as e:CODE
LOWtroubleshooting.md911 except Exception as e:CODE
MEDIUMtroubleshooting.md874def reload_podman_network():CODE
MEDIUMtroubleshooting.md898def signal_listener():CODE
LOWtest/apiv2/python/rest_api/test_v2_0_0_container.py388 except Exception:CODE
MEDIUMtest/apiv2/python/rest_api/test_v2_0_0_container.py379def _impl(fifo, stop):CODE
LOWtest/apiv2/python/rest_api/v1_test_rest_v1_0_0.py34 except Exception as e:CODE
Unused Imports10 hits · 10 pts
SeverityFileLineSnippetContext
LOWtest/apiv2/python/rest_api/test_v2_0_0_container.py1CODE
LOWtest/apiv2/python/rest_api/test_v2_0_0_container.py2CODE
LOWtest/apiv2/python/rest_api/test_v2_0_0_container.py6CODE
LOWtest/apiv2/python/rest_api/v1_test_rest_v1_0_0.py3CODE
LOWtest/apiv2/python/rest_api/v1_test_rest_v1_0_0.py4CODE
LOWtest/apiv2/python/rest_api/v1_test_rest_v1_0_0.py5CODE
LOWtest/apiv2/python/rest_api/v1_test_rest_v1_0_0.py10CODE
LOWtest/python/docker/__init__.py4CODE
LOWtest/compose/simple_port_map/frontend/app.py2CODE
LOWhack/ci/ci_yaml_test.py7CODE
Cross-Language Confusion1 hit · 5 pts
SeverityFileLineSnippetContext
HIGHtest/python/docker/compat/test_images.py146 resp: str = self.docker.images.push("non-existent.lan:5000/alpine", "latest")CODE
Deep Nesting3 hits · 3 pts
SeverityFileLineSnippetContext
LOWtest/apiv2/python/rest_api/test_v2_0_0_container.py373CODE
LOWtest/apiv2/python/rest_api/test_v2_0_0_container.py379CODE
LOWtest/python/docker/compat/test_containers.py312CODE
Fake / Example Data3 hits · 3 pts
SeverityFileLineSnippetContext
LOWtest/e2e/image_sign_test.go52 session := podmanTest.Podman([]string{"image", "sign", "--directory", sigDir, "--sign-by", "foo@bar.com", "docker://liCODE
LOWtest/e2e/image_sign_test.go68 session := podmanTest.Podman([]string{"image", "sign", "--all", "--directory", sigDir, "--sign-by", "foo@bar.com", "doCODE
LOWtest/e2e/save_test.go181 session = podmanTest.Podman([]string{"push", "-q", "--tls-verify=false", "--sign-by", "foo@bar.com", pushedImage})CODE
TODO Padding1 hit · 2 pts
SeverityFileLineSnippetContext
LOWpkg/k8s.io/api/core/v1/types.go1307 // TODO: implement a realistic TCP lifecycle hookCOMMENT
Slop Phrases1 hit · 2 pts
SeverityFileLineSnippetContext
LOWpkg/domain/infra/abi/play.go64 // Make sure to replace the service container as well if requested byCOMMENT