Преглед на файлове

Add stackhawk-hawkscan plugin (#4288)

Bryan Thompson преди 1 месец
родител
ревизия
5770185ea3
променени са 1 файла, в които са добавени 16 реда и са изтрити 0 реда
  1. 16 0
      .claude-plugin/marketplace.json

+ 16 - 0
.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.",