privilege_escalation
Privilege escalation attempt
Line 180Snippets
- **Privilege analysis**: Audit scripts for unnecessary root/sudo requirementsfs_write
Filesystem write access
Filesystem write access
Line 66Snippets
- End option parsing with `--` and use `rm -rf -- "$dir"` for safe operations- Use `--` to separate options from arguments: `rm -rf -- "$user_input"`- **Safe Temp Handling**: `trap 'rm -rf "$tmpdir"' EXIT; tmpdir=$(mktemp -d)`network_call
Outbound network call
Outbound network call
Line 105Snippets
- Implement `timeout` for external commands: `timeout 30s curl ...` prevents hangsTrust Score
Updated 2周前
分析时间
2026年3月31日 15:56
+ 2 previous scans
兼容
Skill details
Updated 2周前
分析时间 2026年3月31日 15:56
说明
'Master of defensive Bash scripting for production automation, CI/CD
最近扫描
2026年3月31日 15:56
Latest analysis
2026年3月31日 15:11
Run 2
2026年3月27日 15:46
Run 1