ISO 42001
ISO/IEC 42001:2023 is the international standard for AI Management Systems. It covers seven key risk domains: Accountability, Fairness, Privacy, Robustness, Security, Safety, and Transparency. Use iso:42001 for comprehensive testing or target specific domains.
Use this skill when
- Testing ISO 42001 compliance across 7 risk domains
- Testing accountability & human oversight (excessive agency, overreliance)
- Testing fairness & bias prevention (demographic bias, hate speech)
- Testing privacy & data protection (PII, cross-session leaks)
- Testing robustness & resilience (prompt injection, ASCII smuggling)
- Testing security & vulnerability management (injection, SSRF, debug access)
- Testing safety & ethical use (harmful content, weapons, cybercrime)
- Testing transparency & trustworthiness (hallucination, misinformation, imitation)
Do not use this skill when
- Testing GDPR specifically → use
promptfoo-framework-gdpr
- Testing NIST AI RMF → use
promptfoo-framework-nist-ai-rmf
- Testing EU AI Act → use
promptfoo-framework-eu-ai-act
- Testing general LLM app security → use
promptfoo-redteam-llm
🛡️ Edge cases (mandatory handling)
- ISO 42001 is a management system standard — automated testing covers technical risks; governance, documentation, and continuous improvement need organizational processes.
- Custom plugins for organization-specific risks — create
file://custom-iso-plugin.yaml for domain-specific compliance.
- Regular testing required — ISO 42001 emphasizes continuous improvement; set up CI/CD.
- Combine with other frameworks — privacy domain overlaps with GDPR; security overlaps with OWASP.
🎯 Core workflow
- Comprehensive testing —
redteam: plugins: [iso:42001] covers all 7 domains.
- Targeted testing — load
references/domain-mappings.md for per-domain plugin configs.
- Custom plugins — load
references/custom-plugins.md for organization-specific risks.
- Checklist — run
references/checklist.md.
🎯 Core principles (summary)
- 7 risk domains: Accountability, Fairness, Privacy, Robustness, Security, Safety, Transparency.
iso:42001 — comprehensive plugin; iso:42001:accountability, :fairness, :privacy, :robustness, :security, :safety, :transparency for individual domains.
References
references/domain-mappings.md — all 7 risk domains with plugin configs
references/custom-plugins.md — custom plugin examples for organization-specific ISO 42001 risks
references/checklist.md — pre-flight, domain selection, post-run checklist
1---2name: promptfoo-framework-iso-420013description: ISO 420014---56# ISO 4200178ISO/IEC 42001:2023 is the international standard for AI Management Systems. It covers seven key risk domains: Accountability, Fairness, Privacy, Robustness, Security, Safety, and Transparency. Use `iso:42001` for comprehensive testing or target specific domains.910## Use this skill when11- Testing ISO 42001 compliance across 7 risk domains12- Testing accountability & human oversight (excessive agency, overreliance)13- Testing fairness & bias prevention (demographic bias, hate speech)14- Testing privacy & data protection (PII, cross-session leaks)15- Testing robustness & resilience (prompt injection, ASCII smuggling)16- Testing security & vulnerability management (injection, SSRF, debug access)17- Testing safety & ethical use (harmful content, weapons, cybercrime)18- Testing transparency & trustworthiness (hallucination, misinformation, imitation)1920## Do not use this skill when21- Testing GDPR specifically → use `promptfoo-framework-gdpr`22- Testing NIST AI RMF → use `promptfoo-framework-nist-ai-rmf`23- Testing EU AI Act → use `promptfoo-framework-eu-ai-act`24- Testing general LLM app security → use `promptfoo-redteam-llm`2526## 🛡️ Edge cases (mandatory handling)27- **ISO 42001 is a management system standard** — automated testing covers technical risks; governance, documentation, and continuous improvement need organizational processes.28- **Custom plugins for organization-specific risks** — create `file://custom-iso-plugin.yaml` for domain-specific compliance.29- **Regular testing required** — ISO 42001 emphasizes continuous improvement; set up CI/CD.30- **Combine with other frameworks** — privacy domain overlaps with GDPR; security overlaps with OWASP.3132## 🎯 Core workflow331. **Comprehensive testing** — `redteam: plugins: [iso:42001]` covers all 7 domains.342. **Targeted testing** — load `references/domain-mappings.md` for per-domain plugin configs.353. **Custom plugins** — load `references/custom-plugins.md` for organization-specific risks.364. **Checklist** — run `references/checklist.md`.3738## 🎯 Core principles (summary)39- **7 risk domains**: Accountability, Fairness, Privacy, Robustness, Security, Safety, Transparency.40- **`iso:42001`** — comprehensive plugin; `iso:42001:accountability`, `:fairness`, `:privacy`, `:robustness`, `:security`, `:safety`, `:transparency` for individual domains.4142## References43- `references/domain-mappings.md` — all 7 risk domains with plugin configs44- `references/custom-plugins.md` — custom plugin examples for organization-specific ISO 42001 risks45- `references/checklist.md` — pre-flight, domain selection, post-run checklist