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
7
pkgname=d0_blind_id-git
8
pkgver=r139.64983f4
9
pkgrel=2
10
pkgdesc="Cryptographic library for identification with Schnorr ID scheme and Blind RSA Signatures"
11
arch=('i686' 'x86_64' 'armv6h' 'armv7h')
12
url="https://github.com/xonotic/d0_blind_id"
13
license=('BSD')
14
depends=('gmp')
15
makedepends=('git')
16
source=("git+https://github.com/xonotic/d0_blind_id.git")
17
md5sums=('SKIP')
18
19
pkgver() {
20
cd "$srcdir/d0_blind_id"
21
printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
22
}
23
24
build() {
25
cd "$srcdir/d0_blind_id"
26
sh autogen.sh
27
./configure --prefix=/usr --enable-static --enable-shared
28
make
29
}
30
31
package() {
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) | 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 |