pfusp-bin

LOW
maintainer rtrueck 0 votes scanned 2026-09-17 00:27:14.276658
View on AUR
Why flagged

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

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 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)
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:15 source=("https://origin.pfultd.com/downloads/IMAGE/driver/ubuntu/${pkgvernodots}/pfusp-ubuntu_${pkgver}_amd64.deb"

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Raphael Trück <rtrueck at magenta dot de>
2# Adapted from pfufs.git
3# Credits to Alexander Kobel <a-kobel@a-kobel.de>
4
5pkgname=pfusp-bin
6pkgver=2.2.2
7pkgvernodots=222
8pkgrel=3
9pkgdesc='Fujitsu SP series Image Scanner Driver for SANE'
10url='http://imagescanner.fujitsu.com/global/dl/'
11arch=('x86_64')
12license=('custom')
13depends=('sane' 'libxml2-legacy')
14
15source=("https://origin.pfultd.com/downloads/IMAGE/driver/ubuntu/${pkgvernodots}/pfusp-ubuntu_${pkgver}_amd64.deb"
16 pfusp.pdf::"http://origin.pfultd.com/downloads/IMAGE/driver/ubuntu/221/P2U3-0210-04ENZ0.pdf"
17 60-pfusp.rules
18 pfusp
19 pfusp.conf
20 pfuspscanbutton.service
21 simple-scan.conf
22 consumablessettings.xml)
23sha256sums=('0c87c7e005d01ec3740818970538828f48eef0d445cc43eb64a95039cbd9869c'
24 'a0b76dfae6f8e7bb9f5aaab8469e883187a1d6d812bfab42fe3158ba91c297d1'
25 '1a385519132a6a6935956d6dc150e75dcba1bdfd8b4137547aa9f5c1bf2bada0'
26 'df13d759a010d83058e934c86c86cd5491c3f4ff9a46f79aae07822b2bb37a4a'
27 '3e3d083b2e9bc3eaf6a16f29a6d901765ff9613265a6fae7ad2674092321b478'
28 'cfc777703f7df2f43e749852e9f658bbeb78c1a5a14fd9e8d0ae711cae43632f'
29 '5bdb32b26949be8934756427e62f3694999151229fbedd90fcd9353d61d75113'
30 '6b1ba6fbfbd5759f218c2c158aef2cc09718edf50d7ecea9e58064eeb2197b07')
31
32prepare () {
33 cd "$srcdir"
34 tar xf data.tar.xz
35
36 find . -type f -exec chmod 644 '{}' +
37 find . -type f -name 'License*' -exec chmod 444 '{}' +
38 find . -type f -name 'readme*' -exec chmod 444 '{}' +
39 cd opt/pfusp
40 chmod 755 bin/* consumables/* etc/pfuspsysinfo.sh lib/* pfuspgetinfo/*
41}
42
43package () {
44 cd "$srcdir"
45
46 install -d "$pkgdir/opt/pfusp/image"
47
48 cp -pR usr/ "$pkgdir/"
49 cp -pR opt/pfusp/*/ "$pkgdir/opt/pfusp/"
50
51 install -vDm 444 -t "$pkgdir/usr/share/doc/$pkgname" pfusp.pdf opt/pfusp/readme*.txt
52 install -vDm 444 -t "$pkgdir/usr/share/licenses/$pkgname" opt/pfusp/License*.txt
53
54 # from the deb's preinst
55 install -vDm 644 -t "$pkgdir/usr/lib/udev/rules.d" 60-pfusp.rules
56
57 install -vDm 644 -t "$pkgdir/usr/lib/systemd/system" pfuspscanbutton.service
58
59 # from the deb's postinst
60 install -vDm 644 -t "$pkgdir/etc/sane.d/dll.d" pfusp
61 install -vDm 644 -t "$pkgdir/opt/pfusp/etc" pfusp.conf simple-scan.conf consumablessettings.xml
62
63
64 install -d "$pkgdir/usr/bin"
65 ln -s -t "$pkgdir/usr/bin" /opt/pfusp/consumables/pfuspconsumables
66 ln -s -t "$pkgdir/usr/bin" /opt/pfusp/bin/pfuspscanmanager
67
68
69 mv "$pkgdir/opt/pfusp/etc" "$pkgdir/etc/pfusp"
70 ln -s /etc/pfusp "$pkgdir/opt/pfusp/etc"
71}
72

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