Preview v0.4.0
Crucible Adversary
Adversarial testing and robustness framework for AI models with 25 attacks (character/word/semantic perturbations, prompt injection, jailbreak, extraction, inversion), defenses…
Stats & Info
- Latest release: v0.4.0
- Recent downloads: 165
- All-time downloads: 248
- Maintainers: nshkrdotcom
Installation
Add crucible_adversary to your list of dependencies in mix.exs:
def deps do
[
{:crucible_adversary, "~> 0.4.0"}
]
endThen run:
mix deps.get