generate-readme-screenshots
Pass
Audited by Gen Agent Trust Hub on May 7, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill provides instructions to execute local shell commands for building the project (
make storybook-build), starting a local static file server (python3 -m http.server), and running a local automation script (bun run scripts/capture-readme-screenshots.ts). These are standard development tasks.\n- [EXTERNAL_DOWNLOADS]: The skill suggests verifying and potentially installing well-known development dependencies (playwright,sharp) via standard package managers (Bun). These are recognized industry-standard tools for headless browser automation and image processing.\n- [DATA_EXFILTRATION]: The skill uses a local network operation (http://localhost:6006) to serve and capture Storybook stories. No external or non-whitelisted domains are contacted, and no sensitive file paths are accessed.
Audit Metadata