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.pyutility usessubprocess.Popenwithshell=Trueto 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.pyscript 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