samsung-ml1640
maintainer oberon2007
· 3 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The source is a driver tarball from Samsung's official download center, which is a plausible official source for the software; the host is not whitelisted but is legitimate and specific to Samsung, and the package installs only CUPS driver files, posing minimal risk.
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 source is a driver tarball from Samsung's official download center, which is a plausible official source for the software; the host is not whitelisted but is legitimate and specific to Samsung, and the package installs only CUPS driver files, posing minimal risk.
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:12
source=("http://org.downloadcenter.samsung.com/content/DR/200911/20091118145015140/UnifiedLinuxDriver_1.01.tar.gz")
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Bernhard Landauer <oberon@manjaro.org>
2
# Contributor: Christian Babeux <christian.babeux@0x80.ca>
3
pkgname=samsung-ml1640
4
pkgver=3.00.65
5
pkgrel=3
6
pkgdesc="Samsung ML-1640 CUPS driver"
7
arch=('i686' 'x86_64')
8
depends=('cups' 'ghostscript')
9
conflicts=('samsung-printers')
10
license=('custom:samsung')
11
url="http://www.samsung.com"
12
source=("http://org.downloadcenter.samsung.com/content/DR/200911/20091118145015140/UnifiedLinuxDriver_1.01.tar.gz")
13
md5sums=('b03b7feaf54624a6d07ea3832889fdbc')
14
15
package() {
16
mkdir -p "$pkgdir/usr/share/cups/model/"
17
mkdir -p "$pkgdir/usr/lib/cups/filter/"
18
19
install -m 644 -D "$srcdir/cdroot/Linux/noarch/at_opt/share/ppd/ML-1640spl2.ppd" "$pkgdir/usr/share/cups/model/ML1640.ppd"
20
21
if [[ "$CARCH" == "x86_64" ]]; then
22
install -m 755 -D "$srcdir/cdroot/Linux/x86_64/at_root/usr/lib64/cups/filter/rastertosamsungspl" "$pkgdir/usr/lib/cups/filter/rastertosamsungspl"
23
else
24
install -m 755 -D "$srcdir/cdroot/Linux/i386/at_root/usr/lib/cups/filter/rastertosamsungspl" "$pkgdir/usr/lib/cups/filter/rastertosamsungspl"
25
fi
26
}
27
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 |