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.

1jehuang/jcode

https://github.com/1jehuang/jcode · scanned 2026-07-23 19:42 UTC (4 days, 16 hours ago)

196 raw signals (0 security + 196 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 4 days, 16 hours ago · v7 · 193 actionable findings from 1 signal source. 3 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: layer: security × excluding tests × Reset all
Scan summary Repository scanned at 70.6/100 with 80.0% coverage. It contains 3428 nodes across 0 cross-layer flows, written primarily in mixed languages. Engine surfaced 196 findings — concentrated in quality (140), software (19), security (17). Risk profile is high: 0 critical, 4 high, 40 medium. Recommended next step: open the quality layer findings first — that's where the highest-impact wins live.

Showing 10 of 193 actionable findings. 196 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.

medium System graph security Trivy conf 1.00 CVE-2026-50185: cmov 0.5.3 — Cargo.lock
RustCrypto CMOV provides conditional move CPU intrinsics which are gua ... RustCrypto CMOV provides conditional move CPU intrinsics which are guaranteed on major platforms to execute in constant-time and not be rewritten as branches by the compiler. From 0.1.1 until 0.5.4, the aarch64 implementati…
VulnCve 2026 50185
medium System graph security Trivy conf 1.00 CVE-2026-55093: tract-nnef 0.21.10 — Cargo.lock
tract-nnef: integer overflow in NNEF `.dat` tensor parser yields an out-of-bounds read on model load - **Component:** `tract-nnef` (`nnef/src/tensors.rs::read_tensor`) + `tract-data` (`data/src/tensor.rs`) - **Affected versions:** `< 0.21.16`, `0.22.0`–`0.22.2`, `0.23.0`–`0.23.1` — the dense `DatL…
VulnCve 2026 55093
medium System graph security Trivy conf 1.00 CVE-2026-55832: tract-onnx 0.21.10 — Cargo.lock
tract: Arbitrary file read via unsanitized ONNX external_data `location` (path traversal) on model load in tract-onnx ### Summary `tract` (the `tract-onnx` crate) resolves an ONNX tensor's external-data `location` by joining it onto the model directory **without any sanitization**. Because `locat…
VulnCve 2026 55832
medium System graph security Semgrep conf 0.55 dynamic urllib use detected — scripts/post_discord_release.py:75
Detected a dynamic value being used with urllib. urllib supports 'file://' schemes, so a dynamic value controlled by a malicious actor may allow them to read arbitrary files. Audit uses of urllib calls to ensure user data cannot control the URLs, or consider using the 'requests' library instead. R…
scripts/post_discord_release.py:75 SecurityPython
medium System graph security Trivy conf 1.00 GHSA-3pv8-6f4r-ffg2: tar 0.4.45 — Cargo.lock
tar has a PAX header desynchronization issue ### Summary When a tar stream contains multiple "header" entries prior to a file entry, tar-rs applies the PAX header (`x`) to the _next_ entry in the stream, regardless of type. For example, a stream of `x -> L -> file` (PAX, GNU longname, file) would…
VulnGhsa 3pv8 6f4r ffg2
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in crates/jcode-base/src/gateway.rs:328
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
crates/jcode-base/src/gateway.rs:328 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'local_storage_auth_token' in scripts/phone-server/wake-lambda.py:122
Found a known-risky pattern (local_storage_auth_token). Review and replace if possible.
scripts/phone-server/wake-lambda.py:122 Local storage auth token
medium System graph security Trivy conf 1.00 Secret leak: JWT token — crates/jcode-app-core/src/tool/discover.rs
Trivy detected a possible secret in `crates/jcode-app-core/src/tool/discover.rs`. Rule: jwt-token Severity: MEDIUM Match (redacted): "Use *************************************************************** Action: rotate the credential and remove it from the repo. Use a secrets manager or…
Secret
low System graph security Trivy conf 1.00 GHSA-cq8v-f236-94qc: rand 0.8.5 — Cargo.lock
Rand is unsound with a custom logger using rand::rng() It has been reported (by @lopopolo) that the `rand` library is [unsound](https://rust-lang.github.io/unsafe-code-guidelines/glossary.html#soundness-of-code--of-a-library) (i.e. that safe code using the public API can cause Undefined Behaviour)…
VulnGhsa cq8v f236 94qc
low System graph security Trivy conf 1.00 GHSA-rhfx-m35p-ff5j: lru 0.12.5 — Cargo.lock
`IterMut` violates Stacked Borrows by invalidating internal pointer Affected versions of this crate contain a soundness issue in the `IterMut` iterator implementation. The `IterMut::next` and `IterMut::next_back` methods temporarily create an exclusive reference to the key when dereferencing the i…
VulnGhsa rhfx m35p ff5j
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/8ae5b755-b1c9-453b-9aeb-119088507671/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/8ae5b755-b1c9-453b-9aeb-119088507671/

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.