Skip to content

Commit 4b21616

Browse files
authored
chore: duplicate plugin directory for Claude Code compatibility (#3)
1 parent fc32352 commit 4b21616

1 file changed

Lines changed: 26 additions & 0 deletions

File tree

.claude-plugin/plugin.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"name": "arcjet",
3+
"version": "1.0.0",
4+
"description": "Runtime security for your app — abuse protection, budget controls & rate limiting, prompt injection detection, and PII blocking. Connects your AI agent to the Arcjet MCP server and provides security-aware coding guidance.",
5+
"author": {
6+
"name": "Arcjet",
7+
"email": "support@arcjet.com",
8+
"url": "https://arcjet.com"
9+
},
10+
"homepage": "https://arcjet.com",
11+
"repository": "https://github.com/arcjet/arcjet-plugin",
12+
"license": "Apache-2.0",
13+
"logo": "./assets/logo.svg",
14+
"keywords": [
15+
"security",
16+
"rate-limiting",
17+
"bot-detection",
18+
"abuse-protection",
19+
"budget-controls",
20+
"waf",
21+
"ai-security",
22+
"prompt-injection",
23+
"pii",
24+
"arcjet"
25+
]
26+
}

0 commit comments

Comments
 (0)