pfusp-bin
The package downloads a prebuilt .deb from Fujitsu's official domain (origin.pfultd.com) to extract and install driver files; this is a standard practice for proprietary drivers and poses low risk as the source is the vendor's own infrastructure.
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 a prebuilt .deb from Fujitsu's official domain (origin.pfultd.com) to extract and install driver files; this is a standard practice for proprietary drivers and poses low risk as the source is the vendor's own infrastructure.
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:15
source=("https://origin.pfultd.com/downloads/IMAGE/driver/ubuntu/${pkgvernodots}/pfusp-ubuntu_${pkgver}_amd64.deb"
PKGBUILD
1 offending line(s) highlighted# Maintainer: Raphael Trück <rtrueck at magenta dot de>
# Adapted from pfufs.git
# Credits to Alexander Kobel <a-kobel@a-kobel.de>
pkgname=pfusp-bin
pkgver=2.2.2
pkgvernodots=222
pkgrel=3
pkgdesc='Fujitsu SP series Image Scanner Driver for SANE'
url='http://imagescanner.fujitsu.com/global/dl/'
arch=('x86_64')
license=('custom')
depends=('sane' 'libxml2-legacy')
source=("https://origin.pfultd.com/downloads/IMAGE/driver/ubuntu/${pkgvernodots}/pfusp-ubuntu_${pkgver}_amd64.deb"
pfusp.pdf::"http://origin.pfultd.com/downloads/IMAGE/driver/ubuntu/221/P2U3-0210-04ENZ0.pdf"
60-pfusp.rules
pfusp
pfusp.conf
pfuspscanbutton.service
simple-scan.conf
consumablessettings.xml)
sha256sums=('0c87c7e005d01ec3740818970538828f48eef0d445cc43eb64a95039cbd9869c'
'a0b76dfae6f8e7bb9f5aaab8469e883187a1d6d812bfab42fe3158ba91c297d1'
'1a385519132a6a6935956d6dc150e75dcba1bdfd8b4137547aa9f5c1bf2bada0'
'df13d759a010d83058e934c86c86cd5491c3f4ff9a46f79aae07822b2bb37a4a'
'3e3d083b2e9bc3eaf6a16f29a6d901765ff9613265a6fae7ad2674092321b478'
'cfc777703f7df2f43e749852e9f658bbeb78c1a5a14fd9e8d0ae711cae43632f'
'5bdb32b26949be8934756427e62f3694999151229fbedd90fcd9353d61d75113'
'6b1ba6fbfbd5759f218c2c158aef2cc09718edf50d7ecea9e58064eeb2197b07')
prepare () {
cd "$srcdir"
tar xf data.tar.xz
find . -type f -exec chmod 644 '{}' +
find . -type f -name 'License*' -exec chmod 444 '{}' +
find . -type f -name 'readme*' -exec chmod 444 '{}' +
cd opt/pfusp
chmod 755 bin/* consumables/* etc/pfuspsysinfo.sh lib/* pfuspgetinfo/*
}
package () {
cd "$srcdir"
install -d "$pkgdir/opt/pfusp/image"
cp -pR usr/ "$pkgdir/"
cp -pR opt/pfusp/*/ "$pkgdir/opt/pfusp/"
install -vDm 444 -t "$pkgdir/usr/share/doc/$pkgname" pfusp.pdf opt/pfusp/readme*.txt
install -vDm 444 -t "$pkgdir/usr/share/licenses/$pkgname" opt/pfusp/License*.txt
# from the deb's preinst
install -vDm 644 -t "$pkgdir/usr/lib/udev/rules.d" 60-pfusp.rules
install -vDm 644 -t "$pkgdir/usr/lib/systemd/system" pfuspscanbutton.service
# from the deb's postinst
install -vDm 644 -t "$pkgdir/etc/sane.d/dll.d" pfusp
install -vDm 644 -t "$pkgdir/opt/pfusp/etc" pfusp.conf simple-scan.conf consumablessettings.xml
install -d "$pkgdir/usr/bin"
ln -s -t "$pkgdir/usr/bin" /opt/pfusp/consumables/pfuspconsumables
ln -s -t "$pkgdir/usr/bin" /opt/pfusp/bin/pfuspscanmanager
mv "$pkgdir/opt/pfusp/etc" "$pkgdir/etc/pfusp"
ln -s /etc/pfusp "$pkgdir/opt/pfusp/etc"
}
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 |