python-dlib-git
maintainer tijnvanenschot
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
Package builds from the official project's GitHub repository, which is a normal and trusted source for AUR packages; the 'recently orphaned and re-adopted' flag is a procedural concern, not a security risk.
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%): Package builds from the official project's GitHub repository, which is a normal and trusted source for AUR packages; the 'recently orphaned and re-adopted' flag is a procedural concern, not a security risk.
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: Aseem Athale <athaleaseem@gmail.com>
2
3
_pkgname=dlib
4
pkgname=python-${_pkgname}-git
5
pkgver=20.0.r36.ga41c2e6
6
pkgrel=1
7
pkgdesc="Dlib is a general purpose cross-platform C++ library designed using contract programming and modern C++ techniques. -- git non-CUDA version"
8
arch=('x86_64')
9
url="http://www.dlib.net/"
10
license=('BSL-1.0')
11
depends=('cblas' 'giflib' 'lapack' 'libjpeg-turbo' 'libpng' 'python' 'ffmpeg')
12
makedepends=('git' 'boost' 'python-setuptools' 'sqlite' 'python-build' 'python-installer' 'python-wheel' 'python-cmake')
13
optdepends=('sqlite')
14
provides=('python-dlib')
15
conflicts=('python-dlib' 'python-dlib-cuda')
16
source=("git+https://github.com/davisking/dlib.git")
17
b2sums=('SKIP')
18
19
pkgver() {
20
cd "${_pkgname}"
21
git describe --long --tags --abbrev=7 | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
22
}
23
24
build(){
25
cd "${_pkgname}"
26
DLIB_USE_CUDA=OFF python -m build --wheel --no-isolation
27
}
28
29
package(){
30
cd "${_pkgname}"
31
python -m installer --destdir="${pkgdir}" dist/*.whl
32
}
33
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 |