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