Informational scan, not a security audit. How this is computed.
API keys, passwords or tokens committed into the repo.
This check didn’t finish — that’s not the same as “clean.” Try Check again above.
Packages you depend on that have known security holes (CVEs).
CVE-2023-50447 pillow: Arbitrary Code Execution via the environment parameterCVE-2024-8019 PyTorch Lightning path traversal vulnerabilityCVE-2023-6730 transformers has a Deserialization of Untrusted Data vulnerabilityCVE-2026-44513 Diffusers: Diffusers: Arbitrary remote code execution via `trust_remote_code` bypassCVE-2026-45804 diffusers: Diffusers: Arbitrary code execution due to trust_remote_code guard bypassGHSA-qr4w-53vh-m672 opencv-python bundled libwebp binaries in wheels that are vulnerable to CVE-2023-4863CVE-2022-45198 Pillow before 9.2.0 performs Improper Handling of Highly Compressed GI ...CVE-2023-44271 python-pillow: uncontrolled resource consumption when textlength in an ImageDraw instance operates on a long text argumentCVE-2023-4863 libwebp: Heap buffer overflow in WebP CodecCVE-2024-28219 python-pillow: buffer overflow in _imagingcms.cCVE-2026-54058 Pillow: Pillow: Memory disclosure or denial of service via crafted McIdas AREA imageCVE-2026-54059 python-pillow: Pillow: Denial of Service via crafted PCF font dataCVE-2026-54060 python-pillow: Pillow: Denial of Service via excessive memory allocation when processing font filesCVE-2026-55379 python-pillow: Pillow: Denial of Service via crafted BDF font fileCVE-2026-55380 python-pillow: Pillow: Denial of Service via crafted GD 2.x image fileCVE-2026-59197 Pillow: Pillow: Native heap out-of-bounds writeCVE-2026-59199 Pillow: Pillow: Denial of Service via out-of-bounds write in image processingCVE-2026-59200 Pillow: Pillow: Denial of service via crafted PDF streamCVE-2026-59204 Pillow: Pillow: Denial of Service via crafted JPEG2000 imageCVE-2026-59205 Pillow: Pillow: Controlled native heap corruption in ImageCms.ImageCmsTransform.apply APICVE-2026-42308 Pillow: python: Pillow: Denial of Service via integer overflow in font processingCVE-2026-42310 Pillow: Pillow: Denial of Service via malicious PDF processingCVE-2026-55798 python-pillow: Pillow: Arbitrary command injection via shell metacharacters in file pathsCVE-2026-59198 Pillow: Pillow: Information disclosure via TGA RLE encoder out-of-bounds readCVE-2024-5206 scikit-learn: Possible sensitive data leakYour dependencies cross-checked against the OSV vulnerability database.
PYSEC-2026-457 Arbitrary Code Execution in PillowPYSEC-2026-507 PyTorch Lightning path traversal vulnerabilityPYSEC-2023-300 Deserialization of Untrusted Data in GitHub repository huggingface/transformers prior to 4.36.PYSEC-2026-2290 A vulnerability in the LightGlue model loading path of huggingface/transformers version 5.2.0 allows an attacker-controlled model repository to execute arbitrary code during model initialization. The PYSEC-2026-2446 Diffusers: TOCTOU Trust Remote Code BypassPYSEC-2026-40 Diffusers is the a library for pretrained diffusion models. Prior to 0.38.0, a trust_remote_code bypass in DiffusionPipeline.from_pretrained allows arbitrary remote code execution despite the user paPYSEC-2026-41 Diffusers is the a library for pretrained diffusion models. Prior to 0.38.0, diffusers 0.37.0 allows remote code execution without the trust_remote_code=True safeguard when loading pipelines from HugGHSA-qr4w-53vh-m672 opencv-python bundled libwebp binaries in wheels that are vulnerable to CVE-2023-4863PYSEC-2022-42979 Pillow before 9.2.0 performs Improper Handling of Highly Compressed GIF Data (Data Amplification).PYSEC-2023-227 An issue was discovered in Pillow before 10.0.0. It is a Denial of Service that uncontrollably allocates memory to process a given task, potentially causing a service to crash by having it run out of PYSEC-2026-165 Pillow is a Python imaging library. Prior to version 12.2.0, if a font advances for each glyph by an exceeding large amount, when Pillow keeps track of the current position, it may lead to an integer PYSEC-2026-1793 Pillow buffer overflow vulnerabilityPYSEC-2026-1794 libwebp: OOB write in BuildHuffmanTablePYSEC-2026-2253 Pillow is a Python imaging library. Prior to 12.3.0, PIL/PcfFontFile.py _load_bitmaps() read glyph dimensions from the PCF METRICS section and passed them directly to Image.frombytes() without callingPYSEC-2026-2254 Pillow is a Python imaging library. Prior to 12.3.0, PIL/FontFile.py FontFile.compile() assembled per-glyph images into a combined bitmap with Image.new("1", (xsize, ysize)) without calling Image._decPYSEC-2026-2255 Pillow is a Python imaging library. Prior to 12.3.0, PIL/BdfFontFile.py bdf_char() read the BBX width and height field from a BDF font file and passed attacker-controlled dimensions to Image.new() witPYSEC-2026-2256 Pillow is a Python imaging library. Prior to 12.3.0, PIL/GdImageFile.py GdImageFile._open() read image dimensions from the GD 2.x header and stored them in self._size without calling Image._decompressPYSEC-2026-2257 Pillow is a Python imaging library. Prior to 12.3.0, WindowsViewer.get_command() constructed a cmd.exe shell command by directly embedding a file path into an f-string without escaping and passed the PYSEC-2026-2874 Pillow has a PDF Parsing Trailer Infinite Loop (DoS)PYSEC-2026-3451 Pillow is a Python imaging library. Prior to 12.3.0, Pillow public image coordinate APIs can trigger a native heap out-of-bounds write when given coordinates near the signed 32-bit integer limits in IPYSEC-2026-3453 Pillow is a Python imaging library. Prior to 12.3.0, Pillow's ImageCms.ImageCmsTransform.apply(im, imOut) API can trigger controlled native heap corruption when the caller supplies an output image whoPYSEC-2026-3454 Pillow is a Python imaging library. Prior to 12.3.0, Pillow's public rank-filter API can trigger a native heap out-of-bounds write when given a very large odd filter size because ImageFilter.RankFiltePYSEC-2026-3493 Pillow: Out-of-bounds read via attacker-controlled row stride on Pillow's mmap path (McIdas AREA files)PYSEC-2026-3494 Pillow TGA RLE encoder can serialize up to ~57 KB of adjacent heap data into generated imagesPYSEC-2026-3495 Pillow: Decompression Bomb DoS via PdfParser.PdfStream.decode()Code that can be exploited: injection, hardcoded credentials and similar.
Nothing found by this check. ✓
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.
A signal about how the project is maintained — not a vulnerability in your code. It doesn’t affect the verdict above.
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.