seerrng-deb

MEDIUM
maintainer shira 1 votes scanned 2026-09-05 01:59:11.792876
View on AUR
Why flagged

The package installs a prebuilt .deb from a GitHub release, which is an unverifiable binary artifact; if the source were swapped, it could lead to arbitrary code execution during installation.

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.

Medium AI review of an ambiguous pattern llm_review

The static rules found a suspicious pattern they could not resolve, so an AI model (qwen/qwen3-235b-a22b-2507) reviewed it and judged it MEDIUM (confidence 95%): The package installs a prebuilt .deb from a GitHub release, which is an unverifiable binary artifact; if the source were swapped, it could lead to arbitrary code execution during installation.

PKGBUILD

1# Maintainer: Shira
2# Contributor: Shira
3pkgname=seerrng-deb
4pkgver=3.13.2
5pkgrel=2
6pkgdesc="Seerr fork with music, books and audiobooks support. Installed from .deb"
7arch=('x86_64')
8url="https://github.com/snapetech/seerrng"
9license=('MIT')
10depends=('nodejs>=22')
11provides=('seerrng' 'seerr')
12conflicts=('seerrng' 'seerrng-git' 'seerrng-bin')
13options=('!strip' '!emptydirs')
14install=${pkgname}.install
15source=("${pkgname}-${pkgver}.deb::${url}/releases/download/v${pkgver}/seerrng_${pkgver}_amd64.deb")
16sha256sums=('2dd67af2bf4446fe73266875af854104dd1f8bf4c10f5e618208f3a89491a1fe')
17
18package(){
19
20 # Extract package data
21 tar -xI unzstd -f data.tar.zst -C "${pkgdir}"
22
23 # Fix directory structure differences
24 cd "${pkgdir}"
25
26 install -Dm644 "usr/lib/seerrng/node_modules/.pnpm/zwitch@2.0.4/node_modules/zwitch/license" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
27 install -Dm644 "usr/share/doc/seerrng/copyright" "${pkgdir}/usr/share/licenses/${pkgname}/COPYRIGHT"
28 mkdir -p usr/lib 2> /dev/null; mv lib/* usr/lib; rm -rf lib
29
30 cd ..
31
32}
33

Scan history

Scanned at (UTC)SeverityRules
2026-09-05 01:59:11 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