monitorets
maintainer laurentvuille
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package builds from the project's own source on GitHub, which is normal AUR packaging; the orphaned status is a metadata issue, not a security 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-2507) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The package builds from the project's own source on GitHub, which is normal AUR packaging; the orphaned status is a metadata issue, not a security 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:
2
# Contributor: Mark Wagie <mark dot wagie at proton dot me>
3
pkgname=monitorets
4
pkgver=0.10.1
5
pkgrel=1
6
pkgdesc="Have always at a glance the usage of system resources"
7
arch=('any')
8
url="https://github.com/jorchube/monitorets"
9
license=('GPL-3.0-or-later')
10
depends=(
11
'libadwaita'
12
'python-cairo'
13
'python-gobject'
14
'python-psutil'
15
'python-xdg-base-dirs'
16
)
17
makedepends=('meson')
18
checkdepends=('appstream-glib')
19
source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/$pkgver.tar.gz")
20
sha256sums=('1592d8c1bded965dd7564fe5da3084dbb1a818ca4d9cfbd08885d7306cc54eb6')
21
22
prepare() {
23
cd "$pkgname-$pkgver"
24
25
# xdg is now xdg_base_dirs
26
sed -i 's/from xdg import/from xdg_base_dirs import/g' src/preferences.py
27
28
# correct version
29
sed -i "s/0.10.0/$pkgver/g" src/main.py
30
}
31
32
build() {
33
arch-meson "$pkgname-$pkgver" build
34
meson compile -C build
35
}
36
37
check() {
38
meson test -C build --no-rebuild --print-errorlogs || :
39
}
40
41
package() {
42
meson install -C build --no-rebuild --destdir "$pkgdir"
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 17:15:21 | MEDIUM | 1 |
| 2026-06-18 16:11:54 | CLEAN | 0 |