ucon64-gui
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.
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-09-17 00:27:14 | Medium | 2 |
| 2026-09-16 00:03:17 | Medium | 2 |
| 2026-09-15 00:25:31 | Medium | 2 |
| 2026-09-14 00:27:57 | Medium | 2 |
| 2026-09-13 00:19:54 | Medium | 2 |
| 2026-09-12 00:25:17 | Medium | 2 |
| 2026-09-11 00:19:22 | Medium | 2 |
| 2026-09-10 00:22:44 | Medium | 2 |
| 2026-09-09 00:04:09 | Medium | 2 |
| 2026-09-08 00:18:08 | Medium | 2 |
| 2026-09-07 00:30:15 | Medium | 2 |
| 2026-09-06 00:17:06 | Medium | 2 |
| 2026-09-05 00:16:27 | Medium | 2 |
| 2026-09-04 00:03:13 | Medium | 2 |
| 2026-09-03 00:15:47 | Medium | 2 |
| 2026-09-02 00:02:31 | Medium | 2 |
| 2026-09-01 00:11:19 | Medium | 2 |
| 2026-08-31 00:19:57 | Medium | 2 |
| 2026-08-30 00:04:14 | Medium | 2 |
| 2026-08-29 00:29:17 | Medium | 2 |