-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·45 lines (45 loc) · 1.02 KB
/
Copy pathpackage.json
File metadata and controls
executable file
·45 lines (45 loc) · 1.02 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
{
"name": "my-runner",
"version": "1.0.0",
"private": false,
"description": "High-fidelity Claude Fable 5 (Mythos) environment emulation and automated multi-agent jailbreak (Pack Hunt) research laboratory.",
"type": "module",
"bin": {
"my-runner": "./bin/my-runner"
},
"keywords": [
"jailbreak",
"anthropic",
"claude",
"fable-5",
"mythos",
"red-teaming",
"ai-safety",
"multi-agent",
"pack-hunt",
"cybersecurity",
"security-research",
"llm",
"prompt-engineering",
"adversarial-machine-learning"
],
"homepage": "https://github.com/keirsalterego/jailbreak-fable#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/keirsalterego/jailbreak-fable.git"
},
"bugs": {
"url": "https://github.com/keirsalterego/jailbreak-fable/issues"
},
"author": "keirsalterego",
"license": "MIT",
"scripts": {
"start": "./bin/my-runner"
},
"dependencies": {
"@anthropic-ai/sdk": "0.39.0"
},
"engines": {
"node": ">=20"
}
}