ucon64-gui
Triggered rules
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:11
source=(http://mirror.rosalab.ru/rosa/rosa2016.1/repository/${CARCH}/contrib/release//${pkgname}-${pkgver}-13-rosa2016.1.${CARCH}.rpm)
llm_review
An AI model (anthropic/claude-4.6-sonnet-20260217) reviewed this and agrees it is MEDIUM (confidence 78%): This PKGBUILD downloads a prebuilt binary RPM from mirror.rosalab.ru (a ROSA Linux mirror, not the upstream project's official release channel at sourceforge.net) and installs the extracted binary directly. Two compounding issues: (1) the binary is a precompiled executable from a third-party Linux distribution's mirror, not the upstream source, meaning any compromise or tampering of that mirror would result in arbitrary code execution on the user's system; (2) sha256sums=('SKIP') means there is zero integrity verification — any content served at that URL is accepted unconditionally. The commented-out alternative section shows the maintainer knows the upstream SourceForge source exists but chose the ROSA mirror instead. This is a genuine supply-chain concern: an executed binary from a non-official, non-upstream host with no checksum validation.
PKGBUILD
1 offending line(s) highlighted# Maintainer: Mike Polvere <mic.tjs@gmail.com>
pkgname=ucon64-gui
pkgver=2.0.0
pkgrel=13
pkgdesc="GUI for Ucon64 (UI also known as uf-FOX), a console ROM backup tool and emulator's Swiss Army knife program. "
arch=('i586' 'x86_64')
url="http://ucon64.sourceforge.net/index.php"
license=('GPL')
depends=('gcc-libs' 'glibc' 'fox-devel' 'ucon64')
source=(http://mirror.rosalab.ru/rosa/rosa2016.1/repository/${CARCH}/contrib/release//${pkgname}-${pkgver}-13-rosa2016.1.${CARCH}.rpm)
sha256sums=('SKIP')
package() {
cd "usr"
install -Dm644 "share/doc/${pkgname}/gpl.txt" "${pkgdir}/usr/share/doc/${pkgname}/gpl.txt"
install -Dm644 "share/doc/${pkgname}/README.txt" "${pkgdir}/usr/share/doc/${pkgname}/README.txt"
install -Dm775 "bin/uf" "${pkgdir}/usr/bin/ucon64-gui"
}
################
# optional #
################
# pkgname=ucon64-gui
# _pkgname=uf-FOX
# pkgver=1.1
# pkgrel=1
# pkgdesc="GUI for Ucon64 (UI also known as uf-FOX), a console ROM backup tool and emulator's Swiss Army knife program. "
# arch=('i686' 'x86_64')
# url="http://ucon64.sourceforge.net/index.php"
# license=('GPL')
# depends=('lib32-libxext' 'lib32-libstdc++5' 'ucon64')
# source=(http://downloads.sourceforge.net/ucon64/${_pkgname}-${pkgver}-linux-bin.zip)
# sha256sums=('SKIP')
# package() {
# cd "${_pkgname}-${pkgver}-linux-bin"
# install -Dm644 "gpl.txt" "${pkgdir}/usr/share/doc/${pkgname}/gpl.txt"
# install -Dm644 "README.txt" "${pkgdir}/usr/share/doc/${pkgname}/README.txt"
# install -Dm775 "uf" "${pkgdir}/usr/bin/ucon64-gui"
# }
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-03 00:08:14 | MEDIUM | 2 |
| 2026-08-02 00:16:08 | MEDIUM | 2 |
| 2026-08-01 00:11:18 | MEDIUM | 2 |
| 2026-07-31 00:14:10 | MEDIUM | 2 |
| 2026-07-30 00:17:23 | MEDIUM | 2 |
| 2026-07-29 00:25:53 | MEDIUM | 2 |
| 2026-07-28 00:07:28 | MEDIUM | 2 |
| 2026-07-27 00:24:32 | MEDIUM | 2 |
| 2026-07-26 00:07:32 | MEDIUM | 2 |
| 2026-07-25 00:13:44 | MEDIUM | 2 |
| 2026-07-24 00:02:28 | MEDIUM | 2 |
| 2026-07-23 00:14:47 | MEDIUM | 2 |
| 2026-07-22 00:29:32 | MEDIUM | 2 |
| 2026-07-21 00:24:15 | MEDIUM | 2 |
| 2026-07-20 00:19:49 | MEDIUM | 2 |
| 2026-07-19 00:17:08 | MEDIUM | 2 |
| 2026-07-18 00:14:48 | MEDIUM | 2 |
| 2026-07-17 00:06:16 | MEDIUM | 2 |
| 2026-07-16 00:05:41 | MEDIUM | 2 |
| 2026-07-15 00:09:25 | MEDIUM | 2 |