unlzx
maintainer amiga23
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The source is a compressed C file from Aminet, a well-known Amiga software repository; building from source is normal for AUR packages, and the checksums are verified, so the risk is low 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 source is a compressed C file from Aminet, a well-known Amiga software repository; building from source is normal for AUR packages, and the checksums are verified, so the risk is low 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:20
source=('http://aminet.net/misc/unix/unlzx.c.gz'
PKGBUILD
1 offending line(s) highlighted
1
#
2
# PKGBUILD for unlzx
3
#
4
# Maintainer: amiga <t.scheller@email.de>
5
#
6
7
pkgname=unlzx
8
pkgver=1.1
9
pkgrel=1
10
epoch=
11
pkgdesc="Unlzx - decompresses LZX archives on multiple platforms"
12
arch=('any')
13
url="http://aminet.net/package/misc/unix/unlzx.c"
14
license=('UNKNOWN')
15
makedepends=('gcc')
16
depends=()
17
checkdepends=()
18
provides=('unlzx')
19
20
source=('http://aminet.net/misc/unix/unlzx.c.gz'
21
'unlzx.patch')
22
sha256sums=('3cfd5dfe34482f91b6fbfc6a5fdd44c7454ce4867061e99cda8aaba628208f7d'
23
'd17336aa2b89236cdd3879deb187583e480e48f080b9dc0be6735ad5468ef608')
24
25
prepare()
26
{
27
patch -p1 < unlzx.patch
28
}
29
30
build()
31
{
32
gcc -o unlzx unlzx.c
33
}
34
35
package()
36
{
37
install -D -m755 "${srcdir}/${pkgname}" "${pkgdir}/usr/bin/${pkgname}"
38
}
39
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 |