seerrng-deb
MEDIUM
maintainer shira
1 votes
scanned 2026-09-05 01:59:11.792876
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
3
pkgname=seerrng-deb
4
pkgver=3.13.2
5
pkgrel=2
6
pkgdesc="Seerr fork with music, books and audiobooks support. Installed from .deb"
7
arch=('x86_64')
8
url="https://github.com/snapetech/seerrng"
9
license=('MIT')
10
depends=('nodejs>=22')
11
provides=('seerrng' 'seerr')
12
conflicts=('seerrng' 'seerrng-git' 'seerrng-bin')
13
options=('!strip' '!emptydirs')
14
install=${pkgname}.install
15
source=("${pkgname}-${pkgver}.deb::${url}/releases/download/v${pkgver}/seerrng_${pkgver}_amd64.deb")
16
sha256sums=('2dd67af2bf4446fe73266875af854104dd1f8bf4c10f5e618208f3a89491a1fe')
17
18
package(){
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) | Severity | Rules |
|---|---|---|
| 2026-09-05 01:59:11 | Medium | 2 |