brother-mfc7320-lpr
maintainer severach
· 1 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads a Brother driver RPM from an official Brother download domain, which is a standard source for proprietary drivers; the host is not whitelisted but is plausibly legitimate and the content is not executed remotely.
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 driver RPM from an official Brother download domain, which is a standard source for proprietary drivers; the host is not whitelisted but is plausibly legitimate and the content is not executed remotely.
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:22
http://download.brother.com/welcome/dlf006224/brmfc7320lpr-$pkgver-$_pkgrel.i386.rpm
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Raphaël Doursenaud <rdoursenaud@free.fr>
2
3
pkgname=brother-mfc7320-lpr
4
pkgver=2.0.2
5
pkgrel=4
6
_pkgrel=1
7
pkgdesc="Brother MFC-7320 LPR printer driver"
8
url="http://welcome.solutions.brother.com/bsc/public_s/id/linux/en/download_prn.html#MFC-7320"
9
license=('custom:Brother' 'GPL')
10
groups=('brother-mfc7320')
11
depends=('ghostscript' 'psutils')
12
makedepends=('rpmextract')
13
install="brother-mfc7320-lpr.install"
14
arch=('i686' 'x86_64')
15
16
if test "$CARCH" == x86_64; then
17
depends+=('lib32-glibc')
18
fi
19
20
source=(
21
brother-mfc7320-lpr.patch
22
http://download.brother.com/welcome/dlf006224/brmfc7320lpr-$pkgver-$_pkgrel.i386.rpm
23
)
24
25
md5sums=('920e044d410f5a5b728330757d522dbf'
26
'928a98e474421e72cf31d279424ca7fe')
27
28
prepare()
29
{
30
cd "$srcdir"
31
for n in *.rpm; do
32
rpmextract.sh "$n"
33
done
34
35
cd "$srcdir/usr/"
36
patch -p2 < ../brother-mfc7320-lpr.patch
37
}
38
39
package()
40
{
41
mkdir -p "$pkgdir/usr"
42
cp -R "$srcdir/usr/bin" "$pkgdir/usr/bin"
43
cp -R "$srcdir/usr/lib" "$pkgdir/usr/lib"
44
mkdir -p "$pkgdir/usr/share/brother"
45
cp -R "$srcdir/usr/local/Brother/inf" "$pkgdir/usr/share/brother"
46
cp -R "$srcdir/usr/local/Brother/lpd" "$pkgdir/usr/share/brother"
47
cp -R "$srcdir/var" "$pkgdir"
48
}
49
50
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 |