{ "permissions": { "allow": [ "Bash(ps -eo pid,pcpu,rss,comm -r)", "Bash(awk 'NR<=20{printf \"%-8s %-8s %-10s %s\\\\n\", $1, $2, $3/1024 \"MB\", $4}')", "Bash(top -l 1 -o cpu -n 15 -stats pid,command,cpu,mem,th)", "Bash(vm_stat)", "Bash(sysctl hw.memsize)", "Bash(awk '{print \"Total RAM: \" $2/1024/1024/1024 \" GB\"}')", "Bash(ps aux:*)", "Bash(pmset -g thermlog)", "Bash(sudo powermetrics:*)", "Bash(sysctl machdep.xcpm.cpu_thermal_level)" ] } }