Skill with dangerous system commands
Install to Claude Code
npx -y skills add ryo-ebata/cc-audit --skill privilege-escalation --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Privilege Escalation?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/ryo-ebata-privilege-escalation)More formats (shields.io, HTML) on the badges page.
---
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
```
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Scanned 2/12/2026