meguri
Triggered rules
zero_votes_recent
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
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)
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.2.6
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=('617da1a1dd3ce5ae900e04074c64587d40a814c5143f916fc777299666052bb6'
'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/"
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 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 |