Open Source Simulator

Try SichGate's adversarial testing framework directly in your browser.

sichgate@demo

╔═══════════════════════════════════════════════════════════════╗
║                                                               ║
║   ███████╗██╗ ██████╗██╗  ██╗ ██████╗  █████╗ ████████╗███████╗
║   ██╔════╝██║██╔════╝██║  ██║██╔════╝ ██╔══██╗╚══██╔══╝██╔════╝
║   ███████╗██║██║sich/███████║██║  ███╗███████║   ██║   █████╗  
║   ╚════██║██║██║gate ██╔══██║██║   ██║██╔══██║   ██║   ██╔══╝  
║   ███████║██║╚██████╗██║  ██║╚██████╔╝██║  ██║   ██║   ███████╗
║   ╚══════╝╚═╝ ╚═════╝╚═╝  ╚═╝ ╚═════╝ ╚═╝  ╚═╝   ╚═╝   ╚══════╝
║                                                               ║
║            AI/ML Security Testing Framework - SG.1.0          ║
║                  Open Source Edition                          ║
╚═══════════════════════════════════════════════════════════════╝

Testing AI/ML systems for behavioral subversion, capability failures,
and information disclosure vulnerabilities.

This is the free open-source version. SichGate Pro includes:
  • Automated attack optimization using gradient-based techniques
  • Comprehensive vulnerability reports with remediation guidance  
  • Continuous monitoring and regression testing
  • Support for custom models and multi-modal inputs
  
Learn more: https://sichgate.com
Contact: support [at] sichgate [dot] com

Available Commands:
  run                          # Run all tests with default model
  run --scenarios all          # Explicit: run everything
  run --scenarios behavioral   # Run behavioral tests
  run --scenarios capability   # Run capability tests
  run --scenarios information  # Run information disclosure tests
  run --model <name>           # Test specific model
  run --quiet                  # Minimal output
  help                         # Show this message
  clear                        # Clear terminal

Type a command to get started...
$