brother-mfc7320-cups
maintainer severach
· 1 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads a Brother-provided RPM from download.brother.com, which is the official vendor domain; despite the static analyzer flagging it as non-standard, this is a legitimate source for the driver, and the checksum is verified.
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-provided RPM from download.brother.com, which is the official vendor domain; despite the static analyzer flagging it as non-standard, this is a legitimate source for the driver, and the checksum is verified.
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/dlf006226/cupswrapperMFC7320-$pkgver-$_pkgrel.i386.rpm
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Raphaël Doursenaud <rdoursenaud@free.fr>
2
3
pkgname=brother-mfc7320-cups
4
pkgver=2.0.2
5
pkgrel=5
6
_pkgrel=1
7
pkgdesc="Brother MFC-7320 CUPS 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=('cups' 'brother-mfc7320-lpr')
12
makedepends=('rpmextract')
13
install="brother-mfc7320-cups.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-cups.patch
22
http://download.brother.com/welcome/dlf006226/cupswrapperMFC7320-$pkgver-$_pkgrel.i386.rpm
23
)
24
25
md5sums=('307d2f7872d7a7ce72ef1d4b8856ccfb'
26
'2af7dcc7ad8e35e05a8f868d4c9803ad')
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-cups.patch
37
}
38
39
package()
40
{
41
mkdir -p "$pkgdir/usr/share/brother"
42
cp -R "$srcdir/usr/local/Brother/cupswrapper" "$pkgdir/usr/share/brother"
43
}
44
45
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 |