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.
63 of your 94 findings came from Repobility's proprietary detections. ✓ Repobility tags below mark them.

Scan timing: clone 11.56s · analysis 6.71s · 13.6 MB · GitHub API rate-limit (preflight)

ultraworkers/claw-code

https://github.com/ultraworkers/claw-code · scanned 2026-06-05 04:30 UTC (3 hours, 21 minutes ago) · 10 languages

179 findings (91 legacy + 88 scanner) 8th percentile · Rust · large (100-500K LoC) Scanner says 72 (lower by 13)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 3 hours, 21 minutes ago · v2 · 135 findings from 2 sources. Findings combine the legacy security pipeline AND the multi-layer engine (atlas, wiring, flows, ranked) AND verified AI agent contributions.

JSON
Score breakdown â 2026-05-18-v5
Component Sub-score Weight Contribution
structure_score 65.0 0.15 9.75
security_score 35.8 0.25 8.95
testing_score 51.0 0.20 10.20
documentation_score 84.0 0.15 12.60
practices_score 85.0 0.15 12.75
code_quality 38.9 0.10 3.89
Overall 1.00 58.1
Severity distribution — click a segment to filter
Active filters: excluding tests × Reset all
Scan summary Repository scanned at 71.5/100 with 100.0% coverage. It contains 663 nodes across 0 cross-layer flows, written primarily in mixed languages. Engine surfaced 44 findings — concentrated in quality (24), software (10), hardware (4). Risk profile is high: 1 critical, 0 high, 6 medium. Recommended next step: open the quality layer findings first — that's where the highest-impact wins live.

Showing 113 of 135 findings. Click TP / FP to vote on a finding's accuracy — votes adjust the confidence weighting and improve detection across the platform.

critical Legacy security credential_exposure 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.
ROADMAP.md:1816 credential_exposurelegacy
critical Legacy security credential_exposure 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.
ROADMAP.md:1810 credential_exposurelegacy
critical Legacy security credential_exposure 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.
USAGE.md:271 credential_exposurelegacy
critical Legacy security credential_exposure 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.
docs/windows-install-release.md:131 credential_exposurelegacy
critical 9-layer security secrets conf 1.00 Possible secret in rust/crates/api/src/providers/anthropic.rs
Detected pattern matching generic_api_key. Rotate the credential and move to a secret manager.
rust/crates/api/src/providers/anthropic.rs:1748 secrets
high Legacy quality quality conf 1.00 ✓ Repobility [MINED012] Curl Pipe Bash: curl ... | sh / bash — runs unverified network code.
Review and fix per the pattern semantics. See CWE-494 / A08:2021 for context.
install.sh:139 qualitylegacy
high Legacy quality quality conf 1.00 ✓ Repobility `self._collect_matches` used but never assigned in __init__
Method `route_prompt` of class `PortRuntime` reads `self._collect_matches`, 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.
src/runtime.py:95 qualitylegacy
high Legacy quality quality conf 1.00 ✓ Repobility `self._collect_matches` used but never assigned in __init__
Method `route_prompt` of class `PortRuntime` reads `self._collect_matches`, 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.
src/runtime.py:94 qualitylegacy
high Legacy quality quality conf 1.00 ✓ Repobility `self._expand_glob` used but never assigned in __init__
Method `validate_path` of class `WorkspacePathScope` reads `self._expand_glob`, 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.
src/path_scope.py:67 qualitylegacy
high Legacy quality quality conf 1.00 ✓ Repobility `self._explicit_command_match` used but never assigned in __init__
Method `route_prompt` of class `PortRuntime` reads `self._explicit_command_match`, 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.
src/runtime.py:91 qualitylegacy
high Legacy quality quality conf 1.00 ✓ Repobility `self._format_output` used but never assigned in __init__
Method `submit_message` of class `QueryEnginePort` reads `self._format_output`, 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.
src/query_engine.py:87 qualitylegacy
high Legacy quality quality conf 1.00 ✓ Repobility `self._infer_permission_denials` used but never assigned in __init__
Method `bootstrap_session` of class `PortRuntime` reads `self._infer_permission_denials`, 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.
src/runtime.py:148 qualitylegacy
high Legacy quality quality conf 1.00 ✓ Repobility `self._render_structured_output` used but never assigned in __init__
Method `_format_output` of class `QueryEnginePort` reads `self._render_structured_output`, 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.
src/query_engine.py:165 qualitylegacy
high Legacy quality quality conf 1.00 ✓ Repobility `self._score` used but never assigned in __init__
Method `_collect_matches` of class `PortRuntime` reads `self._score`, 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.
src/runtime.py:206 qualitylegacy
high Legacy quality quality conf 1.00 ✓ Repobility `self._validate_windows_path` used but never assigned in __init__
Method `validate_path` of class `WorkspacePathScope` reads `self._validate_windows_path`, 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.
src/path_scope.py:62 qualitylegacy
high Legacy quality quality conf 1.00 ✓ Repobility `self.compact_messages_if_needed` used but never assigned in __init__
Method `submit_message` of class `QueryEnginePort` reads `self.compact_messages_if_needed`, 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.
src/query_engine.py:96 qualitylegacy
high Legacy quality quality conf 1.00 ✓ Repobility `self.flush_transcript` used but never assigned in __init__
Method `persist_session` of class `QueryEnginePort` reads `self.flush_transcript`, 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.
src/query_engine.py:148 qualitylegacy
high Legacy quality quality conf 1.00 ✓ Repobility `self.route_prompt` used but never assigned in __init__
Method `run_turn_loop` of class `PortRuntime` reads `self.route_prompt`, 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.
src/runtime.py:184 qualitylegacy
high Legacy quality quality conf 1.00 ✓ Repobility `self.route_prompt` used but never assigned in __init__
Method `bootstrap_session` of class `PortRuntime` reads `self.route_prompt`, 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.
src/runtime.py:144 qualitylegacy
high Legacy quality quality conf 1.00 ✓ Repobility `self.stderr_text` used but never assigned in __init__
Method `to_json_dict` of class `ProbeResult` reads `self.stderr_text`, 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.
scripts/dogfood-probe.py:36 qualitylegacy
high Legacy quality quality conf 1.00 ✓ Repobility `self.stdout_text` used but never assigned in __init__
Method `to_json_dict` of class `ProbeResult` reads `self.stdout_text`, 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.
scripts/dogfood-probe.py:35 qualitylegacy
high Legacy quality quality conf 1.00 ✓ Repobility `self.submit_message` used but never assigned in __init__
Method `stream_submit_message` of class `QueryEnginePort` reads `self.submit_message`, 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.
src/query_engine.py:127 qualitylegacy
high Legacy quality quality conf 1.00 ✓ Repobility `self.validate_path` used but never assigned in __init__
Method `validate_payload` of class `WorkspacePathScope` reads `self.validate_path`, 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.
src/path_scope.py:54 qualitylegacy
high Legacy quality quality conf 1.00 ✓ Repobility `self.validate_path` used but never assigned in __init__
Method `validate_payload` of class `WorkspacePathScope` reads `self.validate_path`, 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.
src/path_scope.py:50 qualitylegacy
high Legacy software dependency conf 0.90 ✓ Repobility Action `actions/checkout` pinned to mutable ref `@v4`
`uses: actions/checkout@v4` 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 + lock with Dependabot or renovate.
.github/workflows/rust-ci.yml:132 dependencylegacy
high Legacy software dependency conf 0.90 ✓ Repobility Action `actions/checkout` pinned to mutable ref `@v4`
`uses: actions/checkout@v4` 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 + lock with Dependabot or renovate.
.github/workflows/rust-ci.yml:114 dependencylegacy
high Legacy software dependency conf 0.90 ✓ Repobility Action `actions/checkout` pinned to mutable ref `@v4`
`uses: actions/checkout@v4` 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 + lock with Dependabot or renovate.
.github/workflows/rust-ci.yml:102 dependencylegacy
high Legacy software dependency conf 0.90 ✓ Repobility Action `actions/checkout` pinned to mutable ref `@v4`
`uses: actions/checkout@v4` 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 + lock with Dependabot or renovate.
.github/workflows/rust-ci.yml:88 dependencylegacy
high Legacy software dependency conf 0.90 ✓ Repobility Action `actions/checkout` pinned to mutable ref `@v4`
`uses: actions/checkout@v4` 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 + lock with Dependabot or renovate.
.github/workflows/rust-ci.yml:71 dependencylegacy
high Legacy software dependency conf 0.90 ✓ Repobility Action `actions/checkout` pinned to mutable ref `@v4`
`uses: actions/checkout@v4` 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 + lock with Dependabot or renovate.
.github/workflows/release.yml:43 dependencylegacy
high Legacy software dependency conf 0.90 ✓ Repobility Action `actions/checkout` pinned to mutable ref `@v4`
`uses: actions/checkout@v4` 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 + lock with Dependabot or renovate.
.github/workflows/rust.yml:21 dependencylegacy
high Legacy software dependency conf 0.90 ✓ Repobility Action `actions/setup-python` pinned to mutable ref `@v5`
`uses: actions/setup-python@v5` 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 + lock with Dependabot or renovate.
.github/workflows/rust-ci.yml:72 dependencylegacy
high Legacy software dependency conf 0.90 ✓ Repobility Action `actions/upload-artifact` pinned to mutable ref `@v4`
`uses: actions/upload-artifact@v4` 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 + lock with Dependabot or renovate.
.github/workflows/release.yml:63 dependencylegacy
high Legacy software dependency conf 0.90 ✓ Repobility Action `dtolnay/rust-toolchain` pinned to mutable ref `@stable`
`uses: dtolnay/rust-toolchain@stable` 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 + lock with Dependabot or renovate.
.github/workflows/rust-ci.yml:133 dependencylegacy
high Legacy software dependency conf 0.90 ✓ Repobility Action `dtolnay/rust-toolchain` pinned to mutable ref `@stable`
`uses: dtolnay/rust-toolchain@stable` 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 + lock with Dependabot or renovate.
.github/workflows/rust-ci.yml:115 dependencylegacy
high Legacy software dependency conf 0.90 ✓ Repobility Action `dtolnay/rust-toolchain` pinned to mutable ref `@stable`
`uses: dtolnay/rust-toolchain@stable` 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 + lock with Dependabot or renovate.
.github/workflows/rust-ci.yml:103 dependencylegacy
high Legacy software dependency conf 0.90 ✓ Repobility Action `dtolnay/rust-toolchain` pinned to mutable ref `@stable`
`uses: dtolnay/rust-toolchain@stable` 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 + lock with Dependabot or renovate.
.github/workflows/rust-ci.yml:89 dependencylegacy
high Legacy software dependency conf 0.90 ✓ Repobility Action `dtolnay/rust-toolchain` pinned to mutable ref `@stable`
`uses: dtolnay/rust-toolchain@stable` 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 + lock with Dependabot or renovate.
.github/workflows/release.yml:44 dependencylegacy
high Legacy software dependency conf 0.90 ✓ Repobility Action `softprops/action-gh-release` pinned to mutable ref `@v2`
`uses: softprops/action-gh-release@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 + lock with Dependabot or renovate.
.github/workflows/release.yml:72 dependencylegacy
high Legacy software dependency conf 0.90 ✓ Repobility Action `Swatinem/rust-cache` pinned to mutable ref `@v2`
`uses: Swatinem/rust-cache@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 + lock with Dependabot or renovate.
.github/workflows/rust-ci.yml:134 dependencylegacy
high Legacy software dependency conf 0.90 ✓ Repobility Action `Swatinem/rust-cache` pinned to mutable ref `@v2`
`uses: Swatinem/rust-cache@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 + lock with Dependabot or renovate.
.github/workflows/rust-ci.yml:118 dependencylegacy
high Legacy software dependency conf 0.90 ✓ Repobility Action `Swatinem/rust-cache` pinned to mutable ref `@v2`
`uses: Swatinem/rust-cache@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 + lock with Dependabot or renovate.
.github/workflows/rust-ci.yml:104 dependencylegacy
high Legacy software dependency conf 0.90 ✓ Repobility Action `Swatinem/rust-cache` pinned to mutable ref `@v2`
`uses: Swatinem/rust-cache@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 + lock with Dependabot or renovate.
.github/workflows/rust-ci.yml:92 dependencylegacy
high Legacy software dependency conf 0.90 ✓ Repobility Action `Swatinem/rust-cache` pinned to mutable ref `@v2`
`uses: Swatinem/rust-cache@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 + lock with Dependabot or renovate.
.github/workflows/release.yml:46 dependencylegacy
high Legacy software dependency conf 0.88 bincode: RUSTSEC-2025-0141
Bincode is unmaintained
rust/Cargo.lock dependencylegacy
high Legacy software dependency conf 0.90 ✓ Repobility Dockerfile FROM `debian:bookworm-slim` not pinned by digest
`FROM debian:bookworm-slim` 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.
rust/crates/claw-rag-service/Dockerfile:13 dependencylegacy
high Legacy software dependency conf 0.90 ✓ Repobility Dockerfile FROM `rust:1.91-bookworm` not pinned by digest
`FROM rust:1.91-bookworm` 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.
rust/crates/claw-rag-service/Dockerfile:3 dependencylegacy
high Legacy software dependency conf 0.88 rand: RUSTSEC-2026-0097
Rand is unsound with a custom logger using `rand::rng()`
rust/Cargo.lock dependencylegacy
high Legacy software dependency conf 0.88 rustls-pemfile: RUSTSEC-2025-0134
rustls-pemfile is unmaintained
rust/Cargo.lock dependencylegacy
high Legacy software dependency conf 0.88 telemetry: RUSTSEC-2021-0046
misc::vec_with_size() can drop uninitialized memory if clone panics
rust/Cargo.lock dependencylegacy
high Legacy software dependency conf 0.88 yaml-rust: RUSTSEC-2024-0320
yaml-rust is unmaintained.
rust/Cargo.lock dependencylegacy
high Legacy quality quality conf 0.68 Agent auto-approve or skip-permissions mode is easy to enable
Codex/agent auto-approve, YOLO, or skip-permissions modes can be useful in isolated automation, but they remove the human checkpoint before command execution, network access, and file edits.
rust/README.md:128 qualitylegacy
high Legacy quality quality conf 0.68 Agent auto-approve or skip-permissions mode is easy to enable
Codex/agent auto-approve, YOLO, or skip-permissions modes can be useful in isolated automation, but they remove the human checkpoint before command execution, network access, and file edits.
rust/.claude/sessions/session-1775009841982.json:1 qualitylegacy
medium Legacy quality quality Average file size is 656 lines (recommend <300)
Refactor large files by extracting related functions into separate modules. Target files with 300+ lines first. Use the Single Responsibility Principle — each module should have one clear purpose.
qualitylegacy
high Legacy quality quality conf 1.00 ✓ Repobility Bare except continues silently
Bare `except:` (or `except Exception:`) that runs code without re-raising or logging the exception. Hides real failures and makes bugs hard to diagnose.
scripts/generate_cc2_board.py:102 qualitylegacy
medium Legacy cicd docker conf 0.94 Compose service `qdrant` image uses the latest tag
The latest tag is mutable and can change without a code review, producing different images from the same source.
docker-compose.yml:1 dockerlegacy
high Legacy cicd docker conf 0.82 Docker final stage has no non-root USER
Docker images run as root unless the image or Dockerfile switches to a non-root user.
rust/crates/claw-rag-service/Dockerfile:14 dockerlegacy
medium Legacy cicd docker conf 0.76 Dockerfile copies broad context with incomplete .dockerignore
COPY . or ADD . is safer when .dockerignore excludes secrets, git history, keys, and generated artifacts.
rust/crates/claw-rag-service/Dockerfile:6 dockerlegacy
medium Legacy cicd docker conf 0.90 Dockerfile installs dependencies after copying the full source tree
When dependency installation comes after COPY ., any source change invalidates the dependency layer and makes Docker rebuild much more slowly.
rust/crates/claw-rag-service/Dockerfile:12 dockerlegacy
medium 9-layer hardware security conf 1.00 Dockerfile runs as root: rust/crates/claw-rag-service/Dockerfile
No non-root USER set. Containers running as root expand the blast radius of any vulnerability inside the image.
securitycontainer
medium 9-layer cicd supply-chain conf 1.00 GitHub Action is tag-pinned rather than SHA-pinned
softprops/action-gh-release@v2 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA.
.github/workflows/release.yml:72 supply-chaingithub-actionspinned-dependencies
medium 9-layer cicd supply-chain conf 1.00 GitHub Actions workflow grants broad write permissions
CI tokens with write permissions increase blast radius when an action, dependency, or PR workflow is compromised. Prefer job-level least-privilege permissions.
.github/workflows/release.yml supply-chaingithub-actionsleast-privilege
medium 9-layer quality integrity conf 1.00 Network/subprocess call without timeout or try/except — rust/scripts/run_mock_parity_diff.py:35
`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.
integrityfragile-runtimerobustness
medium 9-layer quality integrity conf 1.00 Network/subprocess call without timeout or try/except — scripts/cc2_board.py:16
`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.
integrityfragile-runtimerobustness
medium 9-layer quality integrity conf 1.00 Network/subprocess call without timeout or try/except — scripts/generate_cc2_board.py:518
`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.
integrityfragile-runtimerobustness
low Legacy cicd docker conf 0.72 .dockerignore misses sensitive defaults
.dockerignore exists but does not cover common secret or VCS patterns.
.dockerignore dockerlegacy
high Legacy cicd docker conf 0.56 Compose service does not declare a runtime user
If the image does not define USER internally, this service may run as root.
docker-compose.yml:30 dockerlegacy
high Legacy cicd docker conf 0.56 Compose service does not declare a runtime user
If the image does not define USER internally, this service may run as root.
docker-compose.yml:11 dockerlegacy
high Legacy cicd docker conf 0.56 Compose service does not declare a runtime user
If the image does not define USER internally, this service may run as root.
docker-compose.yml:1 dockerlegacy
high Legacy cicd docker conf 0.62 Compose service lacks no-new-privileges hardening
no-new-privileges prevents processes from gaining additional privileges through setuid binaries or file capabilities.
docker-compose.yml:30 dockerlegacy
high Legacy cicd docker conf 0.62 Compose service lacks no-new-privileges hardening
no-new-privileges prevents processes from gaining additional privileges through setuid binaries or file capabilities.
docker-compose.yml:11 dockerlegacy
high Legacy cicd docker conf 0.62 Compose service lacks no-new-privileges hardening
no-new-privileges prevents processes from gaining additional privileges through setuid binaries or file capabilities.
docker-compose.yml:1 dockerlegacy
low 9-layer hardware coverage conf 1.00 Containers defined but no K8s/orchestration manifest found
Repo has Dockerfiles/compose but no Kubernetes/Nomad manifests. If the target deployment is K8s, the manifests may live in a separate ops repo.
coveragedeployment
low 9-layer hardware supply-chain conf 1.00 Docker base image is tag-pinned but not digest-pinned: debian:bookworm-slim
Container tags can be retagged upstream. Pin production base images to a reviewed digest (`image@sha256:...`) when reproducibility and supply-chain integrity matter.
rust/crates/claw-rag-service/Dockerfile:13 supply-chaindockerpinned-dependencies
low 9-layer hardware supply-chain conf 1.00 Docker base image is tag-pinned but not digest-pinned: rust:1.91-bookworm
Container tags can be retagged upstream. Pin production base images to a reviewed digest (`image@sha256:...`) when reproducibility and supply-chain integrity matter.
rust/crates/claw-rag-service/Dockerfile:3 supply-chaindockerpinned-dependencies
low 9-layer software dead-code-candidate conf 1.00 File has no detected symbols: .github/scripts/check_doc_source_of_truth.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
dead-code-candidate
low 9-layer software dead-code-candidate conf 1.00 File has no detected symbols: src/task.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
dead-code-candidate
low 9-layer cicd supply-chain conf 1.00 GitHub Action is tag-pinned rather than SHA-pinned
actions/upload-artifact@v4 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA.
.github/workflows/release.yml:63 supply-chaingithub-actionspinned-dependencies
low 9-layer quality tests conf 1.00 Low test-to-source ratio
19 tests / 162 src (ratio 0.12).
tests
low 9-layer quality integrity conf 1.00 Near-duplicate function bodies in 2 places
Functions with the same first-5-line body hash: src/query_engine.py:submit_message, src/query_engine.py:stream_submit_message 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.
integrityduplicatedry
low 9-layer quality integrity conf 1.00 Near-duplicate function bodies in 2 places
Functions with the same first-5-line body hash: src/execution_registry.py:execute, src/execution_registry.py:execute 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.
integrityduplicatedry
low 9-layer quality integrity conf 1.00 Near-duplicate function bodies in 2 places
Functions with the same first-5-line body hash: src/commands.py:load_command_snapshot, src/tools.py:load_tool_snapshot 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.
integrityduplicatedry
low 9-layer software dead-code conf 1.00 Possibly dead Python function: apply_cost_hook
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
src/costHook.py:6 dead-code
low 9-layer software dead-code conf 1.00 Possibly dead Python function: build_repl_banner
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
src/replLauncher.py:4 dead-code
low 9-layer software dead-code conf 1.00 Possibly dead Python function: bulletize
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
src/interactiveHelpers.py:4 dead-code
low 9-layer software dead-code conf 1.00 Possibly dead Python function: command_names
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
src/commands.py:53 dead-code
low 9-layer software dead-code conf 1.00 Possibly dead Python function: flattened
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
src/command_graph.py:15 dead-code
low 9-layer software dead-code conf 1.00 Possibly dead Python function: render_markdown_panel
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
src/ink.py:4 dead-code
low 9-layer software dead-code conf 1.00 Possibly dead Python function: replay_user_messages
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
src/query_engine.py:141 dead-code
low 9-layer software dead-code conf 1.00 Possibly dead Python function: tool_names
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
src/tools.py:44 dead-code
low 9-layer quality complexity conf 1.00 Very large file: rust/crates/api/src/providers/anthropic.rs (1814 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
complexity
low 9-layer quality complexity conf 1.00 Very large file: rust/crates/api/src/providers/mod.rs (1740 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
complexity
low 9-layer quality complexity conf 1.00 Very large file: rust/crates/api/src/providers/openai_compat.rs (3020 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
complexity
low 9-layer quality complexity conf 1.00 Very large file: rust/crates/claw-analog/src/lib.rs (2944 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
complexity
low 9-layer quality complexity conf 1.00 Very large file: rust/crates/commands/src/lib.rs (7168 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
complexity
low 9-layer quality complexity conf 1.00 Very large file: rust/crates/plugins/src/lib.rs (3863 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
complexity
low 9-layer quality complexity conf 1.00 Very large file: rust/crates/runtime/src/config.rs (3826 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
complexity
low 9-layer quality complexity conf 1.00 Very large file: rust/crates/runtime/src/conversation.rs (1878 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
complexity
low 9-layer quality complexity conf 1.00 Very large file: rust/crates/runtime/src/lane_events.rs (2561 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
complexity
low 9-layer quality complexity conf 1.00 Very large file: rust/crates/runtime/src/mcp_stdio.rs (2969 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
complexity
low 9-layer quality complexity conf 1.00 Very large file: rust/crates/runtime/src/prompt.rs (1436 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
complexity
low 9-layer quality complexity conf 1.00 Very large file: rust/crates/runtime/src/session.rs (1961 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
complexity
low 9-layer quality complexity conf 1.00 Very large file: rust/crates/runtime/src/session_control.rs (1492 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
complexity
low 9-layer quality complexity conf 1.00 Very large file: rust/crates/runtime/src/worker_boot.rs (2444 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
complexity
low 9-layer quality complexity conf 1.00 Very large file: rust/crates/rusty-claude-cli/src/main.rs (19712 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
complexity
low 9-layer quality complexity conf 1.00 Very large file: rust/crates/rusty-claude-cli/tests/output_format_contract.rs (5986 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
complexity
low 9-layer quality complexity conf 1.00 Very large file: rust/crates/tools/src/lib.rs (10892 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
complexity
low Legacy quality quality conf 1.00 ✓ Repobility [MINED043] Http Not Https: Hardcoded http:// (not localhost) for endpoints that handle credentials or data.
Review and fix per the pattern semantics. See CWE-319 / A02:2021 for context.
rust/crates/claw-rag-service/src/main.rs:127 qualitylegacy
low Legacy quality quality conf 1.00 ✓ Repobility [MINED043] Http Not Https: Hardcoded http:// (not localhost) for endpoints that handle credentials or data.
Review and fix per the pattern semantics. See CWE-319 / A02:2021 for context.
docker-compose.yml:22 qualitylegacy
low Legacy quality quality conf 1.00 ✓ Repobility [MINED062] Python Dataclass No Fields: @dataclass over an empty class — unfinished model.
Review and fix per the pattern semantics.
src/path_scope.py:24 qualitylegacy
low Legacy quality quality conf 1.00 ✓ Repobility [MINED066] Rust Panic Macro: panic!() unwinds the stack. Use Result for recoverable errors.
Review and fix per the pattern semantics. See CWE-755 / for context.
rust/crates/runtime/src/mcp_client.rs:173 qualitylegacy
low Legacy quality quality conf 1.00 ✓ Repobility [MINED066] Rust Panic Macro: panic!() unwinds the stack. Use Result for recoverable errors.
Review and fix per the pattern semantics. See CWE-755 / for context.
rust/crates/runtime/src/git_context.rs:320 qualitylegacy
low Legacy quality quality conf 1.00 ✓ Repobility [MINED066] Rust Panic Macro: panic!() unwinds the stack. Use Result for recoverable errors.
Review and fix per the pattern semantics. See CWE-755 / for context.
rust/crates/api/src/client.rs:244 qualitylegacy
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/8cfe9283-d3dd-47e9-97dc-f9c53760eeed/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/8cfe9283-d3dd-47e9-97dc-f9c53760eeed/

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.