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

Scan timing: clone 6.97s · analysis 16.7s · 10.2 MB · GitHub API rate-limit (preflight)

spkenv/spk

https://github.com/spkenv/spk · scanned 2026-06-05 23:52 UTC (4 days, 3 hours ago) · 10 languages

222 raw signals (130 security + 92 graph) 8th percentile · Rust · large (100-500K LoC) System graph score 84 (lower by 31)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 4 days, 3 hours ago · v2 · 82 actionable findings from 2 signal sources. 94 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 60.0 0.15 9.00
security_score 47.1 0.25 11.78
testing_score 12.0 0.20 2.40
documentation_score 89.0 0.15 13.35
practices_score 75.0 0.15 11.25
code_quality 49.6 0.10 4.96
Overall 1.00 52.7
Severity distribution — click a segment to filter
Active filters: excluding tests × Reset all
Scan summary Quality grade C- (53/100). Dimensions: security 47, maintainability 60. 130 findings (54 security). 112,330 lines analyzed.

Showing 58 of 82 actionable findings. 176 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 [MINED013] Password In Url: https://user:password@host — leaks creds via logs, referrer, error messages.
Review and fix per the pattern semantics. See CWE-200 / A07:2021 for context.
.site/spi/.spdev/overrides.py:39
low Security checks cicd CI/CD security conf 0.35 ✓ Repobility Workflow references repository secrets in a pull_request workflow
Fork pull_request runs do not receive normal repository secrets on GitHub Actions. Review this as a reliability/intent signal, not as direct fork-secret exfiltration. Raise severity only for pull_request_target or another trusted-context path that runs untrusted PR code with secrets.
.github/workflows/coverage.yml:80 CI/CD securityworkflow secretsGitHub Actions
low Security checks security Injection conf 1.00 [SEC103] LDAP injection — non-constant search filter: User input concatenated into an LDAP search filter. Attackers inject `*)(uid=*` style payloads to bypass auth or enumerate accounts.
Escape with javax.naming.ldap.Rdn.escapeValue or equivalent. For python-ldap, use ldap.filter.escape_filter_chars. Better: use parameterized search APIs (Spring LdapTemplate filter encoders).
website/static/js/search.js:54
high Security checks quality Quality conf 1.00 ✓ Repobility 10 occurrences `self._exe` used but never assigned in __init__
Method `bash_source` of class `RawCommand` reads `self._exe`, 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.
lines 12, 13, 81, 87, 93, 99, 100, 105, +2 more
.site/spi/.spdev/overrides.py:12, 13, 81, 87, 93, 99, 100, 105, +2 more (10 hits)
high Security checks software dependencies conf 0.88 atty: RUSTSEC-2021-0145
Potential unaligned read
Cargo.lock
high Security checks software dependencies conf 0.88 atty: RUSTSEC-2024-0375
`atty` is unmaintained
Cargo.lock
high Security checks software dependencies conf 0.90 ✓ Repobility Dockerfile FROM `almalinux:9` not pinned by digest
`FROM almalinux:9` 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.
rpmbuild.Dockerfile:1
high Security checks software dependencies conf 0.90 ✓ Repobility Dockerfile FROM `centos:7` not pinned by digest
`FROM centos:7` 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.
packages/Dockerfile:1
low Security checks cicd CI/CD security conf 0.90 ✓ Repobility 16 occurrences GitHub Action is tag-pinned rather than SHA-pinned
Action `actions/checkout` pinned to mutable ref `@v3` uses a mutable tag or branch. Pin external actions to a reviewed full commit SHA when the workflow is security-sensitive.
4 files, 16 locations
.github/workflows/rust.yml:19, 83, 121, 151, 233, 270 (9 hits)
.github/workflows/rpm.yml:15, 23, 36, 43 (5 hits)
.github/workflows/coverage.yml:48
.github/workflows/cspell.yml:12
CI/CD securitySupply chainGitHub Actions
medium Security checks cicd CI/CD security conf 0.90 ✓ Repobility 27 occurrences GitHub Action is tag-pinned rather than SHA-pinned
Action `styfle/cancel-workflow-action` pinned to mutable ref `@0.11.0` uses a mutable tag or branch. Pin external actions to a reviewed full commit SHA when the workflow is security-sensitive.
6 files, 27 locations
.github/workflows/rust.yml:18, 23, 120, 148, 232, 267 (12 hits)
.github/workflows/coverage.yml:26, 78, 82 (6 hits)
.github/workflows/rpm.yml:14, 35, 38 (6 hits)
.github/workflows/cspell.yml:13
.github/workflows/housekeeping.yml:18
.github/workflows/hugo-link-check.yml:14
CI/CD securitySupply chainGitHub Actions
high Security checks software dependencies conf 0.88 instant: RUSTSEC-2024-0384
`instant` is unmaintained
Cargo.lock
high Security checks software dependencies conf 0.88 number_prefix: RUSTSEC-2025-0119
number_prefix crate is unmaintained
Cargo.lock
high Security checks software dependencies conf 0.88 paste: RUSTSEC-2024-0436
paste - no longer maintained
Cargo.lock
high Security checks software dependencies conf 0.88 rand: RUSTSEC-2026-0097
Rand is unsound with a custom logger using `rand::rng()`
Cargo.lock
high Security checks software dependencies conf 0.88 registry: RUSTSEC-2025-0026
registry is unmaintained
Cargo.lock
high Security checks software dependencies conf 0.88 serde_cbor: RUSTSEC-2021-0127
serde_cbor is unmaintained
Cargo.lock
high Security checks software dependencies conf 0.88 time: RUSTSEC-2026-0009
Denial of Service via Stack Exhaustion
Cargo.lock
high Security checks software dependencies conf 0.88 unic-char-property: RUSTSEC-2025-0081
`unic-char-property` is unmaintained
Cargo.lock
high Security checks software dependencies conf 0.88 unic-char-range: RUSTSEC-2025-0075
`unic-char-range` is unmaintained
Cargo.lock
high Security checks software dependencies conf 0.88 unic-common: RUSTSEC-2025-0080
`unic-common` is unmaintained
Cargo.lock
high Security checks software dependencies conf 0.88 unic-segment: RUSTSEC-2025-0074
`unic-segment` is unmaintained
Cargo.lock
high Security checks software dependencies conf 0.88 unic-ucd-segment: RUSTSEC-2025-0104
`unic-ucd-segment` is unmaintained
Cargo.lock
high Security checks software dependencies conf 0.88 unic-ucd-version: RUSTSEC-2025-0098
`unic-ucd-version` is unmaintained
Cargo.lock
high Security checks software dependencies conf 0.90 ✓ Repobility 3 occurrences Workflow container/services image `rust:slim-bookworm` unpinned
`container/services image: rust:slim-bookworm` without `@sha256:...` pulls a mutable tag at workflow-run time. Treat workflow container references with the same supply-chain discipline as Dockerfile FROM lines.
2 files, 3 locations
.github/workflows/rust.yml:107, 203 (2 hits)
.github/workflows/coverage.yml:20
high Security checks software dependencies conf 0.88 yaml-rust: RUSTSEC-2024-0320
yaml-rust is unmaintained.
Cargo.lock
medium Security checks quality Error handling conf 1.00 [ERR002] Empty Catch Block: Empty catch blocks hide errors.
Log the error or rethrow it. Use console.error() at minimum.
website/static/js/modernizr.custom-3.6.0.js:3
high Security checks cicd CI/CD security 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.
packages/Dockerfile:1 CI/CD securitycontainers
medium Security checks software dependencies conf 0.90 Python package `packaging` is 6 major version(s) behind (20.9 -> 26.2)
`packaging==20.9` is 6 major version(s) behind the latest stable release on PyPI (26.2). Pinned-but-stale Python dependencies drift away from upstream security and bugfix releases. This is the version-currency signal Dependabot raises.
packages/spk-convert-pip/requirements.txt:5
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — website/static/mermaid/mermaid.js:1
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph hardware Security conf 1.00 Dockerfile runs as root: packages/Dockerfile
No non-root USER set. Containers running as root expand the blast radius of any vulnerability inside the image.
Container
medium System graph security Coverage conf 1.00 No auth library detected
The scanner did not find any standard auth library (JWT, OAuth, NextAuth, Auth0, etc.). Either auth lives in custom code, in a separate service, or is missing.
auth
low Security checks cicd CI/CD security conf 0.72 .dockerignore misses sensitive defaults
.dockerignore exists but does not cover common secret or VCS patterns.
.dockerignore CI/CD securitycontainers
low Security checks quality Quality conf 0.60 27 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, 14 locations
crates/spfs-cli/main/src/cmd_platforms.rs:19, 20 (2 hits)
crates/spk-cli/group3/src/cmd_import_test.rs:16, 41 (2 hits)
crates/spfs-cli/main/src/cmd_layers.rs:20
crates/spfs-vfs/src/winfsp/mount.rs:86
crates/spfs/src/fixtures.rs:175
crates/spfs/src/runtime/startup_sh.rs:1
crates/spfs/src/storage/fs/repository.rs:552
crates/spfs/src/storage/proxy/repository.rs:94
duplicationquality
low Security checks software dependencies conf 0.90 Python package `pkginfo` is minor version(s) behind (1.10.0 -> 1.12.1.2)
`pkginfo==1.10.0` is minor version(s) behind the latest stable release on PyPI (1.12.1.2). Pinned-but-stale Python dependencies drift away from upstream security and bugfix releases. This is the version-currency signal Dependabot raises.
packages/spk-convert-pip/requirements.txt:2
low Security checks software dependencies conf 0.90 Python package `wheel` is minor version(s) behind (0.46.2 -> 0.47.0)
`wheel==0.46.2` is minor version(s) behind the latest stable release on PyPI (0.47.0). Pinned-but-stale Python dependencies drift away from upstream security and bugfix releases. This is the version-currency signal Dependabot raises.
packages/spk-convert-pip/requirements.txt:8
high Security checks quality Quality conf 0.62 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.
crates/spk-cli/group2/src/cmd_new.rs:1
high Security checks quality Quality conf 0.62 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.
crates/spfs-cli/cmd-clean/src/cmd_clean.rs:1
low System graph quality Maintenance conf 1.00 163 TODO/FIXME markers
High count of TODO/FIXME/HACK markers — track them as issues so they're not forgotten.
low System graph 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.
Deployment
low System graph hardware Supply chain conf 1.00 Docker base image is tag-pinned but not digest-pinned: centos:7
Container tags can be retagged upstream. Pin production base images to a reviewed digest (`image@sha256:...`) when reproducibility and supply-chain integrity matter.
packages/Dockerfile:1 containersPinned dependencies
low System graph software Dead code candidate conf 1.00 File has no detected symbols: examples/python/python_example/__main__.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: examples/python/setup.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: website/static/js/auto-complete.js
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code conf 1.00 Possibly dead Python function: commands
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
examples/cmake/package.py:46
low System graph frontend Frontend quality conf 1.00 React Flow edge with `label=` but no project-wide edge-label CSS override — website/static/mermaid/mermaid.js:24
React Flow edge labels render with a white rectangle behind the text by default, which scatters bright boxes across a dark canvas. Either drop the label, or override `.react-flow__edge-textbg` and `.react-flow__edge-text` in your stylesheet. Why: P-H in CHECKLIST.md — vendor edge labels bleed whit…
Fq edge label no bg
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — website/static/mermaid/mermaid.js:1
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph quality Complexity conf 1.00 Very large file: crates/spfs/src/env.rs (1804 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: crates/spfs/src/runtime/storage.rs (1386 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: crates/spk-cli/common/src/flags.rs (1569 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: crates/spk-schema/crates/foundation/src/ident/pinnable_request.rs (1473 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: crates/spk-schema/src/fb_converter.rs (1629 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: crates/spk-solve/crates/graph/src/graph.rs (1825 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: crates/spk-solve/src/io.rs (2092 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: crates/spk-solve/src/solvers/resolvo/spk_provider.rs (1859 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: crates/spk-solve/src/solvers/solver_test.rs (3872 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: crates/spk-solve/src/solvers/step/solver.rs (1786 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: crates/spk-storage/src/storage/flatbuffer_index.rs (1775 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: crates/spk-storage/src/walker.rs (1327 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/994cdc6d-c00a-437d-97ae-0a0df1f7ac9e/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/994cdc6d-c00a-437d-97ae-0a0df1f7ac9e/

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.