open-design
The npx usage fetches a specific version of pnpm (10.33.2) to ensure consistent builds, which is a common and safe practice; it does not execute arbitrary remote code or install untrusted packages.
Triggered rules
llm_review
The static rules flagged this MEDIUM, but an AI model (qwen/qwen3-235b-a22b-2507) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The npx usage fetches a specific version of pnpm (10.33.2) to ensure consistent builds, which is a common and safe practice; it does not execute arbitrary remote code or install untrusted packages.
1 higher static finding superseded - not the current verdict (shown for transparency)
remote_code_tool
`npx`/`bunx`/`pnpm dlx`/`deno run <url>` downloads AND runs a remote package at build time — the moral equivalent of piping a download into a shell. Severity downgraded: Node.js consumer context.
-
PKGBUILD:24
_pnpm() { npx --yes pnpm@10.33.2 "$@"; }
PKGBUILD
1 offending line(s) highlightedpkgname=open-design
pkgver=0.22.1
pkgrel=8
_tag="open-design-v${pkgver}"
# Upstream CLI name is `od`; this package installs `open-design` because /usr/bin/od is coreutils (octal dump).
pkgdesc='Local-first design product: design skills and design systems with your code-agent CLI; daemon and static web UI (CLI: open-design).'
arch=('x86_64' 'aarch64')
url='https://github.com/nexu-io/open-design'
license=('Apache-2.0')
# Any provider of the nodejs package (mainline or e.g. nodejs-lts-jod); upstream prefers ~24.
depends=('nodejs')
makedepends=('python' 'make' 'gcc')
options=('!strip')
source=("${url}/archive/refs/tags/${_tag}.tar.gz" 'open-design')
sha256sums=('4b02c12458c9367fd043e06c4a91a520df76f66a8eea64f7da40509957fcc7b2'
'f8fde1bc96045529c0d45a2fd6bcd47fc4f63fe7c07624292113b9e8ff55717c')
_sourcedir="open-design-${_tag}"
build() {
cd "${_sourcedir}"
export ELECTRON_SKIP_BINARY_DOWNLOAD=1
# Corepack is absent on some Node installs (e.g. nodejs-lts-jod); pin pnpm via npx instead.
_pnpm() { npx --yes pnpm@10.33.2 "$@"; }
_pnpm install --frozen-lockfile --ignore-scripts
_pnpm bootstrap
_pnpm --filter @open-design/web build
}
package() {
cd "${_sourcedir}"
local _dest="${pkgdir}/usr/lib/${pkgname}"
install -dm755 "${_dest}"
cp -a . "${_dest}/"
rm -rf "${_dest}/.git" "${_dest}/e2e" "${_dest}/apps/web/.next"
install -Dm755 "${srcdir}/open-design" "${pkgdir}/usr/bin/open-design"
chmod 755 "${_dest}/apps/daemon/dist/cli.js"
install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
}
Changes since previous scan
--- PKGBUILD @ 2026-09-10 00:22+++ PKGBUILD @ 2026-09-17 00:27@@ -1,5 +1,5 @@ pkgname=open-design-pkgver=0.22.0+pkgver=0.22.1 pkgrel=8 _tag="open-design-v${pkgver}" # Upstream CLI name is `od`; this package installs `open-design` because /usr/bin/od is coreutils (octal dump).@@ -12,7 +12,7 @@ makedepends=('python' 'make' 'gcc') options=('!strip') source=("${url}/archive/refs/tags/${_tag}.tar.gz" 'open-design')-sha256sums=('b551586bb0eaf68a5a806d14ba4d1c5f5591eb7820be25e4f4396bf1d86abf7a'+sha256sums=('4b02c12458c9367fd043e06c4a91a520df76f66a8eea64f7da40509957fcc7b2' 'f8fde1bc96045529c0d45a2fd6bcd47fc4f63fe7c07624292113b9e8ff55717c') _sourcedir="open-design-${_tag}"Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-17 00:27:14 | Low | 2 |
| 2026-09-16 00:03:17 | Low | 2 |
| 2026-09-15 00:25:31 | Low | 2 |
| 2026-09-14 00:27:57 | Low | 2 |
| 2026-09-13 00:19:54 | Low | 2 |
| 2026-09-12 00:25:17 | Low | 2 |
| 2026-09-11 00:19:22 | Low | 2 |
| 2026-09-10 15:20:39 | Medium | 1 |
| 2026-09-10 00:22:44 | Low | 2 |
| 2026-09-09 15:19:51 | Medium | 1 |
| 2026-09-09 00:04:09 | Low | 2 |
| 2026-09-08 15:17:32 | Medium | 1 |
| 2026-09-08 00:18:08 | Low | 2 |
| 2026-09-07 00:30:15 | Low | 2 |
| 2026-09-06 00:17:06 | Low | 2 |
| 2026-09-05 00:16:27 | Low | 2 |
| 2026-09-04 00:03:13 | Low | 2 |
| 2026-09-03 00:15:47 | Low | 2 |
| 2026-09-02 00:02:31 | Low | 2 |
| 2026-09-01 00:11:19 | Low | 2 |