Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/openai/openai-security-bots
https://github.com/openai/openai-security-bots
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/openai/openai-security-bots
- Owner: openai
- License: mit
- Created: 2024-01-11T01:24:16.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-04-18T09:38:58.000Z (7 months ago)
- Last Synced: 2024-09-27T06:21:21.785Z (about 2 months ago)
- Language: Python
- Size: 56.6 KB
- Stars: 346
- Watchers: 11
- Forks: 23
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: CODEOWNERS
- Security: SECURITY.md
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
```