web-artifacts-builder
Pass
Audited by Gen Agent Trust Hub on Feb 21, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- External Downloads (SAFE): The skill initializes projects and installs a large number of dependencies (React, Tailwind CSS, Radix UI) from the official NPM registry. These are reputable sources and essential for the skill's function.
- Privilege Escalation (LOW): The
init-artifact.shscript attempts to installpnpmglobally usingnpm install -g. This constitutes a global environment modification beyond the local project scope. - Command Execution (SAFE): Shell scripts automate the build pipeline using
vite,parcel, andsed. These operations are transparently defined and restricted to the initialized project directory. - Indirect Prompt Injection (LOW): The tool produces HTML artifacts which are susceptible to indirect prompt injection or XSS if the generated code includes unvetted instructions or scripts.
- Ingestion points: Source files in the project directory are ingested by
scripts/bundle-artifact.shduring the bundling process. - Boundary markers: Absent; the tool bundles the project's source code without isolation or sanitization.
- Capability inventory: Uses
parcelandhtml-inlineto transform source code into a single executable HTML artifact. - Sanitization: Absent; the skill does not sanitize the code it bundles, relying on the user or the generating AI to ensure safety.
Audit Metadata