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
4pkgname=photoqt-bin
5_pkgname=photoqt
6pkgver=5.4
7pkgrel=1
8pkgdesc="Fast and highly configurable image viewer with a simple and nice interface (binary release)"
9arch=('x86_64')
10url="http://photoqt.org/"
11license=('GPL2')
12conflicts=('photoqt' 'photoqt-debug')
13provides=('photoqt' 'photoqt-bin-debug')
14depends=('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')
15optdepends=('photoqt-extensions-bin: Official extensions for PhotoQt')
16source=(https://photoqt.org/downloads/bin/$_pkgname-$pkgver.tar.gz)
17sha256sums=('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
28package() {
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)SeverityRules
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

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion