brother-dcp7030
maintainer aaronfischer
· 17 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads official Brother driver .deb files from brother.com, a legitimate vendor domain, to extract and install printer drivers; despite the non-whitelisted host, this is a standard and expected practice for proprietary hardware drivers on the AUR.
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 driver .deb files from brother.com, a legitimate vendor domain, to extract and install printer drivers; despite the non-whitelisted host, this is a standard and expected practice for proprietary hardware drivers on the AUR.
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=(http://www.brother.com/pub/bsc/linux/dlf/cupswrapperDCP7030-$pkgver-1.i386.deb
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Aaron Fischer <mail@aaron-fischer.net>
2
# Contributor: Andrej Gelenberg <andrej.gelenberg@udo.edu>
3
# Contributor: Alexander Konarev <AVKonarev@gmail.com>
4
# Contributor: Germain Bossu <germainbossu@yahoo.fr>
5
6
pkgname=brother-dcp7030
7
pkgver=2.0.2
8
pkgrel=4
9
pkgdesc="Brother cupd and lpd driver for DCP-7030"
10
arch=('x86_64')
11
url="http://support.brother.com/g/b/downloadlist.aspx?c=de&lang=de&prod=dcp7030_all&os=128&flang=English"
12
license=('custom')
13
depends=('lib32-glibc' 'psutils' 'cups')
14
optdepends=('system-config-printer')
15
source=(http://www.brother.com/pub/bsc/linux/dlf/cupswrapperDCP7030-$pkgver-1.i386.deb
16
http://www.brother.com/pub/bsc/linux/dlf/brdcp7030lpr-$pkgver-1.i386.deb
17
brlpdwrapperDCP7030
18
DCP7030.ppd.gz
19
cupswrapper-systemd.patch)
20
noextract=(DCP7030.ppd.gz)
21
sha256sums=('a9a4e0ec5f941cf17fcc7156febf8aff21673bc78a6313176527a0423847627d'
22
'cd4e6c4b16c5e734721068134699c65b2eca0584bc86031ee7eef7af05b36d8c'
23
'0320e1f19c3be746442b7c6324f0732b17928d2bb611ef143007f6ca0882765b'
24
'ff55d56e1d4488768cbe3ca843a26a284bd2988bd9dddf4a0f1d39c637929997'
25
'11bfa0871ec5fda4e49e8d768840ca0de8a5aa6e8aec740b0a42ef8bc9e53c8a')
26
27
build() {
28
for i in $startdir/*.deb; do
29
ar -x $i
30
bsdtar xf data.tar.gz
31
done
32
33
cat <<END >>$srcdir/usr/local/Brother/inf/brDCP7030func
34
[psconvert2]
35
pstops=/usr/bin/pstops
36
END
37
38
patch $srcdir/usr/local/Brother/cupswrapper/cupswrapperDCP7030-2.0.2 < $startdir/cupswrapper-systemd.patch
39
}
40
41
package() {
42
cp -r "$srcdir/usr" "$pkgdir"
43
cp -r "$srcdir/var" "$pkgdir"
44
45
install -d -m755 "$pkgdir/usr/lib/cups/filter"
46
install -d -m755 "$pkgdir/usr/share/cups/model"
47
install -D -m755 "$startdir/brlpdwrapperDCP7030" "$pkgdir/usr/lib/cups/filter"
48
install -D -m644 "$startdir/DCP7030.ppd.gz" "$pkgdir/usr/share/cups/model"
49
50
# Clean up some stuff
51
rm "$pkgdir/usr/share/doc/cupswrapperdcp7030/changelog.Debian.gz"
52
}
53
54
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 |