butt-appimage

maintainer dtcooper · 2 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The package downloads an AppImage and source tarball from the project's official domain (danielnoethen.de), which hosts the upstream project; while the host is not a common forge, it is the official site, and the AppImage is a standard distribution format for the project, not an obfuscated payload or remote code execution risk.

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-07-25) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The package downloads an AppImage and source tarball from the project's official domain (danielnoethen.de), which hosts the upstream project; while the host is not a common forge, it is the official site, and the AppImage is a standard distribution format for the project, not an obfuscated payload or remote code execution risk.

1 higher static finding superseded - not the current verdict (shown for transparency)
MEDIUM source=() URL on a non-standard host source_untrusted_domain

One or more source=() URLs point to a host outside the trusted allowlist (github.com, gitlab.com, codeberg.org, pypi.org, …).

  • PKGBUILD:14 "${_appimage_filename}::https://danielnoethen.de/butt/release/${pkgver}/${_appimage_filename}"

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: David Cooper <david@dtcooper.com>
2
3pkgname=butt-appimage
4_pkgname=butt
5pkgver=1.47.0
6pkgrel=1
7pkgdesc="Easy to use, multi OS streaming tool (AppImage release)."
8arch=('x86_64')
9url='https://danielnoethen.de/butt/'
10license=('GPL-2.0-or-later')
11depends=('fuse2')
12_appimage_filename="${_pkgname}-${pkgver}-x86_64.AppImage"
13source=(
14 "${_appimage_filename}::https://danielnoethen.de/butt/release/${pkgver}/${_appimage_filename}"
15 "${_pkgname}-${pkgver}.tar.gz::https://danielnoethen.de/butt/release/${pkgver}/${_pkgname}-${pkgver}.tar.gz"
16)
17sha256sums=('19179d9791baff951f4985c7cd45b09d634abf5118ae5e49723e61adaf9a55fe'
18 'd7b3a8bbbe011c337cf93c6a683071210cc39e0277f77482f94532becf126760')
19options=(!strip)
20provides=("${_pkgname}")
21conflicts=("${_pkgname}")
22
23
24prepare() {
25 cd "${srcdir}"
26 chmod +x "${_appimage_filename}"
27 ./${_appimage_filename} --appimage-extract usr/share/applications/${_pkgname}.desktop > /dev/null 2>&1
28 ./${_appimage_filename} --appimage-extract usr/share/icons > /dev/null 2>&1
29}
30
31package() {
32 install -Dm755 "${srcdir}/${_appimage_filename}" "${pkgdir}/opt/${_pkgname}/${_appimage_filename}"
33
34 for txtfile in AUTHORS ChangeLog COPYING KNOWN_BUGS NEWS README THANKS; do
35 install -Dm644 "${srcdir}/${_pkgname}-${pkgver}/${txtfile}" "${pkgdir}/usr/share/doc/${_pkgname}/${txtfile}"
36 done
37
38 install -dm755 "${pkgdir}/usr/share/licenses/${_pkgname}"
39 ln -s "/usr/share/doc/${_pkgname}/COPYING" "${pkgdir}/usr/share/licenses/${_pkgname}/LICENSE"
40
41 cp -r --no-preserve=mode,ownership "${srcdir}/squashfs-root/usr/share/icons" "${pkgdir}/usr/share/"
42 install -Dm755 "${srcdir}/squashfs-root/usr/share/applications/${_pkgname}.desktop" \
43 "${pkgdir}/usr/share/applications/${_pkgname}.desktop"
44
45 install -dm755 "${pkgdir}/usr/bin/"
46 ln -s "/opt/${_pkgname}/${_appimage_filename}" "${pkgdir}/usr/bin/${_pkgname}"
47}
48

Scan history

Scanned at (UTC)SeverityRules
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 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 00:02:28 LOW 2
2026-07-23 00:14:47 LOW 2
2026-07-22 00:29:32 LOW 2
2026-07-21 00:24:15 LOW 2
2026-07-20 00:19:49 LOW 2
2026-07-19 00:17:08 LOW 2
2026-07-18 00:14:48 LOW 2
2026-07-17 00:06:16 LOW 2
2026-07-16 00:05:41 LOW 2
2026-07-15 00:09:25 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