Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 484 Bytes

File metadata and controls

23 lines (17 loc) · 484 Bytes

OpenAI Security Bots 🤖

Slack bots integrated with OpenAI APIs to streamline security team's workflows.

All the bots can be found under bots/ directory.

shared/
  openai-slackbot/
bots/
  triage-slackbot/
  incident-response-slackbot/
  sdlc-slackbot/

Refer to each bot's README for more information and setup instruction.

If you wish to contribute, note this repo uses pre-commit to help. In this directory, run:

pip install pre-commit
pre-commit install