vuescan-bin
The package downloads prebuilt RPMs from the official vendor's domain (hamrick.com) which is the project's own release infrastructure, making it a legitimate source despite the non-whitelisted host and skipped checksums; the worst case of a swapped source would be code execution, but the origin is official and expected for this proprietary software.
Triggered rules
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 prebuilt RPMs from the official vendor's domain (hamrick.com) which is the project's own release infrastructure, making it a legitimate source despite the non-whitelisted host and skipped checksums; the worst case of a swapped source would be code execution, but the origin is official and expected for this proprietary software.
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:19
source_i686=("vuescan-x32-$(date +%F-%H).rpm::https://www.hamrick.com/files/vuex3298.rpm")
PKGBUILD
1 offending line(s) highlighted# Maintainer: Fabio 'Lolix' Loli <fabio.loli@disroot.org> -> https://github.com/FabioLolix
# Contributor: wget
# Contributor: ninian <mcfadzean.org.uk ta linux>
pkgname=vuescan-bin
pkgver=9.8.51
pkgrel=1
pkgdesc="A powerful proprietary scanning tool developed by Hamrick Software"
arch=(i686 x86_64 aarch64)
url="https://www.hamrick.com/"
license=('custom')
depends=(gtk3) #libsm libusb
makedepends=(wget)
#optdepends=('gtk-engine-murrine: optional theme engine')
options=(!strip) # required to accept registration details
source=(
"vuescan-LICENSE.txt"
)
source_i686=("vuescan-x32-$(date +%F-%H).rpm::https://www.hamrick.com/files/vuex3298.rpm")
source_x86_64=("vuescan-x64-$(date +%F-%H).rpm::https://www.hamrick.com/files/vuex6498.rpm")
source_aarch64=("vuescan-arm64-$(date +%F-%H).rpm::https://www.hamrick.com/files/vuea6498.rpm")
# To recompute digests for ocr_* files using the same ordering as the Hamrick
# website, use this:
# for i in $(grep ocr_ PKGBUILD | grep http | cut -d '/' -f 5); do echo "'"$(sha256sum "$i" | cut -d ' ' -f 1)"'"; done
# But we are skipping them
sha256sums=('6dbe377ee83561ef0b12fec64dadb5c81beb1f9ee274284c09184366bad1a6d6')
sha256sums_i686=('SKIP')
sha256sums_x86_64=('SKIP')
sha256sums_aarch64=('SKIP')
pkgver() {
printf "%s" "$(wget -qO- https://www.hamrick.com/alternate-versions.html | grep -E '<a href.*[0-9]+\.[0-9]+' | head -1 | sed -E 's/^.*([0-9]+[.][0-9]+[.][0-9]+).*$/\1/')"
}
package() {
cp -a "${srcdir}"/usr "${pkgdir}"/
cp -a "${srcdir}"/lib "${pkgdir}"/usr
# ocr files need to be alongside the vuescan executable. Solution: move the
# vuescan executable to lib and symlink /usr/bin/vuescan to the executable
# now being in lib.
install -dm755 "${pkgdir}/usr/lib/vuescan"
mv "${pkgdir}"/usr/bin/* "${pkgdir}/usr/lib/vuescan"
ln -s /usr/lib/vuescan/vuescan "${pkgdir}/usr/bin/vuescan"
install -Dm644 "${srcdir}/vuescan-LICENSE.txt" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.txt"
}
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 |