brother-mfc6490cw-lpr
maintainer m4ng0squ4sh
· 2 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads a Brother official LPR driver .deb from download.brother.com, a legitimate vendor domain; despite the non-whitelisted host, this is a standard source for proprietary drivers, and the build process only extracts and relocates files without executing remote code.
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 Brother official LPR driver .deb from download.brother.com, a legitimate vendor domain; despite the non-whitelisted host, this is a standard source for proprietary drivers, and the build process only extracts and relocates files without executing remote code.
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:14
source=("http://download.brother.com/welcome/dlf006180/${_printer}lpr-${_version}.i386.deb")
PKGBUILD
1 offending line(s) highlighted
1
# Contributor: Mark Doe <mark.doe.priv@gmail.com>
2
# Contributor: Benjamin Bukowski <crankidiot(at)gmail.com>
3
4
_printer=mfc6490cw
5
pkgname=brother-${_printer}-lpr
6
pkgver=1.1.2_2
7
_version=${pkgver//_/-}
8
pkgrel=3
9
pkgdesc="LPR driver for Brother MFC-6490CW multifunction network printer"
10
arch=('i686' 'x86_64')
11
url="http://solutions.brother.com/linux/en_us/download_prn.html#MFC-6490CW"
12
license=('GPL')
13
depends=('tcsh')
14
source=("http://download.brother.com/welcome/dlf006180/${_printer}lpr-${_version}.i386.deb")
15
md5sums=('781e72e8e451bbdb4db39a0967ec1dd6')
16
17
package() {
18
cd $srcdir
19
20
ar x ${_printer}lpr-${_version}.i386.deb || return 1
21
[ ! -d "data" ] && mkdir data
22
tar -xzvf data.tar.gz -C data || return 1
23
24
[ ! -d "data/usr/share" ] && mkdir data/usr/share
25
mv data/usr/local/Brother data/usr/share/brother
26
rm -r data/usr/local
27
sed -i 's|/usr/local/Brother|/usr/share/brother|g' `grep -lr '/usr/local/Brother' data/` || return 1
28
29
cp -r data/usr $pkgdir || return 1
30
}
31
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 |