https://github.com/openai/openai-security-bots
https://github.com/openai/openai-security-bots
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/openai/openai-security-bots
- Owner: openai
- License: mit
- Created: 2024-01-11T01:24:16.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-18T09:38:58.000Z (about 1 year ago)
- Last Synced: 2025-03-29T21:06:34.265Z (2 months ago)
- Language: Python
- Size: 56.6 KB
- Stars: 363
- Watchers: 12
- Forks: 30
- 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
```