webapp-testing

Pass

Audited by Gen Agent Trust Hub on Jun 19, 2026

Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
  • [COMMAND_EXECUTION]: The scripts/with_server.py utility uses subprocess.Popen with shell=True to start local web servers. While this pattern allows for shell features like command chaining (&&), it is used here specifically to manage the lifecycle of local development servers as defined by the user's input arguments.
  • [COMMAND_EXECUTION]: The scripts/with_server.py script executes a user-provided command after confirming the server is ready. This is standard behavior for a test runner utility designed to execute automation scripts against a live local environment.
Audit Metadata
Risk Level
SAFE
Analyzed
Jun 19, 2026, 06:58 AM
Security Audit — agent-trust-hub — webapp-testing