kseexpr-qt6-git
maintainer mdrv
· 1 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package builds from the project's own git repository on a plausibly official forge (invent.kde.org), which is normal for AUR packages; the recent maintainer change does not imply malicious intent or code risk.
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 builds from the project's own git repository on a plausibly official forge (invent.kde.org), which is normal for AUR packages; the recent maintainer change does not imply malicious intent or code risk.
1 higher static finding superseded - not the current verdict (shown for transparency)
MEDIUM
Recently orphaned & re-adopted
orphaned_readopted
This package was orphaned and re-adopted within the last 30 days — a window where ownership transfers can introduce malicious changes.
PKGBUILD
1
# Maintainer: Umar Alfarouk <medrivia@gmail.com>
2
# Contributor: Antonio Rojas <arojas@archlinux.org>
3
4
pkgname=kseexpr-qt6-git
5
pkgver=6.0.0.0.r67.g713c79f
6
pkgrel=1
7
pkgdesc='An embeddable expression evaluation engine (Krita fork)'
8
arch=(x86_64 aarch64)
9
url='https://krita.org'
10
license=(GPL-3.0-or-later)
11
provides=(kseexpr-qt6)
12
conflicts=(kseexpr-qt6 kseexpr)
13
depends=(gcc-libs
14
glibc
15
qt6-base)
16
makedepends=(extra-cmake-modules
17
qt6-tools)
18
source=(git+https://invent.kde.org/graphics/kseexpr.git)
19
sha256sums=('SKIP')
20
21
pkgver() {
22
cd kseexpr
23
git describe --long --tags --abbrev=7 | sed 's/\([^-]*-g\)/r\1/;s/-/./g' | sed "s/^v//g"
24
}
25
26
build() {
27
cmake -B build -S kseexpr \
28
-DCMAKE_INSTALL_PREFIX=/usr \
29
-DBUILD_DEMOS=OFF \
30
-DBUILD_TESTS=OFF
31
cmake --build build
32
}
33
34
package() {
35
DESTDIR="$pkgdir" cmake --install build
36
}
37
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 |