brother-dcpt700w
Triggered rules
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:18
"http://download.brother.com/welcome/dlf101950/dcpt700wlpr-$pkgver-0.i386.rpm"
llm_review
An AI model (anthropic/claude-4.6-sonnet-20260217) reviewed this and agrees it is MEDIUM (confidence 72%): The PKGBUILD downloads prebuilt i386 RPM binaries (LPR driver and CUPS wrapper) from download.brother.com, which is Brother's official vendor download infrastructure. These are closed-source binary blobs that get extracted and installed directly into the system (copied to /opt and /usr/bin). The verification is only MD5 checksums, which are cryptographically weak. However, the host is the legitimate Brother download server, the pattern is standard for Brother printer driver AUR packages (many exist with identical structure), and the binaries are the official vendor-supplied printer drivers. The risk is real but typical for proprietary binary driver packages: no source code, weak checksums, binary blobs executed with system privileges. This is a genuine medium-risk supply-chain concern (unauditable binary from a vendor host with weak integrity verification) but not an active attack or clearly malicious pattern.
PKGBUILD
1 offending line(s) highlighted# Maintainer: Fabio Loli <loli_fabio@protonmail.com>
# Based on brother-dcpt500w by Samuel Fernando Mesa Giraldo
# https://github.com/FabioLolix
pkgname=brother-dcpt700w
pkgver=3.0.2
pkgrel=1
pkgdesc="Driver for the Brother DCP-T700W wifi multifuncional printer"
arch=('i686' 'x86_64')
url="http://solutions.brother.com/linux/en_us/index.html"
license=('custom:brother EULA')
depends=('cups')
depends_x86_64=('lib32-glibc')
optdepends=('brscan4')
install="${pkgname}.install"
source=('fix_lp.patch'
'LICENSE'
"http://download.brother.com/welcome/dlf101950/dcpt700wlpr-$pkgver-0.i386.rpm"
"http://download.brother.com/welcome/dlf101951/dcpt700wcupswrapper-$pkgver-0.i386.rpm")
md5sums=('9cd6cc312202017e2273a227d7dfc2ff'
'894d2fffe51badc93ebc0ac433317925'
'bcd62b9be7bd1707cd243ac184f794b8'
'dd4c03ea11be0b570cfe6be0b69c9625')
build() {
cd "$srcdir"
patch -Np0 < fix_lp.patch
}
package(){
install -d $pkgdir/usr/bin
install -d $pkgdir/var/spool/lpd
install -Dm755 "$srcdir"/usr/bin/brprintconf_dcpt700w "$pkgdir"/usr/bin/
cp -R $srcdir/opt $pkgdir/opt
install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-03 00:08:14 | MEDIUM | 2 |
| 2026-08-02 00:16:08 | MEDIUM | 2 |
| 2026-08-01 00:11:18 | MEDIUM | 2 |
| 2026-07-31 00:14:10 | MEDIUM | 2 |
| 2026-07-30 00:17:23 | MEDIUM | 2 |
| 2026-07-29 00:25:53 | MEDIUM | 2 |
| 2026-07-28 00:07:28 | MEDIUM | 2 |
| 2026-07-27 00:24:32 | MEDIUM | 2 |
| 2026-07-26 00:07:32 | MEDIUM | 2 |
| 2026-07-25 00:13:44 | MEDIUM | 2 |
| 2026-07-24 00:02:28 | MEDIUM | 2 |
| 2026-07-23 00:14:47 | MEDIUM | 2 |
| 2026-07-22 00:29:32 | MEDIUM | 2 |
| 2026-07-21 00:24:15 | MEDIUM | 2 |
| 2026-07-20 00:19:49 | MEDIUM | 2 |
| 2026-07-19 00:17:08 | MEDIUM | 2 |
| 2026-07-18 00:14:48 | MEDIUM | 2 |
| 2026-07-17 00:06:16 | MEDIUM | 2 |
| 2026-07-16 00:05:41 | MEDIUM | 2 |
| 2026-07-15 00:09:25 | MEDIUM | 2 |