pfusp-bin
maintainer rtrueck
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
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
5
pkgname=pfusp-bin
6
pkgver=2.2.2
7
pkgvernodots=222
8
pkgrel=3
9
pkgdesc='Fujitsu SP series Image Scanner Driver for SANE'
10
url='http://imagescanner.fujitsu.com/global/dl/'
11
arch=('x86_64')
12
license=('custom')
13
depends=('sane' 'libxml2-legacy')
14
15
source=("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)
23
sha256sums=('0c87c7e005d01ec3740818970538828f48eef0d445cc43eb64a95039cbd9869c'
24
'a0b76dfae6f8e7bb9f5aaab8469e883187a1d6d812bfab42fe3158ba91c297d1'
25
'1a385519132a6a6935956d6dc150e75dcba1bdfd8b4137547aa9f5c1bf2bada0'
26
'df13d759a010d83058e934c86c86cd5491c3f4ff9a46f79aae07822b2bb37a4a'
27
'3e3d083b2e9bc3eaf6a16f29a6d901765ff9613265a6fae7ad2674092321b478'
28
'cfc777703f7df2f43e749852e9f658bbeb78c1a5a14fd9e8d0ae711cae43632f'
29
'5bdb32b26949be8934756427e62f3694999151229fbedd90fcd9353d61d75113'
30
'6b1ba6fbfbd5759f218c2c158aef2cc09718edf50d7ecea9e58064eeb2197b07')
31
32
prepare () {
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
43
package () {
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) | Severity | Rules |
|---|---|---|
| 2026-08-03 00:08:14 | LOW | 2 |
| 2026-08-02 00:16:08 | LOW | 2 |
| 2026-08-01 00:11:18 | LOW | 2 |
| 2026-07-31 00:14:10 | LOW | 2 |
| 2026-07-30 00:17:23 | LOW | 2 |
| 2026-07-29 00:25:53 | LOW | 2 |
| 2026-07-28 00:07:28 | LOW | 2 |
| 2026-07-27 00:24:32 | LOW | 2 |
| 2026-07-26 00:07:32 | LOW | 2 |
| 2026-07-25 00:13:44 | LOW | 2 |
| 2026-07-24 00:02:28 | LOW | 2 |
| 2026-07-23 00:14:47 | LOW | 2 |
| 2026-07-22 00:29:32 | LOW | 2 |
| 2026-07-21 00:24:15 | LOW | 2 |
| 2026-07-20 00:19:49 | LOW | 2 |
| 2026-07-19 00:17:08 | LOW | 2 |
| 2026-07-18 00:14:48 | LOW | 2 |
| 2026-07-17 00:06:16 | LOW | 2 |
| 2026-07-16 00:05:41 | LOW | 2 |
| 2026-07-15 00:09:25 | LOW | 2 |