feem
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:15
"https://f000.backblazeb2.com/file/feemdownloads/Feem-${pkgver}-x86_64.AppImage"
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 binary AppImage from Backblaze B2 storage (f000.backblazeb2.com/file/feemdownloads/), which is the official Feem download host used by the vendor (feem.io links to Backblaze B2 for downloads). The binary is then extracted and installed directly. While Backblaze B2 is a legitimate CDN/storage service and this appears to be the actual vendor's distribution channel, it is not a canonical software repository and the file could theoretically be replaced. A sha256sum is present, which mitigates silent substitution risk somewhat, though the hash itself could be wrong or outdated. The core concern is that a closed-source, prebuilt binary from a third-party storage host is being extracted and installed as a system binary — this is a real supply-chain concern (executed binary from non-standard host) even if it appears to be the legitimate vendor distribution method. The cheaper model's MEDIUM rating is appropriate here.
PKGBUILD
1 offending line(s) highlighted# Maintainer: qaz <fkxxyz@163.com>
# Contributor: qaz <fkxxyz@163.com>
pkgname=feem
pkgver=4.4.2
pkgrel=1
pkgdesc="Share Files in LAN. OFFLINE! No Cloud. No Servers. No Limits."
arch=("x86_64")
url="https://www.feem.io/"
license=('custom')
makedepends=('p7zip')
depends=('qt5-webkit' 'hicolor-icon-theme')
optdepends=('gstreamer: multimedia support')
source=(
"https://f000.backblazeb2.com/file/feemdownloads/Feem-${pkgver}-x86_64.AppImage"
)
prepare() {
cd "${srcdir}"
7z x -y "Feem-${pkgver}-x86_64.AppImage"
}
package() {
cd "${srcdir}"
install -d "${pkgdir}/usr/share"
cp -a ./usr/share/icons "${pkgdir}/usr/share/icons"
cp -a ./usr/share/applications "${pkgdir}/usr/share/applications"
find "${pkgdir}/usr" -type d -exec chmod 755 {} \;
install -D ./usr/bin/Feem "${pkgdir}/usr/bin/feem"
install -d "${pkgdir}/usr/share/licenses/$pkgname"
echo '
© FeePerfect. All rights reserved.
Created By Fritz Ekwoge
From the beautiful city of Buea, Cameroon.
About Us
We are FeePerfect. A small, high-tech company providing innovative ideas
for people and businesses. We are based in Cameroon, Africa. Our award
winning products help people solve problems that they deal with each and
every day. We will always work hard to please our customers and are always
happy to do business with you.
Send us an email: info@feeperfect.com and we''ll be glad to help.
' > "${pkgdir}/usr/share/licenses/$pkgname/LICENSE"
}
# vim:set ts=2 sw=2 et:
sha256sums=('3934df10fae0b93fc975ffdda462e82022252ea7c684114628cbce28cb775e8a')
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 |