brother-dcp-t536dw
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:11
source=("https://download.brother.com/welcome/dlf106523/${_printer}pdrv-${pkgver}-1.amd64.deb")
llm_review
An AI model (anthropic/claude-4.6-sonnet-20260217) reviewed this and agrees it is MEDIUM (confidence 72%): The package downloads a prebuilt binary .deb from download.brother.com, which is Brother's official download server. The source is a vendor-supplied CUPS driver containing compiled binaries (a cupswrapper/filter binary 'brother_lpdwrapper_dcpt536dw' that gets symlinked into /usr/lib/cups/filter and executed by CUPS). There is no extract step for the outer .deb (no 'ar x' call), meaning the build() phase is missing and data.tar.gz must be extracted from the .deb somehow — this makes the PKGBUILD technically broken as written (no build() function to run 'ar x' on the .deb before the package() function tries to 'tar -xf data.tar.gz'). Despite the host being official Brother infrastructure, the package installs an unauditable prebuilt binary filter that runs with CUPS privileges, which is a genuine supply-chain concern. The sha256sum provides some integrity guarantee but cannot protect against a compromised upstream binary. This is a standard pattern for Brother printer drivers in the AUR and represents a real but accepted medium-level risk: executed proprietary binary from a vendor host with no source build option.
PKGBUILD
1 offending line(s) highlighted# Maintainer: Arnaud Berthomier <arnaud@cyprio.net>
pkgname=brother-dcp-t536dw
_printer=dcpt536dw
pkgver=3.6.1
pkgrel=1
pkgdesc="CUPS driver for Brother DCP-T536DW printer"
arch=("i686" "x86_64")
url="https://support.brother.com/g/b/downloadtop.aspx?c=us_ot&lang=en&prod=dcpt536dw_all"
license=("EULA")
groups=("base-devel")
source=("https://download.brother.com/welcome/dlf106523/${_printer}pdrv-${pkgver}-1.amd64.deb")
sha256sums=("a876678fa86d524d671a9ac3eedc7130b265b9ff9425d83945f317b299872b0b")
depends=('cups')
package() {
tar -xf data.tar.gz -C "$pkgdir"
cd "$pkgdir"
install -Dm644 "opt/brother/Printers/$_printer/cupswrapper/brother_${_printer}_printer_en.ppd" \
-t "usr/share/cups/model/Brother"
install -Dm644 "opt/brother/Printers/$_printer/cupswrapper/brother_${_printer}_printer_en.ppd" \
-t "usr/share/ppd/Brother"
mkdir -p -m755 "$pkgdir/usr/lib/cups/filter"
ln -s "/opt/brother/Printers/$_printer/cupswrapper/brother_lpdwrapper_$_printer" \
"usr/lib/cups/filter"
}
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 |