Featured

Deploy OpenClaw in 60 seconds — 20% off logoDeploy OpenClaw in 60 seconds — 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger
Crawl and scrape any site into clean data, 10% off logoCrawl and scrape any site into clean data, 10% off

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits, and new users get 10% off their first purchase.

Try Firecrawl free
Your own AI agent, running 24/7 with QwikClaw logoYour own AI agent, running 24/7 with QwikClaw

QwikClaw sets up and runs an always-on OpenClaw agent for you. One click, no config files, no server setup.

Deploy now
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data — no proxies, no parsers, no maintenance.

Start building free
SetupClaw: done-for-you OpenClaw for founders & exec teams logoSetupClaw: done-for-you OpenClaw for founders & exec teams

White-glove OpenClaw for founders and exec teams (4–50+ employees): we install, harden, integrate your tools, and maintain it — secured from day one.

Get it set up for you
SEO data APIs for your agent, $1 free credit logoSEO data APIs for your agent, $1 free credit

DataForSEO gives your agent live access to SERP results, keyword data, backlinks, and on-page SEO data through one API. New accounts get a $1 credit, good for up to 20,000 keyword or backlink lookups.

Try DataForSEO free
Reach 47,000+ AI builders

A flat monthly placement in front of developers actively installing AI tools. No lock-in, cancel anytime.

Advertise here

Summary

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.

Install to Claude Code

/plugin install hawkscan@stackhawk

Run in Claude Code. Add the marketplace first with /plugin marketplace add stackhawk/agent-skills-marketplace if you haven't already.

README.md

agent-skills-marketplace

![License: MIT](LICENSE)

Plugin marketplace catalog for stackhawk/agent-skills.

This is an open-source, publicly installable catalog. It holds only the catalogs that control which version of agent-skills marketplace consumers install — each plugin pinned to a tested GA release (ref + sha). Bumping the pin here rolls out updates on StackHawk's release cadence, independently of the plugin development cadence.

The catalog publishes two plugins: hawkscan (DAST scanning) and stackhawk-api (StackHawk platform API).

Install

The marketplace serves the agents whose plugin systems can pin a remote source. Pick yours:

Claude Code

/plugin marketplace add stackhawk/agent-skills-marketplace
/plugin install hawkscan@stackhawk
/plugin install stackhawk-api@stackhawk

Codex

codex plugin marketplace add stackhawk/agent-skills-marketplace
codex plugin add hawkscan@stackhawk
codex plugin add stackhawk-api@stackhawk

GitHub Copilot CLI

copilot plugin marketplace add stackhawk/agent-skills-marketplace
copilot plugin install hawkscan@stackhawk
copilot plugin install stackhawk-api@stackhawk

> Cursor and Antigravity (agy) don't consume this marketplace — they install directly from stackhawk/agent-skills (Cursor copies the generated .mdc rules; agy plugin install <agent-skills repo URL>). See the agent-skills README for their steps.

Structure

.claude-plugin/marketplace.json   # Claude Code + GitHub Copilot CLI — github source + path
.agents/plugins/marketplace.json  # Codex — git-subdir source
.codex-plugin/marketplace.json    # legacy Codex path (back-compat)

Every plugin entry points at stackhawk/agent-skills at a subdirectory (plugins/<name>), pinned to a release ref + sha. The per-tool source schema differs (Claude/Copilot use a github source; Codex uses git-subdir), which is why there is more than one catalog.

Updating the pinned version

These catalogs are generated, not hand-edited. When agent-skills cuts a release, its release.yml runs scripts/generate-marketplace-catalogs.py and pushes the regenerated catalogs here automatically — pinning every plugin to the new tag + SHA in each tool's schema. To roll a new version out to consumers, release agent-skills; don't edit marketplace.json by hand (a release will overwrite it).

Why a separate repo

  • agent-skills iterates continuously; this repo only changes when we deliberately roll a GA version to consumers
  • SHA pinning alongside ref guarantees reproducibility even if a tag is moved
  • Public and open source so any supported agent can install StackHawk skills directly

Contributing

The catalogs are generated from stackhawk/agent-skills — to add or change skills, contribute there. The generator and publisher live in that repo (scripts/generate-marketplace-catalogs.py and .github/workflows/release.yml).

License

MIT — © 2026 StackHawk, Inc.

Related plugins

Browse all →