gitsafehub
github.com/yihong0618/epubhv ↗

yihong0618/epubhv

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

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

Leaked secretsVulnerable dependencies30Known OSS vulnerabilities45Risky 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 30 found

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

  • Worth fixing GHSA-3f7w-8rr8-f37f GitPython: Unguarded git option forwarding in IndexFile.checkout() and TagReference.create() enables arbitrary file overwrite and arbitrary file read
    requirements.txt
    A package you depend on has a known security hole (GHSA-3f7w-8rr8-f37f). Fix: Update that package to its patched version.
  • Worth fixing GHSA-3rp5-jjmw-4wv2 GitPython: git-config section-name injection enables arbitrary config directives (core.sshCommand RCE)
    requirements.txt
    A package you depend on has a known security hole (GHSA-3rp5-jjmw-4wv2). Fix: Update that package to its patched version.
  • Worth fixing GHSA-4gmw-gg2m-w46p GitPython: Unguarded git read-tree option forwarding in IndexFile.from_tree/reset/merge_tree enables arbitrary file overwrite
    requirements.txt
    A package you depend on has a known security hole (GHSA-4gmw-gg2m-w46p). Fix: Update that package to its patched version.
  • Worth fixing GHSA-6p8h-3wgx-97gf GitPython: Incomplete unsafe_git_clone_options denylist omits --template enabling arbitrary command execution via clone hooks
    requirements.txt
    A package you depend on has a known security hole (GHSA-6p8h-3wgx-97gf). Fix: Update that package to its patched version.
  • Worth fixing GHSA-94p4-4cq8-9g67 GitPython: Environment-variable exfiltration via Repo.create_remote() / Remote.add() URL (incomplete fix of GHSA-rwj8-pgh3-r573)
    requirements.txt
    A package you depend on has a known security hole (GHSA-94p4-4cq8-9g67). Fix: Update that package to its patched version.
  • Worth fixing GHSA-9rj7-rf2p-w77r GitPython: Unguarded git option forwarding in Repo.init enables arbitrary command execution via --template clone hooks
    requirements.txt
    A package you depend on has a known security hole (GHSA-9rj7-rf2p-w77r). Fix: Update that package to its patched version.
  • Worth fixing GHSA-fjr4-x663-mwxc GitPython: Arbitrary file overwrite via git diff --output argument injection in Diffable.diff (key- and value-controlled)
    requirements.txt
    A package you depend on has a known security hole (GHSA-fjr4-x663-mwxc). Fix: Update that package to its patched version.
  • Worth fixing GHSA-hmq2-w58f-27jc GitPython: Arbitrary Git Repository Creation Outside the Working Tree via Unvalidated .gitmodules Submodule Name in GitPython
    requirements.txt
    A package you depend on has a known security hole (GHSA-hmq2-w58f-27jc). Fix: Update that package to its patched version.
  • Worth fixing GHSA-jm78-9fvv-mhgr GitPython: git-config OPTION-name injection via =/#/whitespace bypasses name validator, enabling forged core.sshCommand/hooksPath (RCE)
    requirements.txt
    A package you depend on has a known security hole (GHSA-jm78-9fvv-mhgr). Fix: Update that package to its patched version.
  • Worth fixing GHSA-r9mr-m37c-5fr3 GitPython: Unsafe git option guard bypass via single-character kwarg value token smuggling enables arbitrary command execution
    requirements.txt
    A package you depend on has a known security hole (GHSA-r9mr-m37c-5fr3). Fix: Update that package to its patched version.
  • Worth fixing GHSA-rwj8-pgh3-r573 GitPython: Environment-variable exfiltration via os.path.expandvars() on Repo.clone_from() URL
    requirements.txt
    A package you depend on has a known security hole (GHSA-rwj8-pgh3-r573). Fix: Update that package to its patched version.
  • Worth fixing GHSA-wvpp-8hx9-p66j GitPython: Unsafe git option guard bypass via split_single_char_options=False short-option token smuggling enables command execution
    requirements.txt
    A package you depend on has a known security hole (GHSA-wvpp-8hx9-p66j). Fix: Update that package to its patched version.
  • Worth fixing GHSA-539m-9xh6-q6rr GitPython: Incomplete unsafe_git_archive_options denylist omits --add-file / --add-virtual-file, enabling arbitrary file read via Repo.archive()
    requirements.txt
    A package you depend on has a known security hole (GHSA-539m-9xh6-q6rr). Fix: Update that package to its patched version.
  • Worth fixing GHSA-hh9p-6wh2-4mfc GitPython: Arbitrary file read via --pathspec-from-file in IndexFile.remove() and Head.checkout()
    requirements.txt
    A package you depend on has a known security hole (GHSA-hh9p-6wh2-4mfc). Fix: Update that package to its patched version.
  • Worth fixing GHSA-p538-c434-8v24 GitPython: Arbitrary file truncation via git rev-list --output argument injection in unguarded Commit.count
    requirements.txt
    A package you depend on has a known security hole (GHSA-p538-c434-8v24). Fix: Update that package to its patched version.
  • Worth fixing GHSA-3f7w-8rr8-f37f GitPython: Unguarded git option forwarding in IndexFile.checkout() and TagReference.create() enables arbitrary file overwrite and arbitrary file read
    uv.lock
    A package you depend on has a known security hole (GHSA-3f7w-8rr8-f37f). Fix: Update that package to its patched version.
  • Worth fixing GHSA-3rp5-jjmw-4wv2 GitPython: git-config section-name injection enables arbitrary config directives (core.sshCommand RCE)
    uv.lock
    A package you depend on has a known security hole (GHSA-3rp5-jjmw-4wv2). Fix: Update that package to its patched version.
  • Worth fixing GHSA-4gmw-gg2m-w46p GitPython: Unguarded git read-tree option forwarding in IndexFile.from_tree/reset/merge_tree enables arbitrary file overwrite
    uv.lock
    A package you depend on has a known security hole (GHSA-4gmw-gg2m-w46p). Fix: Update that package to its patched version.
  • Worth fixing GHSA-6p8h-3wgx-97gf GitPython: Incomplete unsafe_git_clone_options denylist omits --template enabling arbitrary command execution via clone hooks
    uv.lock
    A package you depend on has a known security hole (GHSA-6p8h-3wgx-97gf). Fix: Update that package to its patched version.
  • Worth fixing GHSA-94p4-4cq8-9g67 GitPython: Environment-variable exfiltration via Repo.create_remote() / Remote.add() URL (incomplete fix of GHSA-rwj8-pgh3-r573)
    uv.lock
    A package you depend on has a known security hole (GHSA-94p4-4cq8-9g67). Fix: Update that package to its patched version.
  • Worth fixing GHSA-9rj7-rf2p-w77r GitPython: Unguarded git option forwarding in Repo.init enables arbitrary command execution via --template clone hooks
    uv.lock
    A package you depend on has a known security hole (GHSA-9rj7-rf2p-w77r). Fix: Update that package to its patched version.
  • Worth fixing GHSA-fjr4-x663-mwxc GitPython: Arbitrary file overwrite via git diff --output argument injection in Diffable.diff (key- and value-controlled)
    uv.lock
    A package you depend on has a known security hole (GHSA-fjr4-x663-mwxc). Fix: Update that package to its patched version.
  • Worth fixing GHSA-hmq2-w58f-27jc GitPython: Arbitrary Git Repository Creation Outside the Working Tree via Unvalidated .gitmodules Submodule Name in GitPython
    uv.lock
    A package you depend on has a known security hole (GHSA-hmq2-w58f-27jc). Fix: Update that package to its patched version.
  • Worth fixing GHSA-jm78-9fvv-mhgr GitPython: git-config OPTION-name injection via =/#/whitespace bypasses name validator, enabling forged core.sshCommand/hooksPath (RCE)
    uv.lock
    A package you depend on has a known security hole (GHSA-jm78-9fvv-mhgr). Fix: Update that package to its patched version.
  • Worth fixing GHSA-r9mr-m37c-5fr3 GitPython: Unsafe git option guard bypass via single-character kwarg value token smuggling enables arbitrary command execution
    uv.lock
    A package you depend on has a known security hole (GHSA-r9mr-m37c-5fr3). Fix: Update that package to its patched version.
… 5 more not shown

via Trivy v0.70.0 · Apache-2.0

Known OSS vulnerabilities — OSV-Scanner 45 found

Your dependencies cross-checked against the OSV vulnerability database.

  • Worth fixing GHSA-3f7w-8rr8-f37f GitPython: Unguarded git option forwarding in IndexFile.checkout() and TagReference.create() enables arbitrary file overwrite and arbitrary file read
    /workdirs/scan-5d8dca4f-583c-43c5-bb1d-ba42b4d71d9a/pdm.lock
    A package you depend on has a known security hole. Fix: Update that package to its patched version.
  • Worth fixing GHSA-3rp5-jjmw-4wv2 GitPython: git-config section-name injection enables arbitrary config directives (core.sshCommand RCE)
    /workdirs/scan-5d8dca4f-583c-43c5-bb1d-ba42b4d71d9a/pdm.lock
    A package you depend on has a known security hole (CVE-2026-69097). Fix: Update that package to its patched version.
  • Worth fixing GHSA-4gmw-gg2m-w46p GitPython: Unguarded git read-tree option forwarding in IndexFile.from_tree/reset/merge_tree enables arbitrary file overwrite
    /workdirs/scan-5d8dca4f-583c-43c5-bb1d-ba42b4d71d9a/pdm.lock
    A package you depend on has a known security hole. Fix: Update that package to its patched version.
  • Worth fixing GHSA-539m-9xh6-q6rr GitPython: Incomplete unsafe_git_archive_options denylist omits --add-file / --add-virtual-file, enabling arbitrary file read via Repo.archive()
    /workdirs/scan-5d8dca4f-583c-43c5-bb1d-ba42b4d71d9a/pdm.lock
    A package you depend on has a known security hole. Fix: Update that package to its patched version.
  • Worth fixing GHSA-6p8h-3wgx-97gf GitPython: Incomplete unsafe_git_clone_options denylist omits --template enabling arbitrary command execution via clone hooks
    /workdirs/scan-5d8dca4f-583c-43c5-bb1d-ba42b4d71d9a/pdm.lock
    A package you depend on has a known security hole. Fix: Update that package to its patched version.
  • Worth fixing GHSA-94p4-4cq8-9g67 GitPython: Environment-variable exfiltration via Repo.create_remote() / Remote.add() URL (incomplete fix of GHSA-rwj8-pgh3-r573)
    /workdirs/scan-5d8dca4f-583c-43c5-bb1d-ba42b4d71d9a/pdm.lock
    A package you depend on has a known security hole. Fix: Update that package to its patched version.
  • Worth fixing GHSA-9rj7-rf2p-w77r GitPython: Unguarded git option forwarding in Repo.init enables arbitrary command execution via --template clone hooks
    /workdirs/scan-5d8dca4f-583c-43c5-bb1d-ba42b4d71d9a/pdm.lock
    A package you depend on has a known security hole. Fix: Update that package to its patched version.
  • Worth fixing GHSA-fjr4-x663-mwxc GitPython: Arbitrary file overwrite via git diff --output argument injection in Diffable.diff (key- and value-controlled)
    /workdirs/scan-5d8dca4f-583c-43c5-bb1d-ba42b4d71d9a/pdm.lock
    A package you depend on has a known security hole. Fix: Update that package to its patched version.
  • Worth fixing GHSA-hh9p-6wh2-4mfc GitPython: Arbitrary file read via --pathspec-from-file in IndexFile.remove() and Head.checkout()
    /workdirs/scan-5d8dca4f-583c-43c5-bb1d-ba42b4d71d9a/pdm.lock
    A package you depend on has a known security hole. Fix: Update that package to its patched version.
  • Worth fixing GHSA-hmq2-w58f-27jc GitPython: Arbitrary Git Repository Creation Outside the Working Tree via Unvalidated .gitmodules Submodule Name in GitPython
    /workdirs/scan-5d8dca4f-583c-43c5-bb1d-ba42b4d71d9a/pdm.lock
    A package you depend on has a known security hole. Fix: Update that package to its patched version.
  • Worth fixing GHSA-jm78-9fvv-mhgr GitPython: git-config OPTION-name injection via =/#/whitespace bypasses name validator, enabling forged core.sshCommand/hooksPath (RCE)
    /workdirs/scan-5d8dca4f-583c-43c5-bb1d-ba42b4d71d9a/pdm.lock
    A package you depend on has a known security hole. Fix: Update that package to its patched version.
  • Worth fixing GHSA-p538-c434-8v24 GitPython: Arbitrary file truncation via git rev-list --output argument injection in unguarded Commit.count
    /workdirs/scan-5d8dca4f-583c-43c5-bb1d-ba42b4d71d9a/pdm.lock
    A package you depend on has a known security hole. Fix: Update that package to its patched version.
  • Worth fixing GHSA-r9mr-m37c-5fr3 GitPython: Unsafe git option guard bypass via single-character kwarg value token smuggling enables arbitrary command execution
    /workdirs/scan-5d8dca4f-583c-43c5-bb1d-ba42b4d71d9a/pdm.lock
    A package you depend on has a known security hole. Fix: Update that package to its patched version.
  • Worth fixing GHSA-rwj8-pgh3-r573 GitPython: Environment-variable exfiltration via os.path.expandvars() on Repo.clone_from() URL
    /workdirs/scan-5d8dca4f-583c-43c5-bb1d-ba42b4d71d9a/pdm.lock
    A package you depend on has a known security hole (CVE-2026-67322). Fix: Update that package to its patched version.
  • Worth fixing GHSA-wvpp-8hx9-p66j GitPython: Unsafe git option guard bypass via split_single_char_options=False short-option token smuggling enables command execution
    /workdirs/scan-5d8dca4f-583c-43c5-bb1d-ba42b4d71d9a/pdm.lock
    A package you depend on has a known security hole. Fix: Update that package to its patched version.
  • Worth fixing GHSA-3f7w-8rr8-f37f GitPython: Unguarded git option forwarding in IndexFile.checkout() and TagReference.create() enables arbitrary file overwrite and arbitrary file read
    /workdirs/scan-5d8dca4f-583c-43c5-bb1d-ba42b4d71d9a/requirements.txt
    A package you depend on has a known security hole. Fix: Update that package to its patched version.
  • Worth fixing GHSA-3rp5-jjmw-4wv2 GitPython: git-config section-name injection enables arbitrary config directives (core.sshCommand RCE)
    /workdirs/scan-5d8dca4f-583c-43c5-bb1d-ba42b4d71d9a/requirements.txt
    A package you depend on has a known security hole (CVE-2026-69097). Fix: Update that package to its patched version.
  • Worth fixing GHSA-4gmw-gg2m-w46p GitPython: Unguarded git read-tree option forwarding in IndexFile.from_tree/reset/merge_tree enables arbitrary file overwrite
    /workdirs/scan-5d8dca4f-583c-43c5-bb1d-ba42b4d71d9a/requirements.txt
    A package you depend on has a known security hole. Fix: Update that package to its patched version.
  • Worth fixing GHSA-539m-9xh6-q6rr GitPython: Incomplete unsafe_git_archive_options denylist omits --add-file / --add-virtual-file, enabling arbitrary file read via Repo.archive()
    /workdirs/scan-5d8dca4f-583c-43c5-bb1d-ba42b4d71d9a/requirements.txt
    A package you depend on has a known security hole. Fix: Update that package to its patched version.
  • Worth fixing GHSA-6p8h-3wgx-97gf GitPython: Incomplete unsafe_git_clone_options denylist omits --template enabling arbitrary command execution via clone hooks
    /workdirs/scan-5d8dca4f-583c-43c5-bb1d-ba42b4d71d9a/requirements.txt
    A package you depend on has a known security hole. Fix: Update that package to its patched version.
  • Worth fixing GHSA-94p4-4cq8-9g67 GitPython: Environment-variable exfiltration via Repo.create_remote() / Remote.add() URL (incomplete fix of GHSA-rwj8-pgh3-r573)
    /workdirs/scan-5d8dca4f-583c-43c5-bb1d-ba42b4d71d9a/requirements.txt
    A package you depend on has a known security hole. Fix: Update that package to its patched version.
  • Worth fixing GHSA-9rj7-rf2p-w77r GitPython: Unguarded git option forwarding in Repo.init enables arbitrary command execution via --template clone hooks
    /workdirs/scan-5d8dca4f-583c-43c5-bb1d-ba42b4d71d9a/requirements.txt
    A package you depend on has a known security hole. Fix: Update that package to its patched version.
  • Worth fixing GHSA-fjr4-x663-mwxc GitPython: Arbitrary file overwrite via git diff --output argument injection in Diffable.diff (key- and value-controlled)
    /workdirs/scan-5d8dca4f-583c-43c5-bb1d-ba42b4d71d9a/requirements.txt
    A package you depend on has a known security hole. Fix: Update that package to its patched version.
  • Worth fixing GHSA-hh9p-6wh2-4mfc GitPython: Arbitrary file read via --pathspec-from-file in IndexFile.remove() and Head.checkout()
    /workdirs/scan-5d8dca4f-583c-43c5-bb1d-ba42b4d71d9a/requirements.txt
    A package you depend on has a known security hole. Fix: Update that package to its patched version.
  • Worth fixing GHSA-hmq2-w58f-27jc GitPython: Arbitrary Git Repository Creation Outside the Working Tree via Unvalidated .gitmodules Submodule Name in GitPython
    /workdirs/scan-5d8dca4f-583c-43c5-bb1d-ba42b4d71d9a/requirements.txt
    A package you depend on has a known security hole. Fix: Update that package to its patched version.
… 20 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: pypi: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.