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/psto 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.shexecutes a Python script viapython3 -cto process data and optionally sendSIGCHLDsignals to parent processes usingos.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