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) uses Stop-Process -Force to terminate httpd.exe instances identified by their file path.
  • The Python script (web-stop.py) utilizes the psutil library 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
Risk Level
SAFE
Analyzed
Jun 24, 2026, 06:13 PM
Security Audit — agent-trust-hub — web-stop