ffuosprint-bin
maintainer ParisSyc
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
Downloads a prebuilt .deb from what appears to be Fujifilm's own official Chinese support domain (fujifilm-fb.com.cn) with a pinned sha256 checksum; the host is non-whitelisted but plausibly the vendor's own infrastructure, making this a normal binary driver package rather than a swappable third-party artifact.
Triggered rules
LOW
AI review downgraded a static finding
llm_review
The static rules flagged this MEDIUM, but an AI model (anthropic/claude-4.6-sonnet-20260217) reviewed the full PKGBUILD and judged it LOW (confidence 70%): Downloads a prebuilt .deb from what appears to be Fujifilm's own official Chinese support domain (fujifilm-fb.com.cn) with a pinned sha256 checksum; the host is non-whitelisted but plausibly the vendor's own infrastructure, making this a normal binary driver package rather than a swappable third-party artifact.
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:17
source=("https://m3support-fb.fujifilm-fb.com.cn/driver_downloads/signed_ffuosprint_${pkgver}-${_debrel}_amd64.deb.zip")
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: SunParis <p1108sun@hotmail.com>
2
3
pkgname=ffuosprint-bin
4
pkgver=1.0.1.7
5
pkgrel=1
6
_debrel=1
7
pkgdesc='FUJIFILM Printer Driver for UOS'
8
arch=('x86_64')
9
url='https://m3support-fb.fujifilm-fb.com.cn/driver_downloads/www/'
10
license=('LicenseRef-FUJIFILM-custom')
11
depends=('cups' 'glibc' 'libcups')
12
conflicts=('ffuosprint')
13
provides=('ffuosprint')
14
backup=('etc/cups/mimeff.convs' 'etc/cups/mimeff.types')
15
options=('!strip' '!debug')
16
install="${pkgname}.install"
17
source=("https://m3support-fb.fujifilm-fb.com.cn/driver_downloads/signed_ffuosprint_${pkgver}-${_debrel}_amd64.deb.zip")
18
sha256sums=('a1ae897aec62cadbe8621622cce06a1bf962c9a23bf47649e3c1636cf5f7287f')
19
20
package() {
21
local deb="signed_ffuosprint_${pkgver}-${_debrel}_amd64.deb/signed_ffuosprint_${pkgver}-${_debrel}_amd64.deb"
22
23
bsdtar -xf "$deb" data.tar.xz
24
bsdtar -C "$pkgdir" -xf data.tar.xz
25
26
install -d "$pkgdir/usr/lib/ffuosprint"
27
mv "$pkgdir"/opt/fujifilm/PDFDriver/bin/* "$pkgdir/usr/lib/ffuosprint/"
28
rm -rf "$pkgdir/opt"
29
30
install -d "$pkgdir/usr/lib/cups/filter"
31
ln -s /usr/lib/ffuosprint/pdftopdfff "$pkgdir/usr/lib/cups/filter/pdftopdfff"
32
ln -s /usr/lib/ffuosprint/pdftopjlff "$pkgdir/usr/lib/cups/filter/pdftopjlff"
33
ln -s /usr/lib/ffuosprint/pstopdfff "$pkgdir/usr/lib/cups/filter/pstopdfff"
34
35
install -Dm644 "$pkgdir/usr/share/doc/ffuosprint/copyright" \
36
"$pkgdir/usr/share/licenses/$pkgname/copyright"
37
}
38
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 |