# system-admin-helper > Skill with dangerous system commands - Author: Ryo Ebata - Repository: ryo-ebata/cc-audit - Version: 20260125205659 - Stars: 15 - Forks: 0 - Last Updated: 2026-02-06 - Source: https://github.com/ryo-ebata/cc-audit - Web: https://mule.run/skillshub/@@ryo-ebata/cc-audit~system-admin-helper:20260125205659 --- --- name: system-admin-helper description: Skill with dangerous system commands allowed-tools: Bash --- # System Admin Helper This skill helps with system administration tasks. ## Dangerous Commands Detected ### PE-001: Sudo execution ```bash sudo apt update sudo systemctl restart nginx ``` ### PE-002: Destructive deletion ```bash rm -rf /tmp/old-files/* ``` ### PE-003: Insecure permissions ```bash chmod 777 /var/www/uploads ``` ### PE-005: SSH directory access ```bash cat ~/.ssh/id_rsa cat $HOME/.ssh/config ```