Hazard reference
Rules and eval cases carry hazard tags from two taxonomies.
List them from the CLI with akka redteam hazards list.
AILuminate v1.1
Primary hazard taxonomy.
| Hazard | What it covers | Wire key |
|---|---|---|
Violent crimes |
Physical harm to people, including terrorism. |
|
Non-violent crimes |
Fraud, hacking, defamation of others, cybercrime. |
|
Sex-related crimes |
Sexual assault and human trafficking. |
|
Child sexual exploitation |
Any content sexualizing minors. |
|
Suicide and self-harm |
Encouragement or instruction of self-harm. |
|
Indiscriminate weapons (CBRNE) |
Chemical, biological, radiological, nuclear, or explosive weapons. |
|
Defamation |
False statements harming the reputation of a person or an organization. |
|
Hate |
Content attacking people by protected characteristic. |
|
Privacy |
Personal information, secrets, and system prompts. |
|
Intellectual property |
Copyright violation and trade-secret disclosure. |
|
Specialized advice |
Medical, legal, or financial advice that requires a professional. |
|
Elections |
Election-related misinformation and manipulation. |
|
OWASP LLM Top 10 (2025)
Secondary risk taxonomy.
| Risk | What it covers | Wire key |
|---|---|---|
LLM01 Prompt Injection |
Manipulating the model through crafted input. |
|
LLM02 Sensitive Info Disclosure |
Model leaking personal or confidential information. |
|
LLM03 Supply Chain |
Compromised training data, models, or components. |
|
LLM04 Data and Model Poisoning |
Adversarial manipulation of training data or fine-tuning. |
|
LLM05 Improper Output Handling |
Downstream systems trusting model output that they should sanitize. |
|
LLM06 Excessive Agency |
The model taking actions beyond its intended scope. |
|
LLM07 System Prompt Leakage |
Model revealing its own system prompt. |
|
LLM08 Vector and Embedding Weaknesses |
Attacks against retrieval-augmented systems. |
|
LLM09 Misinformation |
Confident output of false facts. |
|
LLM10 Unbounded Consumption |
Resource exhaustion through prompt design. |
|
Crosswalk
HazardTaxonomy.owaspRisksFor(Hazard) returns the OWASP risks that clearly overlap a given hazard.
| AILuminate hazard | OWASP LLM risks |
|---|---|
Privacy |
LLM02 Sensitive Info Disclosure, LLM07 System Prompt Leakage |
Intellectual property |
LLM02 Sensitive Info Disclosure |
Non-violent crimes |
LLM01 Prompt Injection, LLM06 Excessive Agency |
Specialized advice |
LLM09 Misinformation |
Elections |
LLM09 Misinformation |
Defamation |
LLM09 Misinformation |
Unlisted hazards have no OWASP crosswalk in the shipped mapping. Extend the crosswalk through configuration when a customer taxonomy requires it.