Created a django vapt security tool
Hi everyone,
I recently built and published a Python package called vasa-scanner on PyPI.
The goal was to create a lightweight and simple security scanning tool for developers who want quick checks during development/testing.
Current focus areas include:
- basic web security testing
- API/security checks
- automation-friendly scanning
- simple CLI usage
- lightweight dependency footprint
Tech stack:
- Python
- requests
- openpyxl
This is still an early-stage project, and I’m actively improving it.
Would really appreciate feedback on:
- features developers/security engineers actually want
- missing checks
- reporting improvements
- CI/CD integration ideas
- performance/scalability suggestions
- false positive handling
PyPI:
vasa-scanner on PyPI
Would love honest feedback from the community.
Even small suggestions would help improve the project a lot.
Thanks!