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

FuelLabs/fuel-core

https://github.com/FuelLabs/fuel-core · scanned 2026-06-05 09:58 UTC (5 days, 14 hours ago) · 10 languages

250 raw signals (64 security + 186 graph) 11/13 scanners ran 37th percentile · Rust · medium (20-100K LoC) System graph score 82 (lower by 17)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 5 days, 14 hours ago · v2 · 40 actionable findings from 2 signal sources. 116 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 100.0 0.25 25.00
testing_score 20.0 0.20 4.00
documentation_score 65.0 0.15 9.75
practices_score 68.0 0.15 10.20
code_quality 70.0 0.10 7.00
Overall 1.00 65.0
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 B- (65/100). Dimensions: security 100, maintainability 60. 64 findings (31 security). 84,005 lines analyzed.

Showing 32 of 40 actionable findings. 156 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 software dependencies conf 0.90 ✓ Repobility [MINED125] GHA script injection via github.event.pull_request.body in run-step: Multi-line `run: |` block interpolates ${{ github.event.pull_request.body }} into shell. PR title/body/branch/comment fields are attacker-controllable.
Capture the field into an env var first; reference $ENV_VAR in shell.
.github/workflows/create_version.yml:26
low Security checks cicd CI/CD security conf 0.35 ✓ Repobility 4 occurrences 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.
3 files, 4 locations
.github/workflows/ci.yml:387, 437 (2 hits)
.github/workflows/delete-test-env.yml:31
.github/workflows/deploy-test-env.yml:31
CI/CD securityworkflow secretsGitHub Actions
low Security checks cicd CI/CD security conf 0.90 ✓ Repobility 44 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…
12 files, 42 locations
.github/workflows/dependencies.yml:33, 42, 48, 63, 66, 70 (12 hits)
.github/workflows/ci.yml:38, 62, 75, 87, 157, 184, 356, 375, +1 more (10 hits)
.github/workflows/chaos-test.yml:65, 74, 117 (5 hits)
.github/workflows/docker-images.yml:39, 110, 204 (3 hits)
.github/workflows/nightly-benchmark.yml:26, 47, 66 (3 hits)
.github/workflows/delete-test-env.yml:17 (2 hits)
.github/workflows/spellcheck.yml:11 (2 hits)
.github/workflows/create_version.yml:18
CI/CD securitySupply chainGitHub Actions
high Security checks cicd CI/CD security conf 0.90 ✓ Repobility 4 occurrences GitHub Action is tag-pinned rather than SHA-pinned
[MINED115] Action `dtolnay/rust-toolchain` pinned to mutable ref `@master`: `uses: dtolnay/rust-toolchain@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 40-…
3 files, 4 locations
.github/workflows/ci.yml:64, 76 (2 hits)
.github/workflows/dependencies.yml:34
.github/workflows/spellcheck.yml:14
CI/CD securitySupply chainGitHub Actions
medium Security checks cicd CI/CD security conf 0.90 ✓ Repobility 32 occurrences GitHub Action is tag-pinned rather than SHA-pinned
[MINED115] 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-…
6 files, 32 locations
.github/workflows/docker-images.yml:42, 49, 55, 62, 68, 82, 113, 116, +9 more (17 hits)
.github/workflows/ci.yml:164, 174, 190, 211, 384, 422, 426, 434, +2 more (10 hits)
.github/workflows/chaos-test.yml:68 (2 hits)
.github/workflows/nightly-benchmark.yml:38
.github/workflows/nightly-cargo-audit.yml:12
.github/workflows/publish-codecov.yml:36
CI/CD securitySupply chainGitHub Actions
high System graph cicd CI/CD security conf 1.00 8 occurrences GitHub Action tracks a moving branch
dtolnay/rust-toolchain@master can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA.
4 files, 8 locations
.github/workflows/ci.yml:64, 252, 294, 378, 456 (5 hits)
.github/workflows/nightly-benchmark.yml:29
.github/workflows/publish-codecov.yml:30
.github/workflows/spellcheck.yml:14
CI/CD securitySupply chainGithub actions
medium Security checks security auth conf 0.92 [AUC001] No Repobility access matrix policy found: The repository uses web/API frameworks but does not define .repobility/access.yml or equivalent authorization documentation.
Add .repobility/access.yml mapping routes to anonymous, authenticated, owner, admin, and super_admin. Keep business-specific rules in the repo so CI can enforce them.
medium Security checks quality Practices conf 1.00 [CFG006] Missing .gitignore: No .gitignore file. Risk of committing secrets and build artifacts.
Add a .gitignore appropriate for your language/framework.
medium System graph hardware Supply chain conf 1.00 Docker base image uses a mutable or implicit tag: tonistiigi/xx
Container tags can be retagged upstream. Pin production base images to a reviewed digest (`image@sha256:...`) when reproducibility and supply-chain integrity matter.
deployment/Dockerfile:2 containersPinned dependencies
medium System graph hardware Security conf 1.00 Dockerfile runs as root: deployment/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 7 occurrences 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.
7 files, 7 locations
.github/workflows/ci.yml
.github/workflows/create_version.yml
.github/workflows/dependencies.yml
.github/workflows/docker-images.yml
.github/workflows/nightly-benchmark.yml
.github/workflows/publish-codecov.yml
.github/workflows/update_readme_versions.yml
CI/CD securitySupply chainGithub actions
medium System graph security security conf 1.00 Insecure pattern 'weak_hash' in crates/client/assets/debugAdapterProtocol.json:3729
Found a known-risky pattern (weak_hash). Review and replace if possible.
crates/client/assets/debugAdapterProtocol.json:3729 Weak hash
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 security auth conf 0.76 [AUC005] No authorization-focused tests detected: No test files with common authorization, ownership, 403, admin, or super_admin assertions were found.
Add regression tests for anonymous denial, cross-user object denial, admin role limits, and super_admin-only behavior.
low Security checks quality Quality conf 0.60 18 occurrences Duplicated implementation block across source files
Duplicate implementation blocks are maintenance debt. Keep them visible, but they are not a high-severity defect unless the duplicated logic is security-sensitive or drifting.
12 files, 13 locations
crates/fuel-core/src/service/genesis/importer.rs:37, 38 (2 hits)
crates/client/src/client/schema/tx/transparent_tx.rs:49
crates/compression/src/compressed_block_payload/v1.rs:1
crates/compression/src/lib.rs:13
crates/fuel-core/src/graphql_api/ports.rs:37
crates/fuel-core/src/schema/message.rs:171
crates/fuel-core/src/schema/scalars/tx_pointer.rs:1
crates/fuel-core/src/schema/scalars/utxo_id.rs:1
duplicationquality
low System graph quality Maintenance conf 1.00 97 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: gcr.io/distroless/cc-debian12:nonroot
Container tags can be retagged upstream. Pin production base images to a reviewed digest (`image@sha256:...`) when reproducibility and supply-chain integrity matter.
deployment/Dockerfile:68 containersPinned dependencies
low System graph hardware Supply chain conf 1.00 Docker base image is tag-pinned but not digest-pinned: rust:1.93.0-bookworm
Container tags can be retagged upstream. Pin production base images to a reviewed digest (`image@sha256:...`) when reproducibility and supply-chain integrity matter.
deployment/Dockerfile:3 containersPinned dependencies
low System graph software Dead code candidate conf 1.00 File has no detected symbols: .github/workflows/scripts/generate_pages_index.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph quality Complexity conf 1.00 Very large file: crates/client/src/client.rs (2233 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: crates/client/src/client/schema/chain.rs (1722 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: crates/fuel-core/src/coins_query.rs (1960 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: crates/fuel-core/src/executor.rs (5111 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: crates/fuel-core/src/service/adapters/consensus_module/poa.rs (3643 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: crates/fuel-core/src/state/rocks_db.rs (1693 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: crates/services/executor/src/executor.rs (2447 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: crates/services/p2p/src/p2p_service/tests.rs (1410 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: crates/services/p2p/src/service.rs (1489 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: crates/services/sync/src/import/tests.rs (1757 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: crates/services/tx_status_manager/src/service.rs (1711 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: crates/services/upgradable-executor/src/executor.rs (1698 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/9397444c-88f7-4bf5-bb3b-5b5e06094887/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/9397444c-88f7-4bf5-bb3b-5b5e06094887/

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.