meguri
The npx commands are used to run build tools (electron-vite, electron-builder) on the project's own source code, which is downloaded from the official GitHub repository; this is standard practice for Electron applications and does not involve executing untrusted remote code.
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 commands are used to run build tools (electron-vite, electron-builder) on the project's own source code, which is downloaded from the official GitHub repository; this is standard practice for Electron applications and does not involve executing untrusted remote code.
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:27
npx electron-vite build -
PKGBUILD:28
npx electron-builder --linux --"${!CARCH}" --dir \
PKGBUILD
2 offending line(s) highlighted# Maintainer: Luis Martinez <luis dot martinez at disroot dot org>
# Contributor: amgsk <y.amgsk@gmail.com>
pkgname=meguri
pkgver=0.7.0
pkgrel=1
pkgdesc="Local video and image browser with thumbnails, search, and playback"
arch=(x86_64)
url="https://github.com/zabuton-app/meguri"
license=(MIT)
_electron=electron42
depends=("$_electron" nodejs)
makedepends=(npm asar)
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz"
meguri.sh)
sha256sums=('2b852a82685b1785ac451ea6d22c1a67891f22243ba3b803e166744d64fed369'
'0c2e669b166935140ae542a53aa2b56c71a902e145555848bda5a88605e843c7')
prepare() {
cd "$pkgname-$pkgver"
npm install --cache "$srcdir/npm-cache"
}
build() {
cd "$pkgname-$pkgver"
local x86_64=x64
npx electron-vite build
npx electron-builder --linux --"${!CARCH}" --dir \
-c.electronDist="/usr/lib/$_electron" \
-c.electronVersion="$(</usr/lib/$_electron/version)"
}
package() {
cd "$pkgname-$pkgver"
local x86_64=linux-unpacked
install -Dm755 "$srcdir/$pkgname.sh" "$pkgdir/usr/bin/$pkgname"
install -d "$pkgdir/usr/lib/$pkgname/"
asar e "release/${!CARCH}/resources/app.asar" "$pkgdir/usr/lib/$pkgname/"
rm -rf "$pkgdir/usr/lib/$pkgname/node_modules/ffprobe-static/bin/"{darwin,linux/ia32}
install -Dm644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname/"
install -Dm644 README.md -t "$pkgdir/usr/share/doc/$pkgname/"
}
Changes since previous scan
--- PKGBUILD @ 2026-09-13 00:19+++ PKGBUILD @ 2026-09-17 00:27@@ -2,7 +2,7 @@ # Contributor: amgsk <y.amgsk@gmail.com> pkgname=meguri-pkgver=0.6.3+pkgver=0.7.0 pkgrel=1 pkgdesc="Local video and image browser with thumbnails, search, and playback" arch=(x86_64)@@ -13,7 +13,7 @@ makedepends=(npm asar) source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz" meguri.sh)-sha256sums=('7e776cda1f2bb5b2f518b8f12e661365b049e48c42028e15d3ee9815276c4b98'+sha256sums=('2b852a82685b1785ac451ea6d22c1a67891f22243ba3b803e166744d64fed369' '0c2e669b166935140ae542a53aa2b56c71a902e145555848bda5a88605e843c7') prepare() {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 23:15:25 | Medium | 1 |
| 2026-09-13 00:19:54 | Low | 2 |
| 2026-09-12 03:10:21 | Medium | 1 |
| 2026-09-12 00:25:17 | Low | 2 |
| 2026-09-11 00:19:22 | Low | 2 |
| 2026-09-10 00:22:44 | Low | 2 |
| 2026-09-09 00:04:09 | Low | 2 |
| 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 |
| 2026-08-31 00:19:57 | Low | 2 |