create-workflow-diagram
Pass
Audited by Gen Agent Trust Hub on Mar 14, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill executes a Node.js script locally to handle diagram screenshotting.\n
- Evidence:
node screenshot-diagram.jsis invoked to process the generated HTML file into an image.\n- [EXTERNAL_DOWNLOADS]: The skill downloads the Playwright library and Chromium browser engine from official registries.\n - Evidence: Installation instructions require
npm installandnpx playwright install chromium.\n- [REMOTE_CODE_EXECUTION]: The setup process involves downloading browser binaries for headless rendering.\n - Evidence: Playwright's setup command installs Chromium, which is a trusted dependency from a well-known service.
Audit Metadata