gitsafehub
github.com/broisnischal/teecp ↗

broisnischal/teecp

scanned 2026-08-12 · git c0fc110
2 of 6 checks flagged a security issue
🟡 Worth a look
Only 5 of 6 checks finished — treat this as provisional. Re-check ↻

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

Leaked secretsVulnerable dependencies38Known OSS vulnerabilities38Risky 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 38 found

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

  • Worth fixing CVE-2026-39406 @hono/node-server: Middleware bypass via repeated slashes in serveStatic
    bun.lock
    A package you depend on has a known security hole (CVE-2026-39406). Fix: Update that package to its patched version.
  • Worth fixing GHSA-frvp-7c67-39w9 Node.js Adapter for Hono: Path traversal in `serve-static` on Windows via encoded backslash (`%5C`)
    bun.lock
    A package you depend on has a known security hole (GHSA-frvp-7c67-39w9). Fix: Update that package to its patched version.
  • Worth fixing CVE-2026-13676 fast-uri: fast-uri: Security policy bypass due to improper Unicode hostname canonicalization
    bun.lock
    A package you depend on has a known security hole (CVE-2026-13676). Fix: Update that package to its patched version.
  • Worth fixing CVE-2026-16221 Impact: fast-uri versions from 2.3.1 through 4.1.0 (including the 3.x ...
    bun.lock
    A package you depend on has a known security hole (CVE-2026-16221). Fix: Update that package to its patched version.
  • Worth fixing CVE-2026-18446 fast-uri: fast-uri: Host confusion vulnerability via backslash in URI authority
    bun.lock
    A package you depend on has a known security hole (CVE-2026-18446). Fix: Update that package to its patched version.
  • Worth fixing CVE-2026-6321 fast-uri: fast-uri: Path traversal vulnerability allows bypass of security policies
    bun.lock
    A package you depend on has a known security hole (CVE-2026-6321). Fix: Update that package to its patched version.
  • Worth fixing CVE-2026-6322 fast-uri: fast-uri: URI authority bypass due to improper delimiter handling
    bun.lock
    A package you depend on has a known security hole (CVE-2026-6322). Fix: Update that package to its patched version.
  • Worth fixing CVE-2026-54290 hono: CORS Middleware reflects any Origin with credentials when `origin` defaults to the wildcard
    bun.lock
    A package you depend on has a known security hole (CVE-2026-54290). Fix: Update that package to its patched version.
  • Worth fixing CVE-2026-39407 Hono: Middleware bypass via repeated slashes in serveStatic
    bun.lock
    A package you depend on has a known security hole (CVE-2026-39407). Fix: Update that package to its patched version.
  • Worth fixing CVE-2026-39408 Hono: Path traversal in toSSG() allows writing files outside the output directory
    bun.lock
    A package you depend on has a known security hole (CVE-2026-39408). Fix: Update that package to its patched version.
  • Worth fixing CVE-2026-39409 Hono has incorrect IP matching in ipRestriction() for IPv4-mapped IPv6 addresses
    bun.lock
    A package you depend on has a known security hole (CVE-2026-39409). Fix: Update that package to its patched version.
  • Worth fixing CVE-2026-39410 Hono: Non-breaking space prefix bypass in cookie name handling in getCookie()
    bun.lock
    A package you depend on has a known security hole (CVE-2026-39410). Fix: Update that package to its patched version.
  • Worth fixing CVE-2026-44455 hono/jsx has Unvalidated JSX Tag Names that May Allow HTML Injection
    bun.lock
    A package you depend on has a known security hole (CVE-2026-44455). Fix: Update that package to its patched version.
  • Worth fixing CVE-2026-44456 Hono: bodyLimit() can be bypassed for chunked / unknown-length requests
    bun.lock
    A package you depend on has a known security hole (CVE-2026-44456). Fix: Update that package to its patched version.
  • Worth fixing CVE-2026-44457 Hono's Cache Middleware ignores Vary: Authorization / Vary: Cookie leading to cross-user cache leakage
    bun.lock
    A package you depend on has a known security hole (CVE-2026-44457). Fix: Update that package to its patched version.
  • Worth fixing CVE-2026-44458 Hono has CSS Declaration Injection via Style Object Values in JSX SSR
    bun.lock
    A package you depend on has a known security hole (CVE-2026-44458). Fix: Update that package to its patched version.
  • Worth fixing CVE-2026-47673 Hono: JWT middleware accepts any Authorization scheme, not only Bearer
    bun.lock
    A package you depend on has a known security hole (CVE-2026-47673). Fix: Update that package to its patched version.
  • Worth fixing CVE-2026-47674 Hono: IP Restriction bypasses static deny rules for non-canonical IPv6
    bun.lock
    A package you depend on has a known security hole (CVE-2026-47674). Fix: Update that package to its patched version.
  • Worth fixing CVE-2026-47675 Hono: Cookie helper does not sanitize sameSite and priority, allowing Set-Cookie injection
    bun.lock
    A package you depend on has a known security hole (CVE-2026-47675). Fix: Update that package to its patched version.
  • Worth fixing CVE-2026-47676 Hono: app.mount() strips mount prefix using undecoded path, causing incorrect routing for percent-encoded paths
    bun.lock
    A package you depend on has a known security hole (CVE-2026-47676). Fix: Update that package to its patched version.
  • Worth fixing CVE-2026-54286 hono: Path traversal in `serve-static` on Windows via encoded backslash (`%5C`)
    bun.lock
    A package you depend on has a known security hole (CVE-2026-54286). Fix: Update that package to its patched version.
  • Worth fixing CVE-2026-54287 hono: AWS Lambda adapter merges multiple `Set-Cookie` headers into one value, dropping cookies on ALB single-header and Lattice
    bun.lock
    A package you depend on has a known security hole (CVE-2026-54287). Fix: Update that package to its patched version.
  • Worth fixing CVE-2026-54288 hono: Body Limit Middleware can be bypassed on AWS Lambda by understating `Content-Length`
    bun.lock
    A package you depend on has a known security hole (CVE-2026-54288). Fix: Update that package to its patched version.
  • Worth fixing CVE-2026-54289 hono: Lambda@Edge adapter keeps only the last value of a repeated request header, dropping the rest
    bun.lock
    A package you depend on has a known security hole (CVE-2026-54289). Fix: Update that package to its patched version.
  • Worth fixing CVE-2026-56761 hono Improperly Handles JSX Attribute Names Allows HTML Injection in hono/jsx SSR
    bun.lock
    A package you depend on has a known security hole (CVE-2026-56761). Fix: Update that package to its patched version.
… 13 more not shown

via Trivy v0.70.0 · Apache-2.0

Known OSS vulnerabilities — OSV-Scanner 38 found

Your dependencies cross-checked against the OSV vulnerability database.

  • Worth fixing GHSA-92pp-h63x-v22m @hono/node-server: Middleware bypass via repeated slashes in serveStatic
    /workdirs/scan-df37e8ea-9383-4b3d-8b25-1c849b4b50f1/bun.lock
    A package you depend on has a known security hole (CVE-2026-39406). Fix: Update that package to its patched version.
  • Worth fixing GHSA-frvp-7c67-39w9 Node.js Adapter for Hono: Path traversal in `serve-static` on Windows via encoded backslash (`%5C`)
    /workdirs/scan-df37e8ea-9383-4b3d-8b25-1c849b4b50f1/bun.lock
    A package you depend on has a known security hole. Fix: Update that package to its patched version.
  • Worth fixing GHSA-4c8g-83qw-93j6 fast-uri vulnerable to host confusion via failed IDN canonicalization
    /workdirs/scan-df37e8ea-9383-4b3d-8b25-1c849b4b50f1/bun.lock
    A package you depend on has a known security hole (CVE-2026-13676). Fix: Update that package to its patched version.
  • Worth fixing GHSA-7p8r-x3mc-p8w7 fast-uri vulnerable to host confusion via backslash authority introducer
    /workdirs/scan-df37e8ea-9383-4b3d-8b25-1c849b4b50f1/bun.lock
    A package you depend on has a known security hole (CVE-2026-18446). Fix: Update that package to its patched version.
  • Worth fixing GHSA-q3j6-qgpj-74h6 fast-uri vulnerable to path traversal via percent-encoded dot segments
    /workdirs/scan-df37e8ea-9383-4b3d-8b25-1c849b4b50f1/bun.lock
    A package you depend on has a known security hole (CVE-2026-6321). Fix: Update that package to its patched version.
  • Worth fixing GHSA-v2hh-gcrm-f6hx fast-uri vulnerable to host confusion via literal backslash authority delimiter
    /workdirs/scan-df37e8ea-9383-4b3d-8b25-1c849b4b50f1/bun.lock
    A package you depend on has a known security hole (CVE-2026-16221). Fix: Update that package to its patched version.
  • Worth fixing GHSA-v39h-62p7-jpjc fast-uri vulnerable to host confusion via percent-encoded authority delimiters
    /workdirs/scan-df37e8ea-9383-4b3d-8b25-1c849b4b50f1/bun.lock
    A package you depend on has a known security hole (CVE-2026-6322). Fix: Update that package to its patched version.
  • Worth fixing GHSA-26pp-8wgv-hjvm Hono missing validation of cookie name on write path in setCookie()
    /workdirs/scan-df37e8ea-9383-4b3d-8b25-1c849b4b50f1/bun.lock
    A package you depend on has a known security hole (CVE-2026-56762). Fix: Update that package to its patched version.
  • Worth fixing GHSA-2gcr-mfcq-wcc3 Hono: app.mount() strips mount prefix using undecoded path, causing incorrect routing for percent-encoded paths
    /workdirs/scan-df37e8ea-9383-4b3d-8b25-1c849b4b50f1/bun.lock
    A package you depend on has a known security hole (CVE-2026-47676). Fix: Update that package to its patched version.
  • Worth fixing GHSA-3hrh-pfw6-9m5x Hono: Cookie helper does not sanitize sameSite and priority, allowing Set-Cookie injection
    /workdirs/scan-df37e8ea-9383-4b3d-8b25-1c849b4b50f1/bun.lock
    A package you depend on has a known security hole (CVE-2026-47675). Fix: Update that package to its patched version.
  • Worth fixing GHSA-458j-xx4x-4375 hono Improperly Handles JSX Attribute Names Allows HTML Injection in hono/jsx SSR
    /workdirs/scan-df37e8ea-9383-4b3d-8b25-1c849b4b50f1/bun.lock
    A package you depend on has a known security hole (CVE-2026-56761). Fix: Update that package to its patched version.
  • Worth fixing GHSA-54fx-42gc-7vw4 Hono: Algorithmic Complexity DoS in Language Middleware
    /workdirs/scan-df37e8ea-9383-4b3d-8b25-1c849b4b50f1/bun.lock
    A package you depend on has a known security hole (CVE-2026-71848). Fix: Update that package to its patched version.
  • Worth fixing GHSA-69xw-7hcm-h432 hono/jsx has Unvalidated JSX Tag Names that May Allow HTML Injection
    /workdirs/scan-df37e8ea-9383-4b3d-8b25-1c849b4b50f1/bun.lock
    A package you depend on has a known security hole (CVE-2026-44455). Fix: Update that package to its patched version.
  • Worth fixing GHSA-88fw-hqm2-52qc hono: CORS Middleware reflects any Origin with credentials when `origin` defaults to the wildcard
    /workdirs/scan-df37e8ea-9383-4b3d-8b25-1c849b4b50f1/bun.lock
    A package you depend on has a known security hole (CVE-2026-54290). Fix: Update that package to its patched version.
  • Worth fixing GHSA-8j4g-w8fx-2239 Hono: ReDoS in CORS middleware via Access-Control-Request-Headers
    /workdirs/scan-df37e8ea-9383-4b3d-8b25-1c849b4b50f1/bun.lock
    A package you depend on has a known security hole (CVE-2026-69207). Fix: Update that package to its patched version.
  • Worth fixing GHSA-9vqf-7f2p-gf9v Hono: bodyLimit() can be bypassed for chunked / unknown-length requests
    /workdirs/scan-df37e8ea-9383-4b3d-8b25-1c849b4b50f1/bun.lock
    A package you depend on has a known security hole (CVE-2026-44456). Fix: Update that package to its patched version.
  • Worth fixing GHSA-f23p-vx2j-j53r Hono: `memo()` retains SSR output across requests, leading to cross-user data disclosure
    /workdirs/scan-df37e8ea-9383-4b3d-8b25-1c849b4b50f1/bun.lock
    A package you depend on has a known security hole (CVE-2026-71850). Fix: Update that package to its patched version.
  • Worth fixing GHSA-f577-qrjj-4474 Hono: JWT middleware accepts any Authorization scheme, not only Bearer
    /workdirs/scan-df37e8ea-9383-4b3d-8b25-1c849b4b50f1/bun.lock
    A package you depend on has a known security hole (CVE-2026-47673). Fix: Update that package to its patched version.
  • Worth fixing GHSA-hvrm-45r6-mjfj hono/jsx does not isolate context per request, leading to cross-request data disclosure
    /workdirs/scan-df37e8ea-9383-4b3d-8b25-1c849b4b50f1/bun.lock
    A package you depend on has a known security hole (CVE-2026-59896). Fix: Update that package to its patched version.
  • Worth fixing GHSA-j6c9-x7qj-28xf hono: AWS Lambda adapter merges multiple `Set-Cookie` headers into one value, dropping cookies on ALB single-header and Lattice
    /workdirs/scan-df37e8ea-9383-4b3d-8b25-1c849b4b50f1/bun.lock
    A package you depend on has a known security hole (CVE-2026-54287). Fix: Update that package to its patched version.
  • Worth fixing GHSA-p77w-8qqv-26rm Hono's Cache Middleware ignores Vary: Authorization / Vary: Cookie leading to cross-user cache leakage
    /workdirs/scan-df37e8ea-9383-4b3d-8b25-1c849b4b50f1/bun.lock
    A package you depend on has a known security hole (CVE-2026-44457). Fix: Update that package to its patched version.
  • Worth fixing GHSA-qp7p-654g-cw7p Hono has CSS Declaration Injection via Style Object Values in JSX SSR
    /workdirs/scan-df37e8ea-9383-4b3d-8b25-1c849b4b50f1/bun.lock
    A package you depend on has a known security hole (CVE-2026-44458). Fix: Update that package to its patched version.
  • Worth fixing GHSA-r5rp-j6wh-rvv4 Hono: Non-breaking space prefix bypass in cookie name handling in getCookie()
    /workdirs/scan-df37e8ea-9383-4b3d-8b25-1c849b4b50f1/bun.lock
    A package you depend on has a known security hole (CVE-2026-39410). Fix: Update that package to its patched version.
  • Worth fixing GHSA-rv63-4mwf-qqc2 hono: Body Limit Middleware can be bypassed on AWS Lambda by understating `Content-Length`
    /workdirs/scan-df37e8ea-9383-4b3d-8b25-1c849b4b50f1/bun.lock
    A package you depend on has a known security hole (CVE-2026-54288). Fix: Update that package to its patched version.
  • Worth fixing GHSA-w62v-xxxg-mg59 Hono: Server-Side XSS via JSX Escaping Bypass in cx() Utility
    /workdirs/scan-df37e8ea-9383-4b3d-8b25-1c849b4b50f1/bun.lock
    A package you depend on has a known security hole (CVE-2026-59895). Fix: Update that package to its patched version.
… 13 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.