brother-dcp-9022cdw
maintainer orphaned
· 4 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads official Brother printer drivers from brother.com subdomains, which are legitimate sources for the software; the non-standard host is part of Brother's official download infrastructure, and the binaries are verified via provided sha256sums.
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 drivers from brother.com subdomains, which are legitimate sources for the software; the non-standard host is part of Brother's official download infrastructure, and the binaries are verified via provided sha256sums.
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/dlf101612/dcp${_model}lpr-${_lprver}.i386.deb"
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: dk0r <dk0r.public@gmail.com>
2
3
_model="9022cdw"
4
pkgname="brother-dcp-$_model"
5
pkgver="1.1.3"
6
pkgrel=4
7
_lprver="1.1.3-0"
8
_wrpver="1.1.4-0"
9
pkgdesc="LPR and CUPS driver for the Brother DCP-9022CDW"
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-dcp-${_model}.install"
14
if [[ "$CARCH" == "x86_64" ]] ; then
15
depends=('tcsh' 'perl' 'a2ps' 'lib32-glibc')
16
elif [[ "$CARCH" == "i686" ]] ; then
17
depends=('tcsh' 'perl' 'a2ps')
18
fi
19
source=("http://download.brother.com/welcome/dlf101612/dcp${_model}lpr-${_lprver}.i386.deb"
20
"http://download.brother.com/welcome/dlf101613/dcp${_model}cupswrapper-${_wrpver}.i386.deb")
21
sha256sums=('8db48cda7e8f38f6a9fe0279f67e6d286a300f41e7982d1be275113542ec5027'
22
'5b44c91152236079ebfd15f5b0e1e8f515d114a395cf77459387ba9358c8a7fa')
23
package() {
24
cd $srcdir
25
# extract both packages
26
ar x dcp${_model}lpr-${_lprver}.i386.deb
27
tar xf data.tar.gz
28
ar x dcp${_model}cupswrapper-${_wrpver}.i386.deb
29
tar xf data.tar.gz
30
31
# do some packing
32
cd opt/brother/Printers/dcp${_model}
33
perl -i -pe 's#/etc/init.d#/etc/rc.d#g' ./cupswrapper/cupswrapperdcp${_model}
34
perl -i -pe 's#printcap\.local#printcap#g' $srcdir/opt/brother/Printers/dcp${_model}/inf/setupPrintcapij
35
cp -rf $srcdir/usr/ $pkgdir/
36
cp -rf $srcdir/opt/ $pkgdir/
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 |