feat(claude-plugin): add Prowler plugin and marketplace for Claude Code (#11248)

This commit is contained in:
Rubén De la Torre Vico
2026-05-20 11:57:34 +02:00
committed by GitHub
parent a52ef3c04a
commit 8526e8b4a6
5 changed files with 255 additions and 1 deletions
+17
View File
@@ -0,0 +1,17 @@
{
"name": "prowler-plugins",
"description": "Prowler Cloud Security for Claude Code",
"owner": {
"name": "Prowler",
"email": "support@prowler.com"
},
"plugins": [
{
"name": "prowler",
"source": "./claude_plugins/prowler",
"description": "Prowler for Claude Code — cloud security and compliance skills powered by the Prowler MCP server. Bundles compliance triage and remediation; more skills coming.",
"category": "security",
"homepage": "https://prowler.com"
}
]
}