brother-mfc-l2710dw
The package downloads a prebuilt vendor binary (RPM) from a non-whitelisted but official brother.com domain; while the source is unverifiable and carries supply-chain risk, it is not actively malicious or obfuscated.
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:19
source=("https://download.brother.com/welcome/dlf103525/mfcl2710dwpdrv-$pkgver-$_srcrel.i386.rpm")
llm_review
An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is MEDIUM (confidence 95%): The package downloads a prebuilt vendor binary (RPM) from a non-whitelisted but official brother.com domain; while the source is unverifiable and carries supply-chain risk, it is not actively malicious or obfuscated.
PKGBUILD
1 offending line(s) highlighted# Maintainer: robertfoster
# Contributor: Engine Feeder <enginefeeder101@gmail.com>
pkgname='brother-mfc-l2710dw'
pkgver='4.0.0'
pkgrel=2
_srcrel=1
_model='MFCL2710DW'
pkgdesc='LPR and CUPS driver for the Brother MFC-L2710DW'
url='https://support.brother.com/g/b/downloadtop.aspx?c=us&lang=en&prod=mfcl2710dw_us_eu_as'
arch=('i686' 'x86_64' 'armv7h')
license=('LicenseRef-Brother-EULA')
# lpdwrapper and lpdfilter are perl and shell out to `gs`; the ppd declares a
# cupsFilter for application/vnd.cups-postscript, which needs cups-filters
depends=('cups' 'cups-filters' 'ghostscript' 'perl')
# prebuilt vendor binaries
options=('!strip')
install="$pkgname.install"
source=("https://download.brother.com/welcome/dlf103525/mfcl2710dwpdrv-$pkgver-$_srcrel.i386.rpm")
sha256sums=('8794c62d8481e8b2954e2b48815278731fea6510684b639608f66314438ada62')
package() {
# the i386 rpm carries one binary directory per architecture
local _binarch
case "$CARCH" in
armv7h) _binarch='armv7l' ;;
*) _binarch="$CARCH" ;;
esac
# using /usr/share instead of /opt
local _dir="usr/share/brother/Printers/$_model"
install -d "$pkgdir/usr/share/brother/Printers"
cp -a "$srcdir/opt/brother/Printers/$_model" "$pkgdir/$_dir"
# both filters derive the printer name from their own path with an
# s|^\/opt\/.*\/Printers\/|| regex
sed -i 's|\\/opt\\/|\\/usr\\/|' \
"$pkgdir/$_dir/cupswrapper/lpdwrapper" \
"$pkgdir/$_dir/lpd/lpdfilter"
# /etc/printcap is managed by cups
rm "$pkgdir/$_dir/inf/setupPrintcap"
# ship only the binaries for the architecture we are building for
find "$pkgdir/$_dir/lpd" -mindepth 1 -maxdepth 1 -type d ! -name "$_binarch" \
-exec rm -r {} +
# lpdfilter and lpdwrapper look for these directly under lpd/
ln -s "$_binarch/brprintconflsr3" "$pkgdir/$_dir/lpd/"
ln -s "$_binarch/rawtobr3" "$pkgdir/$_dir/lpd/"
# brprintconflsr3 resolves inf/ relative to its own directory
ln -s '../inf' "$pkgdir/$_dir/lpd/inf"
# the ppd names this filter; realpath() of it yields the model directory
install -d "$pkgdir/usr/lib/cups/filter"
ln -s "/$_dir/cupswrapper/lpdwrapper" \
"$pkgdir/usr/lib/cups/filter/brother_lpdwrapper_$_model"
install -d "$pkgdir/usr/share/cups/model"
ln -s "/$_dir/cupswrapper/brother-$_model-cups-en.ppd" \
"$pkgdir/usr/share/cups/model/"
install -Dm644 -t "$pkgdir/usr/share/licenses/$pkgname" \
"$srcdir/opt/brother/Printers/$_model/LICENSE_ENG.txt" \
"$srcdir/opt/brother/Printers/$_model/cupswrapper/Copying"
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-17 00:27:14 | Medium | 2 |
| 2026-09-16 00:03:17 | Medium | 2 |
| 2026-09-15 00:25:31 | Medium | 2 |
| 2026-09-14 00:27:57 | Medium | 2 |
| 2026-09-13 00:19:54 | Medium | 2 |
| 2026-09-12 00:25:17 | Medium | 2 |
| 2026-09-11 00:19:22 | Medium | 2 |
| 2026-09-10 00:22:44 | Medium | 2 |
| 2026-09-09 00:04:09 | Medium | 2 |
| 2026-09-08 00:18:08 | Medium | 2 |
| 2026-09-07 00:30:15 | Medium | 2 |
| 2026-09-06 00:17:06 | Medium | 2 |
| 2026-09-05 00:16:27 | Medium | 2 |
| 2026-09-04 00:03:13 | Medium | 2 |
| 2026-09-03 00:15:47 | Medium | 2 |
| 2026-09-02 00:02:31 | Medium | 2 |
| 2026-09-01 00:11:19 | Medium | 2 |
| 2026-08-31 00:19:57 | Medium | 2 |
| 2026-08-30 00:04:14 | Medium | 2 |
| 2026-08-29 00:29:17 | Medium | 2 |