wiso-steuer-2026
The package downloads the official installer and documentation from the vendor's own domains (buhl.de, buhl-data.com), which are plausibly controlled by the software vendor; the files are not executed remotely but extracted and repackaged locally, and the PDF documentation having a SKIP'd checksum does not enable code execution.
Triggered rules
llm_review
The static rules flagged this MEDIUM, but an AI model (qwen/qwen3-235b-a22b-2507) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The package downloads the official installer and documentation from the vendor's own domains (buhl.de, buhl-data.com), which are plausibly controlled by the software vendor; the files are not executed remotely but extracted and repackaged locally, and the PDF documentation having a SKIP'd checksum does not enable code execution.
1 higher static finding superseded - not the current verdict (shown for transparency)
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:33
"https://download.buhl.de/hotline/db/9/${_installer_name}.exe" -
PKGBUILD:34
'https://update1.buhl-data.com/Steuer/2026/Handbuch_WISO_Steuer_Win.pdf'
PKGBUILD
2 offending line(s) highlighted# Maintainer: Claudia Pellegrino <auerhuhn@archlinux.org>
pkgname=wiso-steuer-2026
pkgver=33.9.3580
pkgrel=1
pkgdesc='File your German tax return for the tax year 2025'
arch=('x86_64')
url='https://www.buhl.de/produkte/wiso-steuer'
depends=(
'bash'
'coreutils'
'wine'
'wine-mono'
'wine-gecko'
'winetricks'
'zenity'
)
makedepends=(
'imagemagick'
'msitools'
'p7zip'
'pev'
)
license=('LicenseRef-custom')
options=('!strip')
install="${pkgname}.install"
_installer_name="WISOSteuer2026Update$(
awk <<< "${pkgver}" -F . '{ print $1$3 }'
)"
source=(
"https://download.buhl.de/hotline/db/9/${_installer_name}.exe"
'https://update1.buhl-data.com/Steuer/2026/Handbuch_WISO_Steuer_Win.pdf'
'wiso-steuer-2026.bash'
'wiso-steuer-2026.desktop'
)
sha512sums=('2e180a7402dae282a7c2cb0bd2e91f5bffefbfc93f6f9ce01fe3f2d1e29092e9153b4aaec1a8eab12a1c509c70a9556114747d17e4cc0ac89d3aa1ed555fd819'
'SKIP'
'a5c60dcf26a22cf151caf32ad293ea1ac9ddac0e5c93cc14f25b5aa1fd886d4c4f149654d8498e3a0335c30ff178c7ad5b936141f0a01c3bd853836790997480'
'f49b6c1d54c907253d2ad378c248f21da0ee98053b4bd090a9b92363c574902eb8364b0b8e2e759bdd09fcab315672c8d22fc06d9915207fb91170d9a7ef04ba')
prepare() {
mkdir -p "${srcdir}/${pkgname}-msi"
7z x -o"${srcdir}/${pkgname}-msi" "${srcdir}/${_installer_name}.exe"
# Use a symlink to strip the first three path elements
mkdir -p "${srcdir}/${pkgname}-staging" \
"${srcdir}/${pkgname}-tmpextract/PFiles64/WISO"
ln -fns \
"${srcdir}/${pkgname}-staging" \
"${srcdir}/${pkgname}-tmpextract/PFiles64/WISO/Steuersoftware 2026"
msiextract -C "${srcdir}/${pkgname}-tmpextract" \
"${srcdir}/${pkgname}-msi/sparbgtst.msi"
}
package() {
cd "${pkgname}-staging"
echo >&2 'Packaging the licenses'
install -D -m 644 -t "${pkgdir}/usr/share/licenses/${pkgname}" \
'fremdlizenz.pdf'
echo >&2 'Packaging program files and documentation'
install -D -m 644 -t "${pkgdir}/usr/share/doc/${pkgname}" \
../Handbuch_WISO_Steuer_Win.pdf
install -D -m 644 -t "${pkgdir}/usr/share/doc/${pkgname}/dokumente" \
dokumente/*
rm -rf dokumente
mkdir -p "${pkgdir}/usr/lib/${pkgname}"
cp -R --preserve=mode "../${pkgname}-staging" \
"${pkgdir}/usr/lib/${pkgname}/app"
ln -fns "/usr/share/doc/${pkgname}/dokumente" "${pkgdir}/usr/lib/${pkgname}/app/"
echo >&2 'Packaging app icon'
mkdir -p "${pkgdir}/usr/share/pixmaps"
magick 'wisoakt.ico' \
-delete 1,2,3,4,5,6,7,8 "${pkgdir}/usr/share/pixmaps/${pkgname}.png"
echo >&2 'Packaging launcher'
install -D -m 755 -T "../${pkgname}.bash" \
"${pkgdir}/usr/bin/${pkgname}"
echo >&2 'Packaging desktop file'
install -D -m 755 -t "${pkgdir}/usr/share/applications" \
"../${pkgname}.desktop"
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 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 |