openpref
maintainer kostyalamer
· 1 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads the source tarball, a patch, and a desktop file from a non-whitelisted but plausible third-party hosting site; however, it builds from source and installs only data and compiled binaries derived from the source, with no evidence of remote code execution or obfuscated payloads.
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 package downloads the source tarball, a patch, and a desktop file from a non-whitelisted but plausible third-party hosting site; however, it builds from source and installs only data and compiled binaries derived from the source, with no evidence of remote code execution or obfuscated payloads.
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=("http://altlinuxclub.ru/arhiv/openpref/${pkgname}-${pkgver}.tar.gz"
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Konstantin Kogan <kostyalamer@yandex.ru>
2
# Contributor: Konstantin Kogan <kostyalamer@yandex.ru>
3
pkgname=openpref
4
pkgver=0.1.3
5
pkgrel=2
6
epoch=1
7
pkgdesc="OpenPref - Preference game for linux"
8
arch=('x86_64')
9
url="http://sourceforge.net/projects/openpref/"
10
license=('GPL3')
11
groups=('games')
12
makedepends=('cmake')
13
depends=('qt4')
14
source=("http://altlinuxclub.ru/arhiv/openpref/${pkgname}-${pkgver}.tar.gz"
15
"http://altlinuxclub.ru/arhiv/openpref/openpref.desktop"
16
"http://altlinuxclub.ru/arhiv/openpref/openpref-0.1.3-alt-locale.patch" )
17
md5sums=('7b51607c2145f0063f405e159c6410bf'
18
'095603e7fb84f081a8b2a3234fbdc4c9'
19
'f1b06bb75de75169e2dfcb5c0cac02d1')
20
21
prepare() {
22
cd "${srcdir}/${pkgname}-${pkgver}"
23
patch -p1 < "${srcdir}/${pkgname}-${pkgver}-alt-locale.patch"
24
}
25
26
build() {
27
cd "$pkgname-$pkgver"
28
cmake .
29
make prefix=/usr
30
31
}
32
33
package() {
34
cd "$pkgname-$pkgver"
35
make prefix=/usr DESTDIR="$pkgdir" install
36
install -Dm755 openpref \
37
"$pkgdir/usr/bin/openpref"
38
cd ${srcdir}
39
install -D ${pkgname}.desktop ${pkgdir}/usr/share/applications/${pkgname}.desktop
40
install -Dm644 ${pkgdir}/usr/local/share/openpref/i18n/openpref_ru.qm ${pkgdir}/usr/share/openpref/openpref_ru.qm
41
rm -r ${pkgdir}/usr/local
42
43
}
44
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 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 |
| 2026-07-15 00:09:25 | LOW | 2 |