Compare commits

...

4 Commits

Author SHA1 Message Date
Bryan Thompson
ab9eaf8260 Merge remote-tracking branch 'origin/main' into HEAD 2026-07-21 15:08:34 -05:00
Bryan Thompson
5a16c8f269 Merge branch 'main' into add-stackhawk-hawkscan 2026-07-21 13:27:06 -05:00
Bryan Thompson
76b357235c Merge branch 'main' into add-stackhawk-hawkscan 2026-07-20 21:42:10 -05:00
Bryan Thompson
177852ee84 Add stackhawk-hawkscan plugin 2026-07-20 17:08:49 -05:00

View File

@@ -3209,6 +3209,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.",