brother-mfc-l2710dw
maintainer robertfoster
· 8 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads a driver RPM from an official Brother domain, which is not on the whitelist but is plausibly the project's official source; the content is a standard printer driver, not executed arbitrary code, and the build process is typical for AUR packages.
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 an official Brother domain, which is not on the whitelist but is plausibly the project's official source; the content is a standard printer driver, not executed arbitrary code, and the build process is typical for AUR packages.
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:13
source=("http://download.brother.com/welcome/dlf103525/mfcl2710dwpdrv-$pkgver-$pkgrel.i386.rpm")
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Engine Feeder <enginefeeder101@gmail.com>
2
# based on https://aur.archlinux.org/packages/brother-mfc-l2750dw/
3
pkgname='brother-mfc-l2710dw'
4
pkgver='4.0.0'
5
pkgrel=1
6
pkgdesc='LPR and CUPS driver for the Brother MFC-L2710DW'
7
url='http://solutions.brother.com/linux/en_us/'
8
arch=('i686' 'x86_64')
9
license=('custom:Brother commercial license')
10
depends=('cups')
11
depends_x86_64=('lib32-glibc')
12
install="$pkgname.install"
13
source=("http://download.brother.com/welcome/dlf103525/mfcl2710dwpdrv-$pkgver-$pkgrel.i386.rpm")
14
sha256sums=('8794c62d8481e8b2954e2b48815278731fea6510684b639608f66314438ada62')
15
16
package() {
17
_model="MFCL2710DW"
18
19
# using /usr/share instead of /opt
20
mkdir -p "$pkgdir/usr/share"
21
cp -R "$srcdir/opt/brother" "$pkgdir/usr/share"
22
sed -i 's|\\\/opt\\\/|\\\/usr\\\/|' "$pkgdir/usr/share/brother/Printers/$_model/cupswrapper/lpdwrapper"
23
sed -i 's|\\\/opt\\\/|\\\/usr\\\/|' "$pkgdir/usr/share/brother/Printers/$_model/lpd/lpdfilter"
24
25
# /etc/printcap is managed by cups
26
find "$pkgdir" -type f -name 'setupPrintcap*' -delete
27
28
# symlink for lpdwrapper so it correctly figures out the printer model from the path
29
install -d "$pkgdir/usr/lib/cups/filter/"
30
ln -s "/usr/share/brother/Printers/$_model/cupswrapper/lpdwrapper" "$pkgdir/usr/lib/cups/filter/brother_lpdwrapper_$_model"
31
32
# symlink for the PPD
33
install -d "$pkgdir/usr/share/cups/model/"
34
ln -s "/usr/share/brother/Printers/$_model/cupswrapper/brother-$_model-cups-en.ppd" "$pkgdir/usr/share/cups/model/"
35
36
# a couple architecture-specific symlinks
37
ln -s "/usr/share/brother/Printers/$_model/lpd/$CARCH/brprintconflsr3" "$pkgdir/usr/share/brother/Printers/$_model/lpd/"
38
ln -s "/usr/share/brother/Printers/$_model/lpd/$CARCH/rawtobr3" "$pkgdir/usr/share/brother/Printers/$_model/lpd/"
39
40
# symlink for inf because it tries to execute it there
41
ln -s "/usr/share/brother/Printers/$_model/inf" "$pkgdir/usr/share/brother/Printers/$_model/lpd/"
42
}
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 |