1.1307.4 (2026-09-23)
The Snyk CLI is being deployed to different deployment channels, users can select the stability level according to their needs. For details please see this documentation
Features
- studio: New experimental
snyk studiocommand that sets up Snyk Studio in your AI coding tools (Cursor, Claude Code, Codex, Copilot, Gemini, Kiro, Windsurf), so the code they generate gets scanned in the background as it's written. Runsnyk studio install --experimentalto get started. (49653c8) - fix: New
snyk fix --agenticflags to narrow down what gets fixed:--severity-filterfixes only the listed severities,--breakability-filterfixes only Open Source upgrades with the listed breakability, and--exclude-idsfixes everything except the listed issue IDs. (35298ae) - fix:
snyk fix --agenticnow keeps a failed fix's changes by default so you can review them, and reports the fix as failed. Pass--enable-revertto roll the changes back automatically instead. (35298ae)
Bug Fixes
- test:
--iac,--docker,--containerand--codeno longer get silently dropped for orgs on the unified test API — each now runs the correct scan again instead of an open-source test (which could fail with "No supported files found" or scan the wrong target). (87568ab)