bin32-4l
maintainer J0w03L
· 4 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads a legacy RPM from archive.org (archived official source) to extract and install a proprietary LightScribe labeler; it does not execute remote code or install unverified binaries beyond the original vendor's software, posing low risk despite the non-whitelisted host.
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 legacy RPM from archive.org (archived official source) to extract and install a proprietary LightScribe labeler; it does not execute remote code or install unverified binaries beyond the original vendor's software, posing low risk despite the non-whitelisted host.
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:18
source=($_realname.i586.rpm::https://web.archive.org/web/20170108215916/http://www.lacie.com/files/lacie-content/download/drivers/LaCie%20LightScribe%20Labeler%201.0%20Linux.rpm lightscribe.png lightscribe.desktop 4L-cli)
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Jose Riha <jose1711 gmail com>
2
# Contributor: ugaciaka <ugaciaka@gmail.com>
3
# Thank's Imanol Celaya <ilcra1989@gmail.com> for arch x86
4
# Florian Bäuerle <florian.bae@gmail.com>
5
# J0w03L <j0w03l@j0w03l.me> Fixed dead source link
6
7
pkgname=bin32-4l
8
pkgver=1.0r6
9
_realname=4L-1.0-r6
10
pkgrel=11
11
pkgdesc="4L: LaCie LightScribe Labeler for Linux"
12
arch=('x86_64')
13
url="http://www.lacie.com/products/product.htm?pid=10803"
14
license=('unknown')
15
install=4l.install
16
depends=('lib32-fontconfig' 'lib32-gcc-libs' 'lib32-libxcursor' 'lib32-libxi' 'lib32-libxinerama' 'lib32-libxrandr' 'bin32-lightscribe' 'gksu')
17
conflicts=('4l_x86_64')
18
source=($_realname.i586.rpm::https://web.archive.org/web/20170108215916/http://www.lacie.com/files/lacie-content/download/drivers/LaCie%20LightScribe%20Labeler%201.0%20Linux.rpm lightscribe.png lightscribe.desktop 4L-cli)
19
md5sums=('11fc8b2daeaed2b61a567056413bdefd'
20
'582b6cce827c8909115a31c7bc10d6ce'
21
'48d1af9e30a21f6ec1f8c85151b3a652'
22
'0fa508184d8e96ba5ba28999e075ed34')
23
24
package() {
25
cd $srcdir
26
mkdir -p $pkgdir/{opt/4L/lib,usr/bin}
27
cp -R usr/4L $pkgdir/opt
28
mv $pkgdir/opt/4L/4L-cli $pkgdir/opt/4L/4L-cli.bin
29
install -m755 $srcdir/4L-cli $pkgdir/opt/4L
30
cd $pkgdir/usr/bin
31
ln -s ../../opt/4L/4L-cli 4L-cli
32
ln -s ../../opt/4L/4L-gui 4L-gui
33
find $pkgdir/opt -type d -exec chmod 755 {} \;
34
chmod -x $pkgdir/opt/4L/*/*
35
install -D -m644 $srcdir/lightscribe.png ${pkgdir}/usr/share/pixmaps/lightscribe.png
36
install -D -m644 $srcdir/lightscribe.desktop ${pkgdir}/usr/share/applications/lightscribe.desktop
37
}
38
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 |