diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..1cf1740 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,12 @@ +# Code owners for AgentBreak. +# These users are automatically requested for review on pull requests. +# See https://docs.github.com/articles/about-code-owners + +# Default owners for everything in the repo +* @mnvsk97 @bennjph + +# Fault catalog +/agentbreak/faults/ @mnvsk97 @bennjph + +# Tests +/tests/ @mnvsk97 @bennjph diff --git a/README.md b/README.md index 94721f1..bbc8559 100644 --- a/README.md +++ b/README.md @@ -214,3 +214,12 @@ agentbreak history compare 1 2 # compare two saved runs - **Skill-based attacks** — target agent skills/capabilities with adversarial tool sequences - **Deprecated library injection** — return responses referencing deprecated or vulnerable libraries - **Model deprecation simulation** — simulate model sunset responses and version migration failures + +## Maintainers + +AgentBreak is maintained by: + +- [@mnvsk97](https://github.com/mnvsk97) — creator +- [@bennjph](https://github.com/bennjph) — maintainer + +Reviews on pull requests are routed via [`.github/CODEOWNERS`](.github/CODEOWNERS). See [CONTRIBUTING.md](CONTRIBUTING.md) to get started.