tauritavern-canary-bin
LOW
maintainer meanlint
0 votes
scanned 2026-09-05 09:59:47.702300
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>
3
pkgname=tauritavern-canary-bin
4
pkgver=20260904
5
pkgrel=1
6
pkgdesc="A Tauri-based frontend for SillyTavern"
7
arch=('x86_64')
8
url="https://github.com/Darkatse/TauriTavern"
9
license=('AGPL-3.0')
10
options=('!debug')
11
depends=(
12
'webkit2gtk-4.1'
13
'gtk3'
14
'libsoup3'
15
'libsecret'
16
'gstreamer'
17
'gst-plugins-base'
18
'gst-plugins-good'
19
)
20
provides=('tauritavern')
21
conflicts=('tauritavern')
22
23
source=("https://github.com/Darkatse/TauriTavern/releases/download/Canary/TauriTavern-${pkgver}-canary-linux-x64.deb")
24
25
sha256sums=('b52daafacb39d0a794bf809fdeccb3f4fefbcccda99ff6e72fdaa98558fc870f')
26
27
package() {
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) | Severity | Rules |
|---|---|---|
| 2026-09-05 09:59:47 | Low | 2 |