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.

virbicoin/open-virbicoin

https://github.com/virbicoin/open-virbicoin · scanned 2026-06-16 00:51 UTC (2 months, 1 week ago)

100 raw signals (0 security + 100 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 2 months, 1 week ago · v1 · 71 actionable findings from 1 signal source. 29 repeated signals grouped for readability. Security checks, system graph analysis, and verified AI-agent feedback are merged into one review queue.

JSON
Severity distribution — click a segment to filter
Active filters: excluding tests × Reset all
Corpus Intelligence Cross-corpus context (cohort percentile, top patterns, fix plan) is shown only on repositories you own. Sign up and connect your repo to view it.
Scan summary Repository scanned at 63.0/100 with 88.9% coverage. It contains 2789 nodes across 0 cross-layer flows, written primarily in mixed languages. Engine surfaced 100 findings — concentrated in quality (37), security (29), cicd (17). Risk profile is high: 18 critical, 4 high, 30 medium. Recommended next step: open the quality layer findings first — that's where the highest-impact wins live.

Showing 63 of 71 actionable findings. 100 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 System graph security Secrets conf 1.00 4 occurrences Possible secret in crates/accounts/ethstore/src/account/crypto.rs
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
lines 191, 211, 220, 229
crates/accounts/ethstore/src/account/crypto.rs:191, 211, 220, 229 (4 hits)
critical System graph security Secrets conf 1.00 3 occurrences Possible secret in crates/accounts/ethstore/src/account/safe_account.rs
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
lines 250, 267, 268
crates/accounts/ethstore/src/account/safe_account.rs:250, 267, 268 (3 hits)
critical System graph security Secrets conf 1.00 4 occurrences Possible secret in crates/accounts/ethstore/src/accounts_dir/disk.rs
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
lines 436, 467, 522, 586
crates/accounts/ethstore/src/accounts_dir/disk.rs:436, 467, 522, 586 (4 hits)
critical System graph security Secrets conf 1.00 7 occurrences Possible secret in crates/accounts/ethstore/src/ethstore.rs
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
lines 1325, 1340, 1358, 1359, 1374, 1487, 1488
crates/accounts/ethstore/src/ethstore.rs:1325, 1340, 1358, 1359, 1374, 1487, 1488 (7 hits)
high System graph hardware Supply chain conf 1.00 Dockerfile pipes a remote installer into a shell
Executing downloaded code during image build gives the remote endpoint build-time code execution. Prefer pinned packages or verify downloaded installers by checksum/signature.
scripts/docker/ubuntu-aarch64/Dockerfile:29 containersRemote installer
high System graph hardware Supply chain conf 1.00 Dockerfile pipes a remote installer into a shell
Executing downloaded code during image build gives the remote endpoint build-time code execution. Prefer pinned packages or verify downloaded installers by checksum/signature.
scripts/docker/ubuntu-arm/Dockerfile:14 containersRemote installer
high System graph security security conf 1.00 Insecure pattern 'exec_used' in crates/ethcore/src/client/client.rs:2094
Found a known-risky pattern (exec_used). Review and replace if possible.
crates/ethcore/src/client/client.rs:2094 Exec used
medium System graph quality Placeholder conf 1.00 Critical user flow still appears backed by mock or placeholder data
A payment/auth/admin/order/billing-style flow contains mock, fake, TODO, dummy, or placeholder markers in runtime source. In the Fable corpus this is a high-leverage completeness smell: the app can look finished while the money, identity, or tenant flow is still scaffolded.
Mock dataCritical flowGenerated repo pattern
medium System graph hardware Supply chain conf 1.00 Docker base image uses a mutable or implicit tag: centos:latest
Container tags can be retagged upstream. Pin production base images to a reviewed digest (`image@sha256:...`) when reproducibility and supply-chain integrity matter.
scripts/docker/centos/Dockerfile:1 containersPinned dependencies
medium System graph hardware Security conf 1.00 Dockerfile runs as root: patches/parity-rocksdb-sys/rocksdb/tools/Dockerfile
No non-root USER set. Containers running as root expand the blast radius of any vulnerability inside the image.
Container
medium System graph hardware Security conf 1.00 Dockerfile runs as root: scripts/docker/ubuntu-aarch64/Dockerfile
No non-root USER set. Containers running as root expand the blast radius of any vulnerability inside the image.
Container
medium System graph hardware Security conf 1.00 Dockerfile runs as root: scripts/docker/ubuntu-arm/Dockerfile
No non-root USER set. Containers running as root expand the blast radius of any vulnerability inside the image.
Container
medium System graph cicd CI/CD security conf 1.00 9 occurrences GitHub Action is tag-pinned rather than SHA-pinned
ilammy/msvc-dev-cmd@v1 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA.
4 files, 9 locations
.github/workflows/release.yml:52, 60, 75, 142 (4 hits)
.github/workflows/build-test-windows.yml:18, 21, 32 (3 hits)
.github/workflows/build-test.yml:19
.github/workflows/check.yml:19
CI/CD securitySupply chainGithub actions
medium System graph cicd CI/CD security 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 CI/CD securitySupply chainGithub actions
medium System graph security security conf 1.00 Insecure pattern 'subprocess_shell_true' in patches/parity-rocksdb-sys/rocksdb/buckifier/util.py:68
Found a known-risky pattern (subprocess_shell_true). Review and replace if possible.
patches/parity-rocksdb-sys/rocksdb/buckifier/util.py:68 Subprocess shell true
medium System graph security security conf 1.00 Insecure pattern 'subprocess_shell_true' in patches/parity-rocksdb-sys/rocksdb/build_tools/precommit_checker.py:63
Found a known-risky pattern (subprocess_shell_true). Review and replace if possible.
patches/parity-rocksdb-sys/rocksdb/build_tools/precommit_checker.py:63 Subprocess shell true
medium System graph security security conf 1.00 Insecure pattern 'subprocess_shell_true' in patches/parity-rocksdb-sys/rocksdb/tools/write_stress_runner.py:50
Found a known-risky pattern (subprocess_shell_true). Review and replace if possible.
patches/parity-rocksdb-sys/rocksdb/tools/write_stress_runner.py:50 Subprocess shell true
medium System graph security security conf 1.00 Insecure pattern 'weak_hash' in patches/ring/src/digest.rs:260
Found a known-risky pattern (weak_hash). Review and replace if possible.
patches/ring/src/digest.rs:260 Weak hash
medium System graph security security conf 1.00 Insecure pattern 'weak_hash' in patches/ring/src/rsa/padding.rs:134
Found a known-risky pattern (weak_hash). Review and replace if possible.
patches/ring/src/rsa/padding.rs:134 Weak hash
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — patches/parity-rocksdb-sys/rocksdb/buckifier/util.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 — patches/parity-rocksdb-sys/rocksdb/tools/db_crashtest.py:163
`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 — patches/parity-rocksdb-sys/rocksdb/tools/ldb_test.py:18
`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 — patches/parity-rocksdb-sys/rocksdb/tools/write_stress_runner.py:50
`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 — patches/ring/third_party/fiat/make_curve25519_tables.py:234
`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 security Coverage conf 1.00 No auth library detected
The scanner did not find any standard auth library (JWT, OAuth, NextAuth, Auth0, etc.). The repo has auth/admin/session surface indicators, so auth may live in custom code, in a separate service, or be missing.
auth
medium System graph quality Placeholder conf 1.00 Placeholder or mock-heavy implementation detected
Found 56 placeholder/mock markers across 23 source files. This often means the repo looks complete while core flows still use generated scaffolding or fake data.
Mock dataIncompleteGenerated repo pattern
low System graph quality Maintenance conf 1.00 250 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 quality Debug conf 1.00 Debug logging residue appears in source files
Found 42 console/debugger/print-style debug statements in non-test source. This is a common fast-generation residue before production cleanup.
CleanupRepo hardeningGenerated repo pattern
low System graph hardware Supply chain conf 1.00 2 occurrences Docker base image is tag-pinned but not digest-pinned: alpine:edge
Container tags can be retagged upstream. Pin production base images to a reviewed digest (`image@sha256:...`) when reproducibility and supply-chain integrity matter.
lines 1, 20
scripts/docker/alpine/Dockerfile:1, 20 (2 hits)
containersPinned dependencies
low System graph hardware Supply chain conf 1.00 Docker base image is tag-pinned but not digest-pinned: buildpack-deps:wheezy
Container tags can be retagged upstream. Pin production base images to a reviewed digest (`image@sha256:...`) when reproducibility and supply-chain integrity matter.
patches/parity-rocksdb-sys/rocksdb/tools/Dockerfile:1 containersPinned dependencies
low System graph hardware Supply chain conf 1.00 Docker base image is tag-pinned but not digest-pinned: ubuntu:14.04
Container tags can be retagged upstream. Pin production base images to a reviewed digest (`image@sha256:...`) when reproducibility and supply-chain integrity matter.
scripts/docker/ubuntu-arm/Dockerfile:1 containersPinned dependencies
low System graph hardware Supply chain conf 1.00 Docker base image is tag-pinned but not digest-pinned: ubuntu:xenial
Container tags can be retagged upstream. Pin production base images to a reviewed digest (`image@sha256:...`) when reproducibility and supply-chain integrity matter.
scripts/docker/hub/Dockerfile:1 containersPinned dependencies
low System graph hardware Supply chain conf 1.00 Docker base image is tag-pinned but not digest-pinned: ubuntu:xenial
Container tags can be retagged upstream. Pin production base images to a reviewed digest (`image@sha256:...`) when reproducibility and supply-chain integrity matter.
scripts/docker/ubuntu-aarch64/Dockerfile:1 containersPinned dependencies
low System graph cicd CI/CD security conf 1.00 7 occurrences GitHub Action is tag-pinned rather than SHA-pinned
actions/checkout@v4 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA.
4 files, 7 locations
.github/workflows/release.yml:49, 85, 125, 137 (4 hits)
.github/workflows/build-test-windows.yml:15
.github/workflows/build-test.yml:16
.github/workflows/check.yml:16
CI/CD securitySupply chainGithub actions
low System graph quality Tests conf 1.00 Low test-to-source ratio
90 tests / 572 src (ratio 0.16).
low System graph quality Integrity conf 1.00 Near-duplicate function bodies in 2 places
Functions with the same first-5-line body hash: patches/parity-rocksdb-sys/rocksdb/build_tools/precommit_checker.py:shell, patches/parity-rocksdb-sys/rocksdb/build_tools/precommit_checker.py:GetOutput This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://jw.hn/…
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: patches/parity-rocksdb-sys/rocksdb/build_tools/error_filter.py:parse_error, patches/parity-rocksdb-sys/rocksdb/build_tools/error_filter.py:parse_error, patches/parity-rocksdb-sys/rocksdb/build_tools/error_filter.py:parse_error This is *the* AI-coder …
duplicatesduplication
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `use_full_merge_v1` in patches/parity-rocksdb-sys/rocksdb/tools/db_crashtest.py:46
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: add_binary
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
patches/parity-rocksdb-sys/rocksdb/buckifier/targets_builder.py:43
low System graph software Dead code conf 1.00 Possibly dead Python function: run_shell_commands
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
patches/parity-rocksdb-sys/rocksdb/buckifier/util.py:86
low System graph quality Provenance conf 1.00 Shallow git history limits provenance confidence
The repository is a shallow clone. Origin/evolution analysis cannot distinguish fresh generation, imported legacy code, or long-lived human code with high confidence.
Git historyGenerated repo pattern
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — patches/parity-rocksdb-sys/rocksdb/tools/rdb/unit_test.js:110
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/ethcore/blockchain/src/blockchain.rs (3221 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: crates/ethcore/src/client/client.rs (3801 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: crates/ethcore/src/engines/authority_round/mod.rs (3855 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: crates/ethcore/src/executive.rs (3184 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: crates/ethcore/src/miner/miner.rs (2216 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: crates/ethcore/src/spec/spec.rs (1284 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: crates/ethcore/src/state/mod.rs (3544 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: crates/ethcore/sync/src/chain/mod.rs (2015 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: crates/net/network-devp2p/src/discovery.rs (1506 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: crates/net/network-devp2p/src/host.rs (1512 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: crates/rpc/src/v1/impls/eth.rs (1445 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: crates/util/rlp-compress/tests/compress.rs (1329 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: crates/vm/builtin/src/lib.rs (2778 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: crates/vm/evm/src/interpreter/mod.rs (1608 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: crates/vm/evm/src/tests.rs (1795 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: patches/parity-rocksdb-sys/rocksdb/java/benchmark/src/main/java/org/rocksdb/benchmark/DbBenchmark.java (1657 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: patches/parity-rocksdb-sys/rocksdb/java/src/main/java/org/rocksdb/DBOptionsInterface.java (1598 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: patches/parity-rocksdb-sys/rocksdb/java/src/main/java/org/rocksdb/Options.java (1912 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: patches/parity-rocksdb-sys/rocksdb/java/src/main/java/org/rocksdb/RocksDB.java (2402 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: patches/parity-rocksdb-sys/rocksdb/java/src/main/java/org/rocksdb/Transaction.java (1761 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/fa1e31ae-c721-48e4-bd49-9e0f16c90720/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/fa1e31ae-c721-48e4-bd49-9e0f16c90720/

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.