The OWASP AI Testing Guide structures evaluations for security, privacy, and compliance across AI implementations. Practical checklist Define abuse cases and measurable success criteria (jailbreak rate, leakage rate, task failure rate). Automate evals in CI/CD with seed prompts and benchmark suites; fail builds on thresholds. Run targeted red teaming on high-impact tasks; rotate model versions…
Author: Jon
From Policy to Practice: Mapping OWASP AI Exchange to ISO 27001
Use the AI Exchange’s control families to extend your ISMS. Align AI risks and controls to Annex A (2022) and make audits a byproduct of delivery. Quick mapping ideas Outcome: defensible operations and faster audits.
ML Systems Threats: Applying the OWASP Machine Learning Security Top 10
The OWASP ML Security Top 10 highlights attacks like input manipulation, data poisoning, model theft and insecure supply chains. What good looks like Dataset integrity: provenance checks, hash manifests, and differential privacy for sensitive features. Model artifact security: signed models, SBOMs for training pipelines, and private registries. Robustness testing: adversarial evals, drift detection, and red-team…
Prompt Injection & Excessive Agency: Defenses from OWASP LLM Top 10
The OWASP Top 10 for LLM Applications calls out LLM01 Prompt Injection, LLM02 Insecure Output Handling, and LLM08 Excessive Agency as critical risks. Mitigations you can implement today Isolation & sandboxing for tool execution and code evaluation; never run model output with production privileges. Strong allow-lists for tools, file types and destinations; enforce typed tool…
OWASP AI Exchange: A Practical Baseline for Securing GenAI Systems
The OWASP AI Exchange is a living body of guidance that consolidates threats and controls for AI systems across the lifecycle. It provides a vendor-neutral baseline that can be mapped into your policies, SDLC and runbooks. Key takeaways Design for abuse cases: Identify prompt injection, data leakage, model theft, and red-teaming requirements early. Control families:…