Releases: stackhawk/agent-skills
Releases · stackhawk/agent-skills
v1.7.3
v1.6.3
Release v1.6.3
v1.6.2
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.shnow reads from itRELEASING.md— full release runbook: bump → CHANGELOG → tag → GH Release → marketplace PRversion: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.jsonplugin-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 showrecipe fetching replaces inline auth config (requires hawk v5.5.11+)
Fixed
bump-version.shnow handles JSON, YAML frontmatter, and raw file types atomically- Root
.codex-plugin/plugin.jsonadded to CI manifest validation loop (was missing) - Source validation and safe glob count in
install.ps1