verify-worldmonitor
Pass
Audited by Gen Agent Trust Hub on Sep 8, 2026
Risk Level: SAFECOMMAND_EXECUTIONDYNAMIC_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill executes shell commands to manage the development environment and verify server status. Evidence: The shell script wm-verify.sh uses npm run dev to launch the application and relies on standard Unix tools like lsof, ps, and pkill for process management.
- [DYNAMIC_EXECUTION]: The driver script performs dynamic loading of test modules based on path arguments. Evidence: The drive.mjs script uses the dynamic import() function to load and execute the default test functions from .mjs files in the steps directory.
- [EXTERNAL_DOWNLOADS]: The skill facilitates the installation of necessary browser binaries from a well-known source. Evidence: The documentation directs users to install Chromium via npx playwright install chromium, which is the official method provided by the well-known Playwright framework and falls within trusted service usage.
Audit Metadata