mosaic-ck
The source is a tarball from a plausible project-related host (floodgap.com) hosting retro software; building from source is normal AUR practice, and the worst case of a swapped source is limited to outdated or tampered-with build inputs, not active code execution via prebuilt binaries.
Triggered rules
llm_review
The static rules flagged this MEDIUM, but an AI model (qwen/qwen3-235b-a22b-2507) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The source is a tarball from a plausible project-related host (floodgap.com) hosting retro software; building from source is normal AUR practice, and the worst case of a swapped source is limited to outdated or tampered-with build inputs, not active code execution via prebuilt binaries.
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:12
source=("http://www.floodgap.com/retrotech/machten/mosaic/mosaic${_pkgver}.tar.gz"
PKGBUILD
1 offending line(s) highlighted# Maintainer: Hans-Nikolai Viessmann <hans AT viess DOT mn>
pkgname='mosaic-ck'
pkgver=2.7ck13
_pkgver=27ck13
pkgrel=1
pkgdesc="One of the first graphical web browsers (unsupported port)"
url='http://www.floodgap.com/retrotech/machten/mosaic/'
license=('custom')
arch=('x86_64')
depends=('openmotif' 'libjpeg-turbo' 'libpng12' 'libxmu' 'libxpm' 'zlib')
source=("http://www.floodgap.com/retrotech/machten/mosaic/mosaic${_pkgver}.tar.gz"
#source=("http://www.floodgap.com/retrotech/machten/mosaic/mosaic${_pkgver}-src.zip"
'force-ansi.patch')
sha256sums=('e73857657f48d31b593a5b22ec51e19dea06707fb510a1bb6ba0b0282eaf4a3f'
'11813a985506adba6440960c34bc701fbc4da2157a30d2ea650d6e1df8f94558')
provides=('mosaic')
conflicts=('ncsa-mosaic-git')
prepare() {
cd "${srcdir}/${pkgname}"
patch -p1 < ../force-ansi.patch
}
build() {
cd "${srcdir}/${pkgname}"
make linux
}
package() {
cd "${srcdir}/${pkgname}"
install -Dm0755 "src/Mosaic" "$pkgdir/usr/bin/Mosaic"
#install -Dm0644 "desktop/Mosaic.png" "$pkgdir/usr/share/icons/Mosaic.png"
#install -Dm0644 "desktop/Mosaic.desktop" "$pkgdir/usr/share/applications/Mosaic.desktop"
# license
install -Dm0644 "COPYRIGHT" "$pkgdir/usr/share/licenses/$pkgname/COPYRIGHT"
}
Changes since previous scan
--- PKGBUILD @ 2026-09-05 00:16+++ PKGBUILD @ 2026-09-17 00:27@@ -1,28 +1,41 @@-# Maintainer: Hans-Nikolai Viessmann <hans @ viess.mn>+# Maintainer: Hans-Nikolai Viessmann <hans AT viess DOT mn> pkgname='mosaic-ck'-pkgver=2.7ck11+pkgver=2.7ck13+_pkgver=27ck13 pkgrel=1 pkgdesc="One of the first graphical web browsers (unsupported port)" url='http://www.floodgap.com/retrotech/machten/mosaic/' license=('custom') arch=('x86_64')-depends=('openmotif' 'libjpeg' 'libpng' 'libxmu' 'libxpm' 'zlib')-source=("http://www.floodgap.com/retrotech/machten/mosaic/mosaic27ck11-src.zip")-md5sums=('85fd21914c1e0f3488c134a83dedb6bf')+depends=('openmotif' 'libjpeg-turbo' 'libpng12' 'libxmu' 'libxpm' 'zlib')+source=("http://www.floodgap.com/retrotech/machten/mosaic/mosaic${_pkgver}.tar.gz"+#source=("http://www.floodgap.com/retrotech/machten/mosaic/mosaic${_pkgver}-src.zip"+ 'force-ansi.patch')+sha256sums=('e73857657f48d31b593a5b22ec51e19dea06707fb510a1bb6ba0b0282eaf4a3f'+ '11813a985506adba6440960c34bc701fbc4da2157a30d2ea650d6e1df8f94558') provides=('mosaic') conflicts=('ncsa-mosaic-git') +prepare() {+ cd "${srcdir}/${pkgname}"++ patch -p1 < ../force-ansi.patch+}+ build() {- cd mosaic-ck+ cd "${srcdir}/${pkgname}"+ make linux } package() {- cd mosaic-ck+ cd "${srcdir}/${pkgname}"+ install -Dm0755 "src/Mosaic" "$pkgdir/usr/bin/Mosaic"- install -Dm0644 "desktop/Mosaic.png" "$pkgdir/usr/share/icons/Mosaic.png"- install -Dm0644 "desktop/Mosaic.desktop" "$pkgdir/usr/share/applications/Mosaic.desktop"+ #install -Dm0644 "desktop/Mosaic.png" "$pkgdir/usr/share/icons/Mosaic.png"+ #install -Dm0644 "desktop/Mosaic.desktop" "$pkgdir/usr/share/applications/Mosaic.desktop"+ # license install -Dm0644 "COPYRIGHT" "$pkgdir/usr/share/licenses/$pkgname/COPYRIGHT" }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 22:01:36 | Medium | 1 |
| 2026-09-05 16:00:23 | Medium | 1 |
| 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 |