gitsafehub
github.com/mouredev/Hello-Python ↗

mouredev/Hello-Python

scanned 2026-05-27 · git 55e1bb4
2 of 6 checks flagged a security issue
🔴 Needs attention
6 checks ran. Start with known oss vulnerabilities below.

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

Leaked secrets1Vulnerable dependenciesKnown OSS vulnerabilities12Risky code patternsMalicious dependenciesProject health8

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.
    Backend/FastAPI/routers/jwt_auth_users.py:14
    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 12 found · 1 serious

Your dependencies cross-checked against the OSV vulnerability database.

  • Serious GHSA-8qxj-f9rh-9fg2 Improper Verification of Cryptographic Signature in Pure-Python ECDSA
    /workdirs/scan-9ca14918-532e-48c4-8de6-a56b0261ceb5/Backend/FastAPI/requirements.txt
    A package you depend on has a known security hole. Fix: Update that package to its patched version.
  • Worth fixing GHSA-pwfw-mgfj-7g3g ecdsa Denial of Service vulnerability in signature verification and signature malleability
    /workdirs/scan-9ca14918-532e-48c4-8de6-a56b0261ceb5/Backend/FastAPI/requirements.txt
    A package you depend on has a known security hole. Fix: Update that package to its patched version.
  • Worth fixing GHSA-wj6h-64fc-37mp Minerva timing attack on P-256 in python-ecdsa
    /workdirs/scan-9ca14918-532e-48c4-8de6-a56b0261ceb5/Backend/FastAPI/requirements.txt
    A package you depend on has a known security hole. Fix: Update that package to its patched version.
  • Worth fixing GHSA-f96h-pmfr-66vw Starlette Denial of service (DoS) via multipart/form-data
    /workdirs/scan-9ca14918-532e-48c4-8de6-a56b0261ceb5/Backend/FastAPI/requirements.txt
    A package you depend on has a known security hole. Fix: Update that package to its patched version.
  • FYI PYSEC-2024-38 FastAPI is a web framework for building APIs with Python 3.8+ based on standard Python type hints. When using form data, `python-multipart` uses a Regular Expression to parse the HTTP `Content-Type` h
    /workdirs/scan-9ca14918-532e-48c4-8de6-a56b0261ceb5/Backend/FastAPI/requirements.txt
    A package you depend on has a known security hole. Fix: Update that package to its patched version.
  • FYI PYSEC-2019-177 An error-handling flaw was found in python-ecdsa before version 0.13.3. During signature decoding, malformed DER signatures could raise unexpected exceptions (or no exceptions at all), which could lea
    /workdirs/scan-9ca14918-532e-48c4-8de6-a56b0261ceb5/Backend/FastAPI/requirements.txt
    A package you depend on has a known security hole. Fix: Update that package to its patched version.
  • FYI PYSEC-2020-163 A flaw was found in all python-ecdsa versions before 0.13.3, where it did not correctly verify whether signatures used DER encoding. Without this verification, a malformed signature could be accepted,
    /workdirs/scan-9ca14918-532e-48c4-8de6-a56b0261ceb5/Backend/FastAPI/requirements.txt
    A package you depend on has a known security hole. Fix: Update that package to its patched version.
  • FYI GHSA-9f5j-8jwj-x28g python-ecdsa: Denial of Service via improper DER length validation in crafted private keys
    /workdirs/scan-9ca14918-532e-48c4-8de6-a56b0261ceb5/Backend/FastAPI/requirements.txt
    A package you depend on has a known security hole. Fix: Update that package to its patched version.
  • FYI GHSA-65pc-fj4g-8rjx Internationalized Domain Names in Applications (IDNA): Specially crafted inputs to idna.encode() can bypass CVE-2024-3651 fix
    /workdirs/scan-9ca14918-532e-48c4-8de6-a56b0261ceb5/Backend/FastAPI/requirements.txt
    A package you depend on has a known security hole. Fix: Update that package to its patched version.
  • FYI GHSA-mr82-8j83-vxmv Pydantic regular expression denial of service
    /workdirs/scan-9ca14918-532e-48c4-8de6-a56b0261ceb5/Backend/FastAPI/requirements.txt
    A package you depend on has a known security hole. Fix: Update that package to its patched version.
  • FYI PYSEC-2026-161 BadHost: Missing Host header validation poisons request.url.path, bypassing path-based security checks
    /workdirs/scan-9ca14918-532e-48c4-8de6-a56b0261ceb5/Backend/FastAPI/requirements.txt
    A package you depend on has a known security hole. Fix: Update that package to its patched version.
  • FYI GHSA-2c2j-9gv5-cj73 Starlette has possible denial-of-service vector when parsing large files in multipart forms
    /workdirs/scan-9ca14918-532e-48c4-8de6-a56b0261ceb5/Backend/FastAPI/requirements.txt
    A package you depend on has a known security hole. 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 8 notes

Maintenance & supply-chain hygiene. A signal about the project, not a vulnerability in your code.

  • Worth fixing scorecard-overall OpenSSF Scorecard overall: 2.9/10
    A project-health signal (maintenance / supply-chain hygiene), not a vulnerability in your code.
  • Minor scorecard-CII-Best-Practices CII-Best-Practices scored 0: no effort to earn an OpenSSF best practices badge detected
    A project-health signal (maintenance / supply-chain hygiene), not a vulnerability in your code.
  • Minor scorecard-Code-Review Code-Review scored 0: Found 0/30 approved changesets -- score normalized to 0
    A project-health signal (maintenance / supply-chain hygiene), not a vulnerability in your code.
  • Minor scorecard-Dependency-Update-Tool Dependency-Update-Tool scored 0: no update tool detected
    A project-health signal (maintenance / supply-chain hygiene), not a vulnerability in your code.
  • Minor scorecard-Fuzzing Fuzzing scored 0: project is not fuzzed
    A project-health signal (maintenance / supply-chain hygiene), not a vulnerability in your code.
  • Minor scorecard-Maintained Maintained scored 0: 0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
    A project-health signal (maintenance / supply-chain hygiene), not a vulnerability in your code.
  • Minor scorecard-SAST SAST scored 0: no SAST tool detected
    A project-health signal (maintenance / supply-chain hygiene), not a vulnerability in your code.
  • Minor scorecard-Security-Policy Security-Policy scored 0: security policy file not detected
    A project-health signal (maintenance / supply-chain hygiene), not a vulnerability in your code.

via OpenSSF Scorecard v5.5.0 · 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.