Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,3 +92,4 @@
- `0.5.16` Security fixes. Increase analysis request timeout. Add CLI reference docs and refresh JSON output docs.
- `0.5.17` Introduce support for async analysis. Security fixes related to dependencies.
- `0.6.0` Introduce risk-based MCP server and skill analysis with scored findings, updated scan output, and dedicated risk and operational-failure controls. Continue documenting and supporting the v0.5.x experience during the transition. Add `--push-key` and `--machine-id` flags (replacing the deprecated `--control-server-H x-client-id` and `--control-identifier`), `--config-file` to load CLI arguments from a YAML file (precedence: code defaults < config file < explicit CLI flags), and `--show-analysis-results` to force synchronous analysis so push-key scans display results. Retry transient async-analysis config and submission failures with exponential backoff.
- `0.6.1` Add Agent Guard MCP server discovery during hook installation and at Claude Code, Cursor, and Codex session starts, including project-scoped configurations. Introduce explicit machine identities for hook events, with temporary installation fallbacks for machine identity and the Agent Scan executable. Fix OpenCode MCP configuration discovery for explicit paths and project `.opencode` directories. Reduce skill secret-redaction CPU usage through cached detection and faster filtering. Clarify Agent Scan installation instructions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "snyk-agent-scan"
version = "0.6.0"
version = "0.6.1"
description = "Agent supply chain security scanner."
readme = "README.md"
license = {text = "Apache-2.0"}
Expand Down
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading