brother-dcpt520w
maintainer chiwanpark
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads a driver RPM from Brother's official download domain, which is plausibly the project's own source; building and installing the vendor's official driver is normal AUR packaging behavior, even if the host is not on a whitelist.
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 driver RPM from Brother's official download domain, which is plausibly the project's own source; building and installing the vendor's official driver is normal AUR packaging behavior, even if the host is not on a whitelist.
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:22
"http://download.brother.com/welcome/dlf105173/dcpt520wpdrv-$pkgver-$pkgrel.i386.rpm" \
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Chiwan Park <chiwanpark@hotmail.com>
2
3
pkgname=brother-dcpt520w
4
pkgver=3.5.0
5
pkgrel=1
6
pkgdesc="Driver for the Brother DCP-T520W wifi multifuncional printer"
7
url="http://solutions.brother.com/linux/en_us/index.html"
8
license=('custom:brother')
9
install="brother-dcpt520w.install"
10
arch=('i686' 'x86_64')
11
optdepends=('sane: scanning support'
12
'brscan4: making dcpt520w available to sane'
13
'brscan-skey: scankey support if connected via usb')
14
15
if [[ "$CARCH" == "x86_64" ]] ; then
16
depends=('a2ps' 'cups' 'lib32-glibc')
17
elif [[ "$CARCH" == "i686" ]] ; then
18
depends=('a2ps' 'cups')
19
fi
20
21
source=(
22
"http://download.brother.com/welcome/dlf105173/dcpt520wpdrv-$pkgver-$pkgrel.i386.rpm" \
23
"fix_lp.patch"
24
)
25
sha256sums=(
26
'f096e7737b985209404d25ae25b862463c07fff67f31f807b68a188209c7b734' \
27
'db4f8c1f9ad69aa0dbb53755e076ef60256f871f64c4d6179cd9e4d21c4625c1'
28
)
29
30
build() {
31
cd "$srcdir"
32
patch -Np0 < fix_lp.patch
33
}
34
35
post_install() {
36
/opt/brother/Printers/dcpt520w/cupswrapper/cupswrapperdcpt520w
37
}
38
39
package() {
40
install -d $pkgdir/usr/bin
41
install -d $pkgdir/var/spool/lpd
42
cp -R $srcdir/opt $pkgdir/opt
43
}
44
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 |