artifacts-builder
Fail
Audited by Gen Agent Trust Hub on Apr 13, 2026
Risk Level: HIGHCOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The
scripts/init-artifact.shscript is vulnerable to shell command injection. - Evidence: The
$PROJECT_NAMEvariable is directly concatenated into asedcommand string using unsafe quoting:$SED_INPLACE 's/<title>.*<\/title>/<title>'"$PROJECT_NAME"'<\/title>/' index.html. An attacker can manipulate the input to break out of the command and execute arbitrary shell instructions. - [COMMAND_EXECUTION]: The initialization script attempts to perform global software installations which modify the host environment.
- Evidence: The script executes
npm install -g pnpmif the command is missing, which typically requires elevated permissions and persists beyond the skill's execution context. - [EXTERNAL_DOWNLOADS]: The skill downloads and installs many third-party packages from public repositories.
- Evidence: Both
init-artifact.shandbundle-artifact.shinstall numerous npm packages (Vite, Tailwind CSS, Parcel, Radix UI, etc.) at runtime to support the project creation and bundling workflow.
Recommendations
- AI detected serious security threats
Audit Metadata