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
4pkgname=python-${_pkgname}-git
5pkgver=20.0.r36.ga41c2e6
6pkgrel=1
7pkgdesc="Dlib is a general purpose cross-platform C++ library designed using contract programming and modern C++ techniques. -- git non-CUDA version"
8arch=('x86_64')
9url="http://www.dlib.net/"
10license=('BSL-1.0')
11depends=('cblas' 'giflib' 'lapack' 'libjpeg-turbo' 'libpng' 'python' 'ffmpeg')
12makedepends=('git' 'boost' 'python-setuptools' 'sqlite' 'python-build' 'python-installer' 'python-wheel' 'python-cmake')
13optdepends=('sqlite')
14provides=('python-dlib')
15conflicts=('python-dlib' 'python-dlib-cuda')
16source=("git+https://github.com/davisking/dlib.git")
17b2sums=('SKIP')
18
19pkgver() {
20 cd "${_pkgname}"
21 git describe --long --tags --abbrev=7 | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
22}
23
24build(){
25 cd "${_pkgname}"
26 DLIB_USE_CUDA=OFF python -m build --wheel --no-isolation
27}
28
29package(){
30 cd "${_pkgname}"
31 python -m installer --destdir="${pkgdir}" dist/*.whl
32}
33

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