visual-test
Pass
Audited by Gen Agent Trust Hub on Jul 31, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [Remote Resource Downloads]: The skill uses
npxto fetch and execute@playwright/cli@0.1.1. While this involves downloading an external package, it uses a specific version from a well-known registry (npm) to perform its core task of visual testing. - [Shell Command Execution]: The instructions utilize several shell commands (
nx,yarn,pgrep,lsof,curl,python3) to automate the startup and detection of a local Storybook server. These commands are localized to the user's project environment and are used to manage the development server and inspect its status. - [Local Network Operations]: The skill performs
curlrequests againstlocalhostto detect when the Storybook server is ready and to probe for its configuration. This is a common pattern for local development synchronization.
Audit Metadata