Public scan — anyone with this URL can view this analysis. Sign up to track your own repos privately, run scheduled re-scans, and get AI fix prompts via your dashboard.
119 of your 200 findings came from Repobility's proprietary detections. ✓ Repobility tags below mark them.

Scan timing: clone 6.38s · analysis 21.43s · 15.0 MB · GitHub API rate-limit (preflight)

ansible/ansible

https://github.com/ansible/ansible · scanned 2026-06-05 08:39 UTC (5 days, 19 hours ago) · 10 languages

1041 raw signals (193 security + 848 graph) 28th percentile · Python · large (100-500K LoC) System graph score 81 (lower by 14)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 5 days, 19 hours ago · v2 · 483 actionable findings from 2 signal sources. 117 repeated signals grouped for readability. Security checks, system graph analysis, and verified AI-agent feedback are merged into one review queue.

JSON
Score breakdown â 2026-05-18-v5
Component Sub-score Weight Contribution
structure_score 85.0 0.15 12.75
security_score 39.7 0.25 9.93
testing_score 100.0 0.20 20.00
documentation_score 91.0 0.15 13.65
practices_score 42.0 0.15 6.30
code_quality 42.0 0.10 4.20
Overall 1.00 66.8
Severity distribution — click a segment to filter
Active filters: excluding tests × Reset all
Scan summary Quality grade B- (67/100). Dimensions: security 40, maintainability 85. 193 findings (24 security). 266,691 lines analyzed.

Showing 284 of 483 actionable findings. 600 raw detector signals were grouped into reader-sized issues. Click TP / FP to vote on a finding's accuracy — votes adjust the confidence weighting and improve detection across the platform.

critical Security checks security secrets conf 0.95 Detected a Generic API Key, potentially exposing access to various services and sensitive operations.
Gitleaks detected a committed secret or credential pattern.
lib/ansible/plugins/connection/ssh.py:1093
critical Security checks security secrets conf 0.95 3 occurrences Identified a Private Key, which may compromise cryptographic security and sensitive data encryption.
Gitleaks detected a committed secret or credential pattern.
3 files, 3 locations
test/integration/targets/git/vars/main.yml:48
test/units/module_utils/urls/fixtures/client.key:1
test/units/module_utils/urls/fixtures/multipart.txt:105
high Security checks quality Quality conf 1.00 ✓ Repobility 16 occurrences Missing import: `glob` used but not imported
The file uses `glob.something(...)` but never imports `glob`. This raises NameError at runtime the first time the line executes.
12 files, 12 locations
hacking/update-sanity-requirements.py:177
lib/ansible/_internal/_task.py:660
lib/ansible/cli/galaxy.py:1590
lib/ansible/config/manager.py:307
lib/ansible/module_utils/_embed/dnf.py:137
lib/ansible/module_utils/common/_utils.py:22
lib/ansible/module_utils/json_utils.py:73
lib/ansible/modules/async_wrapper.py:111
critical Security checks software dependencies conf 0.88 pyyaml: GHSA-3pqx-4fqf-j49f
Deserialization of Untrusted Data in PyYAML
requirements.txt
critical Security checks software dependencies conf 0.88 pyyaml: GHSA-6757-jp84-gxfx
Improper Input Validation in PyYAML
requirements.txt
critical Security checks software dependencies conf 0.88 pyyaml: GHSA-8q59-q68h-6hv4
Improper Input Validation in PyYAML
requirements.txt
critical System graph security Secrets conf 1.00 5 occurrences Possible secret in lib/ansible/cli/__init__.py
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
lines 249, 250, 254, 346, 348
lib/ansible/cli/__init__.py:249, 250, 254, 346, 348 (5 hits)
critical System graph security Secrets conf 1.00 Possible secret in lib/ansible/module_utils/urls.py
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
lib/ansible/module_utils/urls.py:721
critical System graph security Secrets conf 1.00 Possible secret in lib/ansible/modules/expect.py
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
lib/ansible/modules/expect.py:93
critical System graph security Secrets conf 1.00 Possible secret in lib/ansible/modules/shell.py
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
lib/ansible/modules/shell.py:140
critical System graph security Secrets conf 1.00 2 occurrences Possible secret in lib/ansible/plugins/become/sudo.py
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
lines 109, 126
lib/ansible/plugins/become/sudo.py:109, 126 (2 hits)
critical System graph security Secrets conf 1.00 Possible secret in lib/ansible/plugins/connection/ssh.py
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
lib/ansible/plugins/connection/ssh.py:498
critical System graph security Secrets conf 1.00 5 occurrences Possible secret in lib/ansible/plugins/lookup/password.py
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
lines 92, 98, 104, 110, 119
lib/ansible/plugins/lookup/password.py:92, 98, 104, 110, 119 (5 hits)
critical System graph security Secrets conf 1.00 2 occurrences Possible secret in lib/ansible/plugins/lookup/url.py
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
lines 194, 198
lib/ansible/plugins/lookup/url.py:194, 198 (2 hits)
high Security checks quality Quality conf 1.00 ✓ Repobility 8 occurrences `self.write_requirements` used but never assigned in __init__
Method `freeze_requirements` of class `SanityTest` reads `self.write_requirements`, but no assignment to it exists in __init__ (and no class-level fallback). This raises AttributeError the first time the method runs against an instance.
2 files, 8 locations
packaging/release.py:155, 159, 196, 204, 249, 260 (6 hits)
hacking/update-sanity-requirements.py:64, 73 (2 hits)
high Security checks cicd CI/CD security conf 0.92 Dockerfile copies the entire context without .dockerignore
COPY . or ADD . sends the full build context to Docker. Without .dockerignore this can include secrets, git history, and local artifacts.
lib/ansible/galaxy/data/apb/Dockerfile.j2:8 CI/CD securitycontainers
high Security checks software dependencies conf 0.90 ✓ Repobility Dockerfile FROM `ansibleplaybookbundle/apb-base (no tag)` not pinned by digest
`FROM ansibleplaybookbundle/apb-base (no tag)` resolves the tag at build time. The registry CAN re-push a different image for the same tag, so every build is potentially different. Production images should pin to `image@sha256:...` for reproducibility + supply-chain integrity.
lib/ansible/galaxy/data/apb/Dockerfile.j2:2
high Security checks quality Quality conf 1.00 ✓ Repobility Phantom test coverage: test_built_artifact
Test function `test_built_artifact` runs code but contains no assert / expect / should call — it passes regardless of behaviour. Adds line coverage without verifying anything.
packaging/release.py:875
high Security checks quality Quality conf 1.00 ✓ Repobility Phantom test coverage: test_sdist
Test function `test_sdist` runs code but contains no assert / expect / should call — it passes regardless of behaviour. Adds line coverage without verifying anything.
packaging/release.py:1257
high Security checks quality Quality conf 1.00 ✓ Repobility Phantom test coverage: test_wheel
Test function `test_wheel` runs code but contains no assert / expect / should call — it passes regardless of behaviour. Adds line coverage without verifying anything.
packaging/release.py:1283
high Security checks software dependencies conf 0.88 pyyaml: PYSEC-2020-176
PyYAML 5.1 through 5.1.2 has insufficient restrictions on the load and load_all functions because of a class deserialization issue, e.g., Popen is a class in the subprocess module. NOTE: this issue exists because of an incomplete fix for CVE-2017-18342.
requirements.txt
high System graph security security conf 1.00 Insecure pattern 'eval_used' in lib/ansible/plugins/strategy/__init__.py:1122
Found a known-risky pattern (eval_used). Review and replace if possible.
lib/ansible/plugins/strategy/__init__.py:1122 Eval used
high System graph security security conf 1.00 Insecure pattern 'exec_used' in lib/ansible/module_utils/_internal/_dataclass_validation.py:174
Found a known-risky pattern (exec_used). Review and replace if possible.
lib/ansible/module_utils/_internal/_dataclass_validation.py:174 Exec used
high System graph security security conf 1.00 Insecure pattern 'exec_used' in lib/ansible/module_utils/six/__init__.py:761
Found a known-risky pattern (exec_used). Review and replace if possible.
lib/ansible/module_utils/six/__init__.py:761 Exec used
high System graph security security conf 1.00 Insecure pattern 'exec_used' in lib/ansible/plugins/strategy/__init__.py:1145
Found a known-risky pattern (exec_used). Review and replace if possible.
lib/ansible/plugins/strategy/__init__.py:1145 Exec used
high System graph security security conf 1.00 Insecure pattern 'exec_used' in lib/ansible/utils/collection_loader/_collection_finder.py:541
Found a known-risky pattern (exec_used). Review and replace if possible.
lib/ansible/utils/collection_loader/_collection_finder.py:541 Exec used
high System graph security security conf 1.00 Insecure pattern 'tls_verify_false' in lib/ansible/galaxy/collection/__init__.py:1584
Found a known-risky pattern (tls_verify_false). Review and replace if possible.
lib/ansible/galaxy/collection/__init__.py:1584 Tls verify false
medium Security checks security auth conf 0.92 [AUC001] No Repobility access matrix policy found: The repository uses web/API frameworks but does not define .repobility/access.yml or equivalent authorization documentation.
The repository uses web/API frameworks but does not define .repobility/access.yml or equivalent authorization documentation.
low Security checks quality Error handling conf 1.00 [ERR001] Silent Exception Swallowing: Silently swallowing all exceptions hides bugs. Even in cleanup code, log at DEBUG level.
Log the error: `except Exception: logger.debug('cleanup failed', exc_info=True)`. Or handle specific exception types.
hacking/backport/backport_of_line_adder.py:163
medium Security checks security path traversal conf 1.00 [SEC012] ZipSlip — Archive Path Traversal: Archive extraction without path validation allows writing files outside the target directory.
Validate extracted paths with os.path.realpath() and ensure they stay within the target directory.
hacking/azp/download.py:195
low Security checks quality Error handling conf 0.55 ✓ Repobility 15 occurrences Broad exception handler needs review
This handler catches Exception/BaseException. It is actionable when it swallows errors without logging, re-raising, or returning a structured error. Handlers that intentionally convert exceptions into typed error results should not be treated as high risk.
12 files, 14 locations
test/lib/ansible_test/_internal/content_config.py:96, 102 (2 hits)
test/units/_internal/templating/conftest.py:43, 47 (2 hits)
hacking/test-module.py:261
test/integration/targets/pause/test-pause.py:21
test/integration/targets/var_precedence/ansible-var-precedence-check.py:531
test/lib/ansible_test/_internal/commands/coverage/__init__.py:251
test/lib/ansible_test/_internal/commands/integration/cloud/cs.py:137
test/lib/ansible_test/_internal/http.py:79
Error handlingquality
medium Security checks cicd CI/CD security conf 0.90 Docker build context has no .dockerignore
Without .dockerignore, build context can include source history, local env files, dependencies, and generated artifacts.
.dockerignore CI/CD securitycontainers
medium Security checks software dependencies conf 0.88 jinja2: GHSA-cpwx-vrp4-4pq7
Jinja2 vulnerable to sandbox breakout through attr filter selecting format method
requirements.txt
medium Security checks software dependencies conf 0.88 jinja2: GHSA-gmj6-6f8f-6699
Jinja has a sandbox breakout through malicious filenames
requirements.txt
medium Security checks software dependencies conf 0.88 jinja2: GHSA-h5c8-rqwp-cp95
Jinja vulnerable to HTML attribute injection when passing user input as keys to xmlattr filter
requirements.txt
medium Security checks software dependencies conf 0.88 jinja2: GHSA-h75v-3vvj-5mfj
Jinja vulnerable to HTML attribute injection when passing user input as keys to xmlattr filter
requirements.txt
medium Security checks software dependencies conf 0.88 jinja2: GHSA-q2x7-8rv6-6q7h
Jinja has a sandbox breakout through indirect reference to format method
requirements.txt
medium Security checks quality Quality conf 0.78 Public web service has no security.txt
security.txt gives researchers and customers a safe disclosure channel. Public web apps and APIs should publish it under /.well-known/security.txt.
.well-known/security.txt
medium Security checks software dependencies conf 0.90 ✓ Repobility 5 occurrences requirements.txt: `cryptography` has no version pin
Unpinned pip requirement means every fresh install may resolve a different version. Newer releases can introduce malicious code (typosquats, account compromises). Reproducible installs need exact pins.
4 files, 5 locations
requirements.txt:8, 9 (2 hits)
test/integration/targets/ansible-test-integration-constraints/ansible_collections/ns/col/tests/integration/requirements.txt:1
test/integration/targets/ansible-test-units-constraints/ansible_collections/ns/col/tests/unit/requirements.txt:1
test/units/requirements.txt:5
medium System graph security security conf 1.00 Insecure pattern 'subprocess_shell_true' in lib/ansible/cli/__init__.py:514
Found a known-risky pattern (subprocess_shell_true). Review and replace if possible.
lib/ansible/cli/__init__.py:514 Subprocess shell true
medium System graph security security conf 1.00 Insecure pattern 'subprocess_shell_true' in lib/ansible/executor/powershell/module_manifest.py:117
Found a known-risky pattern (subprocess_shell_true). Review and replace if possible.
lib/ansible/executor/powershell/module_manifest.py:117 Subprocess shell true
medium System graph security security conf 1.00 Insecure pattern 'subprocess_shell_true' in lib/ansible/module_utils/basic.py:1969
Found a known-risky pattern (subprocess_shell_true). Review and replace if possible.
lib/ansible/module_utils/basic.py:1969 Subprocess shell true
medium System graph security security conf 1.00 Insecure pattern 'subprocess_shell_true' in lib/ansible/module_utils/facts/hardware/aix.py:201
Found a known-risky pattern (subprocess_shell_true). Review and replace if possible.
lib/ansible/module_utils/facts/hardware/aix.py:201 Subprocess shell true
medium System graph security security conf 1.00 Insecure pattern 'subprocess_shell_true' in lib/ansible/module_utils/facts/hardware/hpux.py:61
Found a known-risky pattern (subprocess_shell_true). Review and replace if possible.
lib/ansible/module_utils/facts/hardware/hpux.py:61 Subprocess shell true
medium System graph security security conf 1.00 Insecure pattern 'subprocess_shell_true' in lib/ansible/module_utils/facts/system/distribution.py:650
Found a known-risky pattern (subprocess_shell_true). Review and replace if possible.
lib/ansible/module_utils/facts/system/distribution.py:650 Subprocess shell true
medium System graph security security conf 1.00 Insecure pattern 'subprocess_shell_true' in lib/ansible/module_utils/facts/system/service_mgr.py:88
Found a known-risky pattern (subprocess_shell_true). Review and replace if possible.
lib/ansible/module_utils/facts/system/service_mgr.py:88 Subprocess shell true
medium System graph security security conf 1.00 Insecure pattern 'subprocess_shell_true' in lib/ansible/modules/cron.py:280
Found a known-risky pattern (subprocess_shell_true). Review and replace if possible.
lib/ansible/modules/cron.py:280 Subprocess shell true
medium System graph security security conf 1.00 Insecure pattern 'subprocess_shell_true' in lib/ansible/modules/hostname.py:423
Found a known-risky pattern (subprocess_shell_true). Review and replace if possible.
lib/ansible/modules/hostname.py:423 Subprocess shell true
medium System graph security security conf 1.00 Insecure pattern 'subprocess_shell_true' in lib/ansible/modules/package_facts.py:418
Found a known-risky pattern (subprocess_shell_true). Review and replace if possible.
lib/ansible/modules/package_facts.py:418 Subprocess shell true
medium System graph security security conf 1.00 Insecure pattern 'subprocess_shell_true' in lib/ansible/modules/rpm_key.py:525
Found a known-risky pattern (subprocess_shell_true). Review and replace if possible.
lib/ansible/modules/rpm_key.py:525 Subprocess shell true
medium System graph security security conf 1.00 Insecure pattern 'subprocess_shell_true' in lib/ansible/modules/service_facts.py:168
Found a known-risky pattern (subprocess_shell_true). Review and replace if possible.
lib/ansible/modules/service_facts.py:168 Subprocess shell true
medium System graph security security conf 1.00 Insecure pattern 'subprocess_shell_true' in lib/ansible/plugins/lookup/lines.py:64
Found a known-risky pattern (subprocess_shell_true). Review and replace if possible.
lib/ansible/plugins/lookup/lines.py:64 Subprocess shell true
medium System graph security security conf 1.00 Insecure pattern 'subprocess_shell_true' in lib/ansible/plugins/lookup/pipe.py:67
Found a known-risky pattern (subprocess_shell_true). Review and replace if possible.
lib/ansible/plugins/lookup/pipe.py:67 Subprocess shell true
medium System graph security security conf 1.00 Insecure pattern 'weak_hash' in lib/ansible/module_utils/basic.py:1647
Found a known-risky pattern (weak_hash). Review and replace if possible.
lib/ansible/module_utils/basic.py:1647 Weak hash
medium System graph security security conf 1.00 Insecure pattern 'weak_hash' in lib/ansible/plugins/filter/md5.yml:4
Found a known-risky pattern (weak_hash). Review and replace if possible.
lib/ansible/plugins/filter/md5.yml:4 Weak hash
medium System graph security security conf 1.00 Insecure pattern 'weak_hash' in lib/ansible/utils/hashing.py:78
Found a known-risky pattern (weak_hash). Review and replace if possible.
lib/ansible/utils/hashing.py:78 Weak hash
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — hacking/azp/download.py:132
`urllib.request.urlopen(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — hacking/azp/get_recent_coverage_runs.py:42
`requests.get(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — hacking/azp/incidental.py:311
`subprocess.check_output(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — hacking/azp/run.py:86
`requests.post(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — hacking/test-module.py:207
`subprocess.Popen(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — hacking/update-sanity-requirements.py:50
`subprocess.run(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — lib/ansible/cli/__init__.py:514
`subprocess.Popen(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — lib/ansible/executor/task_executor.py:1037
`subprocess.Popen(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — lib/ansible/module_utils/basic.py:1896
`subprocess.Popen(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — lib/ansible/module_utils/service.py:198
`subprocess.Popen(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — lib/ansible/module_utils/urls.py:900
`urllib.request.urlopen(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — lib/ansible/modules/service.py:293
`subprocess.Popen(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — lib/ansible/plugins/connection/ssh.py:1571
`subprocess.run(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — lib/ansible/plugins/lookup/lines.py:64
`subprocess.Popen(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — lib/ansible/plugins/lookup/pipe.py:67
`subprocess.Popen(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — lib/ansible/utils/cmd_functions.py:35
`subprocess.Popen(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — lib/ansible/utils/display.py:823
`subprocess.Popen(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — test/integration/targets/ansible-test-integration-targets/test.py:23
`subprocess.run(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — test/integration/targets/ansible-test-sanity-pylint/ansible_collections/ns/col/plugins/module_utils/unwanted.py:22
`subprocess.Popen(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — test/integration/targets/ansible-test-sanity-replace-urlopen/ansible_collections/ns/col/do-not-check-me.py:7
`urllib.request.urlopen(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — test/integration/targets/ansible-test-sanity-replace-urlopen/ansible_collections/ns/col/plugins/modules/check-me.py:7
`urllib.request.urlopen(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — test/integration/targets/ansible-test/venv-pythons.py:38
`subprocess.run(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — test/integration/targets/binary_modules/build.py:37
`subprocess.run(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — test/integration/targets/var_precedence/ansible-var-precedence-check.py:24
`subprocess.Popen(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — test/lib/ansible_test/_internal/ssh.py:229
`subprocess.Popen(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — test/lib/ansible_test/_util/controller/sanity/code-smell/changelog.py:54
`subprocess.run(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — test/lib/ansible_test/_util/controller/sanity/validate-modules/validate_modules/module_args.py:131
`subprocess.run(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — test/sanity/code-smell/codespell.py:47
`subprocess.run(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — test/sanity/code-smell/package-data.py:110
`subprocess.run(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — test/sanity/code-smell/pymarkdown.py:26
`subprocess.run(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph cicd CI/CD security conf 1.00 No CI/CD pipelines detected
No GitHub Actions, GitLab CI, or CircleCI configs found. Without CI you can't gate deploys on tests/lints.
CI/CD securityCoverage
medium System graph network Security conf 1.00 Privileged port 13 in use
Port 13 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
.github/ISSUE_TEMPLATE/bug_report.yml Ports
medium System graph network Security conf 1.00 Privileged port 16 in use
Port 16 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
lib/ansible/plugins/filter/to_datetime.yml Ports
medium System graph network Security conf 1.00 Privileged port 19 in use
Port 19 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
.github/ISSUE_TEMPLATE/bug_report.yml Ports
medium System graph network Security conf 1.00 Privileged port 20 in use
Port 20 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
lib/ansible/plugins/filter/to_datetime.yml Ports
medium System graph network Security conf 1.00 Privileged port 21 in use
Port 21 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
lib/ansible/plugins/filter/strftime.yml Ports
medium System graph network Security conf 1.00 Privileged port 33 in use
Port 33 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
.github/ISSUE_TEMPLATE/bug_report.yml Ports
medium System graph network Security conf 1.00 Privileged port 51 in use
Port 51 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
lib/ansible/plugins/filter/strftime.yml Ports
low Security checks quality Quality conf 0.60 30 occurrences Duplicated implementation block across source files
Duplicate implementation blocks are maintenance debt. Keep them visible, but they are not a high-severity defect unless the duplicated logic is security-sensitive or drifting.
12 files, 13 locations
lib/ansible/modules/replace.py:6, 168 (2 hits)
lib/ansible/module_utils/_internal/_json/_profiles/_tagless.py:15
lib/ansible/module_utils/csharp/Ansible.Privilege.cs:91
lib/ansible/module_utils/facts/hardware/linux.py:277
lib/ansible/module_utils/facts/hardware/netbsd.py:90
lib/ansible/module_utils/facts/hardware/openbsd.py:72
lib/ansible/module_utils/facts/network/generic_bsd.py:78
lib/ansible/module_utils/facts/network/sunos.py:26
duplicationquality
high Security checks quality Quality conf 0.62 4 occurrences Source file name looks like an AI patch artifact
Files named as final, fixed, copy, new, or backup are often temporary patch artifacts. They may be legitimate, but they deserve review before becoming production surface area.
4 files, 4 locations
test/support/windows-integration/collections/ansible_collections/ansible/windows/plugins/action/win_copy.py:1
test/support/windows-integration/collections/ansible_collections/ansible/windows/plugins/modules/win_copy.py:1
test/support/windows-integration/plugins/action/win_copy.py:1
test/support/windows-integration/plugins/modules/win_copy.py:1
low System graph quality Maintenance conf 1.00 478 TODO/FIXME markers
High count of TODO/FIXME/HACK markers — track them as issues so they're not forgotten.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: test/integration/targets/ansible-config/files/ini_dupes.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: test/integration/targets/ansible-galaxy-collection-cli/files/make_collection_dir.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: test/integration/targets/ansible-test-coverage/ansible_collections/ns/col/plugins/module_utils/test_util.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: test/integration/targets/ansible-test-coverage/ansible_collections/ns/col/tests/integration/targets/hello/world.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: test/integration/targets/ansible-test-sanity/ansible_collections/ns/col/plugins/plugin_utils/check_pylint.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: test/integration/targets/ansible-test-sanity/ansible_collections/ns/col/plugins/random_directory/bad.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: test/integration/targets/ansible-test-sanity/ansible_collections/ns/col/tests/integration/targets/hello/files/bad.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: test/integration/targets/fork_safe_stdio/run-with-pty.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: test/integration/targets/lookup_first_found/action_plugins/debug_file_alias.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: test/integration/targets/lookup_first_found/action_plugins/debug_template_alias.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: test/integration/targets/lookup_first_found/action_plugins/debug_var_alias.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: test/integration/targets/module_utils/library/direct_invocation.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: test/integration/targets/module_utils/library/test.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: test/integration/targets/module_utils/library/test_alias_deprecation.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: test/integration/targets/module_utils/library/test_datetime.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: test/integration/targets/module_utils/library/test_env_override.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: test/integration/targets/module_utils/library/test_failure.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: test/integration/targets/module_utils/library/test_optional.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: test/integration/targets/module_utils/library/test_override.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: test/integration/targets/module_utils/module_utils/ansible_release.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: test/integration/targets/module_utils/module_utils/bar0/foo3.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: test/integration/targets/module_utils/module_utils/baz1/one.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: test/integration/targets/module_utils/module_utils/baz2/one.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: test/integration/targets/module_utils/module_utils/foo0.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: test/integration/targets/module_utils/module_utils/foo1.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: test/integration/targets/module_utils/module_utils/foo2.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: test/integration/targets/module_utils/module_utils/qux1/quux.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: test/integration/targets/module_utils/module_utils/qux2/quux.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: test/integration/targets/module_utils/module_utils/qux2/quuz.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: test/integration/targets/module_utils/module_utils/service.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: test/integration/targets/module_utils/module_utils/spam3/ham/bacon.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: test/integration/targets/module_utils/module_utils/spam4/ham/bacon.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: test/integration/targets/module_utils/module_utils/spam5/ham/bacon.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: test/integration/targets/module_utils/module_utils/spam5/ham/eggs.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: test/integration/targets/module_utils/module_utils/spam7/ham/bacon.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: test/integration/targets/module_utils/module_utils/spam8/ham/bacon.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: test/integration/targets/module_utils/module_utils/sub/bam.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: test/integration/targets/module_utils/module_utils/sub/bam/bam.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: test/integration/targets/module_utils/module_utils/yak/zebra/foo4.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: test/integration/targets/module_utils/other_mu_dir/facts.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: test/integration/targets/module_utils/other_mu_dir/json_utils.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: test/integration/targets/module_utils/other_mu_dir/mork.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: test/integration/targets/play_arg_spec/library/custom_facts.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: test/units/_internal/templating/fixtures/valid_collection/ansible_collections/valid/also_valid/plugins/filter/load_error.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: test/units/_internal/templating/fixtures/valid_collection/ansible_collections/valid/also_valid/plugins/lookup/load_error.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: test/units/mock/path.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: test/units/module_utils/facts/hardware/aix_data.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: test/units/utils/collection_loader/fixtures/collections/ansible_collections/ansible/builtin/plugins/modules/shouldnotload.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: test/units/utils/collection_loader/fixtures/collections/ansible_collections/testns/testcoll/plugins/module_utils/my_other_util.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: test/units/utils/collection_loader/fixtures/collections/ansible_collections/testns/testcoll/plugins/modules/amodule.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph quality Integrity conf 1.00 12 occurrences Near-duplicate function bodies in 2 places
Functions with the same first-5-line body hash: test/integration/targets/templating_lookup_args/lookup_plugins/accept_no_markers.py:run, test/integration/targets/assert/lookup_plugins/yield_terms.py:run This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://jw.h…
12 occurrences
repo-level (12 hits)
duplicatesduplication
low System graph quality Integrity conf 1.00 5 occurrences Near-duplicate function bodies in 3 places
Functions with the same first-5-line body hash: test/integration/targets/collections_plugin_namespace/collection_root/ansible_collections/my_ns/my_col/plugins/lookup/lookup_name.py:run, test/integration/targets/collections_plugin_namespace/collection_root/ansible_collections/my_ns/my_col/plugins/lo…
5 occurrences
repo-level (5 hits)
duplicatesduplication
low System graph quality Integrity conf 1.00 Near-duplicate function bodies in 4 places
Functions with the same first-5-line body hash: test/integration/targets/ansible-test-sanity-validate-modules/ansible_collections/ns/col/plugins/lookup/import_order_lookup.py:run, test/integration/targets/ansible-test-sanity-ansible-doc/ansible_collections/ns/col/plugins/lookup/lookup1.py:run, test…
duplicatesduplication
low System graph quality Integrity conf 1.00 Near-duplicate function bodies in 5 places
Functions with the same first-5-line body hash: test/integration/targets/config/lookup_plugins/types.py:run, test/integration/targets/ansible-test-sanity/ansible_collections/ns/col/plugins/lookup/world.py:run, test/integration/targets/ansible-test-sanity/ansible_collections/ns/col/plugins/lookup/ba…
duplicatesduplication
low System graph quality Integrity conf 1.00 Near-duplicate function bodies in 6 places
Functions with the same first-5-line body hash: test/integration/targets/ansible-test-sanity/ansible_collections/ns/col/plugins/modules/bad.py:main, test/integration/targets/ansible-doc/collections/ansible_collections/testns/testcol4/plugins/modules/test2.py:main, test/integration/targets/ansible-d…
duplicatesduplication
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `_assert_copy` in test/units/playbook/test_base.py:73
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `_first_iterator_copy` in lib/ansible/module_utils/api.py:148
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `_inventory_legacy` in lib/ansible/cli/inventory.py:23
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `_inventory_legacy` in lib/ansible/plugins/inventory/script.py:170
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `_native_copy` in lib/ansible/_internal/_json/__init__.py:167
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `_native_copy` in lib/ansible/module_utils/_internal/_datatag/__init__.py:73
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `_native_copy` in lib/ansible/module_utils/_internal/_json/_profiles/__init__.py:171
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `_native_copy` in test/units/_internal/templating/test_datatag.py:107
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `_native_copy` in test/units/_internal/templating/test_jinja_bits.py:234
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `_native_copy` in test/units/_internal/templating/test_lazy_containers.py:358
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `_non_lazy_copy` in lib/ansible/_internal/_templating/_engine.py:336
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `_non_lazy_copy` in lib/ansible/_internal/_templating/_lazy_containers.py:184
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `_not_deprecated` in test/integration/targets/ansible-test-sanity-validate-modules/ansible_collections/ns/col/plugins/modules/_not_deprecated.py:7
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `cgroup_v2` in test/lib/ansible_test/_internal/docker_util.py:192
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `check_systemd_cgroup_v1` in test/lib/ansible_test/_internal/host_profiles.py:852
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `cloud_v2` in test/units/module_utils/facts/other/test_ohai.py:6717
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `cmp_legacy` in test/units/module_utils/facts/hardware/linux_data.py:443
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `do_deprecated` in test/integration/targets/ansible-test-sanity-pylint/ansible_collections/ns/col/plugins/lookup/deprecated.py:53
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `doc_deprecated` in test/lib/ansible_test/_util/controller/sanity/validate-modules/validate_modules/main.py:904
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `enabled_old` in lib/ansible/modules/apt_repository.py:451
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `fragment_copy` in test/units/utils/test_plugin_docs.py:330
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `handle_v2` in test/integration/targets/support-callback_plugins/callback_plugins/callback_debug.py:21
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `ignore_deprecated` in lib/ansible/cli/doc.py:1062
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `ignore_deprecated` in lib/ansible/playbook/base.py:400
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `ignore_deprecated` in lib/ansible/plugins/loader.py:146
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `ignore_deprecated` in lib/ansible/utils/plugin_docs.py:314
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `inventory_legacy` in lib/ansible/_internal/_json/_profiles/_legacy.py:2
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `inventory_legacy` in test/integration/targets/inventory_script/script_inventory_fixture.py:22
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `is_deprecated` in lib/ansible/cli/arguments/option_helpers.py:50
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `is_deprecated` in test/integration/targets/collections/collection_root_user/ansible_collections/testns/testcoll/plugins/modules/deprecated_ping.py:8
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `pb_copy` in test/integration/targets/var_precedence/ansible-var-precedence-check.py:179
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `preserved_copy` in lib/ansible/module_utils/basic.py:1669
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `read_python_coverage_legacy` in test/lib/ansible_test/_internal/commands/coverage/__init__.py:209
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `repair_unused` in lib/ansible/utils/encrypt.py:244
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `s_copy` in test/units/executor/test_play_iterator.py:412
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `something_old` in lib/ansible/_internal/_templating/_datatag.py:85
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `something_old` in test/integration/targets/data_tagging_controller/library/tagging_sample.py:19
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `tag_copy` in lib/ansible/_internal/_datatag/_utils.py:10
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `tag_copy` in lib/ansible/_internal/_templating/_jinja_plugins.py:240
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `tag_copy` in lib/ansible/_internal/_templating/_template_vars.py:69
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `tag_copy` in lib/ansible/_internal/_yaml/_constructor.py:214
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `tag_copy` in lib/ansible/config/manager.py:115
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `tag_copy` in lib/ansible/module_utils/common/parameters.py:432
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `tag_copy` in lib/ansible/parsing/dataloader.py:192
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `tag_copy` in lib/ansible/parsing/mod_args.py:149
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `tag_copy` in lib/ansible/parsing/vault/__init__.py:151
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `tag_copy` in lib/ansible/parsing/yaml/objects.py:21
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `tag_copy` in lib/ansible/playbook/role/definition.py:83
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `tag_copy` in lib/ansible/playbook/taggable.py:54
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `tag_copy` in lib/ansible/playbook/task.py:274
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `tag_copy` in test/units/_internal/_datatag/test_tags.py:13
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `test_copy` in test/units/_internal/templating/test_common_.py:142
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `test_copy` in test/units/module_utils/common/test_collections.py:222
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `test_deprecated` in test/units/utils/test_errors.py:14
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `test_legacy` in test/units/utils/test_serialization.py:192
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `test_tag_copy` in test/units/utils/test_datatag.py:74
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `ti_copy` in lib/ansible/playbook/helpers.py:222
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `ti_copy` in lib/ansible/plugins/strategy/__init__.py:776
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `via_copy` in test/units/module_utils/datatag/test_datatag.py:93
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `win_copy` in lib/ansible/modules/assemble.py:96
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `win_copy` in lib/ansible/modules/copy.py:24
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `win_copy` in lib/ansible/modules/template.py:33
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `win_copy` in lib/ansible/plugins/action/__init__.py:337
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `win_copy` in test/support/windows-integration/plugins/action/win_copy.py:233
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `win_copy` in test/support/windows-integration/plugins/modules/win_copy.py:14
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `win_copy` in test/units/plugins/action/test_action.py:195
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph software Dead code conf 1.00 Possibly dead Python function: clear_pattern_cache
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
lib/ansible/inventory/manager.py:671
low System graph software Dead code conf 1.00 Possibly dead Python function: construct_yaml_map
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
lib/ansible/_internal/_yaml/_constructor.py:57
low System graph software Dead code conf 1.00 Possibly dead Python function: construct_yaml_seq
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
lib/ansible/_internal/_yaml/_constructor.py:147
low System graph software Dead code conf 1.00 Possibly dead Python function: construct_yaml_set
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
lib/ansible/_internal/_yaml/_constructor.py:141
low System graph software Dead code conf 1.00 Possibly dead Python function: construct_yaml_str
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
lib/ansible/_internal/_yaml/_constructor.py:120
low System graph software Dead code conf 1.00 Possibly dead Python function: construct_yaml_unsafe
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
lib/ansible/_internal/_yaml/_constructor.py:200
low System graph software Dead code conf 1.00 Possibly dead Python function: construct_yaml_vault_encrypted
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
lib/ansible/_internal/_yaml/_constructor.py:218
low System graph software Dead code conf 1.00 Possibly dead Python function: deferred_exception
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
lib/ansible/_internal/_templating/_engine.py:395
low System graph software Dead code conf 1.00 Possibly dead Python function: deprecation_summary
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
lib/ansible/_internal/_templating/_transform.py:42
low System graph software Dead code conf 1.00 Possibly dead Python function: derived
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
lib/ansible/_internal/_templating/_jinja_bits.py:251
low System graph software Dead code conf 1.00 Possibly dead Python function: encrypted_string
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
lib/ansible/_internal/_templating/_transform.py:50
low System graph software Dead code conf 1.00 Possibly dead Python function: error_summary
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
lib/ansible/_internal/_templating/_transform.py:29
low System graph software Dead code conf 1.00 Possibly dead Python function: inner
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
lib/ansible/context.py:45
low System graph software Dead code conf 1.00 Possibly dead Python function: new_context
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
lib/ansible/_internal/_templating/_jinja_bits.py:341
low System graph software Dead code conf 1.00 Possibly dead Python function: plugin_info
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
lib/ansible/_internal/_templating/_transform.py:19
low System graph software Dead code conf 1.00 Possibly dead Python function: python_literal_eval
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
lib/ansible/_internal/ansible_collections/ansible/_protomatter/plugins/filter/python_literal_eval.py:8
low System graph software Dead code conf 1.00 Possibly dead Python function: represent_ansible_tagged_object
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
lib/ansible/_internal/_yaml/_dumper.py:94
low System graph software Dead code conf 1.00 Possibly dead Python function: represent_tripwire
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
lib/ansible/_internal/_yaml/_dumper.py:106
low System graph software Dead code conf 1.00 Possibly dead Python function: represent_vault_exception_marker
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
lib/ansible/_internal/_yaml/_dumper.py:72
low System graph software Dead code conf 1.00 Possibly dead Python function: rplcr
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
lib/ansible/_internal/_powershell/_clixml.py:174
low System graph software Dead code conf 1.00 Possibly dead Python function: tag_names
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
lib/ansible/_internal/ansible_collections/ansible/_protomatter/plugins/filter/tag_names.py:8
low System graph software Dead code conf 1.00 Possibly dead Python function: visit_Const
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
lib/ansible/_internal/_templating/_jinja_bits.py:379
low System graph software Dead code conf 1.00 Possibly dead Python function: warning_summary
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
lib/ansible/_internal/_templating/_transform.py:37
low System graph quality Integrity conf 1.00 Stub function `_as_exception` (body is just `pass`/`return`) — lib/ansible/_internal/_templating/_jinja_common.py:225
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `_connect` (body is just `pass`/`return`) — test/integration/targets/error_from_connection/connection_plugins/dummy.py:27
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `_connect` (body is just `pass`/`return`) — test/integration/targets/loop-connection/collections/ansible_collections/ns/name/plugins/connection/dummy.py:28
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `_dump` (body is just `pass`/`return`) — test/integration/targets/deprecations/cache_plugins/notjsonfile.py:82
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `_fake_load_params` (body is just `pass`/`return`) — test/lib/ansible_test/_util/controller/sanity/validate-modules/validate_modules/module_args.py:69
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `_get_formatted_source_context` (body is just `pass`/`return`) — lib/ansible/module_utils/_internal/_errors.py:62
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `_validate_final` (body is just `pass`/`return`) — lib/ansible/utils/collection_loader/_collection_finder.py:483
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `do_remove_job` (body is just `pass`/`return`) — lib/ansible/modules/cron.py:361
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `emptyline` (body is just `pass`/`return`) — lib/ansible/cli/console.py:251
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `exec_module` (body is just `pass`/`return`) — lib/ansible/module_utils/six/__init__.py:258
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `get` (body is just `pass`/`return`) — lib/ansible/plugins/cache/__init__.py:57
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `parse` (body is just `pass`/`return`) — hacking/create-bulk-issues.py:185
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `post_init` (body is just `pass`/`return`) — lib/ansible/module_utils/_internal/_json/_profiles/__init__.py:196
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `reset` (body is just `pass`/`return`) — lib/ansible/plugins/connection/local.py:285
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `set_current_hostname` (body is just `pass`/`return`) — lib/ansible/modules/hostname.py:128
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `set_play_context` (body is just `pass`/`return`) — lib/ansible/plugins/callback/__init__.py:540
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `verify_file` (body is just `pass`/`return`) — test/integration/targets/ansible-doc/broken-docs/collections/ansible_collections/testns/testcol/plugins/inventory/statichost.py:29
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `verify_file` (body is just `pass`/`return`) — test/integration/targets/ansible-doc/collections/ansible_collections/testns/testcol/plugins/inventory/statichost.py:28
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Complexity conf 1.00 Very large file: lib/ansible/_internal/_task.py (1444 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: lib/ansible/_internal/_templating/_jinja_bits.py (1126 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: lib/ansible/cli/doc.py (1681 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: lib/ansible/cli/galaxy.py (1889 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: lib/ansible/executor/module_common.py (1694 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: lib/ansible/executor/task_executor.py (1074 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: lib/ansible/galaxy/collection/__init__.py (1933 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: lib/ansible/module_utils/basic.py (2219 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: lib/ansible/module_utils/urls.py (1639 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: lib/ansible/modules/apt.py (1625 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: lib/ansible/modules/git.py (1471 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: lib/ansible/modules/service.py (1612 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: lib/ansible/modules/user.py (3590 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: lib/ansible/parsing/vault/__init__.py (1525 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: lib/ansible/plugins/action/__init__.py (1551 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: lib/ansible/plugins/connection/ssh.py (1625 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: lib/ansible/plugins/loader.py (1905 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: lib/ansible/plugins/strategy/__init__.py (1159 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: lib/ansible/utils/collection_loader/_collection_finder.py (1274 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: test/lib/ansible_test/_internal/commands/sanity/__init__.py (1316 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: test/lib/ansible_test/_internal/host_profiles.py (1779 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: test/lib/ansible_test/_util/controller/sanity/validate-modules/validate_modules/main.py (2673 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: test/units/cli/test_galaxy.py (1360 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: test/units/galaxy/test_api.py (1301 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: test/units/module_utils/facts/other/test_ohai.py (6766 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
For AI agents: Voting guide (TP/FP) MCP manifest Stdio wrapper SARIF Integrate Findings queue Vote TP/FP on findings to calibrate the engine.
For AI agents + API integrations
Email me when this repo regresses
Free. We re-scan periodically; new criticals → your inbox. No signup required for the scan itself.
API access

This page is publicly accessible at: https://repobility.com/scan/529d3d56-8a1c-4035-8414-20e7a8c17bc0/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/529d3d56-8a1c-4035-8414-20e7a8c17bc0/

Important — please don't re-submit the same URL repeatedly. The submission endpoint is idempotent: re-submitting the same git URL returns this same scan_token, not a new one. To re-scan this repo, sign up free and use the dashboard.