-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.zenodo.json
More file actions
33 lines (33 loc) · 1.35 KB
/
Copy path.zenodo.json
File metadata and controls
33 lines (33 loc) · 1.35 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"title": "llm-red-team-toolkit: An OWASP-aligned adversarial probing harness for LLM deployments",
"description": "<p>A Python toolkit for systematic adversarial probing of LLM deployments against the OWASP Top 10 for LLM Applications (2025). Includes 52 probes covering direct/indirect prompt injection, sensitive-information disclosure, excessive-agency abuse, and 8 jailbreak templates (DAN-style role-play, base64 token smuggling, context-window flood, multi-turn escalation, encoding bypass). Ships with adapters for OpenRouter, NVIDIA NIM, and any OpenAI-compatible endpoint, a heuristic refusal-detection scorer (no LLM-judge), and a Rich-based TUI for live probe execution. Defensive research only — see ETHICAL_USE.md.</p>",
"creators": [
{
"name": "Bhutto, Ali Murtaza",
"affiliation": "Independent Researcher",
"orcid": "0009-0007-2787-943X"
}
],
"upload_type": "software",
"license": "MIT",
"access_right": "open",
"keywords": [
"LLM security",
"red teaming",
"OWASP LLM Top 10",
"prompt injection",
"jailbreak",
"AI safety",
"adversarial testing"
],
"communities": [
{"identifier": "ai-safety"}
],
"related_identifiers": [
{
"identifier": "https://github.com/thunderstornX/llm-red-team-toolkit",
"relation": "isSupplementTo",
"resource_type": "software"
}
]
}