-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtopics.json
More file actions
127 lines (127 loc) · 4.47 KB
/
Copy pathtopics.json
File metadata and controls
127 lines (127 loc) · 4.47 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
{
"api_url": "https://export.arxiv.org/api/query",
"query": "((all:\"large language model\" OR all:\"large language models\" OR all:\"language model\" OR all:\"language models\" OR all:LLM OR all:LLMs OR all:ChatGPT) AND (all:security OR all:cybersecurity OR all:vulnerability OR all:malware OR all:phishing OR all:privacy OR all:jailbreak OR all:\"prompt injection\" OR all:\"red team\" OR all:backdoor OR all:poisoning OR all:misuse OR all:safety)) AND (cat:cs.CR OR cat:cs.CL OR cat:cs.AI OR cat:cs.SE OR cat:cs.LG OR cat:cs.MA OR cat:stat.ML)",
"allowed_categories": ["cs.CR", "cs.CL", "cs.AI", "cs.SE", "cs.LG", "cs.MA", "stat.ML"],
"max_results": 500,
"batch_size": 100,
"request_delay_seconds": 3,
"minimum_relevance_score": 4,
"llm_terms": [
"large language model",
"large language models",
"language model",
"language models",
"llm",
"llms",
"chatgpt",
"gpt-4",
"claude"
],
"security_terms": [
"security",
"secure",
"cybersecurity",
"cyber security",
"vulnerability",
"vulnerabilities",
"malware",
"phishing",
"privacy",
"data leakage",
"data extraction",
"memorization",
"prompt injection",
"jailbreak",
"jailbreaking",
"red team",
"red teaming",
"adversarial attack",
"adversarial attacks",
"backdoor",
"backdoors",
"poisoning",
"misuse",
"model safety",
"alignment",
"attack",
"attacks",
"threat",
"threats"
],
"strong_security_terms": [
"cybersecurity",
"cyber security",
"llm security",
"language model security",
"agent security",
"software security",
"code security",
"secure code",
"security vulnerability",
"security vulnerabilities",
"security benchmark",
"security evaluation",
"security testing",
"data leakage",
"data extraction",
"membership inference",
"model inversion",
"prompt injection",
"jailbreak",
"jailbreaking",
"red team",
"red teaming",
"adversarial attack",
"adversarial attacks",
"backdoor",
"backdoors",
"poisoning",
"malware",
"phishing",
"model safety",
"threat intelligence",
"intrusion detection"
],
"topics": [
{
"id": "prompt-security",
"name": "Prompt Injection & Jailbreaks",
"keywords": ["prompt injection", "indirect prompt", "jailbreak", "jailbreaking", "system prompt", "prompt attack"]
},
{
"id": "agent-security",
"name": "Agent & Tool Security",
"keywords": ["agent security", "agentic", "autonomous agent", "llm agent", "language model agent", "persistent agent", "tool use", "tool-use", "computer use", "browser agent", "multi-agent", "mcp", "model context protocol"]
},
{
"id": "privacy",
"name": "Privacy & Data Leakage",
"keywords": ["privacy", "data leakage", "data extraction", "memorization", "membership inference", "model inversion", "personally identifiable", "private data", "training data extraction"]
},
{
"id": "safety",
"name": "Safety, Alignment & Misuse",
"keywords": ["model safety", "ai safety", "alignment", "misuse", "harmful content", "dual use", "dual-use", "refusal", "guardrail", "content moderation", "weapon"]
},
{
"id": "adversarial-ml",
"name": "Adversarial ML, Poisoning & Backdoors",
"keywords": ["adversarial attack", "adversarial example", "backdoor", "poisoning", "trojan", "model stealing", "model extraction", "extraction attack", "evasion attack", "gradient attack", "robustness"]
},
{
"id": "software-security",
"name": "Software & Vulnerability Security",
"keywords": ["vulnerability", "vulnerabilities", "secure code", "code security", "code generation", "program repair", "software security", "smart contract", "dockerfile", "cve", "common weakness", "static analysis", "penetration test", "penetration testing", "pentest"]
},
{
"id": "cyber-defense",
"name": "Malware, Phishing & Cyber Defense",
"keywords": ["malware", "phishing", "cybersecurity", "cyber security", "intrusion detection", "threat intelligence", "incident response", "security operations", "network security", "digital forensics", "spam", "botnet"]
},
{
"id": "evaluation",
"name": "Evaluation, Benchmarks & Red Teaming",
"keywords": ["benchmark", "evaluation", "red team", "red teaming", "taxonomy", "survey", "systematic review", "risk assessment", "threat model", "security testing"]
}
]
}