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

Tags

MIT Hex.pm

Installation

Add crucible_adversary to your list of dependencies in mix.exs:

def deps do
  [
    {:crucible_adversary, "~> 0.4.0"}
  ]
end

Then run:

mix deps.get

Resources