What is securitygpt ?
securitygpt is a package that makes makes common tasks that a
security engineer does easy using generative LLMs.
As a security engineer, you dont want to worry about writing correct prompts, we have taken care of that for you.
Install
pip install securitygpt
export OPENAI_API_KEY="sk-xxx"
Usage and Examples
Current usecases support
- anonymization and deanonymization of text
- CVE summaries
- drawing threat knowledge graphs
[Usage and Examples] (https://github.com/rkreddyp/securitygpt)
send feedback and comments to rkreddy@gmail.com or open issues in GitHub (https://github.com/rkreddyp/securitygpt)