gitsafehub
github.com/alanshaw/carbon ↗

alanshaw/carbon

scanned 2026-08-13 · git 0caeb5b
2 of 6 checks flagged a security issue
🔴 Needs attention
Only 5 of 6 checks finished — treat this as provisional. Re-check ↻

Informational scan, not a security audit. How this is computed.

Leaked secretsVulnerable dependencies82Known OSS vulnerabilities173Risky code patternsMalicious dependenciesProject health

Security checks

Leaked secrets — Gitleaks none found ✓

API keys, passwords or tokens committed into the repo.

Nothing found by this check. ✓

via Gitleaks v8.21.2 · MIT

Vulnerable dependencies — Trivy 82 found · 1 serious

Packages you depend on that have known security holes (CVEs).

  • Serious CVE-2022-44797 btcd mishandles witness size checking
    go.mod
    A package you depend on has a known security hole (CVE-2022-44797). Fix: Update that package to its patched version.
  • Worth fixing CVE-2024-38365 btcd did not correctly re-implement Bitcoin Core's "FindAndDelete()" functionality
    go.mod
    A package you depend on has a known security hole (CVE-2024-38365). Fix: Update that package to its patched version.
  • Worth fixing CVE-2024-34478 btcd susceptible to consensus failures
    go.mod
    A package you depend on has a known security hole (CVE-2024-34478). Fix: Update that package to its patched version.
  • Worth fixing CVE-2021-3121 gogo/protobuf: plugin/unmarshal/unmarshal.go lacks certain index validation
    go.mod
    A package you depend on has a known security hole (CVE-2021-3121). Fix: Update that package to its patched version.
  • Worth fixing CVE-2020-27813 golang-github-gorilla-websocket: integer overflow leads to denial of service
    go.mod
    A package you depend on has a known security hole (CVE-2020-27813). Fix: Update that package to its patched version.
  • Worth fixing GHSA-q3j6-22wf-3jh9 github.com/ipfs/go-bitswap vulnerable to DOS unbounded persistent memory leak
    go.mod
    A package you depend on has a known security hole (GHSA-q3j6-22wf-3jh9). Fix: Update that package to its patched version.
  • Worth fixing CVE-2023-23625 Denial of service via HAMT Decoding Panics
    go.mod
    A package you depend on has a known security hole (CVE-2023-23625). Fix: Update that package to its patched version.
  • Worth fixing GHSA-9x4h-8wgm-8xfg Malformed CAR panics and excessive memory usage
    go.mod
    A package you depend on has a known security hole (GHSA-9x4h-8wgm-8xfg). Fix: Update that package to its patched version.
  • Worth fixing CVE-2023-22460 go-ipld-prime/codec/json may panic if asked to encode bytes
    go.mod
    A package you depend on has a known security hole (CVE-2023-22460). Fix: Update that package to its patched version.
  • Worth fixing CVE-2026-35480 go-ipld-prime: DAG-CBOR decoder unbounded memory allocation from CBOR headers
    go.mod
    A package you depend on has a known security hole (CVE-2026-35480). Fix: Update that package to its patched version.
  • Worth fixing CVE-2026-42328 go-ipld-prime's DAG-CBOR and DAG-JSON decoders have unbounded recursion depth
    go.mod
    A package you depend on has a known security hole (CVE-2026-42328). Fix: Update that package to its patched version.
  • Worth fixing CVE-2022-23492 libp2p DoS vulnerability from lack of resource management
    go.mod
    A package you depend on has a known security hole (CVE-2022-23492). Fix: Update that package to its patched version.
  • Worth fixing CVE-2023-39533 go-libp2p: libp2p nodes vulnerable to attack using large RSA keys
    go.mod
    A package you depend on has a known security hole (CVE-2023-39533). Fix: Update that package to its patched version.
  • Worth fixing CVE-2023-40583 libp2p nodes vulnerable to OOM attack
    go.mod
    A package you depend on has a known security hole (CVE-2023-40583). Fix: Update that package to its patched version.
  • Worth fixing CVE-2019-19794 golang-github-miekg-dns: predictable TXID can lead to response forgeries
    go.mod
    A package you depend on has a known security hole (CVE-2019-19794). Fix: Update that package to its patched version.
  • Worth fixing CVE-2021-43565 golang.org/x/crypto: empty plaintext packet causes panic
    go.mod
    A package you depend on has a known security hole (CVE-2021-43565). Fix: Update that package to its patched version.
  • Worth fixing CVE-2022-27191 golang: crash in a golang.org/x/crypto/ssh server
    go.mod
    A package you depend on has a known security hole (CVE-2022-27191). Fix: Update that package to its patched version.
  • Worth fixing CVE-2024-45337 golang.org/x/crypto/ssh: Misuse of ServerConfig.PublicKeyCallback may cause authorization bypass in golang.org/x/crypto
    go.mod
    A package you depend on has a known security hole (CVE-2024-45337). Fix: Update that package to its patched version.
  • Worth fixing CVE-2025-22869 golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh
    go.mod
    A package you depend on has a known security hole (CVE-2025-22869). Fix: Update that package to its patched version.
  • Worth fixing CVE-2025-47913 golang.org/x/crypto/ssh/agent: golang.org/x/crypto/ssh/agent: SSH client panic due to unexpected SSH_AGENT_SUCCESS
    go.mod
    A package you depend on has a known security hole (CVE-2025-47913). Fix: Update that package to its patched version.
  • Worth fixing CVE-2026-39828 golang.org/x/crypto/ssh: golang.org/x/crypto/ssh: Unauthorized command execution via discarded SSH permissions
    go.mod
    A package you depend on has a known security hole (CVE-2026-39828). Fix: Update that package to its patched version.
  • Worth fixing CVE-2026-39829 golang.org/x/crypto/ssh: golang.org/x/crypto/ssh: Denial of Service via crafted public key with excessive parameters
    go.mod
    A package you depend on has a known security hole (CVE-2026-39829). Fix: Update that package to its patched version.
  • Worth fixing CVE-2026-39830 golang.org/x/crypto/ssh: golang.org/x/crypto/ssh: Denial of Service via resource leak from unsolicited SSH responses
    go.mod
    A package you depend on has a known security hole (CVE-2026-39830). Fix: Update that package to its patched version.
  • Worth fixing CVE-2026-39831 golang.org/x/crypto/ssh: golang.org/x/crypto/ssh: Security key bypass due to missing user presence check
    go.mod
    A package you depend on has a known security hole (CVE-2026-39831). Fix: Update that package to its patched version.
  • Worth fixing CVE-2026-39832 golang.org/x/crypto/ssh/agent: golang.org/x/crypto/ssh/agent: Security bypass due to improper handling of key restrictions
    go.mod
    A package you depend on has a known security hole (CVE-2026-39832). Fix: Update that package to its patched version.
… 57 more not shown

via Trivy v0.70.0 · Apache-2.0

Known OSS vulnerabilities — OSV-Scanner 173 found · 9 serious

Your dependencies cross-checked against the OSV vulnerability database.

  • Serious GO-2022-1098 Denial of service in message decoding in github.com/btcsuite/btcd
    /workdirs/scan-acdd5269-58be-4297-838d-c8fe6236c2ff/go.sum
    A package you depend on has a known security hole (CVE-2022-44797). Fix: Update that package to its patched version.
  • Serious GO-2024-3321 Misuse of connection.serverAuthenticate may cause authorization bypass in golang.org/x/crypto
    /workdirs/scan-acdd5269-58be-4297-838d-c8fe6236c2ff/go.sum
    A package you depend on has a known security hole (CVE-2024-45337). Fix: Update that package to its patched version.
  • Serious GO-2026-5005 Invoking key constraints not enforced in golang.org/x/crypto/ssh/agent
    /workdirs/scan-acdd5269-58be-4297-838d-c8fe6236c2ff/go.sum
    A package you depend on has a known security hole (CVE-2026-39833). Fix: Update that package to its patched version.
  • Serious GO-2026-5006 Invoking agent constraints dropped when forwarding keys in golang.org/x/crypto/ssh/agent
    /workdirs/scan-acdd5269-58be-4297-838d-c8fe6236c2ff/go.sum
    A package you depend on has a known security hole (CVE-2026-39832). Fix: Update that package to its patched version.
  • Serious GO-2026-5017 Invoking client can cause server deadlock on unexpected responses in golang.org/x/crypto/ssh
    /workdirs/scan-acdd5269-58be-4297-838d-c8fe6236c2ff/go.sum
    A package you depend on has a known security hole (CVE-2026-39830). Fix: Update that package to its patched version.
  • Serious GO-2026-5019 Invoking bypass of FIDO/U2F security keys physical interaction in golang.org/x/crypto/ssh
    /workdirs/scan-acdd5269-58be-4297-838d-c8fe6236c2ff/go.sum
    A package you depend on has a known security hole (CVE-2026-39831). Fix: Update that package to its patched version.
  • Serious GO-2026-5020 Invoking infinite loop on large channel writes in golang.org/x/crypto/ssh
    /workdirs/scan-acdd5269-58be-4297-838d-c8fe6236c2ff/go.sum
    A package you depend on has a known security hole (CVE-2026-39834). Fix: Update that package to its patched version.
  • Serious GO-2026-5021 Invoking auth bypass via unenforced @revoked status in golang.org/x/crypto/ssh/knownhosts
    /workdirs/scan-acdd5269-58be-4297-838d-c8fe6236c2ff/go.sum
    A package you depend on has a known security hole (CVE-2026-42508). Fix: Update that package to its patched version.
  • Serious GO-2026-5023 Invoking VerifiedPublicKeyCallback permissions skip enforcement in golang.org/x/crypto/ssh
    /workdirs/scan-acdd5269-58be-4297-838d-c8fe6236c2ff/go.sum
    A package you depend on has a known security hole (CVE-2026-46595). Fix: Update that package to its patched version.
  • Worth fixing GO-2024-3189 Consensus failure in github.com/btcsuite/btcd
    /workdirs/scan-acdd5269-58be-4297-838d-c8fe6236c2ff/go.sum
    A package you depend on has a known security hole (CVE-2024-38365). Fix: Update that package to its patched version.
  • Worth fixing GO-2021-0053 Panic due to improper input validation in github.com/gogo/protobuf
    /workdirs/scan-acdd5269-58be-4297-838d-c8fe6236c2ff/go.sum
    A package you depend on has a known security hole (CVE-2021-3121). Fix: Update that package to its patched version.
  • Worth fixing GO-2023-1766 Denial of service from memory leak in github.com/ipfs/go-libipfs
    /workdirs/scan-acdd5269-58be-4297-838d-c8fe6236c2ff/go.sum
    A package you depend on has a known security hole (CVE-2023-25568). Fix: Update that package to its patched version.
  • Worth fixing GO-2023-1557 Denial of service via HAMT decoding panic in github.com/ipfs/go-unixfs
    /workdirs/scan-acdd5269-58be-4297-838d-c8fe6236c2ff/go.sum
    A package you depend on has a known security hole (CVE-2023-23625). Fix: Update that package to its patched version.
  • Worth fixing GO-2023-1269 Panic in encoding in github.com/ipld/go-ipld-prime
    /workdirs/scan-acdd5269-58be-4297-838d-c8fe6236c2ff/go.sum
    A package you depend on has a known security hole (CVE-2023-22460). Fix: Update that package to its patched version.
  • Worth fixing GO-2026-5073 DAG-CBOR decoder unbounded memory allocation from CBOR headers in github.com/ipld/go-ipld-prime
    /workdirs/scan-acdd5269-58be-4297-838d-c8fe6236c2ff/go.sum
    A package you depend on has a known security hole (CVE-2026-35480). Fix: Update that package to its patched version.
  • Worth fixing GO-2026-5684 Go-ipld-prime's DAG-CBOR and DAG-JSON decoders have unbounded recursion depth in github.com/ipld/go-ipld-prime
    /workdirs/scan-acdd5269-58be-4297-838d-c8fe6236c2ff/go.sum
    A package you depend on has a known security hole (CVE-2026-42328). Fix: Update that package to its patched version.
  • Worth fixing GO-2022-1148 Resource exhaustion in github.com/libp2p/go-libp2p
    /workdirs/scan-acdd5269-58be-4297-838d-c8fe6236c2ff/go.sum
    A package you depend on has a known security hole (CVE-2022-23492). Fix: Update that package to its patched version.
  • Worth fixing GO-2023-2000 Large RSA keys can cause high resource usage in github.com/libp2p/go-libp2p
    /workdirs/scan-acdd5269-58be-4297-838d-c8fe6236c2ff/go.sum
    A package you depend on has a known security hole (CVE-2023-39533). Fix: Update that package to its patched version.
  • Worth fixing GO-2023-2024 Out-of-memory vulnerability in github.com/libp2p/go-libp2p
    /workdirs/scan-acdd5269-58be-4297-838d-c8fe6236c2ff/go.sum
    A package you depend on has a known security hole (CVE-2023-40583). Fix: Update that package to its patched version.
  • Worth fixing GO-2021-0356 Denial of service via crafted Signer in golang.org/x/crypto/ssh
    /workdirs/scan-acdd5269-58be-4297-838d-c8fe6236c2ff/go.sum
    A package you depend on has a known security hole (CVE-2022-27191). Fix: Update that package to its patched version.
  • Worth fixing GO-2022-0968 Panic on malformed packets in golang.org/x/crypto/ssh
    /workdirs/scan-acdd5269-58be-4297-838d-c8fe6236c2ff/go.sum
    A package you depend on has a known security hole (CVE-2021-43565). Fix: Update that package to its patched version.
  • Worth fixing GO-2023-2402 Man-in-the-middle attacker can compromise integrity of secure channel in golang.org/x/crypto
    /workdirs/scan-acdd5269-58be-4297-838d-c8fe6236c2ff/go.sum
    A package you depend on has a known security hole (CVE-2023-48795). Fix: Update that package to its patched version.
  • Worth fixing GO-2025-3487 Potential denial of service in golang.org/x/crypto
    /workdirs/scan-acdd5269-58be-4297-838d-c8fe6236c2ff/go.sum
    A package you depend on has a known security hole (CVE-2025-22869). Fix: Update that package to its patched version.
  • Worth fixing GO-2025-4134 Unbounded memory consumption in golang.org/x/crypto/ssh
    /workdirs/scan-acdd5269-58be-4297-838d-c8fe6236c2ff/go.sum
    A package you depend on has a known security hole (CVE-2025-58181). Fix: Update that package to its patched version.
  • Worth fixing GO-2025-4135 Malformed constraint may cause denial of service in golang.org/x/crypto/ssh/agent
    /workdirs/scan-acdd5269-58be-4297-838d-c8fe6236c2ff/go.sum
    A package you depend on has a known security hole (CVE-2025-47914). Fix: Update that package to its patched version.
… 148 more not shown

via OSV-Scanner v1.9.2 · Apache-2.0

Risky code patterns — Semgrep none found ✓

Code that can be exploited: injection, hardcoded credentials and similar.

Nothing found by this check. ✓

via Semgrep v1.147.0 · LGPL-2.1

Malicious dependencies — Guarddog none found ✓

Packages that look intentionally malicious: typosquats, sneaky install scripts.

Nothing found by this check. ✓

via Guarddog v2.10.0 · Apache-2.0

Project health

A signal about how the project is maintained — not a vulnerability in your code. It doesn’t affect the verdict above.

Project health — OpenSSF Scorecard didn’t run

Maintenance & supply-chain hygiene. A signal about the project, not a vulnerability in your code.

This check didn’t finish — that’s not the same as “clean.” Try Check again above.

via OpenSSF Scorecard · Apache-2.0

About these results. Six open-source checks ran in parallel; every finding is tagged with the tool that produced it. The verdict follows a published rule. False positives and false negatives are normal — a clean scan does not mean the code is secure, and a red verdict does not mean the project is compromised.