k-meleon-bin-wine
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:14
source=("https://o.rthost.win/kmeleon/KM${pkgver}-Goanna-${timecode}.7z" "https://a.fsdn.com/allura/p/kmeleon/icon?1499965860") -
PKGBUILD:14
source=("https://o.rthost.win/kmeleon/KM${pkgver}-Goanna-${timecode}.7z" "https://a.fsdn.com/allura/p/kmeleon/icon?1499965860")
llm_review
An AI model (anthropic/claude-4.6-sonnet-20260217) reviewed this and agrees it is MEDIUM (confidence 72%): The PKGBUILD downloads a prebuilt Windows binary (7z archive) from 'o.rthost.win', which is not the official K-Meleon distribution host (kmeleonbrowser.org or SourceForge). The official K-Meleon releases are hosted on SourceForge; this appears to be a personal/unofficial mirror. The archive is extracted and installed as an executable Windows binary that runs under Wine. While a SHA256 checksum is present, it only verifies the file hasn't changed since the PKGBUILD was written — it doesn't establish trust in the host. If the file at that URL were replaced, users would get a different checksum and the build would fail, but the host itself is not authoritative. The second source (icon from a.fsdn.com/allura) is from SourceForge's CDN and is fine. The core concern is a prebuilt executable binary from a non-official personal host, which is a genuine medium supply-chain risk. The wine_script and desktop_script are straightforward and contain no obfuscation or malicious logic.
PKGBUILD
1 offending line(s) highlighted#Maintainer: oshaboy <noamgilor{at}protonmail{dot}com>
pkgname=k-meleon-bin-wine
pkgver=76.4
timecode=20210213
pkgrel=1
pkgdesc="A Firefox Based Browser (runs through wine)"
arch=('i686' 'x86_64')
url="http://kmeleonbrowser.org/"
license=('GPL')
depends=(wine)
optdepends=(wine-mono wine_gecko)
makedepends=(p7zip)
source=("https://o.rthost.win/kmeleon/KM${pkgver}-Goanna-${timecode}.7z" "https://a.fsdn.com/allura/p/kmeleon/icon?1499965860")
sha256sums=('4be6d342a9a132f2b141d1bb5d85696a1b0aebbc48f4bd36f47b3accb35bec4a' '3d728db875f17ac7387b6dcdc5f39a10610170990076c67b866c7cae287fb960')
prepare() {
7z x -o"${srcdir}/k-meleon.d" KM${pkgver}-Goanna-${timecode}.7z
echo -e ${wine_script} >| ${srcdir}/k-meleon
echo -e ${desktop_script} >| ${srcdir}/k-meleon.desktop
chmod 755 ${srcdir}/k-meleon
mv "${srcdir}/icon?1499965860" "${srcdir}/kmeleon.png"
}
wine_script='
if [ ! -d ${HOME}/.kmeleon ] ; then \n
cp -r /opt/k-meleon ${HOME}/.kmeleon \n
chown -R $(whoami):$(whoami) ${HOME}/.kmeleon \n
fi \n
wine ${HOME}/.kmeleon/k-meleon.exe \n
'
desktop_script='
[Desktop Entry] \n
Name=K-Meleon (wine) \n
Exec=/usr/bin/k-meleon \n
Icon=kmeleon.png \n
Comment="A Firefox Based Browser (runs through wine)" \n
Type=Application \n
Terminal=false \n
Category=Network \n
'
package(){
mkdir "${pkgdir}/opt"
cp -r ${srcdir}/k-meleon.d "${pkgdir}/opt/k-meleon"
find "${pkgdir}/opt/k-meleon" -type d | xargs chmod 755
install -D "${srcdir}/k-meleon" "${pkgdir}/usr/bin/k-meleon"
#desktop link
install -Dm644 "${srcdir}/kmeleon.png" "${pkgdir}/usr/share/pixmaps/kmeleon.png"
install -Dm644 "${srcdir}/k-meleon.desktop" "${pkgdir}/usr/share/applications/k-meleon.desktop"
}
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 |