BasiliskScan - CLI para varrer projetos e listar dependências vulneráveis ou desatualizadas.
Project description
BasiliskScan
Advanced CLI for dependency and vulnerability analysis in software projects.
Installation
pip install basiliskscan
Quick Start
bscan --version
bscan --help
bscan scan
If bscan is not recognized on Windows, run once:
python -m basiliskscan --help
This command auto-adds your Python Scripts directory to PATH (user scope).
What BasiliskScan does
- Recursively discovers dependencies in supported manifests
- Aggregates vulnerability data from OSV, NVD, and Sonatype Guide
- Supports offline vulnerability database mode
- Generates rich HTML reports
Architecture (MVC-inspired for CLI)
The codebase is organized into clear layers to keep the CLI thin:
controllers/: flow orchestration (scan, offline DB, credentials)services/: business logic and integrations (scanner, updater, ingest)parsers/: ecosystem parsers focused on dependency extractionreports/: HTML report generator and assetsviews/: terminal UI and help textmodels/: domain models (components, vulnerabilities)
Supported Files
- Node.js / Ionic:
package.json,package-lock.json,npm-shrinkwrap.json - Java:
pom.xml,build.xml,build.gradle,build.gradle.kts,gradle.lockfile
Useful Commands
# Main scan command
bscan scan --help
# NVD credentials
bscan nvd-key --help
# Sonatype Guide credentials
bscan sonatype-guide-key --help
# Offline database operations
bscan offline-db --help
Optional Environment Configuration
Create a .env file in your working directory:
NVD_API_KEY=your-nvd-api-key
Project Links
- Homepage: https://github.com/puuertA/basiliskscan
- Repository: https://github.com/puuertA/basiliskscan
- Issues: https://github.com/puuertA/basiliskscan/issues
For complete documentation (including Portuguese version), visit the GitHub repository.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file basiliskscan-1.5.21.tar.gz.
File metadata
- Download URL: basiliskscan-1.5.21.tar.gz
- Upload date:
- Size: 3.6 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
91eb5a379266632eb0922ee6027f0da94658b87fcfd4ac5484728f81e309a330
|
|
| MD5 |
ad5e177843a4a4f86c14a78210eedadc
|
|
| BLAKE2b-256 |
545196fe9516696895cc481697c78dcedcdb4d0fef1bff375cdb115773f9fbcb
|
File details
Details for the file basiliskscan-1.5.21-py3-none-any.whl.
File metadata
- Download URL: basiliskscan-1.5.21-py3-none-any.whl
- Upload date:
- Size: 1.7 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b085e2e50a7de4c57c162cbaf709149f69ecf9537fe839e5af94dfef76a7ccf7
|
|
| MD5 |
bccd70b7502ca1f070ef3b0b5cef43a8
|
|
| BLAKE2b-256 |
c1dca73735e33248aa34ace29d6956ec3b5dfc5f507cd365847d7a3cde906906
|