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 há 2 semanas
Analisado
31 de mar. de 2026, 15:56
+ 2 previous scans
Compatível com
Skill details
Updated há 2 semanas
Analisado 31 de mar. de 2026, 15:56
Descricao
'Master of defensive Bash scripting for production automation, CI/CD
Scans recentes
31 de mar. de 2026, 15:56
Latest analysis
31 de mar. de 2026, 15:11
Run 2
27 de mar. de 2026, 15:46
Run 1