Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -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
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.