From 5770185ea302bab23fbcf58ff818fd73e626c708 Mon Sep 17 00:00:00 2001 From: Bryan Thompson Date: Tue, 21 Jul 2026 16:37:18 -0500 Subject: [PATCH] Add stackhawk-hawkscan plugin (#4288) --- .claude-plugin/marketplace.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 4f985c35..806ffa9e 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -3223,6 +3223,22 @@ }, "homepage": "https://github.com/spotify/ads-claude-plugin" }, + { + "name": "stackhawk-hawkscan", + "description": "Configure, run, and interpret HawkScan DAST results inside Claude Code. Generates stackhawk.yml configs, runs scans via CLI or Docker, and transforms security findings into prioritized fix tasks for your coding agent.", + "author": { + "name": "StackHawk" + }, + "category": "security", + "source": { + "source": "git-subdir", + "url": "https://github.com/stackhawk/agent-skills.git", + "path": "plugins/hawkscan", + "ref": "main", + "sha": "248e3fedba8ff80fadfd17f72a0454aa02b66a0b" + }, + "homepage": "https://docs.stackhawk.com/ai-security/" + }, { "name": "stackhawk-api", "description": "Query the StackHawk platform API for security posture reporting, findings analysis, and app management. Guides agents through authentication, data retrieval, and result presentation.",