Skip to content

AI Security Tools

To secure AI systems at 77 Security, we utilize a mix of open-source and enterprise-grade tools. This list is updated regularly as the landscape evolves.

These tools help security researchers simulate attacks to find vulnerabilities before the “bad actors” do.

Tool NameDeveloperBest For
GarakLeon DerczynskiScanning LLMs for hallucinations and prompt injections.
PyRITMicrosoftAutomating the evaluation of generative AI risk.
CounterfitMicrosoftGeneral-purpose terminal tool for AI security testing.

Use these to measure how “safe” your model is compared to industry standards.

  • Giskard: An open-source framework for testing ML models (from Tabular to LLMs).
  • DeepEval: “Unit testing” for LLMs. It lets you write tests to ensure your model doesn’t drift into unsafe territory.

Tools that sit between the user and the model to stop attacks in real-time.

  1. NeMo Guardrails (NVIDIA): A toolkit to add programmable guardrails to LLM-based conversational systems.
  2. Llama Guard (Meta): A safeguard model specifically tuned to detect unsafe prompts and responses.