meguri

maintainer lmartinez-mirror · 0 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The npx calls run electron-vite and electron-builder, both standard Electron build tools installed via npm from the project's own package.json/node_modules (populated by the preceding 'npm install'), not fetching arbitrary remote packages at build time; the source tarball comes from the project's own GitHub repo with a pinned checksum, making this a normal AUR Electron package build.

Triggered rules

LOW Few votes, recently uploaded zero_votes_recent

Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.

LOW AI review downgraded a static finding llm_review

The static rules flagged this MEDIUM, but an AI model (anthropic/claude-sonnet-4.6) reviewed the full PKGBUILD and judged it LOW (confidence 80%): The npx calls run electron-vite and electron-builder, both standard Electron build tools installed via npm from the project's own package.json/node_modules (populated by the preceding 'npm install'), not fetching arbitrary remote packages at build time; the source tarball comes from the project's own GitHub repo with a pinned checksum, making this a normal AUR Electron package build.

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.2.6
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=('617da1a1dd3ce5ae900e04074c64587d40a814c5143f916fc777299666052bb6'
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

Scan history

Scanned at (UTC)SeverityRules
2026-08-03 00:08:14 LOW 3
2026-08-02 00:16:08 LOW 3
2026-08-01 00:11:18 LOW 3
2026-07-31 00:14:10 LOW 3
2026-07-30 00:17:23 LOW 3
2026-07-29 00:25:53 LOW 3
2026-07-28 00:07:28 LOW 3
2026-07-27 00:24:32 LOW 3
2026-07-26 00:07:32 LOW 3
2026-07-25 00:13:44 LOW 3
2026-07-24 00:02:28 LOW 3
2026-07-23 09:24:46 LOW 3
2026-07-23 09:22:54 MEDIUM 2

Report a package

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

0 / 4000
Your suggestion