product-design-image-to-code

Pass

Audited by Gen Agent Trust Hub on Jul 10, 2026

Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
  • [COMMAND_EXECUTION]: The skill utilizes a local utility script to automate the creation of new project directories and the deployment of template files.
  • Evidence: The file scripts/bootstrap-prototype.mjs uses node:fs methods such as cpSync and mkdirSync to scaffold the prototype project based on the --dest argument provided at runtime.
  • [EXTERNAL_DOWNLOADS]: The workflow involves fetching standard web development dependencies from the official npm registry.
  • Evidence: The references/local-prototype-preflight.md file instructs the agent to run npm install within the generated project root to install the dependencies defined in the boilerplate package.json.
  • [SAFE]: The skill follows secure development practices by isolating the prototype environment and providing clear verification steps.
  • Evidence: The boilerplate includes a .npmrc file that scopes the package cache to the local project directory. Additionally, the skill implements a structured 'Design QA' process using browser-based tools to verify the accuracy of the generated code against the source mockup.
Audit Metadata
Risk Level
SAFE
Analyzed
Jul 10, 2026, 06:05 PM
Security Audit — agent-trust-hub — product-design-image-to-code