brother-mfc-9330cdw
maintainer daftaupe
· 9 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads official Brother printer driver .deb files from brother.com's download subdomain, which is a legitimate source for this hardware;虽host未在白名单,但内容为公开可验证的官方驱动,无代码执行或隐蔽payload风险
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 official Brother printer driver .deb files from brother.com's download subdomain, which is a legitimate source for this hardware;虽host未在白名单,但内容为公开可验证的官方驱动,无代码执行或隐蔽payload风险
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:19
source=("http://download.brother.com/welcome/dlf100400/mfc${model}lpr-${lpr_ver}-${lpr_rev}.i386.deb"
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Emanuele 'Lele aka eldios' Calo' <xeldiosx@gmail.com>
2
# Submitter: Danilo <aur@dbrgn.ch>
3
4
model="9330cdw"
5
pkgname="brother-mfc-$model"
6
pkgver="1.1.2"
7
pkgrel=5
8
_revision=1
9
pkgdesc="LPR and CUPS driver for the Brother MFC-9330CDW"
10
url="http://welcome.solutions.brother.com/bsc/public_s/id/linux/en/index.html"
11
arch=('i686' 'x86_64')
12
license=('unknown')
13
install="brother-mfc-${model}.install"
14
depends=('deb2targz' 'perl' 'brscan4' 'a2ps' 'lib32-libcups')
15
lpr_ver="1.1.2"
16
lpr_rev=1
17
cw_ver="1.1.4"
18
cw_rev=0
19
source=("http://download.brother.com/welcome/dlf100400/mfc${model}lpr-${lpr_ver}-${lpr_rev}.i386.deb"
20
"http://download.brother.com/welcome/dlf100402/mfc${model}cupswrapper-${cw_ver}-${cw_rev}.i386.deb")
21
sha256sums=('d6af18bd4e33a2e01f6647cc1eb6d7f1b519bd9f32c525c0343e6883d66a0e04'
22
'08cf568c6924a146b541077642bf07b22fd8aa2b5cca522b4f627430ed2eb2ec')
23
24
package() {
25
deb2targz *.deb >/dev/null || return 1
26
rm -f *.deb || return 1
27
cd $srcdir || return 1
28
[ -d "mfc${model}" ] || (mkdir mfc${model} || return 1)
29
for i in *.tar.gz;do tar xfz $i -C mfc${model};done || return 1
30
cd mfc${model} || return 1
31
cd opt/brother/Printers/mfc${model} || return 1
32
perl -i -pe 's#/etc/init.d#/etc/rc.d#g' ./cupswrapper/cupswrappermfc${model} || return 1
33
perl -i -pe 's#printcap\.local#printcap#g' $srcdir/mfc${model}/opt/brother/Printers/mfc${model}/inf/setupPrintcapij || return 1
34
cp -rf $srcdir/mfc${model}/usr/ $pkgdir/ || return 1
35
cp -rf $srcdir/mfc${model}/opt/ $pkgdir/ || return 1
36
}
37
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 |