brother-mfc-l3780cdw
maintainer CaptainKnots
· 1 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads a driver .deb from Brother's official download domain;虽 host not whitelisted, it is plausibly official, and the payload is a non-executing data/install artifact for a printer driver, not a general-purpose remote executable.
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 .deb from Brother's official download domain;虽 host not whitelisted, it is plausibly official, and the payload is a non-executing data/install artifact for a printer driver, not a general-purpose remote executable.
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=("https://download.brother.com/welcome/dlf105764/${_pkgfilename}")
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Winston Astrachan <rew1red [at] rew1 [dot] red>
2
3
pkgname=brother-mfc-l3780cdw
4
pkgver=3.5.1_1
5
pkgrel=3
6
pkgdesc="LPR and CUPS driver for the Brother MFC-L3780CDW"
7
arch=('x86_64')
8
url="https://support.brother.com/g/b/downloadend.aspx?c=us&lang=en&prod=mfcl3780cdw_us_as&os=128&dlid=dlf105764_000&flang=4&type3=10283"
9
license=('LicenseRef-brother')
10
depends=('cups' 'ghostscript' 'perl' 'lib32-glibc')
11
optdepends=('brscan4: scanner support')
12
_pkgfilename="mfcl3780cdwpdrv-${pkgver/_/-}.i386.deb"
13
source=("https://download.brother.com/welcome/dlf105764/${_pkgfilename}")
14
sha256sums=('0973b0836578c0c3b55298b07046a86d5c57eea9d7118d20f06cfb68bc35ffec')
15
16
package(){
17
tar -xaf "${srcdir}/data.tar.gz" -C "${pkgdir}/"
18
cd "${pkgdir}/opt/brother/Printers/mfcl3780cdw"
19
20
# copy cups filters out of architecture-specific directories (from .deb postinst)
21
cp "lpd/x86_64/brmfcl3780cdwfilter" \
22
"lpd/brmfcl3780cdwfilter"
23
cp "lpd/x86_64/brprintconf_mfcl3780cdw" \
24
"lpd/brprintconf_mfcl3780cdw"
25
rm -rf "lpd/i686"
26
rm -rf "lpd/x86_64"
27
28
# symlink cupswrapper files
29
install -d "${pkgdir}/usr/lib/cups/filter/"
30
ln -sf "/opt/brother/Printers/mfcl3780cdw/cupswrapper/brother_lpdwrapper_mfcl3780cdw" \
31
"${pkgdir}/usr/lib/cups/filter/"
32
33
# symlink cups ppd files
34
install -d "${pkgdir}/usr/share/cups/model/"
35
ln -sf "/opt/brother/Printers/mfcl3780cdw/cupswrapper/brother_mfcl3780cdw_printer_en.ppd" \
36
"${pkgdir}/usr/share/cups/model/"
37
38
# install license files
39
install -Dm644 LICENSE_ENG.txt "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE_ENG.txt"
40
}
41
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 |