skills/hrdtbs/agent-skills/web-design/Gen Agent Trust Hub

web-design

Warn

Audited by Gen Agent Trust Hub on Jun 14, 2026

Risk Level: MEDIUMREMOTE_CODE_EXECUTIONCOMMAND_EXECUTION
Full Analysis
  • [REMOTE_CODE_EXECUTION]: The script scripts/verify_grid.js implements dynamic module loading using require(process.env.PUP || 'puppeteer-core'). This allows the script to load and execute code from any directory specified in the PUP environment variable, which is a significant security risk if the execution environment is not strictly controlled.
  • [COMMAND_EXECUTION]: The script scripts/verify_grid.js spawns a browser process using an executable path retrieved from the CHROME environment variable. This pattern enables the execution of arbitrary binaries if the environment variable is manipulated or misconfigured.
  • [REMOTE_CODE_EXECUTION]: The Node.js verification script uses page.evaluate() to execute JavaScript code within the context of a headless browser. While the evaluated code appears to be static strings within the script, the use of Puppeteer with user-controlled or environment-controlled inputs increases the attack surface.
Audit Metadata
Risk Level
MEDIUM
Analyzed
Jun 14, 2026, 08:01 AM
Security Audit — agent-trust-hub — web-design