Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
d2f249e
feat: added mml attack
RPaolino May 26, 2026
2a075ee
feat(mml): add mixed encoding mode, VLM check, and result_id sync fix
RPaolino May 28, 2026
d93a2b7
fix: visualization working for num_workers>1
RPaolino May 28, 2026
70f82a3
fix: cli, tui now support mml-attack
RPaolino May 28, 2026
d693949
✨ feat: group intents by categories
marcorusso97 May 28, 2026
cee1093
📝 docs: documented grouping of intents by categories
marcorusso97 May 29, 2026
f3f9c56
🐛 fix: fixed enum type for python 310
marcorusso97 May 29, 2026
c98e869
🐛 fix: fixed enum for python 3 10
marcorusso97 May 29, 2026
7d75c42
✨ feat: add guardrails support to router and attack techniques
RPaolino May 14, 2026
4237440
refactor: unify guardrail response detection via adapter_type
RPaolino May 15, 2026
09be9b4
fix: preserve guardrail info in PAIR/TAP trace recordings
RPaolino May 15, 2026
12b3d5f
fix: return raw guardrail dict from TAP _query_target
RPaolino May 18, 2026
ad46ac8
fix: AutoDAN-Turbo trace parsing + dashboard guardrail display
RPaolino May 18, 2026
d1ee130
feat: guardrail config in run_config
RPaolino May 18, 2026
0292b3a
feat: added documentation, cli and tui support of guardrails
RPaolino May 27, 2026
32982fd
fix: prevent TAP attacker from seeing guardrail internals on block
RPaolino May 27, 2026
42500ea
feat: added unit tests on guardrails
RPaolino May 28, 2026
f443a04
fix: added PIL dependency
RPaolino Jun 5, 2026
c32f61b
🔀 merge(merge-main): merging main branch
Jun 9, 2026
ceb4cab
🐛 fix(merge): repair botched main merge in MML branch
AI4I-IT Jun 9, 2026
431c515
🎨 style(format): lint formatting
AI4I-IT Jun 9, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/docs/attacks/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ graph LR
G[BoN] --> |"Augmentation"| T
H4[h4rm3l] --> |"Composable"| T
I[CipherChat] --> |"Cipher"| T
J[MML] --> |"Multimodal"| T
end
T --> R[Results & Analysis]
```
Expand All @@ -38,6 +39,7 @@ graph LR
| [**h4rm3l**](./h4rm3l.md) | Composable prompt-decoration chains | ⭐⭐ Medium | Fast |
| [**CipherChat**](./cipherchat.md) | Cipher-based non-natural-language jailbreak prompts | ⭐⭐ Medium | Fast |
| [**PAP**](./pap.md) | Persuasive adversarial paraphrasing with social-science techniques | ⭐⭐ Medium | Medium |
| [**MML**](./mml.md) | Multimodal image-encoded jailbreak for Vision-Language Models | ⭐⭐ Medium | Fast |
| [**Baseline**](./baseline.md) | Template-based prompt injection | ⭐ Basic | Fast |

:::tip Dataset Support
Expand Down
Loading
Loading