I ran this command: stegg analyze img_00000.png --full
│ 466 │ │
│ 467 │ for ch_name, ch_data in analysis['channels'].items(): │
│ 468 │ │ lsb = ch_data['lsb_ratio'] │
│ ❱ 469 │ │ indicator = lsb['chi_square_indicator'] │
│ 470 │ │ │
│ 471 │ │ if indicator < 0.1: │
│ 472 │ │ │ anomaly = "[green]✓ Normal[/green]" │
╰─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯
KeyError: 'chi_square_indicator'
I ran this command: stegg analyze img_00000.png --full
│ 466 │ │
│ 467 │ for ch_name, ch_data in analysis['channels'].items(): │
│ 468 │ │ lsb = ch_data['lsb_ratio'] │
│ ❱ 469 │ │ indicator = lsb['chi_square_indicator'] │
│ 470 │ │ │
│ 471 │ │ if indicator < 0.1: │
│ 472 │ │ │ anomaly = "[green]✓ Normal[/green]" │
╰─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯
KeyError: 'chi_square_indicator'