123elf
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
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)
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# Contributor: chrisl echo archlinux@c2h0r1i2s4t5o6p7h8e9r-l3u4n1a.com|sed 's/[0-9]//g'
pkgname=123elf
pkgver=1.0.0rc4
pkgrel=2
pkgdesc="Native port of Lotus 1-2-3 to Linux."
url="https://github.com/taviso/123elf"
depends=(lib32-ncurses)
makedepends=(cpio)
arch=('i686' 'x86_64')
license=('custom')
source=(https://github.com/taviso/$pkgname/archive/refs/tags/v$pkgver.tar.gz
https://archive.org/download/123-unix/123UNIX1.IMG
https://archive.org/download/123-unix/123UNIX2.IMG
https://archive.org/download/123-unix/123UNIX3.IMG
https://archive.org/download/123-unix/123UNIX4.IMG
https://archive.org/download/123-unix/123UNIX5.IMG
https://ftp.gnu.org/gnu/binutils/binutils-2.38.tar.xz
)
md5sums=('c1d56afbf72353cfc8b1e478dbbb5bb2'
'b759a30d019b5c7ae221f6119ff6c821'
'd0dba12e243b6d1f2ee8f27cb0a5c986'
'aaf8adb12d5915f443b0754ebf0a98d3'
'1752432abf4951589386db4f8ace4c92'
'0965e866b299af5046ec7973e7157211'
'6e39cad1bb414add02b5b1169c18fdc5')
noextract=(binutils-2.38.tar.xz
123UNIX1.IMG
123UNIX2.IMG
123UNIX3.IMG
123UNIX4.IMG
123UNIX5.IMG
)
build() {
cd "$srcdir/$pkgname-$pkgver"
ln -s ../../123UNIX1.IMG .
ln -s ../../123UNIX2.IMG .
ln -s ../../123UNIX3.IMG .
ln -s ../../123UNIX4.IMG .
ln -s ../../123UNIX5.IMG .
ln -s ../../binutils-2.38.tar.xz .
CFLAGS="" CPPFLAGS="" LDFLAGS="" ./binutils.sh
./extract.sh
make
}
package() {
cd "$srcdir/$pkgname-$pkgver"
make install prefix="$pkgdir"/usr/
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-17 00:27:14 | Low | 2 |
| 2026-09-16 00:03:17 | Low | 2 |
| 2026-09-15 00:25:31 | Low | 2 |
| 2026-09-14 00:27:57 | Low | 2 |
| 2026-09-13 00:19:54 | Low | 2 |
| 2026-09-12 00:25:17 | Low | 2 |
| 2026-09-11 00:19:22 | Low | 2 |
| 2026-09-10 00:22:44 | Low | 2 |
| 2026-09-09 00:04:09 | Low | 2 |
| 2026-09-08 00:18:08 | Low | 2 |
| 2026-09-07 00:30:15 | Low | 2 |
| 2026-09-06 00:17:06 | Low | 2 |
| 2026-09-05 00:16:27 | Low | 2 |
| 2026-09-04 00:03:13 | Low | 2 |
| 2026-09-03 00:15:47 | Low | 2 |
| 2026-09-02 00:02:31 | Low | 2 |
| 2026-09-01 00:11:19 | Low | 2 |
| 2026-08-31 00:19:57 | Low | 2 |
| 2026-08-30 00:04:14 | Low | 2 |
| 2026-08-29 00:29:17 | Low | 2 |