123elf
maintainer chris_l
· 4 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The sources are from reputable hosts (GitHub, archive.org, ftp.gnu.org) and include the project's own code and historical data files; building from source is normal for AUR, and no remote code execution or untrusted binaries are involved.
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 sources are from reputable hosts (GitHub, archive.org, ftp.gnu.org) and include the project's own code and historical data files; building from source is normal for AUR, and no remote code execution or untrusted binaries are involved.
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:13
https://archive.org/download/123-unix/123UNIX1.IMG
PKGBUILD
1 offending line(s) highlighted
1
# Contributor: chrisl echo archlinux@c2h0r1i2s4t5o6p7h8e9r-l3u4n1a.com|sed 's/[0-9]//g'
2
3
pkgname=123elf
4
pkgver=1.0.0rc4
5
pkgrel=2
6
pkgdesc="Native port of Lotus 1-2-3 to Linux."
7
url="https://github.com/taviso/123elf"
8
depends=(lib32-ncurses)
9
makedepends=(cpio)
10
arch=('i686' 'x86_64')
11
license=('custom')
12
source=(https://github.com/taviso/$pkgname/archive/refs/tags/v$pkgver.tar.gz
13
https://archive.org/download/123-unix/123UNIX1.IMG
14
https://archive.org/download/123-unix/123UNIX2.IMG
15
https://archive.org/download/123-unix/123UNIX3.IMG
16
https://archive.org/download/123-unix/123UNIX4.IMG
17
https://archive.org/download/123-unix/123UNIX5.IMG
18
https://ftp.gnu.org/gnu/binutils/binutils-2.38.tar.xz
19
)
20
md5sums=('c1d56afbf72353cfc8b1e478dbbb5bb2'
21
'b759a30d019b5c7ae221f6119ff6c821'
22
'd0dba12e243b6d1f2ee8f27cb0a5c986'
23
'aaf8adb12d5915f443b0754ebf0a98d3'
24
'1752432abf4951589386db4f8ace4c92'
25
'0965e866b299af5046ec7973e7157211'
26
'6e39cad1bb414add02b5b1169c18fdc5')
27
noextract=(binutils-2.38.tar.xz
28
123UNIX1.IMG
29
123UNIX2.IMG
30
123UNIX3.IMG
31
123UNIX4.IMG
32
123UNIX5.IMG
33
)
34
35
build() {
36
cd "$srcdir/$pkgname-$pkgver"
37
ln -s ../../123UNIX1.IMG .
38
ln -s ../../123UNIX2.IMG .
39
ln -s ../../123UNIX3.IMG .
40
ln -s ../../123UNIX4.IMG .
41
ln -s ../../123UNIX5.IMG .
42
ln -s ../../binutils-2.38.tar.xz .
43
CFLAGS="" CPPFLAGS="" LDFLAGS="" ./binutils.sh
44
./extract.sh
45
make
46
}
47
package() {
48
cd "$srcdir/$pkgname-$pkgver"
49
make install prefix="$pkgdir"/usr/
50
}
51
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 |