web-stop
Pass
Audited by Gen Agent Trust Hub on Jun 24, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill executes PowerShell scripts and Python code to manage system processes.
- The PowerShell script (
web-stop.ps1) usesStop-Process -Forceto terminatehttpd.exeinstances identified by their file path. - The Python script (
web-stop.py) utilizes thepsutillibrary to iterate through system processes and terminate those matching the configured Apache path. - These operations are limited to process management for the specific purpose of stopping the web server and do not involve unauthorized privilege escalation or arbitrary command injection from untrusted sources.
Audit Metadata