ldapx-bin

LOW
maintainer macmod 2 votes scanned 2026-08-20 00:05:13.298181
View on AUR
Why flagged

The package downloads prebuilt binaries from GitHub releases, which is a common and generally acceptable practice for AUR packages; the binaries are for a legitimate tool (ldapx) and the checksums are provided and match the sources, reducing risk despite the low-vote and recent upload flag.

Triggered rules

Low Few votes, recently uploaded zero_votes_recent

Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.

Low AI review llm_review

An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is LOW (confidence 95%): The package downloads prebuilt binaries from GitHub releases, which is a common and generally acceptable practice for AUR packages; the binaries are for a legitimate tool (ldapx) and the checksums are provided and match the sources, reducing risk despite the low-vote and recent upload flag.

PKGBUILD

1# Maintainer: Macmod <zz.mcmd at gmail dot com>
2pkgname=ldapx-bin
3_pkgname="${pkgname%-bin}"
4pkgver=v1.3.3
5pkgrel=1
6pkgdesc="Flexible LDAP proxy for inspecting and transforming LDAP traffic"
7arch=('x86_64' 'aarch64')
8url="https://github.com/Macmod/ldapx"
9license=('MIT')
10depends=('glibc')
11provides=("$_pkgname")
12conflicts=("$_pkgname" "$_pkgname-git")
13source_x86_64=("$url/releases/download/$pkgver/$_pkgname-$pkgver-linux-amd64.tar.gz")
14source_aarch64=("$url/releases/download/$pkgver/$_pkgname-$pkgver-linux-arm64.tar.gz")
15sha256sums_x86_64=('eeaf5e4f6632da8aa758b6fc9fe7dc19eb99ba7209b3e52cfd62a942e29f98b4')
16sha256sums_aarch64=('f47420f1a82a134e3a193c8586df6fde361f780de36519336a87fbd0e78802e2')
17
18package() {
19 install -Dm755 "$srcdir/$_pkgname" "$pkgdir/usr/bin/$_pkgname"
20 install -Dm644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE
21 install -Dm644 -t "$pkgdir/usr/share/doc/$pkgname" README.md
22}
23

Scan history

Scanned at (UTC)SeverityRules
2026-08-20 00:05:13 Low 2
2026-08-19 21:42:23 Low 2

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion