process-cleanup

Pass

Audited by Gen Agent Trust Hub on Apr 10, 2026

Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
  • [COMMAND_EXECUTION]: The skill utilizes /bin/ps to query process information including PID, state, and parent PID. This is standard system administration behavior consistent with the skill's purpose.
  • [COMMAND_EXECUTION]: The script scripts/kill-zombies.sh executes a Python script via python3 -c to process data and optionally send SIGCHLD signals to parent processes using os.kill. The logic is localized and does not incorporate untrusted input into the command string.
  • [SAFE]: The implementation includes safety considerations such as avoiding signaling PID 1 (init/launchd) and providing a default 'detect-only' mode to prevent accidental process signaling.
  • [SAFE]: No remote dependencies, obfuscated code, or data exfiltration patterns were identified. The skill relies on standard local system utilities and provides clear documentation of its actions.
Audit Metadata
Risk Level
SAFE
Analyzed
Apr 10, 2026, 09:34 AM