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.
92 of your 135 findings came from Repobility's proprietary detections. ✓ Repobility tags below mark them.
Upstream (GitHub) caused delay on this scan — not Repobility.
  • GitHub API rate-limited (HTTP 403) — preflight skipped, fell back to direct git clone.
  • Clone from GitHub took 127.79s for a 942.4 MB repo slow.
  • Repobility's analysis ran in 8.44s after the clone landed.

getsolus/packages

https://github.com/getsolus/packages · scanned 2026-06-05 21:37 UTC (4 days, 10 hours ago) · 10 languages

292 raw signals (128 security + 164 graph) 11/13 scanners ran 38th percentile · Python · small (2-20K LoC) System graph score 75 (lower by 13)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 4 days, 10 hours ago · v2 · 106 actionable findings from 2 signal sources. 104 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 40.0 0.15 6.00
security_score 100.0 0.25 25.00
testing_score 0.0 0.20 0.00
documentation_score 72.0 0.15 10.80
practices_score 83.0 0.15 12.45
code_quality 75.0 0.10 7.50
Overall 1.00 61.8
security_score may be inflated — optional security scanners were skipped on this fast scan
Severity distribution — click a segment to filter
Active filters: excluding tests × Reset all
Scan summary Quality grade C+ (62/100). Dimensions: security 100, maintainability 40. 128 findings (17 security). 7,169 lines analyzed.

Showing 82 of 106 actionable findings. 210 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 quality Quality conf 1.00 ✓ Repobility [MINED015] Ruby Eval Call: eval() executes arbitrary code. Code injection.
Review and fix per the pattern semantics. See CWE-95 / for context.
common/perl/get_unique_updates/get_unique_updates.pl:20
high Security checks quality Quality conf 1.00 ✓ Repobility [MINED107] Missing import: `xml` used but not imported: The file uses `xml.something(...)` but never imports `xml`. This raises NameError at runtime the first time the line executes.
Add `import xml` at the top of the file.
common/CI/package_checks.py:742
high Security checks quality Quality conf 1.00 ✓ Repobility [MINED021] Path Traversal Os Join: os.path.join(user_dir, filename) where filename can contain "../" — directory escape.
Review and fix per the pattern semantics. See CWE-22 / A01:2021 for context.
common/Scripts/check_appstream_progress.py:63
high Security checks quality Quality conf 1.00 ✓ Repobility [MINED021] Path Traversal Os Join: os.path.join(user_dir, filename) where filename can contain "../" — directory escape.
Review and fix per the pattern semantics. See CWE-22 / A01:2021 for context.
common/Hooks/pre-commit.py:6
high Security checks quality Quality conf 1.00 ✓ Repobility [MINED034] Python Subprocess Shell True: subprocess(..., shell=True) enables command injection.
Review and fix per the pattern semantics. See CWE-78 / for context.
common/Scripts/find_deps.py:20
high Security checks quality Quality conf 1.00 ✓ Repobility 3 occurrences [MINED036] Python Os System Call: os.system() invokes shell with no escaping.
Review and fix per the pattern semantics. See CWE-78 / for context.
3 files, 3 locations
common/Scripts/ep-update.py:66
packages/k/kernel-glue/comar/package.py:30
packages/k/kernel-glue/comar/packageHandler.py:59
high Security checks quality Quality conf 1.00 ✓ Repobility 3 occurrences [MINED040] Python Yaml Load Unsafe: yaml.load(stream) without SafeLoader can deserialize arbitrary classes.
Review and fix per the pattern semantics. See CWE-502 / for context.
3 files, 3 locations
common/Scripts/get-py-deps.py:60
common/Scripts/gettag.py:24
packages/a/appstream-catalog/update-appstream-sources.py:56
high Security checks quality Quality conf 1.00 ✓ Repobility 25 occurrences [MINED108] `self.name` used but never assigned in __init__: Method `to_yaml` of class `ReleaseMonitoring` reads `self.name`, 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.
Initialize `self.name = <default>` in __init__, or add a class-level default.
3 files, 25 locations
common/Scripts/worklog.py:156, 160, 173, 176, 192, 193, 196, 198, +6 more (20 hits)
common/Scripts/yauto.py:149, 156, 177, 182 (4 hits)
common/Scripts/release_monitoring.py:75
high Security checks security Injection conf 0.50 [SEC004] SQL Injection Risk: String interpolation in SQL execution. Allows SQL injection.
Use parameterized queries: cursor.execute('SELECT * FROM t WHERE id = %s', [id]). For dynamic table or column names, choose identifiers from a hard-coded allowlist and keep values in parameters.
common/Scripts/ep-update.py:122
high Security checks security path traversal conf 0.80 [SEC013] Path Traversal — User Input in File Path: User-controlled input used in file path without sanitization. Allows reading arbitrary files.
Use os.path.realpath() and verify the path starts with your expected base directory. Use secure_filename() for uploads.
packages/q/qt6-webengine/update-chromium.py:34
high Security checks cicd CI/CD security conf 0.90 ✓ Repobility 2 occurrences GitHub Action is tag-pinned rather than SHA-pinned
[MINED115] Action `jpetrucciani/mypy-check` pinned to mutable ref `@master`: `uses: jpetrucciani/mypy-check@master` resolves at workflow-run time. Tags and branches can be re-pushed by the action owner; that made the tj-actions/changed-files compromise (2025) instantly affect ~23K repos. Pin to a 4…
lines 32, 43
.github/workflows/script_lint.yml:32, 43 (2 hits)
CI/CD securitySupply chainGitHub Actions
low Security checks cicd CI/CD security conf 0.90 ✓ Repobility 7 occurrences GitHub Action is tag-pinned rather than SHA-pinned
[MINED115] Action `actions/checkout` pinned to mutable ref `@v6`: `uses: actions/checkout@v6` resolves at workflow-run time. Tags and branches can be re-pushed by the action owner; that made the tj-actions/changed-files compromise (2025) instantly affect ~23K repos. Pin to a 40-char commit SHA + lo…
2 files, 7 locations
.github/workflows/script_lint.yml:19, 21, 41 (5 hits)
.github/workflows/package_lint.yml:15 (2 hits)
CI/CD securitySupply chainGitHub Actions
medium Security checks cicd CI/CD security conf 0.90 ✓ Repobility 2 occurrences GitHub Action is tag-pinned rather than SHA-pinned
[MINED115] Action `py-actions/flake8` pinned to mutable ref `@v2`: `uses: py-actions/flake8@v2` resolves at workflow-run time. Tags and branches can be re-pushed by the action owner; that made the tj-actions/changed-files compromise (2025) instantly affect ~23K repos. Pin to a 40-char commit SHA + …
lines 25
.github/workflows/script_lint.yml:25 (2 hits)
CI/CD securitySupply chainGitHub Actions
high System graph cicd CI/CD security conf 1.00 2 occurrences GitHub Action tracks a moving branch
jpetrucciani/mypy-check@master can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA.
lines 32, 43
.github/workflows/script_lint.yml:32, 43 (2 hits)
CI/CD securitySupply chainGithub actions
low Security checks quality Error handling conf 1.00 3 occurrences [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.
3 files, 3 locations
packages/a/appstream-catalog/update-appstream-sources.py:79
packages/k/kernel-glue/comar/package.py:31
packages/k/kernel-glue/comar/packageHandler.py:151
low Security checks security Injection conf 0.50 [SEC005] Command Injection Risk: Unsafe shell execution or eval of user input.
Use subprocess with shell=False and a list of args. Never eval user input.
common/Scripts/find_deps.py:20
low Security checks security Injection conf 0.50 [SEC005] Command Injection Risk: Unsafe shell execution or eval of user input.
Use subprocess with shell=False and a list of args. Never eval user input.
common/Scripts/ep-update.py:66
low Security checks security Deserialization conf 1.00 3 occurrences [SEC007] Unsafe Deserialization: Unsafe deserialization can execute arbitrary code.
Use yaml.safe_load() instead of yaml.load(). Avoid pickle for untrusted data.
3 files, 3 locations
common/Scripts/get-py-deps.py:60
common/Scripts/gettag.py:24
packages/a/appstream-catalog/update-appstream-sources.py:56
low Security checks quality Error handling conf 0.55 ✓ Repobility 22 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, 21 locations
packages/a/appstream-catalog/update-appstream-sources.py:30, 42, 60, 162, 197, 235 (6 hits)
common/Scripts/release_monitoring.py:126, 181, 267 (3 hits)
common/Legacy/Scripts/dep_check.py:76, 114 (2 hits)
common/Legacy/Scripts/find-old-packages.py:44, 47 (2 hits)
common/Scripts/dloader.py:29
common/Scripts/ep-update.py:67
common/Scripts/find_deps.py:93
common/Scripts/gettag.py:25
Error handlingquality
medium Security checks cicd CI/CD security conf 0.90 Docker build context has no .dockerignore
Add .dockerignore with at least .git, .env, private keys, dependency folders, build outputs, and local databases.
.dockerignore CI/CD securitycontainers
medium Security checks cicd CI/CD security conf 0.84 Docker build context is very large
Shrink the build context with .dockerignore, move generated/runtime data outside the build context, and copy only the manifest files needed for cached dependency layers.
.dockerignore CI/CD securitycontainers
medium System graph security Analyzer error conf 1.00 Analyzer timeout: security.gitleaks
analyzer exceeded 60.0s wall-clock (thread mode — daemon abandoned). Bump REPOBILITY_ANALYZER_TIMEOUT_S if expected.
Timeout
medium System graph security security conf 1.00 Insecure pattern 'subprocess_shell_true' in common/Scripts/find_deps.py:21
Found a known-risky pattern (subprocess_shell_true). Review and replace if possible.
common/Scripts/find_deps.py:21 Subprocess shell true
medium System graph security security conf 1.00 Insecure pattern 'subprocess_shell_true' in common/Scripts/yconvert.py:72
Found a known-risky pattern (subprocess_shell_true). Review and replace if possible.
common/Scripts/yconvert.py:72 Subprocess shell true
medium System graph security security conf 1.00 Insecure pattern 'weak_hash' in packages/c/collision/package.yml:12
Found a known-risky pattern (weak_hash). Review and replace if possible.
packages/c/collision/package.yml:12 Weak hash
medium System graph security security conf 1.00 Insecure pattern 'weak_hash' in packages/l/libmhash/package.yml:12
Found a known-risky pattern (weak_hash). Review and replace if possible.
packages/l/libmhash/package.yml:12 Weak hash
medium System graph security security conf 1.00 Insecure pattern 'weak_hash' in packages/p/perl-digest-hmac/package.yml:12
Found a known-risky pattern (weak_hash). Review and replace if possible.
packages/p/perl-digest-hmac/package.yml:12 Weak hash
medium System graph security security conf 1.00 Insecure pattern 'weak_hash' in packages/p/perl-digest-md5/package.yml:6
Found a known-risky pattern (weak_hash). Review and replace if possible.
packages/p/perl-digest-md5/package.yml:6 Weak hash
medium System graph security security conf 1.00 Insecure pattern 'weak_hash' in packages/p/perl-digest-sha1/package.yml:6
Found a known-risky pattern (weak_hash). Review and replace if possible.
packages/p/perl-digest-sha1/package.yml:6 Weak hash
medium System graph security security conf 1.00 Insecure pattern 'weak_hash' in packages/r/rhash/package.yml:12
Found a known-risky pattern (weak_hash). Review and replace if possible.
packages/r/rhash/package.yml:12 Weak hash
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — common/CI/package_checks.py:125
`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 — common/Hooks/pre-commit.py:11
`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 — common/Hooks/prepare-commit-msg.py:27
`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 — common/Scripts/find_deps.py:20
`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 — common/Scripts/publish_series.py:220
`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 — common/Scripts/release_monitoring.py:243
`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 — common/Scripts/worklog.py:124
`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 — packages/c/ca-certs/update.py:14
`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 — packages/f/firefox-langpacks/update.py:60
`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 — packages/q/qt6-webengine/update-chromium.py:30
`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 — packages/t/thunderbird-langpacks/update.py:60
`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 network Security conf 1.00 Privileged port 12 in use
Port 12 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
packages/l/libheif/package.yml Ports
medium System graph network Security conf 1.00 Privileged port 191 in use
Port 191 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
packages/l/live-media/package.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.
common/CI/config.yaml Ports
medium System graph network Security conf 1.00 Privileged port 30 in use
Port 30 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
common/CI/config.yaml Ports
medium System graph network Security conf 1.00 Privileged port 40 in use
Port 40 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
packages/l/live-media/package.yml Ports
medium System graph network Security conf 1.00 Privileged port 43 in use
Port 43 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
packages/g/gnome-control-center/package.yml Ports
medium System graph network Security conf 1.00 Privileged port 913 in use
Port 913 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
packages/g/gnome-control-center/package.yml Ports
medium System graph quality Tests conf 1.00 Very low test-to-source ratio
1 test file(s) for 50 source file(s) (ratio 0.02). Consider adding integration or unit tests for critical paths.
Coverage
low Security checks quality Error handling conf 1.00 [ERR003] Ignored Error (Go): Ignoring error return values.
Handle the error or use errcheck linter.
common/Go/ypkg/cli/update.go:69
low Security checks quality Quality conf 0.60 8 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.
8 files, 8 locations
common/Go/update_packages.go:35
common/Scripts/pbump.py:12
packages/k/kernel-glue/comar/packageHandler.py:15
packages/n/nvidia-470-glx-driver/files/modalias-util.py:1
packages/n/nvidia-glx-driver/files/modalias-util.py:1
packages/n/nvidia-glx-driver/files/parse-supported-gpus.py:1
packages/n/nvidia-open/files/modalias-util.py:1
packages/t/thunderbird-langpacks/update.py:4
duplicationquality
high Security checks quality Quality conf 0.62 Source file name looks like an AI patch artifact
Rename it to the domain concept it implements or merge it into the existing module it was meant to change.
common/Scripts/ep-update.py:1
low System graph software Dead code candidate conf 1.00 File has no detected symbols: common/Scripts/ep-update.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: common/Scripts/pbump.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: common/Scripts/yconvert.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: packages/f/firefox/files/firefox-l10n.js
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: packages/k/kernel-glue/comar/package.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: packages/k/kernel-glue/comar/packageHandler.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: packages/q/qt6-webengine/update-chromium.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: packages/t/tensorflow/files/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: packages/t/thunderbird/files/prefs.js
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph quality Integrity conf 1.00 Near-duplicate function bodies in 19 places
Functions with the same first-5-line body hash: common/CI/package_checks.py:run, common/CI/package_checks.py:run, common/CI/package_checks.py:run, common/CI/package_checks.py:run This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://jw.hn/ai-code-hygiene). Cons…
duplicatesduplication
low System graph quality Integrity conf 1.00 10 occurrences Near-duplicate function bodies in 2 places
Functions with the same first-5-line body hash: common/CI/package_checks.py:release, common/CI/package_checks.py:release This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://jw.hn/ai-code-hygiene). Consolidate or document why they're separate.
10 occurrences
repo-level (10 hits)
duplicatesduplication
low System graph quality Integrity conf 1.00 Near-duplicate function bodies in 3 places
Functions with the same first-5-line body hash: common/Scripts/worklog.py:get, common/Scripts/worklog.py:get, common/Scripts/worklog.py:get This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://jw.hn/ai-code-hygiene). Consolidate or document why they're separat…
duplicatesduplication
low System graph quality Integrity conf 1.00 3 occurrences Near-duplicate function bodies in 4 places
Functions with the same first-5-line body hash: packages/b/broadcom-sta/files/modalias-util.py:parse_modaliases, packages/n/nvidia-open/files/modalias-util.py:parse_modaliases, packages/n/nvidia-glx-driver/files/modalias-util.py:parse_modaliases, packages/n/nvidia-470-glx-driver/files/modalias-util…
3 occurrences
repo-level (3 hits)
duplicatesduplication
low System graph quality Integrity conf 1.00 5 occurrences Near-duplicate function bodies in 5 places
Functions with the same first-5-line body hash: common/Scripts/worklog.py:package, common/Scripts/worklog.py:package, common/Scripts/worklog.py:package, common/Scripts/worklog.py:package This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://jw.hn/ai-code-hygien…
5 occurrences
repo-level (5 hits)
duplicatesduplication
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `config_old` in common/Scripts/ep-update.py:37
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 `config_old` in common/Scripts/pbump.py:34
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: commits_by_pkg
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
common/Scripts/worklog.py:538
low System graph software Dead code conf 1.00 Possibly dead Python function: get_sha1sum
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
common/Scripts/dloader.py:72
low System graph software Dead code conf 1.00 Possibly dead Python function: load_pspec_xml_from_commit
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
common/CI/package_checks.py:325
low System graph software Dead code conf 1.00 Possibly dead Python function: represent_none
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
common/Scripts/release_monitoring.py:14
low System graph software Dead code conf 1.00 Possibly dead Python function: test_basic
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
common/Scripts/get-py-deps.py:176
low System graph software Dead code conf 1.00 Possibly dead Python function: test_comprehensive1
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
common/Scripts/get-py-deps.py:207
low System graph software Dead code conf 1.00 Possibly dead Python function: test_comprehensive2
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
common/Scripts/get-py-deps.py:214
low System graph software Dead code conf 1.00 Possibly dead Python function: test_empty_list
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
common/Scripts/get-py-deps.py:179
low System graph software Dead code conf 1.00 Possibly dead Python function: test_excludes_extras
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
common/Scripts/get-py-deps.py:185
low System graph software Dead code conf 1.00 Possibly dead Python function: test_excludes_extras_comprehensive
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
common/Scripts/get-py-deps.py:192
low System graph software Dead code conf 1.00 Possibly dead Python function: test_excludes_extras_no_deps
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
common/Scripts/get-py-deps.py:189
low System graph software Dead code conf 1.00 Possibly dead Python function: test_excludes_version
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
common/Scripts/get-py-deps.py:182
low System graph software Dead code conf 1.00 Possibly dead Python function: test_ignore_satisfied_evaluate_markers
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
common/Scripts/get-py-deps.py:197
low System graph software Dead code conf 1.00 Possibly dead Python function: test_included_unsatisified_evaluate_markers
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
common/Scripts/get-py-deps.py:202
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/9886b4c2-e9a1-4353-89bf-49ccc50b7195/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/9886b4c2-e9a1-4353-89bf-49ccc50b7195/

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.