meguri

LOW
maintainer lmartinez-mirror 0 votes scanned 2026-09-17 00:27:14.276658
View on AUR
Why flagged

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

Low AI review downgraded a static finding 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)
Medium npx/bunx/deno executes a remote package 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
1# Maintainer: Luis Martinez <luis dot martinez at disroot dot org>
2# Contributor: amgsk <y.amgsk@gmail.com>
3
4pkgname=meguri
5pkgver=0.7.0
6pkgrel=1
7pkgdesc="Local video and image browser with thumbnails, search, and playback"
8arch=(x86_64)
9url="https://github.com/zabuton-app/meguri"
10license=(MIT)
11_electron=electron42
12depends=("$_electron" nodejs)
13makedepends=(npm asar)
14source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz"
15 meguri.sh)
16sha256sums=('2b852a82685b1785ac451ea6d22c1a67891f22243ba3b803e166744d64fed369'
17 '0c2e669b166935140ae542a53aa2b56c71a902e145555848bda5a88605e843c7')
18
19prepare() {
20 cd "$pkgname-$pkgver"
21 npm install --cache "$srcdir/npm-cache"
22}
23
24build() {
25 cd "$pkgname-$pkgver"
26 local x86_64=x64
27 npx electron-vite build
28 npx electron-builder --linux --"${!CARCH}" --dir \
29 -c.electronDist="/usr/lib/$_electron" \
30 -c.electronVersion="$(</usr/lib/$_electron/version)"
31}
32
33package() {
34 cd "$pkgname-$pkgver"
35 local x86_64=linux-unpacked
36 install -Dm755 "$srcdir/$pkgname.sh" "$pkgdir/usr/bin/$pkgname"
37 install -d "$pkgdir/usr/lib/$pkgname/"
38 asar e "release/${!CARCH}/resources/app.asar" "$pkgdir/usr/lib/$pkgname/"
39 rm -rf "$pkgdir/usr/lib/$pkgname/node_modules/ffprobe-static/bin/"{darwin,linux/ia32}
40 install -Dm644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname/"
41 install -Dm644 README.md -t "$pkgdir/usr/share/doc/$pkgname/"
42}
43
44

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)SeverityRules
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

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion