system_audit.sh
1 #!/bin/bash 2 # System audit: multiple command executions, report generation 3 # Tests: command execution (date, disk, python, processes), file creation, file reading 4 5 praisonai "Investigate my system - get the current date, check disk usage, find out what Python version is installed, list running processes sorted by memory, then write all findings to /tmp/system_audit.md as a neat report and read it back to verify" --trust