Skip to main content

Cyberstrike is now open source! AI-powered penetration testing for security professionals. Star on GitHub

Changelog

All notable changes to Cyberstrike CLI are documented here. For the full release history with downloadable assets, see GitHub Releases.


v1.0.7

  • Added Interactive Playwright installation prompt for browser tool
  • Added CodeQL security scanning workflow for automated vulnerability detection
  • Added Dependabot for automatic dependency updates
  • Fixed @clack/prompts API compatibility for spinner.error() method
  • Improved CI/CD documentation with security scanning sections
  • Security Updated astro to 5.17.1 (fixes XSS and auth bypass vulnerabilities)
  • Security Updated multiple transitive dependencies via overrides

v1.0.6

  • Fixed Bun installation error message with correct --trust flag instructions
  • Fixed Documentation for Bun users

v1.0.5

  • Added TUI customization demo with improved theme support
  • Improved Terminal rendering performance

v1.0.4

  • Fixed Authentication flow for OAuth providers
  • Improved Error messages for API key validation

v1.0.3

  • Added Support for custom AI providers
  • Fixed MCP server connection timeout issues

v1.0.2

  • Release Initial public release
  • Added Web application security agent
  • Added Cloud security agent
  • Added Internal network agent
  • Added Bug hunter agent
  • Added Browser automation tool
  • Added MCP integration support

Version Format

Cyberstrike follows Semantic Versioning:

Change TypeVersion BumpExample
Breaking changesMajor1.0.0 → 2.0.0
New featuresMinor1.0.0 → 1.1.0
Bug fixesPatch1.0.0 → 1.0.1

Badge Legend

  • Added New feature or capability
  • Fixed Bug fix
  • Improved Enhancement to existing feature
  • Security Security-related update
  • Breaking Breaking change
  • Deprecated Feature marked for removal

Pre-release Versions

TagPurposeInstall Command
latestStable releasenpm install -g @cyberstrike-io/cli
betaBeta testingnpm install -g @cyberstrike-io/cli@beta
alphaEarly accessnpm install -g @cyberstrike-io/cli@alpha