gnome-encfs-manager-bin
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:22
source=("gnome-encfs-manager_${pkgver}_amd64.deb::https://ppa.launchpadcontent.net/gencfsm/ppa/ubuntu/pool/main/g/gnome-encfs-manager/gnome-encfs-manager_1.9~ubuntu23.04.1_amd64.deb")
llm_review
An AI model (anthropic/claude-4.6-sonnet-20260217) reviewed this and agrees it is MEDIUM (confidence 72%): The package downloads a prebuilt binary .deb from ppa.launchpadcontent.net, which is Canonical's official Launchpad PPA hosting infrastructure — not a random personal server. However, PPAs are user-controlled repositories where the PPA owner (gencfsm) can push arbitrary binaries at any time without independent review. The sha256sum pins a specific version, which mitigates silent substitution of the exact file, but the binary itself is a prebuilt executable from an Ubuntu PPA rather than compiled from source. This is a legitimate medium concern: a prebuilt binary from a user-controlled (though officially hosted) PPA is being installed as a system executable, and there is no source build to audit. The commented-out OpenSUSE OBS source suggests the maintainer switched hosts. The risk is real but not elevated to high — the sha256 checksum provides integrity for the pinned version, and Launchpad is a well-known hosting platform. This is a classic AUR binary-repackaging pattern with the standard supply-chain caveat of trusting the upstream PPA maintainer.
PKGBUILD
1 offending line(s) highlighted# Maintainer: Sergio Schneider <spsf64 at g m a i l . c o m>
# Contributor: xiota
# Contributor: Mike Krüger
## useful links
# https://launchpad.net/gencfsm
# https://moritzmolch.com/apps/gencfsm.html
pkgname=gnome-encfs-manager-bin
_pkgname=gnome-encfs-manager
pkgver=1.9
pkgrel=5
pkgdesc="An easy to use manager and mounter for encfs stashes"
url="https://launchpad.net/gencfsm"
license=('GPL-2.0-or-later')
arch=('x86_64')
provides=('gnome-encfs-manager')
conflicts=('gnome-encfs-manager')
#source=("https://download.opensuse.org/repositories/home:/moritzmolch:/gencfsm/Debian_10/amd64/gnome-encfs-manager_${pkgver}_amd64.deb")
source=("gnome-encfs-manager_${pkgver}_amd64.deb::https://ppa.launchpadcontent.net/gencfsm/ppa/ubuntu/pool/main/g/gnome-encfs-manager/gnome-encfs-manager_1.9~ubuntu23.04.1_amd64.deb")
sha256sums=('05ecbe8269feed0089421c2f15dfdb2e9e84ad58af957930a46e816e45535f59')
prepare() {
ar vx "gnome-encfs-manager_${pkgver}_amd64.deb"
tar -xf data.tar.zst
}
package() {
depends+=(
'encfs'
'gtk3'
'libappindicator-gtk3'
'libgee'
'libice'
'libsecret'
'libsm'
)
install -d "$pkgdir/usr/bin"
install -m755 "$srcdir/usr/bin/$_pkgname" "$pkgdir/usr/bin/"
install -d "$pkgdir/usr/share"
install -d "$pkgdir/usr/share/applications"
install -Dm644 "$srcdir/usr/share/applications/$_pkgname.desktop" "$pkgdir/usr/share/applications/"
install -d "$pkgdir/usr/share/dbus-1/services/"
install -Dm644 "$srcdir/usr/share/dbus-1/services/com.libertyzero.gnome-encfs-manager.service" "$pkgdir/usr/share/dbus-1/services/"
install -d "$pkgdir/usr/share/glib-2.0/schemas/"
install -Dm644 "$srcdir/usr/share/glib-2.0/schemas/com.libertyzero.gnome-encfs-manager.gschema.xml" "$pkgdir/usr/share/glib-2.0/schemas/"
install -d "$pkgdir/usr/share/gnome-encfs-manager/"
mv "$srcdir/usr/share/gnome-encfs-manager"/* "$pkgdir/usr/share/gnome-encfs-manager/"
install -d "$pkgdir/usr/share/icons/"
mv "$srcdir/usr/share/icons"/* "$pkgdir/usr/share/icons/"
# install -d "$pkgdir/usr/share/locale/"
# mv "$srcdir/usr/share/locale"/* "$pkgdir/usr/share/locale/"
}
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 |