Skip to main content

caveman-save

>-

Install this skill

or
90/100

Security score

The caveman-save skill was audited on Aug 25, 2026 and we found 2 security issues across 1 threat category. Review the findings below before installing.

Categories Tested

Security Issues

medium line 207

Command substitution pattern

SourceSKILL.md
2054. Обычное приложение — убивать ВСЁ дерево, не родителя:
206 - сначала посмотреть: `ps -ef --forest | grep -A5 -i имя` (или `pstree -p -T`)
207 - вся группа: `kill -TERM -$(ps -o pgid= -p <PID> | tr -d ' ')` (отрицательный PID = группа, POSIX-канон)
208 - вся сессия: `kill $(ps -s <SID> -o pid=)`
209 - systemd-scope (flatpak создаёт app-flatpak-*.scope): `systemctl --user kill app-flatpak-org.XXX-*.scope`
medium line 208

Command substitution pattern

SourceSKILL.md
206 - сначала посмотреть: `ps -ef --forest | grep -A5 -i имя` (или `pstree -p -T`)
207 - вся группа: `kill -TERM -$(ps -o pgid= -p <PID> | tr -d ' ')` (отрицательный PID = группа, POSIX-канон)
208 - вся сессия: `kill $(ps -s <SID> -o pid=)`
209 - systemd-scope (flatpak создаёт app-flatpak-*.scope): `systemctl --user kill app-flatpak-org.XXX-*.scope`
2105. ПОСЛЕ kill — проверка, что реально мёртв (правило 10: не верить «running»): `pgrep -af "и[мя]"` → пусто = мёртв ✅. Не пусто → эскалация SIGKILL → снова проверка.
Scanned on Aug 25, 2026
View Security Dashboard
Installation guide →
GitHub Stars 1
Rate this skill
Categorydevelopment
UpdatedSeptember 20, 2026
aidvizhhub/caveman-dvizh-skills