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>
3pkgname=passbook-git
4pkgver=0.8.r36.g750825d
5pkgrel=2
6pkgdesc="Password manager for GNOME"
7arch=('any')
8url="https://wiki.gnome.org/Apps/Passbook"
9license=('GPL-3.0-or-later')
10depends=(
11 'gtk3'
12 'libsecret'
13 'python-cairo'
14 'python-gobject'
15)
16makedepends=(
17 'git'
18 'gobject-introspection'
19 'meson'
20)
21checkdepends=('appstream-glib')
22optdepends=('python-pykeepass: Support for keepass files')
23provides=("${pkgname%-git}")
24conflicts=("${pkgname%-git}")
25source=('git+https://gitlab.gnome.org/gnumdk/passbook.git')
26sha256sums=('SKIP')
27
28pkgver() {
29 cd "${pkgname%-git}"
30 git describe --long --tags --abbrev=7 | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
31}
32
33build() {
34 arch-meson "${pkgname%-git}" build
35 meson compile -C build
36}
37
38check() {
39 meson test -C build --no-rebuild --print-errorlogs
40}
41
42package() {
43 meson install -C build --no-rebuild --destdir "$pkgdir"
44}
45

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