Skip to content

Releases: stackhawk/agent-skills

v1.7.3

27 May 18:26
aed9d88

Choose a tag to compare

Release v1.7.3

v1.6.3

22 May 17:01
033ae92

Choose a tag to compare

Release v1.6.3

v1.6.2

21 May 18:36
e4e77a2

Choose a tag to compare

Added

  • Windows PowerShell installer (scripts/install.ps1) for user-level skill installation on Cursor and Copilot
  • GH tag-based release workflow (.github/workflows/release.yml) — validates all version fields match tag, creates GH Release from CHANGELOG section
  • .version-bump.json — canonical manifest of all version-bearing files; bump-version.sh now reads from it
  • RELEASING.md — full release runbook: bump → CHANGELOG → tag → GH Release → marketplace PR
  • version: field in SKILL.md frontmatter for all plugins
  • CI best-practices checks: SKILL.md name/description format, 500-line body warning, Windows path detection (Anthropic spec)
  • CI marketplace version validation: .claude-plugin/marketplace.json plugin-array versions checked against VERSION
  • hawk v5.5.11+ preflight check with hard stop and upgrade instructions
  • One-scan-at-a-time guard and rescan-as-default in hawkscan skill
  • High-iteration findings reference (CSP, CORS, Auth, Headers)
  • hawk config show recipe fetching replaces inline auth config (requires hawk v5.5.11+)

Fixed

  • bump-version.sh now handles JSON, YAML frontmatter, and raw file types atomically
  • Root .codex-plugin/plugin.json added to CI manifest validation loop (was missing)
  • Source validation and safe glob count in install.ps1