d0_blind_id-git

maintainer alexanderlaine · 2 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The package builds from a public, version-controlled source (GitHub) of a known cryptographic library; the orphaned status and unverifiable checksum (SKIP) are procedural concerns but do not indicate active risk given the transparent upstream.

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 a public, version-controlled source (GitHub) of a known cryptographic library; the orphaned status and unverifiable checksum (SKIP) are procedural concerns but do not indicate active risk given the transparent upstream.

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: Michal Wojdyla < micwoj9292 at gmail dot com >
2# Contributor: M Novick <mnovick1988@gmail.com>
3#
4# Note: Copied and updated from old AUR3.
5#
6
7pkgname=d0_blind_id-git
8pkgver=r139.64983f4
9pkgrel=2
10pkgdesc="Cryptographic library for identification with Schnorr ID scheme and Blind RSA Signatures"
11arch=('i686' 'x86_64' 'armv6h' 'armv7h')
12url="https://github.com/xonotic/d0_blind_id"
13license=('BSD')
14depends=('gmp')
15makedepends=('git')
16source=("git+https://github.com/xonotic/d0_blind_id.git")
17md5sums=('SKIP')
18
19pkgver() {
20 cd "$srcdir/d0_blind_id"
21 printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
22}
23
24build() {
25 cd "$srcdir/d0_blind_id"
26 sh autogen.sh
27 ./configure --prefix=/usr --enable-static --enable-shared
28 make
29}
30
31package() {
32 cd "$srcdir/d0_blind_id"
33 make DESTDIR="$pkgdir/" install
34 install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
35}
36

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