-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Expand file tree
/
Copy pathplugin.json
More file actions
29 lines (29 loc) · 975 Bytes
/
plugin.json
File metadata and controls
29 lines (29 loc) · 975 Bytes
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
{
"name": "42crunch-api-security-testing",
"description": "Automate API security directly in GitHub Copilot with 42Crunch - automatically audit OpenAPI specs, detect vulnerabilities aligned with OWASP API Security risks (including BOLA/BFLA), and apply AI-powered fixes. Designed for AI-assisted development workflows, it provides continuous guardrails through an audit->scan->remediate->validate loop, ensuring APIs meet enterprise security standards before deployment.",
"version": "1.0.0",
"author": {
"name": "42Crunch",
"email": "support@42crunch.com"
},
"skills": [
"./skills/42crunch-api-security-testing/",
"./skills/42crunch-audit/",
"./skills/42crunch-code-to-oas/",
"./skills/42crunch-scan/",
"./skills/42crunch-setup/"
],
"license": "MIT",
"keywords": [
"openapi",
"api-security",
"audit",
"scan",
"remediation",
"vulnerability",
"compliance",
"owasp",
"ai",
"devsecops"
]
}