123-bin
The package downloads source code from the project's own GitHub repository and additional data files from archive.org, which is a non-standard but generally trustworthy host; the primary build is from a legitimate project source, and the archive.org files are static data images with no indication of executable code or remote code execution risk.
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 package downloads source code from the project's own GitHub repository and additional data files from archive.org, which is a non-standard but generally trustworthy host; the primary build is from a legitimate project source, and the archive.org files are static data images with no indication of executable code or remote code execution risk.
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:25
"https://archive.org/download/123-unix/123UNIX1.IMG"
PKGBUILD
1 offending line(s) highlighted# Maintainer: Audun-Marius Gangstø <audun@gangsto.org>
pkgname=123-bin
pkgver=3.0
pkgrel=4
epoch=
pkgdesc="Create, modify, and process financial or scientific models."
arch=("i386" "i686" "x86_64")
url="https://github.com/taviso/123elf"
license=('unknown')
groups=()
depends=("lib32-ncurses")
makedepends=('unzip' 'cpio' 'gcc' 'binutils' 'xz' 'git')
checkdepends=()
optdepends=()
provides=('123')
conflicts=()
replaces=()
backup=()
options=()
install=
changelog=
BINUTILS_DL="https://ftp.gnu.org/gnu/binutils"
BINUTILS_XZ="binutils-2.38.tar.xz"
source=("${pkgname}::git+https://github.com/taviso/123elf.git"
"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"
"$BINUTILS_DL/$BINUTILS_XZ"
)
noextract=(
'123UNIX1.IMG'
'123UNIX2.IMG'
'123UNIX3.IMG'
'123UNIX4.IMG'
'123UNIX5.IMG'
"$BINUTILS_XZ"
)
sha256sums=(
'SKIP'
'09996c4e8e33f83cacbde257ad4b04ca6b1432102b1d6eef28e64bdf5d6b7315'
'4bdc6559105fbf9e2237b06a896b2ea34ecadef086bdc08b1ee2b4928ad51239'
'336a30d68115b4f2a51c8aee4605b5f95d7bfd22e43c6a5779b9938563929f87'
'5a2fdc33cde7056522aa47740460cd44873e4b8c3bb4d3891b06610e95dd4218'
'444d28234594436334231aaa06431bee3323ce7e300ba8e7c62fe16c87c11681'
'e316477a914f567eccc34d5d29785b8b0f5a10208d36bbacedcc39048ecfe024'
)
validpgpkeys=()
prepare() {
cp 123UNIX1.IMG 123UNIX2.IMG 123UNIX3.IMG 123UNIX4.IMG 123UNIX5.IMG "$BINUTILS_XZ" "$pkgname"/
cd "$pkgname"
y | ./extract.sh
}
build() {
cd "$pkgname"
KEYMAPS=""
for k in xterm rxvt-unicode-256color xterm-256color rxvt terminology; do
[ -e /usr/share/terminfo/${k:0:1}/$k ] && KEYMAPS="${KEYMAPS} ${k}";
done
./binutils.sh || true
PATH="$PWD:$PATH" make KEYMAPS="$KEYMAPS"
}
check() {
cd "$pkgname"
make -k check
}
package() {
cd "$pkgname"
mkdir -p "$pkgdir/usr/bin"
make prefix="$pkgdir/usr" KEYMAPS="$KEYMAPS" install
}
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 |