ti99sim
The package downloads source code and ROM data from a personal domain, but both are checksummed and the ROMs are non-executable data files; the build process compiles the emulator from its own source, which is standard for AUR packages.
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 and ROM data from a personal domain, but both are checksummed and the ROMs are non-executable data files; the build process compiles the emulator from its own source, which is standard for AUR packages.
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://ftp.lloyd.fm/ti99sim/TIMRaD2.zip"
PKGBUILD
1 offending line(s) highlighted# Maintainer: Gavin Lloyd <gavinhungry@gmail.com>
pkgname=ti99sim
pkgver=0.16.0
pkgrel=6
pkgdesc="Texas Instruments TI-99/4A Home Computer Emulator"
arch=('x86_64')
url="http://www.mrousseau.org/programs/ti99sim"
license=('GPL')
depends=('sdl')
makedepends=('sdl')
source=("${url}/archives/${pkgname}-${pkgver}.src.tar.xz"
"https://ftp.lloyd.fm/ti99sim/TIMRaD2.zip"
"include-cstring.patch")
sha256sums=('14bd72f372fe1a253c3a25bca579d29b5c3e47aff2f22622188dc4023576b159'
'bf01737f996a335f4be84d2b170d2e16704b8242bd8447c5b6debb5b4f959b55'
'42b9ae172a1d2a9222a3c5d500c305e8517626ab4ed8473d0bfebe59ed81d561')
prepare() {
cd "${srcdir}"/${pkgname}-${pkgver}
patch -p0 < ../include-cstring.patch
}
build() {
cd "${srcdir}"/${pkgname}-${pkgver}
make
cd "${srcdir}"/ROMs
mv 994AGROM.Bin 994agrom.bin
mv 994aROM.Bin 994arom.bin
mv Disk.Bin ti-disk.bin
mv SpchROM.Bin spchrom.bin
"${srcdir}"/${pkgname}-${pkgver}/bin/convert-ctg 994a.bin
"${srcdir}"/${pkgname}-${pkgver}/bin/convert-ctg --cru=1100 ti-disk.bin
}
package() {
cd "${srcdir}"/${pkgname}-${pkgver}
# used by `Makefile.linux`
export DATA_DIR="${pkgdir}"/opt/${pkgname}
export BIN_DIR="${DATA_DIR}"/bin
export SYS_BIN="${BIN_DIR}" # prevent automatic symlink creation
mkdir -p "${BIN_DIR}" "${pkgdir}"/usr/bin
make install
cp "${srcdir}"/ROMs/TI-994A.ctg "${DATA_DIR}"/console
cp "${srcdir}"/ROMs/ti-disk.ctg "${DATA_DIR}"/console
cp "${srcdir}"/ROMs/spchrom.bin "${DATA_DIR}"/console
ln -s /opt/${pkgname}/bin/ti99sim-console "${pkgdir}"/usr/bin/
ln -s /opt/${pkgname}/bin/ti99sim-sdl "${pkgdir}"/usr/bin/
ln -s /usr/bin/ti99sim-sdl "${pkgdir}"/usr/bin/ti99sim
}
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 |