webapp-testing
Pass
Audited by Gen Agent Trust Hub on Mar 1, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [SAFE]: The skill provides educational content and a functional Python script for web testing. The logic is transparent and focused on browser-based health and accessibility checks.
- [EXTERNAL_DOWNLOADS]: The skill recommends installing the
playwrightpackage from the official Python Package Index (PyPI) and downloading browser binaries via the standardplaywright installcommand, both of which are trusted sources. - [COMMAND_EXECUTION]: The
playwright_runner.pyscript executes a headless browser to perform navigation and element analysis. It saves screenshots to a system temporary directory, which is a secure and standard practice for temporary files.
Audit Metadata