Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/openai/openai-security-bots


https://github.com/openai/openai-security-bots

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# 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
```