passbook-git
maintainer karstenpetersen
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package builds from the official GNOME GitLab repository, which is a legitimate source; the recent maintainer change does not introduce inherent risk as the source code origin remains trustworthy.
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 official GNOME GitLab repository, which is a legitimate source; the recent maintainer change does not introduce inherent risk as the source code origin remains trustworthy.
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=passbook-git
4
pkgver=0.8.r36.g750825d
5
pkgrel=2
6
pkgdesc="Password manager for GNOME"
7
arch=('any')
8
url="https://wiki.gnome.org/Apps/Passbook"
9
license=('GPL-3.0-or-later')
10
depends=(
11
'gtk3'
12
'libsecret'
13
'python-cairo'
14
'python-gobject'
15
)
16
makedepends=(
17
'git'
18
'gobject-introspection'
19
'meson'
20
)
21
checkdepends=('appstream-glib')
22
optdepends=('python-pykeepass: Support for keepass files')
23
provides=("${pkgname%-git}")
24
conflicts=("${pkgname%-git}")
25
source=('git+https://gitlab.gnome.org/gnumdk/passbook.git')
26
sha256sums=('SKIP')
27
28
pkgver() {
29
cd "${pkgname%-git}"
30
git describe --long --tags --abbrev=7 | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
31
}
32
33
build() {
34
arch-meson "${pkgname%-git}" build
35
meson compile -C build
36
}
37
38
check() {
39
meson test -C build --no-rebuild --print-errorlogs
40
}
41
42
package() {
43
meson install -C build --no-rebuild --destdir "$pkgdir"
44
}
45
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 |