pods-git

maintainer ceciliamontecchi · 2 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, which is a normal AUR practice; the recent orphan re-adoption is noted but does not imply malicious intent or supply-chain 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 Git repository, which is a normal AUR practice; the recent orphan re-adoption is noted but does not imply malicious intent or supply-chain 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: Dušan Simić <dusan.simic1810@gmail.com>
2
3pkgname=pods-git
4pkgver=2.2.0.r33.g6616955
5pkgrel=1
6pkgdesc='A Podman desktop application'
7arch=(x86_64)
8url=https://github.com/marhkb/pods
9license=("GPL-3.0-or-later")
10depends=(
11 'gtksourceview5'
12 'libadwaita'
13 'podman'
14 'vte4'
15)
16makedepends=(
17 'git'
18 'cargo'
19 'meson'
20)
21checkdepends=('appstream-glib')
22provides=("${pkgname%-git}")
23conflicts=("${pkgname%-git}")
24source=("git+$url.git")
25md5sums=(SKIP)
26
27pkgver() {
28 cd ${pkgname%-git}
29 git describe --long --tags --abbrev=7 | sed 's/\([^-]*-g\)/r\1/;s/-/./g;s/^v//'
30}
31
32prepare() {
33 cd "${pkgname%-git}"
34 export RUSTUP_TOOLCHAIN=stable
35 cargo fetch --target host-tuple
36}
37
38build() {
39 export RUSTUP_TOOLCHAIN=stable
40 arch-meson "${pkgname%-git}" build
41 meson compile -C build
42}
43
44check() {
45 meson test -C build --no-rebuild --print-errorlogs
46}
47
48package() {
49 meson install -C build --no-rebuild --destdir "$pkgdir"
50}
51

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