gitsafehub
github.com/garthk/dogfood_ot_phx_lv ↗

garthk/dogfood_ot_phx_lv

scanned 2026-08-13 · git 4ac4278
3 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 secrets1Vulnerable dependencies17Known OSS vulnerabilities131Risky code patternsMalicious dependenciesProject health

Security checks

Leaked secrets — Gitleaks 1 found

API keys, passwords or tokens committed into the repo.

  • Worth fixing generic-api-key Detected a Generic API Key, potentially exposing access to various services and sensitive operations.
    config/config.exs:16
    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 17 found

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

  • Worth fixing CVE-2026-8466 Allocation of Resources Without Limits or Throttling vulnerability in ...
    mix.lock
    A package you depend on has a known security hole (CVE-2026-8466). Fix: Update that package to its patched version.
  • Worth fixing CVE-2026-43966 Improper Neutralization of CRLF Sequences in HTTP Headers ('HTTP Reque ...
    mix.lock
    A package you depend on has a known security hole (CVE-2026-43966). Fix: Update that package to its patched version.
  • Worth fixing CVE-2026-43970 Improper Handling of Highly Compressed Data (Data Amplification) vulne ...
    mix.lock
    A package you depend on has a known security hole (CVE-2026-43970). Fix: Update that package to its patched version.
  • Worth fixing CVE-2026-7790 Uncontrolled Resource Consumption vulnerability in ninenines cowlib (c ...
    mix.lock
    A package you depend on has a known security hole (CVE-2026-7790). Fix: Update that package to its patched version.
  • Worth fixing CVE-2026-43968 CVE-2026-43968 affecting package rabbitmq-server for versions less than 3.13.7-5
    mix.lock
    A package you depend on has a known security hole (CVE-2026-43968). Fix: Update that package to its patched version.
  • Worth fixing CVE-2026-32686 Decimal: Unbounded exponent in `Decimal.new` enables unauthenticated DoS
    mix.lock
    A package you depend on has a known security hole (CVE-2026-32686). Fix: Update that package to its patched version.
  • Worth fixing CVE-2026-47071 Hackney: `ssl:connect/2` post-handshake upgrade has no timeout
    mix.lock
    A package you depend on has a known security hole (CVE-2026-47071). Fix: Update that package to its patched version.
  • Worth fixing CVE-2026-47075 Hackney has CR/LF injection in query parameter
    mix.lock
    A package you depend on has a known security hole (CVE-2026-47075). Fix: Update that package to its patched version.
  • Worth fixing CVE-2026-47076 Hackney has SSRF allowlist bypass in hackney_url:normalize/2 via percent-encoded host
    mix.lock
    A package you depend on has a known security hole (CVE-2026-47076). Fix: Update that package to its patched version.
  • Worth fixing CVE-2022-42975 Phoenix before 1.6.14 mishandles check_origin wildcarding
    mix.lock
    A package you depend on has a known security hole (CVE-2022-42975). Fix: Update that package to its patched version.
  • Worth fixing CVE-2021-46871 phoenix_html allows Cross-site Scripting in HEEx class attributes
    mix.lock
    A package you depend on has a known security hole (CVE-2021-46871). Fix: Update that package to its patched version.
  • Worth fixing GHSA-j3gg-r6gp-95q2 XSS in HEEx class attributes
    mix.lock
    A package you depend on has a known security hole (GHSA-j3gg-r6gp-95q2). Fix: Update that package to its patched version.
  • Worth fixing CVE-2026-8468 Plug: Unbounded buffer accumulation in multipart header parsing causes denial of service
    mix.lock
    A package you depend on has a known security hole (CVE-2026-8468). Fix: Update that package to its patched version.
  • Worth fixing CVE-2026-32688 Plug.Cowboy vulnerable to unauthenticated remote DoS via HTTP/2 `:scheme` atom-table exhaustion
    mix.lock
    A package you depend on has a known security hole (CVE-2026-32688). Fix: Update that package to its patched version.
  • Minor CVE-2025-1211 Server-side Request Forgery (SSRF) in hackney
    mix.lock
    A package you depend on has a known security hole (CVE-2025-1211). Fix: Update that package to its patched version.
  • Minor CVE-2025-3864 Hackney fails to properly release HTTP connections to the pool
    mix.lock
    A package you depend on has a known security hole (CVE-2025-3864). Fix: Update that package to its patched version.
  • Minor CVE-2026-47069 Hackney has CRLF / header injection via unvalidated `domain` and `path` options
    mix.lock
    A package you depend on has a known security hole (CVE-2026-47069). Fix: Update that package to its patched version.

via Trivy v0.70.0 · Apache-2.0

Known OSS vulnerabilities — OSV-Scanner 131 found · 11 serious

Your dependencies cross-checked against the OSV vulnerability database.

  • Serious GHSA-67hx-6x53-jw92 Babel vulnerable to arbitrary code execution when compiling specifically crafted malicious code
    /workdirs/scan-4ba5c4eb-a352-4d9e-ad95-1041ec21a4c4/assets/package-lock.json
    A package you depend on has a known security hole (CVE-2023-45133). Fix: Update that package to its patched version.
  • Serious GHSA-cpq7-6gpm-g9rc cipher-base is missing type checks, leading to hash rewind and passing on crafted data
    /workdirs/scan-4ba5c4eb-a352-4d9e-ad95-1041ec21a4c4/assets/package-lock.json
    A package you depend on has a known security hole (CVE-2025-9287). Fix: Update that package to its patched version.
  • Serious GHSA-vjh7-7g9h-fjfh Elliptic's private key extraction in ECDSA upon signing a malformed input (e.g. a string)
    /workdirs/scan-4ba5c4eb-a352-4d9e-ad95-1041ec21a4c4/assets/package-lock.json
    A package you depend on has a known security hole. Fix: Update that package to its patched version.
  • Serious GHSA-fjxv-7rqg-78g4 form-data uses unsafe random function in form-data for choosing boundary
    /workdirs/scan-4ba5c4eb-a352-4d9e-ad95-1041ec21a4c4/assets/package-lock.json
    A package you depend on has a known security hole (CVE-2025-7783). Fix: Update that package to its patched version.
  • Serious GHSA-896r-f27r-55mw json-schema is vulnerable to Prototype Pollution
    /workdirs/scan-4ba5c4eb-a352-4d9e-ad95-1041ec21a4c4/assets/package-lock.json
    A package you depend on has a known security hole (CVE-2021-3918). Fix: Update that package to its patched version.
  • Serious GHSA-76p3-8jx3-jpfq Prototype pollution in webpack loader-utils
    /workdirs/scan-4ba5c4eb-a352-4d9e-ad95-1041ec21a4c4/assets/package-lock.json
    A package you depend on has a known security hole (CVE-2022-37601). Fix: Update that package to its patched version.
  • Serious GHSA-xvch-5gv4-984h Prototype Pollution in minimist
    /workdirs/scan-4ba5c4eb-a352-4d9e-ad95-1041ec21a4c4/assets/package-lock.json
    A package you depend on has a known security hole (CVE-2021-44906). Fix: Update that package to its patched version.
  • Serious GHSA-h7cp-r72f-jxh6 pbkdf2 returns predictable uninitialized/zero-filled memory for non-normalized or unimplemented algos
    /workdirs/scan-4ba5c4eb-a352-4d9e-ad95-1041ec21a4c4/assets/package-lock.json
    A package you depend on has a known security hole (CVE-2025-6545). Fix: Update that package to its patched version.
  • Serious GHSA-v62p-rq8g-8h59 pbkdf2 silently disregards Uint8Array input, returning static keys
    /workdirs/scan-4ba5c4eb-a352-4d9e-ad95-1041ec21a4c4/assets/package-lock.json
    A package you depend on has a known security hole (CVE-2025-6547). Fix: Update that package to its patched version.
  • Serious GHSA-95m3-7q98-8xr5 sha.js is missing type checks leading to hash rewind and passing on crafted data
    /workdirs/scan-4ba5c4eb-a352-4d9e-ad95-1041ec21a4c4/assets/package-lock.json
    A package you depend on has a known security hole (CVE-2025-9288). Fix: Update that package to its patched version.
  • Serious GHSA-23hp-3jrh-7fpw node-tar: Decompression/parse DoS via unlimited input
    /workdirs/scan-4ba5c4eb-a352-4d9e-ad95-1041ec21a4c4/assets/package-lock.json
    A package you depend on has a known security hole (CVE-2026-59873). Fix: Update that package to its patched version.
  • Worth fixing GHSA-968p-4wvh-cqc8 Babel has inefficient RegExp complexity in generated code with .replace when transpiling named capturing groups
    /workdirs/scan-4ba5c4eb-a352-4d9e-ad95-1041ec21a4c4/assets/package-lock.json
    A package you depend on has a known security hole (CVE-2025-27789). Fix: Update that package to its patched version.
  • Worth fixing GHSA-fv7c-fp4j-7gwp @babel/plugin-transform-modules-systemjs generates arbitrary code when compiling malicious input
    /workdirs/scan-4ba5c4eb-a352-4d9e-ad95-1041ec21a4c4/assets/package-lock.json
    A package you depend on has a known security hole (CVE-2026-44728). Fix: Update that package to its patched version.
  • Worth fixing GHSA-968p-4wvh-cqc8 Babel has inefficient RegExp complexity in generated code with .replace when transpiling named capturing groups
    /workdirs/scan-4ba5c4eb-a352-4d9e-ad95-1041ec21a4c4/assets/package-lock.json
    A package you depend on has a known security hole (CVE-2025-27789). Fix: Update that package to its patched version.
  • Worth fixing GHSA-2g4f-4pwh-qvx6 ajv has ReDoS when using `$data` option
    /workdirs/scan-4ba5c4eb-a352-4d9e-ad95-1041ec21a4c4/assets/package-lock.json
    A package you depend on has a known security hole (CVE-2025-69873). Fix: Update that package to its patched version.
  • Worth fixing GHSA-93q8-gq69-wqmw Inefficient Regular Expression Complexity in chalk/ansi-regex
    /workdirs/scan-4ba5c4eb-a352-4d9e-ad95-1041ec21a4c4/assets/package-lock.json
    A package you depend on has a known security hole (CVE-2021-3807). Fix: Update that package to its patched version.
  • Worth fixing GHSA-378v-28hj-76wf bn.js affected by an infinite loop
    /workdirs/scan-4ba5c4eb-a352-4d9e-ad95-1041ec21a4c4/assets/package-lock.json
    A package you depend on has a known security hole (CVE-2026-2739). Fix: Update that package to its patched version.
  • Worth fixing GHSA-378v-28hj-76wf bn.js affected by an infinite loop
    /workdirs/scan-4ba5c4eb-a352-4d9e-ad95-1041ec21a4c4/assets/package-lock.json
    A package you depend on has a known security hole (CVE-2026-2739). Fix: Update that package to its patched version.
  • Worth fixing GHSA-3jxr-9vmj-r5cp brace-expansion: DoS via exponential-time expansion of consecutive non-expanding {} groups
    /workdirs/scan-4ba5c4eb-a352-4d9e-ad95-1041ec21a4c4/assets/package-lock.json
    A package you depend on has a known security hole (CVE-2026-13149). Fix: Update that package to its patched version.
  • Worth fixing GHSA-f886-m6hf-6m8v brace-expansion: Zero-step sequence causes process hang and memory exhaustion
    /workdirs/scan-4ba5c4eb-a352-4d9e-ad95-1041ec21a4c4/assets/package-lock.json
    A package you depend on has a known security hole (CVE-2026-33750). Fix: Update that package to its patched version.
  • Worth fixing GHSA-mh99-v99m-4gvg brace-expansion: DoS via unbounded expansion length causing an out-of-memory process crash
    /workdirs/scan-4ba5c4eb-a352-4d9e-ad95-1041ec21a4c4/assets/package-lock.json
    A package you depend on has a known security hole (CVE-2026-14257). Fix: Update that package to its patched version.
  • Worth fixing GHSA-rgw5-rvv9-x895 brace-expansion: DoS via unbounded intermediate arrays, bypassing the CVE-2026-14257 mitigation
    /workdirs/scan-4ba5c4eb-a352-4d9e-ad95-1041ec21a4c4/assets/package-lock.json
    A package you depend on has a known security hole (CVE-2026-69152). Fix: Update that package to its patched version.
  • Worth fixing GHSA-grv7-fg5c-xmjg Uncontrolled resource consumption in braces
    /workdirs/scan-4ba5c4eb-a352-4d9e-ad95-1041ec21a4c4/assets/package-lock.json
    A package you depend on has a known security hole (CVE-2024-4068). Fix: Update that package to its patched version.
  • Worth fixing GHSA-grv7-fg5c-xmjg Uncontrolled resource consumption in braces
    /workdirs/scan-4ba5c4eb-a352-4d9e-ad95-1041ec21a4c4/assets/package-lock.json
    A package you depend on has a known security hole (CVE-2024-4068). Fix: Update that package to its patched version.
  • Worth fixing GHSA-x9w5-v3q2-3rhw browserify-sign upper bound check issue in `dsaVerify` leads to a signature forgery attack
    /workdirs/scan-4ba5c4eb-a352-4d9e-ad95-1041ec21a4c4/assets/package-lock.json
    A package you depend on has a known security hole (CVE-2023-46234). Fix: Update that package to its patched version.
… 106 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.