gitsafehub
github.com/chrismckee/drheader ↗

chrismckee/drheader

scanned 2026-08-11 · git b5d7a41
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 secrets1Vulnerable dependenciesKnown OSS vulnerabilities21Risky 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.
    README.md:58
    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 none found ✓

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

Nothing found by this check. ✓

via Trivy v0.70.0 · Apache-2.0

Known OSS vulnerabilities — OSV-Scanner 21 found

Your dependencies cross-checked against the OSV vulnerability database.

  • Worth fixing PYSEC-2026-2132 Pallets Click, versions 8.3.2 and below, contain a command injection vulnerability in the click.edit() function, allowing attackers to pass arbitrary OS commands from an unprivileged account.
    /workdirs/scan-91246e31-1ea6-44c3-9cab-7906a600116e/requirements.txt
    A package you depend on has a known security hole (CVE-2026-7246). Fix: Update that package to its patched version.
  • Worth fixing PYSEC-2026-215 Internationalized Domain Names in Applications (IDNA) for Python provides support for Internationalized Domain Names in Applications (IDNA) and Unicode IDNA Compatibility Processing. In versions prior
    /workdirs/scan-91246e31-1ea6-44c3-9cab-7906a600116e/requirements.txt
    A package you depend on has a known security hole (CVE-2026-45409). Fix: Update that package to its patched version.
  • Worth fixing PYSEC-2026-2047 Wheel Affected by Arbitrary File Permission Modification via Path Traversal in wheel unpack
    /workdirs/scan-91246e31-1ea6-44c3-9cab-7906a600116e/requirements_dev.txt
    A package you depend on has a known security hole (CVE-2026-24049). Fix: Update that package to its patched version.
  • Worth fixing PYSEC-2026-1374 filelock Time-of-Check-Time-of-Use (TOCTOU) Symlink Vulnerability in SoftFileLock
    /workdirs/scan-91246e31-1ea6-44c3-9cab-7906a600116e/requirements_dev.txt
    A package you depend on has a known security hole (CVE-2026-22701). Fix: Update that package to its patched version.
  • Worth fixing PYSEC-2026-1375 filelock has a TOCTOU race condition which allows symlink attacks during lock file creation
    /workdirs/scan-91246e31-1ea6-44c3-9cab-7906a600116e/requirements_dev.txt
    A package you depend on has a known security hole (CVE-2025-68146). Fix: Update that package to its patched version.
  • Worth fixing PYSEC-2026-215 Internationalized Domain Names in Applications (IDNA) for Python provides support for Internationalized Domain Names in Applications (IDNA) and Unicode IDNA Compatibility Processing. In versions prior
    /workdirs/scan-91246e31-1ea6-44c3-9cab-7906a600116e/requirements_dev.txt
    A package you depend on has a known security hole (CVE-2026-45409). Fix: Update that package to its patched version.
  • Worth fixing PYSEC-2026-168 Mistune is a Python Markdown parser with renderers and plugins. In 3.2.0 and realier, in src/mistune/directives/image.py, the render_figure() function concatenates figclass and figwidth options direct
    /workdirs/scan-91246e31-1ea6-44c3-9cab-7906a600116e/requirements_dev.txt
    A package you depend on has a known security hole (CVE-2026-44896). Fix: Update that package to its patched version.
  • Worth fixing PYSEC-2026-2206 Mistune is a Python Markdown parser with renderers and plugins. Prior to 3.2.1, the mistune math plugin renders inline math ($...$) and block math ($$...$$) by concatenating the raw user-supplied cont
    /workdirs/scan-91246e31-1ea6-44c3-9cab-7906a600116e/requirements_dev.txt
    A package you depend on has a known security hole (CVE-2026-44708). Fix: Update that package to its patched version.
  • Worth fixing PYSEC-2026-2207 Mistune is a Python Markdown parser with renderers and plugins. Prior to 3.2.1, HTMLRenderer.heading() builds the opening <hN> tag by string-concatenating the id attribute value directly into the HTML
    /workdirs/scan-91246e31-1ea6-44c3-9cab-7906a600116e/requirements_dev.txt
    A package you depend on has a known security hole (CVE-2026-44897). Fix: Update that package to its patched version.
  • Worth fixing PYSEC-2026-2208 Mistune is a Python Markdown parser with renderers and plugins. Prior to 3.2.1, render_toc_ul() builds a <ul> table-of-contents tree from a list of (level, id, text) tuples. Both the id value (used as
    /workdirs/scan-91246e31-1ea6-44c3-9cab-7906a600116e/requirements_dev.txt
    A package you depend on has a known security hole (CVE-2026-44898). Fix: Update that package to its patched version.
  • Worth fixing PYSEC-2026-2209 Mistune is a Python Markdown parser with renderers and plugins. Prior to 3.2.1, the Image directive plugin validates the :width: and :height: options with a regex compiled as _num_re = re.compile(r"^\
    /workdirs/scan-91246e31-1ea6-44c3-9cab-7906a600116e/requirements_dev.txt
    A package you depend on has a known security hole (CVE-2026-44899). Fix: Update that package to its patched version.
  • Worth fixing PYSEC-2026-2210 Mistune is a Python Markdown parser with renderers and plugins. Prior to 3.3.0, a run of closed tilde, equals-sign, or caret marker pairs around a character causes quadratic work in src/mistune/plugin
    /workdirs/scan-91246e31-1ea6-44c3-9cab-7906a600116e/requirements_dev.txt
    A package you depend on has a known security hole (CVE-2026-59922). Fix: Update that package to its patched version.
  • Worth fixing PYSEC-2026-2211 Mistune is a Python Markdown parser with renderers and plugins. Prior to 3.3.0, HTMLRenderer.safe_url() does not block percent-encoded javascript URIs, allowing attacker-supplied Markdown links or ima
    /workdirs/scan-91246e31-1ea6-44c3-9cab-7906a600116e/requirements_dev.txt
    A package you depend on has a known security hole (CVE-2026-59923). Fix: Update that package to its patched version.
  • Worth fixing PYSEC-2026-2212 Mistune is a Python Markdown parser with renderers and plugins. Prior to 3.3.0, Include.parse() joins and normalizes user-supplied include paths without verifying that the result remains within the in
    /workdirs/scan-91246e31-1ea6-44c3-9cab-7906a600116e/requirements_dev.txt
    A package you depend on has a known security hole (CVE-2026-59924). Fix: Update that package to its patched version.
  • Worth fixing PYSEC-2026-2213 Mistune is a Python Markdown parser with renderers and plugins. Prior to 3.3.0, long sequences of well-formed double-asterisk or triple-asterisk emphasis pairs around a character cause quadratic work
    /workdirs/scan-91246e31-1ea6-44c3-9cab-7906a600116e/requirements_dev.txt
    A package you depend on has a known security hole (CVE-2026-59925). Fix: Update that package to its patched version.
  • Worth fixing PYSEC-2026-2214 Mistune is a Python Markdown parser with renderers and plugins. Prior to 3.2.1, render_admonition() in src/mistune/directives/admonition.py concatenates the Admonition directive :class: option into th
    /workdirs/scan-91246e31-1ea6-44c3-9cab-7906a600116e/requirements_dev.txt
    A package you depend on has a known security hole (CVE-2026-59926). Fix: Update that package to its patched version.
  • Worth fixing PYSEC-2026-2215 Mistune is a Python Markdown parser with renderers and plugins. Prior to 3.3.0, the Include directive in src/mistune/directives/include.py detects only direct self-includes and not indirect cycles, al
    /workdirs/scan-91246e31-1ea6-44c3-9cab-7906a600116e/requirements_dev.txt
    A package you depend on has a known security hole (CVE-2026-59927). Fix: Update that package to its patched version.
  • Worth fixing PYSEC-2026-2216 Mistune is a Python Markdown parser with renderers and plugins. Prior to 3.3.0, a Markdown document containing many repeated or distinct reference-link definitions causes quadratic work in src/mistune
    /workdirs/scan-91246e31-1ea6-44c3-9cab-7906a600116e/requirements_dev.txt
    A package you depend on has a known security hole (CVE-2026-59928). Fix: Update that package to its patched version.
  • Worth fixing PYSEC-2026-2217 Mistune is a Python Markdown parser with renderers and plugins. Prior to 3.3.0, the safe_url filter in src/mistune/renderers/html.py blocks only javascript:, vbscript:, file:, and data: schemes, allow
    /workdirs/scan-91246e31-1ea6-44c3-9cab-7906a600116e/requirements_dev.txt
    A package you depend on has a known security hole (CVE-2026-59929). Fix: Update that package to its patched version.
  • Worth fixing PYSEC-2026-2218 Mistune is a Python Markdown parser with renderers and plugins. Prior to 3.3.0, the toc plugin and TableOfContents directive generate heading IDs as predictable toc_N values without slugifying the hea
    /workdirs/scan-91246e31-1ea6-44c3-9cab-7906a600116e/requirements_dev.txt
    A package you depend on has a known security hole (CVE-2026-59930). Fix: Update that package to its patched version.
  • Worth fixing PYSEC-2026-2652 Mistune: Potential DoS via quadratic-time parsing in parse_link_text
    /workdirs/scan-91246e31-1ea6-44c3-9cab-7906a600116e/requirements_dev.txt
    A package you depend on has a known security hole (CVE-2026-49851). Fix: Update that package to its patched version.

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.