pave-git

LOW
maintainer eaholum 1 votes scanned 2026-09-17 00:27:14.276658
View on AUR
Why flagged

The npx command runs 'tauri build' which is part of the project's build process using locally installed tools; it does not execute arbitrary remote code, and the source is from the project's own repository.

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-07-25) reviewed the full PKGBUILD and judged it LOW (confidence 90%): The npx command runs 'tauri build' which is part of the project's build process using locally installed tools; it does not execute arbitrary remote code, and the source is from the project's own repository.

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:41 npx tauri build -b deb

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: eaholum
2pkgname=pave-git
3pkgver=0.1.0.r0.g0000000
4pkgrel=1
5pkgdesc="Smart window tiling manager for KDE/KWin"
6arch=('x86_64')
7url="https://github.com/TheVisher/Pave"
8license=('MIT')
9depends=(
10 'webkit2gtk-4.1'
11 'gtk3'
12 'libayatana-appindicator'
13 'dbus'
14 'procps-ng'
15)
16makedepends=(
17 'git'
18 'rust'
19 'cargo'
20 'nodejs'
21 'npm'
22)
23provides=('pave')
24conflicts=('pave')
25source=("${pkgname}::git+https://github.com/TheVisher/Pave.git")
26sha256sums=('SKIP')
27
28pkgver() {
29 cd "$pkgname"
30 if git describe --long --tags --abbrev=7 2>/dev/null; then
31 git describe --long --tags --abbrev=7 | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
32 else
33 printf "0.1.0.r%s.g%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short=7 HEAD)"
34 fi
35}
36
37build() {
38 cd "$pkgname"
39 export RUSTUP_TOOLCHAIN=stable
40 npm ci
41 npx tauri build -b deb
42}
43
44package() {
45 cd "$pkgname"
46
47 # Binary
48 install -Dm755 "src-tauri/target/release/pave" "$pkgdir/usr/bin/pave"
49
50 # Desktop file
51 install -Dm644 "pave.desktop" "$pkgdir/usr/share/applications/pave.desktop"
52
53 # Icons
54 install -Dm644 "src-tauri/icons/32x32.png" "$pkgdir/usr/share/icons/hicolor/32x32/apps/pave.png"
55 install -Dm644 "src-tauri/icons/128x128.png" "$pkgdir/usr/share/icons/hicolor/128x128/apps/pave.png"
56 install -Dm644 "src-tauri/icons/128x128@2x.png" "$pkgdir/usr/share/icons/hicolor/256x256/apps/pave.png"
57 install -Dm644 "src-tauri/icons/icon.png" "$pkgdir/usr/share/icons/hicolor/512x512/apps/pave.png"
58
59 # License
60 install -Dm644 "LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
61}
62

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 00:19:54 Low 2
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
2026-08-30 00:04:14 Low 2
2026-08-29 00:29:17 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