caveman-kill
>-
Install this skill
or
95/100
Security score
The caveman-kill skill was audited on Aug 25, 2026 and we found 1 security issue across 1 threat category. Review the findings below before installing.
Categories Tested
Security Issues
medium line 71
Command substitution pattern
SourceSKILL.md
| 69 | 4. **SIGTERM СНАЧАЛА, НЕ -9**: пауза 1-2с → если жив, эскалация |
| 70 | `timeout 5 pkill -9 -f "[х]с" || true`. -9 первым = данные в мусор. |
| 71 | 5. **PID-ФАЙЛ — САМЫЙ БЕЗОПАСНЫЙ**: `kill "$(cat /tmp/x.pid)"` — точный |
| 72 | PID, никакой охоты. Сервис в systemd — `systemctl restart x`, не pkill. |
| 73 | 6. **СЕМЬЯ** (дети не умирают с отцом): `kill -TERM -PGID` / |
Scanned on Aug 25, 2026
View Security Dashboard