gitsafehub
github.com/shashishailaj/dapr ↗

shashishailaj/dapr

scanned 2026-08-12 · git 8b9103b
3 of 6 checks flagged a security issue
🔴 Needs attention
Only 4 of 6 checks finished — treat this as provisional. Re-check ↻

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

Leaked secrets10Vulnerable dependencies751Known OSS vulnerabilities2138Risky code patternsMalicious dependenciesProject health

Security checks

Leaked secrets — Gitleaks 10 found · 8 serious

API keys, passwords or tokens committed into the repo.

  • Serious private-key Identified a Private Key, which may compromise cryptographic security and sensitive data encryption.
    pkg/credentials/tls_test.go:32
    A credential (key, password or token) appears in your code. Fix: Remove it, rotate the key, and load it from an environment variable instead.
  • Serious jwt Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data.
    pkg/runtime/security/token_test.go:13
    A credential (key, password or token) appears in your code. Fix: Remove it, rotate the key, and load it from an environment variable instead.
  • Serious private-key Identified a Private Key, which may compromise cryptographic security and sensitive data encryption.
    pkg/sentry/ca/certificate_authority_test.go:49
    A credential (key, password or token) appears in your code. Fix: Remove it, rotate the key, and load it from an environment variable instead.
  • Serious kubernetes-secret-yaml Possible Kubernetes Secret detected, posing a risk of leaking credentials/tokens from your deployments
    tests/config/kubernetes_redis_secret.yaml:2
    A credential (key, password or token) appears in your code. Fix: Remove it, rotate the key, and load it from an environment variable instead.
  • Serious private-key Identified a Private Key, which may compromise cryptographic security and sensitive data encryption.
    pkg/credentials/tls_test.go:32
    A credential (key, password or token) appears in your code. Fix: Remove it, rotate the key, and load it from an environment variable instead.
  • Serious jwt Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data.
    pkg/runtime/security/token_test.go:13
    A credential (key, password or token) appears in your code. Fix: Remove it, rotate the key, and load it from an environment variable instead.
  • Serious private-key Identified a Private Key, which may compromise cryptographic security and sensitive data encryption.
    pkg/sentry/ca/certificate_authority_test.go:49
    A credential (key, password or token) appears in your code. Fix: Remove it, rotate the key, and load it from an environment variable instead.
  • Serious kubernetes-secret-yaml Possible Kubernetes Secret detected, posing a risk of leaking credentials/tokens from your deployments
    tests/config/kubernetes_redis_secret.yaml:2
    A credential (key, password or token) appears in your code. Fix: Remove it, rotate the key, and load it from an environment variable instead.
  • Worth fixing generic-api-key Detected a Generic API Key, potentially exposing access to various services and sensitive operations.
    tests/apps/perf/actorjava/src/main/resources/application.properties:3
    A credential (key, password or token) appears in your code. Fix: Remove it, rotate the key, and load it from an environment variable instead.
  • Worth fixing generic-api-key Detected a Generic API Key, potentially exposing access to various services and sensitive operations.
    tests/apps/perf/actorjava/src/main/resources/application.properties:3
    A credential (key, password or token) appears in your code. Fix: Remove it, rotate the key, and load it from an environment variable instead.

via Gitleaks v8.21.2 · MIT

Vulnerable dependencies — Trivy 751 found · 24 serious

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

  • Serious CVE-2022-1996 go-restful: Authorization Bypass Through User-Controlled Key
    go.mod
    A package you depend on has a known security hole (CVE-2022-1996). Fix: Update that package to its patched version.
  • Serious GHSA-r277-6w6q-xmqw kin-openapi: ValidationHandler.Load() Fail-Open Authentication Bypass via NoopAuthenticationFunc Default
    go.mod
    A package you depend on has a known security hole (GHSA-r277-6w6q-xmqw). Fix: Update that package to its patched version.
  • Serious CVE-2022-40083 Labstack Echo v4.8.0 was discovered to contain an open redirect vulner ...
    go.mod
    A package you depend on has a known security hole (CVE-2022-40083). Fix: Update that package to its patched version.
  • Serious CVE-2020-26892 The JWT library in NATS nats-server before 2.1.9 has Incorrect Access ...
    go.mod
    A package you depend on has a known security hole (CVE-2020-26892). Fix: Update that package to its patched version.
  • Serious CVE-2026-33186 google.golang.org/grpc/grpc-go: google.golang.org/grpc/authz: gRPC-Go: Authorization bypass due to improper HTTP/2 path validation
    go.mod
    A package you depend on has a known security hole (CVE-2026-33186). Fix: Update that package to its patched version.
  • Serious CVE-2026-33186 google.golang.org/grpc/grpc-go: google.golang.org/grpc/authz: gRPC-Go: Authorization bypass due to improper HTTP/2 path validation
    tests/apps/actorload/go.mod
    A package you depend on has a known security hole (CVE-2026-33186). Fix: Update that package to its patched version.
  • Serious CVE-2022-22965 spring-framework: RCE via Data Binding on JDK 9+
    tests/apps/perf/actorjava/pom.xml
    A package you depend on has a known security hole (CVE-2022-22965). Fix: Update that package to its patched version.
  • Serious CVE-2022-22965 spring-framework: RCE via Data Binding on JDK 9+
    tests/apps/perf/actorjava/pom.xml
    A package you depend on has a known security hole (CVE-2022-22965). Fix: Update that package to its patched version.
  • Serious CVE-2022-1996 go-restful: Authorization Bypass Through User-Controlled Key
    tests/apps/pubsub-subscriber/go.mod
    A package you depend on has a known security hole (CVE-2022-1996). Fix: Update that package to its patched version.
  • Serious CVE-2022-1996 go-restful: Authorization Bypass Through User-Controlled Key
    tests/apps/service_invocation/go.mod
    A package you depend on has a known security hole (CVE-2022-1996). Fix: Update that package to its patched version.
  • Serious GHSA-r277-6w6q-xmqw kin-openapi: ValidationHandler.Load() Fail-Open Authentication Bypass via NoopAuthenticationFunc Default
    tests/apps/service_invocation/go.mod
    A package you depend on has a known security hole (GHSA-r277-6w6q-xmqw). Fix: Update that package to its patched version.
  • Serious CVE-2022-40083 Labstack Echo v4.8.0 was discovered to contain an open redirect vulner ...
    tests/apps/service_invocation/go.mod
    A package you depend on has a known security hole (CVE-2022-40083). Fix: Update that package to its patched version.
  • Serious CVE-2020-26892 The JWT library in NATS nats-server before 2.1.9 has Incorrect Access ...
    tests/apps/service_invocation/go.mod
    A package you depend on has a known security hole (CVE-2020-26892). Fix: Update that package to its patched version.
  • Serious CVE-2026-33186 google.golang.org/grpc/grpc-go: google.golang.org/grpc/authz: gRPC-Go: Authorization bypass due to improper HTTP/2 path validation
    tests/apps/service_invocation/go.mod
    A package you depend on has a known security hole (CVE-2026-33186). Fix: Update that package to its patched version.
  • Serious CVE-2022-1996 go-restful: Authorization Bypass Through User-Controlled Key
    tests/apps/service_invocation_grpc/go.mod
    A package you depend on has a known security hole (CVE-2022-1996). Fix: Update that package to its patched version.
  • Serious GHSA-r277-6w6q-xmqw kin-openapi: ValidationHandler.Load() Fail-Open Authentication Bypass via NoopAuthenticationFunc Default
    tests/apps/service_invocation_grpc/go.mod
    A package you depend on has a known security hole (GHSA-r277-6w6q-xmqw). Fix: Update that package to its patched version.
  • Serious CVE-2022-40083 Labstack Echo v4.8.0 was discovered to contain an open redirect vulner ...
    tests/apps/service_invocation_grpc/go.mod
    A package you depend on has a known security hole (CVE-2022-40083). Fix: Update that package to its patched version.
  • Serious CVE-2020-26892 The JWT library in NATS nats-server before 2.1.9 has Incorrect Access ...
    tests/apps/service_invocation_grpc/go.mod
    A package you depend on has a known security hole (CVE-2020-26892). Fix: Update that package to its patched version.
  • Serious CVE-2026-33186 google.golang.org/grpc/grpc-go: google.golang.org/grpc/authz: gRPC-Go: Authorization bypass due to improper HTTP/2 path validation
    tests/apps/service_invocation_grpc/go.mod
    A package you depend on has a known security hole (CVE-2026-33186). Fix: Update that package to its patched version.
  • Serious CVE-2022-1996 go-restful: Authorization Bypass Through User-Controlled Key
    tests/apps/stateapp/go.mod
    A package you depend on has a known security hole (CVE-2022-1996). Fix: Update that package to its patched version.
  • Serious GHSA-r277-6w6q-xmqw kin-openapi: ValidationHandler.Load() Fail-Open Authentication Bypass via NoopAuthenticationFunc Default
    tests/apps/stateapp/go.mod
    A package you depend on has a known security hole (GHSA-r277-6w6q-xmqw). Fix: Update that package to its patched version.
  • Serious CVE-2022-40083 Labstack Echo v4.8.0 was discovered to contain an open redirect vulner ...
    tests/apps/stateapp/go.mod
    A package you depend on has a known security hole (CVE-2022-40083). Fix: Update that package to its patched version.
  • Serious CVE-2020-26892 The JWT library in NATS nats-server before 2.1.9 has Incorrect Access ...
    tests/apps/stateapp/go.mod
    A package you depend on has a known security hole (CVE-2020-26892). Fix: Update that package to its patched version.
  • Serious CVE-2026-33186 google.golang.org/grpc/grpc-go: google.golang.org/grpc/authz: gRPC-Go: Authorization bypass due to improper HTTP/2 path validation
    tests/apps/stateapp/go.mod
    A package you depend on has a known security hole (CVE-2026-33186). Fix: Update that package to its patched version.
  • Worth fixing CVE-2026-41602 github.com/apache/thrift: Apache Thrift: Integer Overflow in TFramedTransport Go implementation
    go.mod
    A package you depend on has a known security hole (CVE-2026-41602). Fix: Update that package to its patched version.
… 726 more not shown

via Trivy v0.70.0 · Apache-2.0

Known OSS vulnerabilities — OSV-Scanner 2138 found · 33 serious

Your dependencies cross-checked against the OSV vulnerability database.

  • Serious GO-2022-0588 Cross-site scripting via leaked style elements in github.com/microcosm-cc/bluemonday
    /workdirs/scan-f71950ee-4eef-44b8-8b98-7d0b2aae828e/go.mod
    A package you depend on has a known security hole (CVE-2021-42576). Fix: Update that package to its patched version.
  • Serious GO-2026-4762 Authorization bypass in gRPC-Go via missing leading slash in :path in google.golang.org/grpc
    /workdirs/scan-f71950ee-4eef-44b8-8b98-7d0b2aae828e/go.mod
    A package you depend on has a known security hole (CVE-2026-33186). Fix: Update that package to its patched version.
  • Serious GO-2022-0619 Authorization bypass in github.com/emicklei/go-restful, go-restful/v2 and go-restful/v3
    /workdirs/scan-f71950ee-4eef-44b8-8b98-7d0b2aae828e/go.sum
    A package you depend on has a known security hole (CVE-2022-1996). Fix: Update that package to its patched version.
  • Serious GHSA-7jwh-3vrq-q3m8 pgproto3 SQL Injection via Protocol Message Size Overflow
    /workdirs/scan-f71950ee-4eef-44b8-8b98-7d0b2aae828e/go.sum
    A package you depend on has a known security hole (CVE-2024-27304). Fix: Update that package to its patched version.
  • Serious GO-2024-2606 SQL injection in github.com/jackc/pgproto3 and github.com/jackc/pgx
    /workdirs/scan-f71950ee-4eef-44b8-8b98-7d0b2aae828e/go.sum
    A package you depend on has a known security hole (CVE-2024-27304). Fix: Update that package to its patched version.
  • Serious GO-2024-2606 SQL injection in github.com/jackc/pgproto3 and github.com/jackc/pgx
    /workdirs/scan-f71950ee-4eef-44b8-8b98-7d0b2aae828e/go.sum
    A package you depend on has a known security hole (CVE-2024-27304). Fix: Update that package to its patched version.
  • Serious GO-2024-2606 SQL injection in github.com/jackc/pgproto3 and github.com/jackc/pgx
    /workdirs/scan-f71950ee-4eef-44b8-8b98-7d0b2aae828e/go.sum
    A package you depend on has a known security hole (CVE-2024-27304). Fix: Update that package to its patched version.
  • Serious GO-2022-1031 Open redirect in github.com/labstack/echo/v4
    /workdirs/scan-f71950ee-4eef-44b8-8b98-7d0b2aae828e/go.sum
    A package you depend on has a known security hole (CVE-2022-40083). Fix: Update that package to its patched version.
  • Serious GO-2022-0380 Incorrect handling of credential expiry in github.com/nats-io/jwt
    /workdirs/scan-f71950ee-4eef-44b8-8b98-7d0b2aae828e/go.sum
    A package you depend on has a known security hole (CVE-2020-26892). 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-f71950ee-4eef-44b8-8b98-7d0b2aae828e/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-f71950ee-4eef-44b8-8b98-7d0b2aae828e/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-f71950ee-4eef-44b8-8b98-7d0b2aae828e/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-f71950ee-4eef-44b8-8b98-7d0b2aae828e/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-f71950ee-4eef-44b8-8b98-7d0b2aae828e/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-f71950ee-4eef-44b8-8b98-7d0b2aae828e/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-f71950ee-4eef-44b8-8b98-7d0b2aae828e/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-f71950ee-4eef-44b8-8b98-7d0b2aae828e/go.sum
    A package you depend on has a known security hole (CVE-2026-46595). 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-f71950ee-4eef-44b8-8b98-7d0b2aae828e/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-f71950ee-4eef-44b8-8b98-7d0b2aae828e/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-f71950ee-4eef-44b8-8b98-7d0b2aae828e/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-f71950ee-4eef-44b8-8b98-7d0b2aae828e/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-f71950ee-4eef-44b8-8b98-7d0b2aae828e/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-f71950ee-4eef-44b8-8b98-7d0b2aae828e/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-f71950ee-4eef-44b8-8b98-7d0b2aae828e/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-f71950ee-4eef-44b8-8b98-7d0b2aae828e/go.sum
    A package you depend on has a known security hole (CVE-2026-46595). Fix: Update that package to its patched version.
… 2113 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 timed out

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

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

via Guarddog v2.10.0 · Apache-2.0

error: go:timeout

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.