skills/atxinsky/skills/webapp-testing/Gen Agent Trust Hub

webapp-testing

Pass

Audited by Gen Agent Trust Hub on Aug 14, 2026

Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
  • [COMMAND_EXECUTION]: The helper script scripts/with_server.py uses subprocess.Popen with shell=True to start local web servers based on user-provided arguments.
  • Evidence: In scripts/with_server.py, the subprocess.Popen(server['cmd'], shell=True, ...) call executes the string provided to the --server flag directly in a shell.
  • [COMMAND_EXECUTION]: The script scripts/with_server.py also executes an arbitrary command provided by the user after the servers are ready.
  • Evidence: In scripts/with_server.py, the subprocess.run(args.command) call executes the trailing command-line arguments.
Audit Metadata
Risk Level
SAFE
Analyzed
Aug 14, 2026, 03:59 PM
Security Audit — agent-trust-hub — webapp-testing