photoqt-extensions-bin
maintainer luspi
· 1 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, used to install non-executable extension files; worst case is tampered extensions, but no remote code execution or malicious payload execution is indicated.
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-2507) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The source is a prebuilt binary tarball from the project's official domain, used to install non-executable extension files; worst case is tampered extensions, but no remote code execution or malicious payload execution is indicated.
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:14
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
3
pkgname=photoqt-extensions-bin
4
_pkgname=photoqt-extensions
5
pkgver=5.4.1
6
pkgrel=1
7
pkgdesc="Extensions for PhotoQt image viewer"
8
arch=('x86_64')
9
url="http://photoqt.org/"
10
license=('GPL2')
11
conflicts=('photoqt-extensions' 'photoqt-extensions-debug')
12
provides=('photoqt-extensions-bin-debug')
13
depends=('exiv2')
14
source=(https://photoqt.org/downloads/bin/$_pkgname-$pkgver.tar.gz)
15
sha256sums=('8ab43ea745e1f36ed549a14acbff084cf20de84220fa1e628b492f87a0eb28d1')
16
17
# Extensions configured with:
18
#
19
# cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr
20
21
package() {
22
23
cd $srcdir/$_pkgname-$pkgver
24
25
find extensions/ -type f -exec install -Dm 755 "{}" "$pkgdir/usr/lib/PhotoQt/{}" \;
26
27
}
28
Changes since previous scan
--- PKGBUILD @ 2026-07-31 00:14+++ PKGBUILD @ 2026-08-03 00:08@@ -2,7 +2,7 @@ pkgname=photoqt-extensions-bin _pkgname=photoqt-extensions-pkgver=5.4+pkgver=5.4.1 pkgrel=1 pkgdesc="Extensions for PhotoQt image viewer" arch=('x86_64')@@ -12,7 +12,7 @@ provides=('photoqt-extensions-bin-debug') depends=('exiv2') source=(https://photoqt.org/downloads/bin/$_pkgname-$pkgver.tar.gz)-sha256sums=('9acd89a80b007ec5d2622d79a4e70e93f086f567eb5b05a086602132b2ace1a6')+sha256sums=('8ab43ea745e1f36ed549a14acbff084cf20de84220fa1e628b492f87a0eb28d1') # Extensions configured with: #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 |