brother-dcpt510w

maintainer shahril · 2 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The package downloads a driver from Brother's official download domain, which is a plausible source for the software; the non-whitelisted host is used by the vendor, so the risk is low despite the static analysis flag.

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 from Brother's official download domain, which is a plausible source for the software; the non-whitelisted host is used by the vendor, so the risk is low despite the static analysis flag.

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/dlf103621/dcpt510wpdrv-$pkgver-$pkgrel.i386.rpm" \

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Mohd Shahril Zainol Abidin <mohd_shahril_96@yahoo.com>
2
3pkgname=brother-dcpt510w
4pkgver=1.0.1
5pkgrel=0
6pkgdesc="Driver for the Brother DCP-T510W wifi multifuncional printer"
7url="http://solutions.brother.com/linux/en_us/index.html"
8license=('custom:brother')
9install="brother-dcpt510w.install"
10arch=('i686' 'x86_64')
11optdepends=('sane: scanning support'
12 'brscan4: making dcpt510w available to sane'
13 'brscan-skey: scankey support if connected via usb')
14
15if [[ "$CARCH" == "x86_64" ]] ; then
16 depends=('a2ps' 'cups' 'lib32-glibc')
17elif [[ "$CARCH" == "i686" ]] ; then
18 depends=('a2ps' 'cups')
19fi
20
21source=(
22 "http://download.brother.com/welcome/dlf103621/dcpt510wpdrv-$pkgver-$pkgrel.i386.rpm" \
23 "fix_lp.patch"
24)
25sha256sums=(
26 '8072709a7ff3845fd96b8c6b70b13c3af996a905422af1b80c5b991cf1fc38cb'
27 '288d5b0cf42d6db004d612bfb7162021df8e62cf6a32a9b0daedc1118556c92f'
28)
29
30build() {
31 cd "$srcdir"
32 patch -Np0 < fix_lp.patch
33}
34
35post_install() {
36 /opt/brother/Printers/dcpt510w/cupswrapper/cupswrapperdcpt510w
37}
38
39package()
40{
41 install -d $pkgdir/usr/bin
42 install -d $pkgdir/var/spool/lpd
43 install -Dm755 "$srcdir"/usr/bin/brprintconf_dcpt510w "$pkgdir"/usr/bin/
44 cp -R $srcdir/opt $pkgdir/opt
45}
46

Scan history

Scanned at (UTC)SeverityRules
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

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion