sunder
maintainer FrogSnot
· 1 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The npx tauri build command is used to build the project's own source code, which is a normal part of the build process for Tauri-based applications, and does not constitute remote code execution.
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 90%): The npx tauri build command is used to build the project's own source code, which is a normal part of the build process for Tauri-based applications, and does not constitute remote code execution.
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:18
npx tauri build --no-bundle
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: FrogSnot
2
pkgname=sunder
3
pkgver=1.4.9
4
pkgrel=1
5
pkgdesc="A desktop YouTube music client that doesn't spy on you"
6
arch=('x86_64')
7
url="https://github.com/FrogSnot/Sunder"
8
license=('AGPL-3.0-only')
9
depends=('webkit2gtk-4.1' 'gtk3' 'libayatana-appindicator' 'librsvg' 'sqlite' 'yt-dlp' 'ffmpeg')
10
makedepends=('npm' 'rust' 'cargo')
11
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
12
sha256sums=('d59e2d200783c15036e171e7d948d1eaaf9f7d3520929ac90bad6c58ecbecea1')
13
14
build() {
15
cd "$srcdir/Sunder-$pkgver"
16
export CARGO_HOME="$srcdir/cargo-home"
17
npm install
18
npx tauri build --no-bundle
19
}
20
21
package() {
22
cd "$srcdir/Sunder-$pkgver"
23
24
install -Dm755 "src-tauri/target/release/sunder" "$pkgdir/usr/bin/sunder"
25
26
install -Dm644 "sunder.desktop" "$pkgdir/usr/share/applications/sunder.desktop"
27
install -Dm644 "src-tauri/icons/128x128.png" "$pkgdir/usr/share/pixmaps/sunder.png"
28
install -Dm644 "LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
29
}
30
Changes since previous scan
--- PKGBUILD @ 2026-07-30 00:17+++ PKGBUILD @ 2026-08-03 00:08@@ -1,6 +1,6 @@ # Maintainer: FrogSnot pkgname=sunder-pkgver=1.4.8+pkgver=1.4.9 pkgrel=1 pkgdesc="A desktop YouTube music client that doesn't spy on you" arch=('x86_64')@@ -9,7 +9,7 @@ depends=('webkit2gtk-4.1' 'gtk3' 'libayatana-appindicator' 'librsvg' 'sqlite' 'yt-dlp' 'ffmpeg') makedepends=('npm' 'rust' 'cargo') source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")-sha256sums=('e70211a276b4aef4952760e2f398c9d6728137a458be5153fc7cd2342075724d')+sha256sums=('d59e2d200783c15036e171e7d948d1eaaf9f7d3520929ac90bad6c58ecbecea1') build() { cd "$srcdir/Sunder-$pkgver"Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-03 00:08:14 | LOW | 2 |
| 2026-08-02 00:16:08 | LOW | 2 |
| 2026-08-01 00:11:18 | LOW | 2 |
| 2026-07-31 00:14:10 | LOW | 2 |
| 2026-07-30 01:13:52 | MEDIUM | 1 |
| 2026-07-30 00:17:23 | LOW | 2 |
| 2026-07-29 00:25:53 | LOW | 2 |
| 2026-07-28 00:07:28 | LOW | 2 |
| 2026-07-27 00:24:32 | LOW | 2 |
| 2026-07-26 00:07:32 | LOW | 2 |
| 2026-07-25 00:13:44 | LOW | 2 |
| 2026-07-24 13:27:52 | MEDIUM | 1 |
| 2026-07-24 00:02:28 | LOW | 2 |
| 2026-07-23 15:24:42 | MEDIUM | 1 |
| 2026-07-23 13:24:23 | MEDIUM | 1 |
| 2026-07-23 00:14:47 | LOW | 2 |
| 2026-07-22 11:20:06 | MEDIUM | 1 |
| 2026-07-22 00:29:32 | LOW | 2 |
| 2026-07-21 23:18:24 | MEDIUM | 1 |
| 2026-07-21 21:18:19 | MEDIUM | 1 |