sysdupd-git

maintainer dominiksadura · 0 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The package builds from a public Git repository (GitHub) under a plausible project owner, installs only the project's own code and data files, and the 'recently orphaned & re-adopted' flag is a metadata warning with no inherent security impact.

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 90%): The package builds from a public Git repository (GitHub) under a plausible project owner, installs only the project's own code and data files, and the 'recently orphaned & re-adopted' flag is a metadata warning with no inherent security impact.

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

1pkgname=sysdupd-git
2pkgver=r3.38de8ab
3pkgrel=1
4pkgdesc="a sleek libadwaita system update manager for soren's rig"
5arch=('any')
6url="https://virex.lol"
7license=('MIT')
8depends=('python' 'python-gobject' 'libadwaita' 'libportal-gtk4' 'libayatana-appindicator')
9makedepends=('git' 'python-setuptools')
10provides=('sysdupd')
11conflicts=('sysdupd')
12source=('sysdupd::git+https://github.com/hnpf/sysdupd.git') # change this to your actual repo link!
13sha256sums=('SKIP')
14
15pkgver() {
16 cd "$srcdir/${pkgname%-git}"
17 printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
18}
19
20package() {
21 cd "$srcdir/${pkgname%-git}"
22 python setup.py install --root="$pkgdir/" --optimize=1
23
24 # install the icons and desktop files from your data folder
25 install -Dm644 data/software-update-available-symbolic.svg "$pkgdir/usr/share/icons/hicolor/scalable/apps/com.virex.sysdupd-symbolic.svg"
26 install -Dm644 data/com.virex.Sysdupd.desktop "$pkgdir/usr/share/applications/com.virex.sysdupd.desktop"
27 install -Dm644 data/com.virex.Sysdupd.gschema.xml "$pkgdir/usr/share/glib-2.0/schemas/com.virex.sysdupd.gschema.xml"
28}
29

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 00:14:10 LOW 2
2026-07-30 17:15:21 MEDIUM 1
2026-06-18 16:11:54 CLEAN 0

Report a package

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

0 / 4000
Your suggestion