"Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearPY
Python aswin 1y ago 100%
pyscan scans 200+ dependencies for vulnerabilities by the time it takes to read this.
github.com

Pyscan v0.1.4 | [GitHub](https://github.com/aswinnnn/pyscan) Pyscan is the fastest CLI tool to find dependency vulnerabilities in your python projects. + blazingly fast scanner that can be used within large projects. + automatically finds `requirements.txt`, `pyproject.toml` or, the source code. + can be integrated into existing build processes. + In its early stage, thus hasn't been battle-hardened yet. #### Install ```bash pip install pyscan-rs ``` **look out for the "-rs"** part or ```bash cargo install pyscan ``` #### Usage Go to your python source directory (or wherever you keep your `requirements.txt`/`pyproject.toml`) and run: ```bash > pyscan ``` or ```bash > pyscan -d path/to/src ``` Pyscan is a tool written in Rust that uses [OSV](https://osv.dev), which is an open source vulnerabilities database, which inspired me to make this tool.

2
0