tauritavern-canary-bin

LOW
maintainer meanlint 0 votes scanned 2026-09-05 09:59:47.702300
View on AUR
Why flagged

The package installs a prebuilt .deb from the project's official GitHub releases, which is normal for binary packages; the low severity is due to unverifiable origin and lack of source build, not active malice.

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.

Low AI review llm_review

An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is LOW (confidence 95%): The package installs a prebuilt .deb from the project's official GitHub releases, which is normal for binary packages; the low severity is due to unverifiable origin and lack of source build, not active malice.

PKGBUILD

1# Maintainer: meanlint <meanlint@outlook.com>
2# Contributor: wasdxl <xiaotianjuewo@foxmail.com>
3pkgname=tauritavern-canary-bin
4pkgver=20260904
5pkgrel=1
6pkgdesc="A Tauri-based frontend for SillyTavern"
7arch=('x86_64')
8url="https://github.com/Darkatse/TauriTavern"
9license=('AGPL-3.0')
10options=('!debug')
11depends=(
12 'webkit2gtk-4.1'
13 'gtk3'
14 'libsoup3'
15 'libsecret'
16 'gstreamer'
17 'gst-plugins-base'
18 'gst-plugins-good'
19)
20provides=('tauritavern')
21conflicts=('tauritavern')
22
23source=("https://github.com/Darkatse/TauriTavern/releases/download/Canary/TauriTavern-${pkgver}-canary-linux-x64.deb")
24
25sha256sums=('b52daafacb39d0a794bf809fdeccb3f4fefbcccda99ff6e72fdaa98558fc870f')
26
27package() {
28 cd "${srcdir}"
29
30 bsdtar -xf data.tar.* --no-same-owner
31
32 cp -r usr "${pkgdir}/"
33
34 DESKTOP_FILE="${pkgdir}/usr/share/applications/TauriTavern.desktop"
35
36 if [ -f "$DESKTOP_FILE" ]; then
37
38 sed -i 's|^Exec=tauritavern|Exec=env WEBKIT_DISABLE_DMABUF_RENDERER=1 tauritavern|' "$DESKTOP_FILE"
39
40 sed -i '/^Categories=/d' "$DESKTOP_FILE"
41
42 echo "Categories=Network" >> "$DESKTOP_FILE"
43
44 if ! grep -q '^Icon=tauritavern' "$DESKTOP_FILE"; then
45 echo "Icon=tauritavern" >> "$DESKTOP_FILE"
46 fi
47 fi
48}
49

Scan history

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