gpgfrontend
The source uses a git checkout from GitHub and a submodule from a non-whitelisted host, but it is part of the project's own build process; the worst case of a swapped host is limited to supply-chain risk in an otherwise standard open-source build, with no execution of prebuilt binaries or obfuscated payloads.
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 uses a git checkout from GitHub and a submodule from a non-whitelisted host, but it is part of the project's own build process; the worst case of a swapped host is limited to supply-chain risk in an otherwise standard open-source build, with no execution of prebuilt binaries or obfuscated payloads.
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:38
'git+https://git.bktus.com/gpgfrontend/vmime.git')
PKGBUILD
1 offending line(s) highlighted# Maintainer: Mark Wagie <mark dot wagie at proton dot me>
# Contributor: Konsonanz <maximilian.lehmann@protonmail.com>
pkgname=gpgfrontend
_app_id="com.bktus.$pkgname"
pkgver=2.2.2
pkgrel=1
pkgdesc="A modern OpenPGP tool with a unique dual-engine core"
arch=('x86_64')
url="https://gpgfrontend.bktus.com"
license=('GPL-3.0-or-later')
depends=(
'gpgme'
'gtest'
'hicolor-icon-theme'
'icu'
'libarchive'
'libsecret'
'libsodium'
'qt6-base'
)
makedepends=(
'cargo'
'cmake'
'desktop-file-utils'
'git'
'ninja'
'python'
'qt6-tools'
)
checkdepends=('appstream')
source=("git+https://github.com/saturneric/GpgFrontend#tag=v$pkgver"
'git+https://github.com/qt/qttranslations.git'
'git+https://github.com/saturneric/GpgFrontend-Modules.git'
'git+https://github.com/gpg/gpgme.git'
'git+https://github.com/gpg/libassuan.git'
'git+https://github.com/gpg/libgpg-error.git'
'git+https://github.com/corrosion-rs/corrosion.git'
'git+https://git.bktus.com/gpgfrontend/vmime.git')
sha256sums=('4791349d0b9cbbd41c3da8ebb1383ea7e7d0807d8132985386813efc60b67a5f'
'SKIP'
'SKIP'
'SKIP'
'SKIP'
'SKIP'
'SKIP'
'SKIP')
prepare() {
cd GpgFrontend
git submodule init
git config submodule.third_party/qttranslations.url "$srcdir/qttranslations"
git config submodule.modules.url "$srcdir/GpgFrontend-Modules"
git config submodule.third_party/gpgme.url "$srcdir/gpgme"
git config submodule.third_party/libassuan.url "$srcdir/libassuan"
git config submodule.third_party/libgpg-error.url "$srcdir/libgpg-error"
git config submodule.third_party/corrosion.url "$srcdir/corrosion"
git -c protocol.file.allow=always submodule update
pushd modules
git submodule init
git config submodule.src/m_email/vmime.url "$srcdir/vmime"
git -c protocol.file.allow=always submodule update
popd
export RUSTUP_TOOLCHAIN=stable
cargo fetch --manifest-path rust/Cargo.toml --target host-tuple
# Correct StartupWMClass
desktop-file-edit --set-key=StartupWMClass --set-value="$pkgname" \
"resource/appstream/${_app_id}.desktop"
}
build() {
export RUSTUP_TOOLCHAIN=stable
local cmake_options=(
-B build
-S GpgFrontend
-G Ninja
-W no-author
-D CMAKE_BUILD_TYPE='RelWithDebInfo'
-D CMAKE_INSTALL_PREFIX='/usr'
-D GPGFRONTEND_BUILD_STABLE='ON'
-D GPGFRONTEND_BUILD_APP_FOR_PACKAGE='ON'
-D GPGFRONTEND_BUILD_STRIP_RPATH='ON'
)
cmake "${cmake_options[@]}"
cmake --build build
}
check() {
cd GpgFrontend
appstreamcli validate --no-net "resource/appstream/${_app_id}.metainfo.xml"
desktop-file-validate "resource/appstream/${_app_id}.desktop"
}
package() {
DESTDIR="$pkgdir" cmake --install build
# Remove duplicate license & stray icons
rm -rv "$pkgdir/usr/share/licenses/"
rm -v "$pkgdir"/usr/{"${_app_id}.png",.DirIcon}
}
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 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 |
| 2026-08-30 00:04:14 | Low | 2 |
| 2026-08-29 00:29:17 | Low | 2 |