web-artifacts-builder
Fail
Audited by Gen Agent Trust Hub on Apr 21, 2026
Risk Level: HIGHCOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The script
scripts/init-artifact.shis vulnerable to shell command injection. The$PROJECT_NAMEvariable is interpolated into asedcommand string using double quotes (e.g.,'$PROJECT_NAME'). In shell scripts, double-quoted variables are still subject to command substitution, meaning an attacker can execute arbitrary code by providing a project name containing backticks or$(...)syntax. - [EXTERNAL_DOWNLOADS]: The
scripts/init-artifact.shandscripts/bundle-artifact.shscripts download and install a large number of Node.js packages from the public npm registry to bootstrap the React environment and bundle artifacts. - [COMMAND_EXECUTION]: The skill performs several high-impact system operations, including the global installation of the
pnpmpackage manager (npm install -g pnpm) if it is not detected, and uses thesedutility to modify files in place. - [DYNAMIC_EXECUTION]: The initialization process executes inline JavaScript via
node -eto programmatically modify project configuration files liketsconfig.json. - [METADATA_POISONING]: The
LICENSE.txtfile explicitly attributes copyright to 'Anthropic, PBC', while the skill's metadata lists the author as 'siraxuth'. This discrepancy is misleading regarding the skill's true origin and safety.
Recommendations
- AI detected serious security threats
Audit Metadata