rapidraw-tethering-bin
The package downloads a prebuilt .deb from GitHub releases, which is an unverifiable executable binary; if the source were swapped, it could execute arbitrary code, constituting a supply-chain risk.
Triggered rules
zero_votes_recent
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
llm_review
The static rules found a suspicious pattern they could not resolve, so an AI model (qwen/qwen3-235b-a22b-2507) reviewed it and judged it MEDIUM (confidence 95%): The package downloads a prebuilt .deb from GitHub releases, which is an unverifiable executable binary; if the source were swapped, it could execute arbitrary code, constituting a supply-chain risk.
PKGBUILD
# Maintainer: Valentin Weber
pkgname="rapidraw-tethering-bin"
pkgver=1.6.3
pkgrel=2
pkgdesc="GPU-accelerated RAW image editor with tethering support"
url="https://github.com/CyberTimon/RapidRAW"
license=('AGPL-3.0-only')
arch=('x86_64')
depends=('libgphoto2' 'hicolor-icon-theme' 'webkit2gtk-4.1' 'gtk3' 'dbus' 'libsoup3' 'glib2' 'cairo' 'gdk-pixbuf2' 'libgcc' 'libstdc++' 'glibc')
provides=("rapidraw")
conflicts=("rapidraw")
sha256sums=('851b436048b3b49898fdbd6e191621b9ff26e9c8b33949ff182597e5e2038c27')
_ubuntuver=24.04
_debfile="03_tethering_RapidRAW_v${pkgver}_ubuntu-${_ubuntuver}"
source=("$url/releases/download/v${pkgver}/${_debfile}_amd64.deb")
package() {
bsdtar -xf data.tar.* -C "$pkgdir" usr
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-16 21:23:45 | Medium | 2 |