developing-preact
Pass
Audited by Gen Agent Trust Hub on Mar 12, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The
scripts/vendor.shscript downloads Preact ecosystem modules directly from the official npm registry (registry.npmjs.org). This approach aligns with the skill's objective of using verified, vendored dependencies. - [COMMAND_EXECUTION]: The skill includes instructions for running a local development server with
python3 -m http.serverand executing automated tests via the Playwright framework. These operations are intended for local validation of the generated code.
Audit Metadata