trs80gp-bin
The package downloads a source zip from a non-whitelisted but plausibly project-owned host (48k.ca), which hosts the official software; the content is a prebuilt binary, but given the project's nature and lack of obfuscation or remote code execution, the risk is low despite the unverifiable origin.
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 a source zip from a non-whitelisted but plausibly project-owned host (48k.ca), which hosts the official software; the content is a prebuilt binary, but given the project's nature and lack of obfuscation or remote code execution, the risk is low despite the unverifiable origin.
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:73
${_pkgname}-${pkgver}.zip::"http://48k.ca/${_pkgname}-${pkgver}.zip"
PKGBUILD
1 offending line(s) highlighted# Maintainer: Alexander Jacocks <alexander@redhat.com>
pkgname=trs80gp-bin
_pkgname=trs80gp
pkgver=2.5.7
pkgrel=1
pkgdesc="A TRS-80 Model 1,2,3,4,12,16,6000,MC-10,Color Computer,DT-1,Videotex Emulator"
arch=('x86_64')
url="http://48k.ca/trs80gp.html"
license=('AS IS')
depends=(
'brotli'
'bzip2'
'dbus'
'expat'
'glib2'
'icu'
'libcap'
'libffi'
'libxml2'
'pcre2'
'sqlite'
'systemd-libs'
'util-linux-libs'
'xz'
'zlib'
'zstd'
'at-spi2-core'
'cairo'
'flac'
'fontconfig'
'freetype2'
'fribidi'
'gdk-pixbuf2'
'graphite'
'gtk3'
'harfbuzz'
'jbigkit'
'json-glib'
'lame'
'libasyncns'
'libcloudproviders'
'libdatrie'
'libepoxy'
'libjpeg-turbo'
'libogg'
'libpng'
'libpulse'
'libsndfile'
'libthai'
'libtiff'
'libvorbis'
'libx11'
'libxau'
'libxcb'
'libxcomposite'
'libxcursor'
'libxdamage'
'libxdmcp'
'libxext'
'libxfixes'
'libxi'
'libxinerama'
'libxkbcommon'
'libxrandr'
'libxrender'
'mpg123'
'opus'
'pango'
'pixman'
'tracker3'
)
source=(
${_pkgname}-${pkgver}.zip::"http://48k.ca/${_pkgname}-${pkgver}.zip"
'LICENSE'
'trs80gp.desktop'
'trs80gp.man'
'AppIcon.appiconset.zip'
)
sha256sums=('a994bd5e62a0d09b9f2f259bd3009bf42c361bdb2ac105d557aacfde1a7926d0'
'09254eb4ab4b07a7604ac26bf87a8f64873671abb3d2de07603e2e28064788c0'
'b5786dc40374acbbf2891db508bb373a5d3678c8c2e5524bdb92d2c01b1425c4'
'8f1a877dea80f8ea19e8aa277b8348caeed9307bcdc9e4e65d14a9f90f1bc48b'
'754881dfe2170c05621a7ef5421c025f4504a9b2349559947d03f3a837892a67')
package() {
for size in 16 32 64 128 256 512; do
install -Dm644 "AppIcon.appiconset/icon_${size}x${size}.png" "$pkgdir"/usr/share/icons/hicolor/${size}x${size}/apps/${_pkgname}.png
done
sed -e "s/^Version=.*/Version=${pkgver}/" ${_pkgname}.desktop > ${_pkgname}.desktop.install
install -Dm644 "$srcdir/${_pkgname}.desktop.install" "${pkgdir}/usr/share/applications/${_pkgname}.desktop"
install -Dm644 "$srcdir/LICENSE" "$pkgdir"/usr/share/doc/${_pkgname}/LICENSE
install -Dm755 "$srcdir/linux-64/${_pkgname}" "${pkgdir}/usr/bin/${_pkgname}"
# install man pages
install -Dm755 ${_pkgname}.man "${pkgdir}/usr/share/man/man1/${_pkgname}.1"
}
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 |