lmdb-git
maintainer Chocobo1
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package builds from the official project Git repository and a .pc file from Arch Linux's official GitLab, both legitimate sources; the non-whitelisted host is a project-owned forge, not a swappable file host, and no untrusted executable is run.
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-07-25) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The package builds from the official project Git repository and a .pc file from Arch Linux's official GitLab, both legitimate sources; the non-whitelisted host is a project-owned forge, not a swappable file host, and no untrusted executable is run.
1 higher static finding superseded - not the current verdict (shown for transparency)
MEDIUM
source=() URL on a non-standard host
source_untrusted_domain
One or more source=() URLs point to a host outside the trusted allowlist (github.com, gitlab.com, codeberg.org, pypi.org, …).
-
PKGBUILD:15
source=("git+https://git.openldap.org/openldap/openldap.git"
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Chocobo1 <chocobo1 AT archlinux DOT net>
2
3
pkgname=lmdb-git
4
pkgver=0.9.30.r22965.g6b77544ab
5
pkgrel=2
6
pkgdesc="Extraordinarily fast, memory-efficient database"
7
arch=('i686' 'x86_64')
8
url="https://symas.com/lmdb/"
9
license=('custom')
10
depends=('glibc')
11
makedepends=('git')
12
provides=("lmdb=$pkgver")
13
conflicts=('lmdb')
14
options=('staticlibs')
15
source=("git+https://git.openldap.org/openldap/openldap.git"
16
"lmdb.pc::https://gitlab.archlinux.org/archlinux/packaging/packages/lmdb/-/raw/main/lmdb.pc")
17
sha256sums=('SKIP'
18
'SKIP')
19
20
21
pkgver() {
22
cd "openldap/libraries/liblmdb"
23
24
git describe --long --tags | sed 's/^LMDB_//;s/\([^-]*-g\)/r\1/;s/-/./g'
25
}
26
27
build() {
28
cd "openldap/libraries/liblmdb"
29
30
make
31
}
32
33
check() {
34
cd "openldap/libraries/liblmdb"
35
36
make test
37
}
38
39
package() {
40
cd "openldap/libraries/liblmdb"
41
42
make \
43
DESTDIR="$pkgdir" \
44
prefix="/usr" \
45
install
46
47
sed -e "s|@PKGVER@|$pkgver|" -i "$srcdir/lmdb.pc"
48
install -Dm644 "$srcdir/lmdb.pc" -t "$pkgdir/usr/lib/pkgconfig"
49
50
install -Dm644 {COPYRIGHT,LICENSE} -t "$pkgdir/usr/share/licenses/lmdb"
51
}
52
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 00:17:23 | LOW | 2 |
| 2026-07-29 00:25:53 | LOW | 2 |
| 2026-07-28 00:07:28 | LOW | 2 |
| 2026-07-27 00:24:32 | LOW | 2 |
| 2026-07-26 00:07:32 | LOW | 2 |
| 2026-07-25 00:13:44 | LOW | 2 |
| 2026-07-24 00:02:28 | LOW | 2 |
| 2026-07-23 00:14:47 | LOW | 2 |
| 2026-07-22 00:29:32 | LOW | 2 |
| 2026-07-21 00:24:15 | LOW | 2 |
| 2026-07-20 00:19:49 | LOW | 2 |
| 2026-07-19 00:17:08 | LOW | 2 |
| 2026-07-18 00:14:48 | LOW | 2 |
| 2026-07-17 00:06:16 | LOW | 2 |
| 2026-07-16 00:05:41 | LOW | 2 |
| 2026-07-15 00:09:25 | LOW | 2 |