Skip to main content

Library for detecting vulnerabilities in Python code

Project description

Vulnerability Checker

A library for detecting vulnerabilities in Python code. Designed for integration with CI/CD systems such as GitLab CI/CD. Supports Python 3.8 and above.

Features

  • Static code analysis to detect security vulnerabilities
  • Dependency checking for known vulnerabilities
  • Analysis of insecure code constructs
  • Returns non-zero exit code when issues are found
  • Generates detailed vulnerability reports

Requirements

  • Python 3.8 - 3.13
  • Dependencies listed in pyproject.toml (automatically installed with the package)

Installation

pip install vulnerability-checker

Usage

Command Line

# Basic directory analysis
vulncheck /path/to/your/project

# Analysis with JSON report generation
vulncheck /path/to/your/project --output report.json

# Check only specific vulnerability types
vulncheck /path/to/your/project --checks sql-injection,xss,dependency-check

GitLab CI/CD Integration

security_check:
  stage: test
  script:
    - pip install vulnerability-checker
    - vulncheck . --output report.json
  artifacts:
    paths:
      - report.json

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

vulnerability_checker-0.1.6.tar.gz (16.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

vulnerability_checker-0.1.6-py3-none-any.whl (22.8 kB view details)

Uploaded Python 3

File details

Details for the file vulnerability_checker-0.1.6.tar.gz.

File metadata

  • Download URL: vulnerability_checker-0.1.6.tar.gz
  • Upload date:
  • Size: 16.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/2.1.2 CPython/3.13.3 Darwin/24.5.0

File hashes

Hashes for vulnerability_checker-0.1.6.tar.gz
Algorithm Hash digest
SHA256 3583e3d444810b5314e62cb6293da18c975c37ffaf38c691e085d1207e7ed277
MD5 66ef5a37474945959aa16aa50cbb80d8
BLAKE2b-256 0b347181298793e5b344bc552e3ba5ebbfb14f773d942e1bdd2835a0692f31d1

See more details on using hashes here.

File details

Details for the file vulnerability_checker-0.1.6-py3-none-any.whl.

File metadata

File hashes

Hashes for vulnerability_checker-0.1.6-py3-none-any.whl
Algorithm Hash digest
SHA256 8782c13d92b7a9df70074d84148936624503a8294c6e1bdfb218959009e7ac8c
MD5 5a15d70d6b929f27bc745b89114c9011
BLAKE2b-256 379fd5ea55228730aab5a8297ec82968e57be60cdd376221b33136d0c061dc36

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page