photoqt-bin
maintainer luspi
· 5 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The source is a prebuilt binary tarball from the project's official domain (photoqt.org), which is not on the whitelist but is plausibly legitimate; the worst case of a swapped source would be code execution, but the host is the project's own, making it a standard binary package with normal supply-chain trust assumptions.
Triggered rules
LOW
AI review downgraded a static finding
llm_review
The static rules flagged this MEDIUM, but an AI model (qwen/qwen3-235b-a22b-07-25) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The source is a prebuilt binary tarball from the project's official domain (photoqt.org), which is not on the whitelist but is plausibly legitimate; the worst case of a swapped source would be code execution, but the host is the project's own, making it a standard binary package with normal supply-chain trust assumptions.
1 higher static finding superseded - not the current verdict (shown for transparency)
MEDIUM
source=() URL on a non-standard host
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:16
source=(https://photoqt.org/downloads/bin/$_pkgname-$pkgver.tar.gz)
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Lukas Spies <lukas (at) photoqt _dot_ org>
2
# Contributor: archtux <antonio dot arias99999 at gmail dot com>
3
4
pkgname=photoqt-bin
5
_pkgname=photoqt
6
pkgver=5.4
7
pkgrel=1
8
pkgdesc="Fast and highly configurable image viewer with a simple and nice interface (binary release)"
9
arch=('x86_64')
10
url="http://photoqt.org/"
11
license=('GPL2')
12
conflicts=('photoqt' 'photoqt-debug')
13
provides=('photoqt' 'photoqt-bin-debug')
14
depends=('exiv2' 'imagemagick' 'qt6-imageformats' 'qt6-multimedia' 'qt6-svg' 'qt6-declarative' 'qt6-location' 'qt6-positioning' 'libraw' 'hicolor-icon-theme' 'libarchive' 'kimageformats' 'mpv' 'resvg>=0.43.0' 'python-pychromecast' 'qt6-webengine' 'zxing-cpp' 'lcms2' 'openmp' 'yaml-cpp' 'ffmpegthumbnailer' 'qt6-quick3d')
15
optdepends=('photoqt-extensions-bin: Official extensions for PhotoQt')
16
source=(https://photoqt.org/downloads/bin/$_pkgname-$pkgver.tar.gz)
17
sha256sums=('76d72863bec863852829cfcce4788306b785e1740b5ade1da9bedc1859da833c')
18
19
# PhotoQt configured with:
20
#
21
# cmake .. -DWITH_CHROMECAST=ON -DWITH_DEVIL=OFF -DWITH_EXIV2=ON -DWITH_EXTENSIONS_SUPPORT=ON
22
# -DWITH_IMAGEMAGICK=ON -DWITH_LCMS2=ON -DWITH_LIBARCHIVE=ON -DWITH_LIBRAW=ON
23
# -DWITH_LOCATION=ON -DWITH_MOTIONPHOTO=ON -DWITH_PHOTOSPHERE=ON -DWITH_QTPDF=ON
24
# -DWITH_RESVG=ON -DWITH_VIDEO_MPV=ON -DWITH_VIDEO_QT=ON -DWITH_ZXING=ON
25
# -DWITH_GRAPHICSMAGICK=OFF -DWITH_POPPLER=OFF -DCMAKE_BUILD_TYPE=Release
26
# -DCMAKE_INSTALL_PREFIX=/usr -DWITH_FFMPEGTHUMBNAILER=ON
27
28
package() {
29
30
cd $srcdir/$_pkgname-$pkgver
31
32
# install binary
33
install -Dm0755 -t "$pkgdir/usr/bin/" photoqt
34
35
# install desktop file
36
install -Dm0644 -t "$pkgdir/usr/share/applications/" org.photoqt.PhotoQt.desktop
37
38
# install metainfo
39
install -Dm0644 -t "$pkgdir/usr/share/metainfo/" org.photoqt.PhotoQt.metainfo.xml
40
41
# install icons
42
for size in 16x16 32x32 48x48 64x64 128x128 256x256 512x512 1024x1024; do
43
install -Dm0644 -t "$pkgdir/usr/share/icons/hicolor/$size/apps" "icons/$size/apps/org.photoqt.PhotoQt.png"
44
done
45
46
}
47
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-03 00:08:14 | LOW | 2 |
| 2026-08-02 00:16:08 | LOW | 2 |
| 2026-08-01 00:11:18 | LOW | 2 |
| 2026-07-31 09:17:30 | MEDIUM | 1 |
| 2026-07-31 00:14:10 | LOW | 2 |
| 2026-07-30 00:17:23 | LOW | 2 |
| 2026-07-29 00:25:53 | LOW | 2 |
| 2026-07-28 00:07:28 | LOW | 2 |
| 2026-07-27 00:24:32 | LOW | 2 |
| 2026-07-26 00:07:32 | LOW | 2 |
| 2026-07-25 00:13:44 | LOW | 2 |
| 2026-07-24 00:02:28 | LOW | 2 |
| 2026-07-23 00:14:47 | LOW | 2 |
| 2026-07-22 00:29:32 | LOW | 2 |
| 2026-07-21 00:24:15 | LOW | 2 |
| 2026-07-20 00:19:49 | LOW | 2 |
| 2026-07-19 00:17:08 | LOW | 2 |
| 2026-07-18 00:14:48 | LOW | 2 |
| 2026-07-17 00:06:16 | LOW | 2 |
| 2026-07-16 00:05:41 | LOW | 2 |