Skip to content

Releases: tiagosilva07/zyrax-guard

v0.9.1

Choose a tag to compare

@github-actions github-actions released this 28 Jun 00:35
v0.9.1
9e6d362

What's Changed

  • docs: simpler install + honest README (drop inactive maintainer-change claim) by @tiagosilva07 in #71
  • feat: MCP tool-description normalization + --require-signature upgrade flag by @tiagosilva07 in #72
  • release: v0.9.1 by @tiagosilva07 in #74

Full Changelog: v0.9.0...v0.9.1

v0.9.0

Choose a tag to compare

@github-actions github-actions released this 27 Jun 19:52
v0.9.0
08c86a9

What's Changed

Full Changelog: v0.8.2...v0.9.0

v0.8.2

Choose a tag to compare

@github-actions github-actions released this 24 Jun 16:53
v0.8.2
44ebdbc

What's Changed

Full Changelog: v0.8.1...v0.8.2

v0.8.1

Choose a tag to compare

@github-actions github-actions released this 24 Jun 16:29
v0.8.1
b9d4e1d

What's Changed

Full Changelog: v0.8.0...v0.8.1

v0.8.0

Choose a tag to compare

@github-actions github-actions released this 24 Jun 16:04
v0.8.0
bbce796

What's Changed

  • docs: re-point headline to agent-config auditing by @tiagosilva07 in #47
  • feat: audit agent configs in CI (scan-agents SARIF + Action) by @tiagosilva07 in #48
  • feat: npm wrapper + official MCP registry listing by @tiagosilva07 in #49
  • feat: Homebrew tap (formula generator + gated auto-bump) by @tiagosilva07 in #50
  • fix(npm): unscoped platform packages (no npm org required) by @tiagosilva07 in #51
  • release: v0.8.0 — agent-config pivot + scan-agents CI + npm/MCP/Homebrew by @tiagosilva07 in #52

Full Changelog: v0...v0.8.0

v0.7.2

Choose a tag to compare

@github-actions github-actions released this 20 Jun 10:05
v0.7.2
6f1c24b

What's Changed

  • docs: bump example action versions off Node-20 majors by @tiagosilva07 in #45
  • release: v0.7.2 — refresh example action versions in docs by @tiagosilva07 in #46

Full Changelog: v0.7.1...v0.7.2

v0.7.1

Choose a tag to compare

@github-actions github-actions released this 20 Jun 09:54
v0.7.1
6f76bc5

What's Changed

  • chore(ci): bump actions to Node-24 majors + disable no-op Go cache by @tiagosilva07 in #42
  • docs(readme): split MCP-setup & CI recipes into docs/, slim README 659→482 by @tiagosilva07 in #43
  • release: v0.7.1 — CI action bumps + README restructure by @tiagosilva07 in #44

Full Changelog: v0.7.0...v0.7.1

v0.7.0

Choose a tag to compare

@github-actions github-actions released this 20 Jun 09:38
v0.7.0
ddbd848

What's Changed

Full Changelog: v0.6.1...v0.7.0

v0.6.1: GitHub Action and one-line install

Choose a tag to compare

@github-actions github-actions released this 10 Jun 14:26
c7e57fa

What's new

Zyrax Guard now plugs straight into CI and installs in one line.

GitHub Action

Gate every pull request. Drop Guard into a workflow and it checks the dependencies a PR adds. If one is a typosquat, known malware, a hallucinated name, or ships a risky install script, the check fails before it merges. Works with npm, PyPI, and crates.io.

- uses: actions/checkout@v4
  with: { fetch-depth: 0 }
- uses: tiagosilva07/zyrax-guard@v0
  with:
    ecosystem: npm        # npm | pypi | crates

One-line install (Linux / macOS)

curl -fsSL https://raw.githubusercontent.com/tiagosilva07/zyrax-guard/main/scripts/install.sh | sh

Downloads the signed binary for your OS/arch and verifies its SHA-256 (and the cosign signature when cosign is on your PATH).

Verify

Every binary is signed with keyless cosign and SLSA build provenance, and an SPDX SBOM is attached:

cosign verify-blob --bundle zyrax-guard-linux-amd64.cosign.bundle zyrax-guard-linux-amd64

Supersedes v0.6.0 (action description shortened to meet the Marketplace 125-character limit; no CLI behavior change).

v0.6.0

Choose a tag to compare

@github-actions github-actions released this 10 Jun 14:08
ac1ec0a

What's Changed

Full Changelog: https://github.com/tiagosilva07/zyrax-guard/commits/v0.6.0