gitsafehub
github.com/johnslavik/pydantic ↗

johnslavik/pydantic

scanned 2026-08-09 · git f42171c
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 secrets3Vulnerable dependencies3Known OSS vulnerabilities89Risky code patternsMalicious dependenciesProject health

Security checks

Leaked secrets — Gitleaks 3 found · 1 serious

API keys, passwords or tokens committed into the repo.

  • Serious algolia-api-key Identified an Algolia API Key, which could result in unauthorized search operations and data exposure on Algolia-managed platforms.
    docs/extra/algolia.js: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.
    .github/workflows/third-party.yml:364
    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.
    .github/workflows/third-party.yml:364
    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 3 found

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

  • Worth fixing GHSA-36hh-v3qg-5jq4 PyO3 has an Out-of-bounds Read in `nth` / `nth_back` for `PyList` and `PyTuple` iterators
    pydantic-core/Cargo.lock
    A package you depend on has a known security hole (GHSA-36hh-v3qg-5jq4). Fix: Update that package to its patched version.
  • Worth fixing GHSA-chgr-c6px-7xpp PyO3 has a missing `Sync` bound on `PyCFunction::new_closure` closures
    pydantic-core/Cargo.lock
    A package you depend on has a known security hole (GHSA-chgr-c6px-7xpp). Fix: Update that package to its patched version.
  • Worth fixing CVE-2026-45409 python-idna: idna: Denial of Service via specially crafted long inputs
    uv.lock
    A package you depend on has a known security hole (CVE-2026-45409). Fix: Update that package to its patched version.

via Trivy v0.70.0 · Apache-2.0

Known OSS vulnerabilities — OSV-Scanner 89 found · 3 serious

Your dependencies cross-checked against the OSV vulnerability database.

  • Serious PYSEC-2026-2120 Black is the uncompromising Python code formatter. Black provides a GitHub action for formatting code. This action supports an option, use_pyproject: true, for reading the version of Black to use from
    /workdirs/scan-ad31cf82-3130-4b58-a104-61f3c0bc2a31/pydantic-core/uv.lock
    A package you depend on has a known security hole (CVE-2026-31900). Fix: Update that package to its patched version.
  • Serious PYSEC-2026-2102 AIOHTTP is an asynchronous HTTP client/server framework for asyncio and Python. Prior to version 3.13.4, the C parser (the default for most installs) accepted null bytes and control characters in resp
    /workdirs/scan-ad31cf82-3130-4b58-a104-61f3c0bc2a31/uv.lock
    A package you depend on has a known security hole (CVE-2026-34520). Fix: Update that package to its patched version.
  • Serious PYSEC-2026-2120 Black is the uncompromising Python code formatter. Black provides a GitHub action for formatting code. This action supports an option, use_pyproject: true, for reading the version of Black to use from
    /workdirs/scan-ad31cf82-3130-4b58-a104-61f3c0bc2a31/uv.lock
    A package you depend on has a known security hole (CVE-2026-31900). Fix: Update that package to its patched version.
  • Worth fixing RUSTSEC-2026-0176 Out-of-bounds read in `nth` / `nth_back` for `PyList` and `PyTuple` iterators
    /workdirs/scan-ad31cf82-3130-4b58-a104-61f3c0bc2a31/pydantic-core/Cargo.lock
    A package you depend on has a known security hole. Fix: Update that package to its patched version.
  • Worth fixing RUSTSEC-2026-0177 Missing `Sync` bound on `PyCFunction::new_closure` closures
    /workdirs/scan-ad31cf82-3130-4b58-a104-61f3c0bc2a31/pydantic-core/Cargo.lock
    A package you depend on has a known security hole. Fix: Update that package to its patched version.
  • Worth fixing PYSEC-2026-2121 Black is the uncompromising Python code formatter. Prior to 26.3.1, Black writes a cache file, the name of which is computed from various formatting options. The value of the --python-cell-magics opti
    /workdirs/scan-ad31cf82-3130-4b58-a104-61f3c0bc2a31/pydantic-core/uv.lock
    A package you depend on has a known security hole (CVE-2026-32274). Fix: Update that package to its patched version.
  • 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-ad31cf82-3130-4b58-a104-61f3c0bc2a31/pydantic-core/uv.lock
    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-1374 filelock Time-of-Check-Time-of-Use (TOCTOU) Symlink Vulnerability in SoftFileLock
    /workdirs/scan-ad31cf82-3130-4b58-a104-61f3c0bc2a31/pydantic-core/uv.lock
    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-ad31cf82-3130-4b58-a104-61f3c0bc2a31/pydantic-core/uv.lock
    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-1845 pytest has vulnerable tmpdir handling
    /workdirs/scan-ad31cf82-3130-4b58-a104-61f3c0bc2a31/pydantic-core/uv.lock
    A package you depend on has a known security hole (CVE-2025-71176). Fix: Update that package to its patched version.
  • Worth fixing PYSEC-2026-2009 virtualenv Has TOCTOU Vulnerabilities in Directory Creation
    /workdirs/scan-ad31cf82-3130-4b58-a104-61f3c0bc2a31/pydantic-core/uv.lock
    A package you depend on has a known security hole (CVE-2026-22702). Fix: Update that package to its patched version.
  • Worth fixing PYSEC-2026-1100 AIOHTTP vulnerable to denial of service through large payloads
    /workdirs/scan-ad31cf82-3130-4b58-a104-61f3c0bc2a31/uv.lock
    A package you depend on has a known security hole (CVE-2025-69228). Fix: Update that package to its patched version.
  • Worth fixing PYSEC-2026-1101 AIOHTTP's HTTP Parser auto_decompress feature is vulnerable to zip bomb
    /workdirs/scan-ad31cf82-3130-4b58-a104-61f3c0bc2a31/uv.lock
    A package you depend on has a known security hole (CVE-2025-69223). Fix: Update that package to its patched version.
  • Worth fixing PYSEC-2026-1106 AIOHTTP vulnerable to DoS through chunked messages
    /workdirs/scan-ad31cf82-3130-4b58-a104-61f3c0bc2a31/uv.lock
    A package you depend on has a known security hole (CVE-2025-69229). Fix: Update that package to its patched version.
  • Worth fixing PYSEC-2026-1107 AIOHTTP vulnerable to DoS when bypassing asserts
    /workdirs/scan-ad31cf82-3130-4b58-a104-61f3c0bc2a31/uv.lock
    A package you depend on has a known security hole (CVE-2025-69227). Fix: Update that package to its patched version.
  • Worth fixing PYSEC-2026-2094 AIOHTTP is an asynchronous HTTP client/server framework for asyncio and Python. Prior to version 3.13.4, insufficient restrictions in header/trailer handling could cause uncapped memory usage. This is
    /workdirs/scan-ad31cf82-3130-4b58-a104-61f3c0bc2a31/uv.lock
    A package you depend on has a known security hole (CVE-2026-22815). Fix: Update that package to its patched version.
  • Worth fixing PYSEC-2026-2095 AIOHTTP is an asynchronous HTTP client/server framework for asyncio and Python. Prior to version 3.13.4, an unbounded DNS cache could result in excessive memory usage possibly resulting in a DoS situa
    /workdirs/scan-ad31cf82-3130-4b58-a104-61f3c0bc2a31/uv.lock
    A package you depend on has a known security hole (CVE-2026-34513). Fix: Update that package to its patched version.
  • Worth fixing PYSEC-2026-2096 AIOHTTP is an asynchronous HTTP client/server framework for asyncio and Python. Prior to version 3.13.4, an attacker who controls the content_type parameter in aiohttp could use this to inject extra h
    /workdirs/scan-ad31cf82-3130-4b58-a104-61f3c0bc2a31/uv.lock
    A package you depend on has a known security hole (CVE-2026-34514). Fix: Update that package to its patched version.
  • Worth fixing PYSEC-2026-2097 AIOHTTP is an asynchronous HTTP client/server framework for asyncio and Python. Prior to version 3.13.4, on Windows the static resource handler may expose information about a NTLMv2 remote path. This
    /workdirs/scan-ad31cf82-3130-4b58-a104-61f3c0bc2a31/uv.lock
    A package you depend on has a known security hole (CVE-2026-34515). Fix: Update that package to its patched version.
  • Worth fixing PYSEC-2026-2098 AIOHTTP is an asynchronous HTTP client/server framework for asyncio and Python. Prior to version 3.13.4, a response with an excessive number of multipart headers may be allowed to use more memory than
    /workdirs/scan-ad31cf82-3130-4b58-a104-61f3c0bc2a31/uv.lock
    A package you depend on has a known security hole (CVE-2026-34516). Fix: Update that package to its patched version.
  • Worth fixing PYSEC-2026-2099 AIOHTTP is an asynchronous HTTP client/server framework for asyncio and Python. Prior to version 3.13.4, for some multipart form fields, aiohttp read the entire field into memory before checking clien
    /workdirs/scan-ad31cf82-3130-4b58-a104-61f3c0bc2a31/uv.lock
    A package you depend on has a known security hole (CVE-2026-34517). Fix: Update that package to its patched version.
  • Worth fixing PYSEC-2026-2100 AIOHTTP is an asynchronous HTTP client/server framework for asyncio and Python. Prior to version 3.13.4, when following redirects to a different origin, aiohttp drops the Authorization header, but ret
    /workdirs/scan-ad31cf82-3130-4b58-a104-61f3c0bc2a31/uv.lock
    A package you depend on has a known security hole (CVE-2026-34518). Fix: Update that package to its patched version.
  • Worth fixing PYSEC-2026-2101 AIOHTTP is an asynchronous HTTP client/server framework for asyncio and Python. Prior to version 3.13.4, an attacker who controls the reason parameter when creating a Response may be able to inject ex
    /workdirs/scan-ad31cf82-3130-4b58-a104-61f3c0bc2a31/uv.lock
    A package you depend on has a known security hole (CVE-2026-34519). Fix: Update that package to its patched version.
  • Worth fixing PYSEC-2026-2103 AIOHTTP is an asynchronous HTTP client/server framework for asyncio and Python. Prior to version 3.13.4, multiple Host headers were allowed in aiohttp. This issue has been patched in version 3.13.4.
    /workdirs/scan-ad31cf82-3130-4b58-a104-61f3c0bc2a31/uv.lock
    A package you depend on has a known security hole (CVE-2026-34525). Fix: Update that package to its patched version.
  • Worth fixing PYSEC-2026-2104 AIOHTTP is an asynchronous HTTP client/server framework for asyncio and Python. Prior to version 3.14.0, using ``CookieJar.load()`` with untrusted input may allow arbitrary code execution. Most applic
    /workdirs/scan-ad31cf82-3130-4b58-a104-61f3c0bc2a31/uv.lock
    A package you depend on has a known security hole (CVE-2026-34993). Fix: Update that package to its patched version.
… 64 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.