butt-appimage

LOW
maintainer dtcooper 2 votes scanned 2026-09-17 00:27:14.276658
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-09-17 00:27:14 Low 2
2026-09-16 00:03:17 Low 2
2026-09-15 00:25:31 Low 2
2026-09-14 00:27:57 Low 2
2026-09-13 00:19:54 Low 2
2026-09-12 00:25:17 Low 2
2026-09-11 00:19:22 Low 2
2026-09-10 00:22:44 Low 2
2026-09-09 00:04:09 Low 2
2026-09-08 00:18:08 Low 2
2026-09-07 00:30:15 Low 2
2026-09-06 00:17:06 Low 2
2026-09-05 00:16:27 Low 2
2026-09-04 00:03:13 Low 2
2026-09-03 00:15:47 Low 2
2026-09-02 00:02:31 Low 2
2026-09-01 00:11:19 Low 2
2026-08-31 00:19:57 Low 2
2026-08-30 00:04:14 Low 2
2026-08-29 00:29:17 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