pqp

LOW
maintainer orphaned 4 votes scanned 2026-09-17 00:27:14.276658
View on AUR
Why flagged

The source is a tarball from the project's official academic host, used to build the library itself; this is normal AUR packaging despite the non-whitelisted domain.

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 source is a tarball from the project's official academic host, used to build the library itself; this is normal AUR packaging despite the non-whitelisted domain.

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:11 source=(http://gamma.cs.unc.edu/software/downloads/SSV/${pkgname}-${pkgver}.tar.gz

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Sven Schneider <archlinux.sandmann@googlemail.com>
2
3pkgname=pqp
4pkgver=1.3
5pkgrel=3
6pkgdesc="A library for performing proximity queries on a pair of geometric models composed of triangles"
7arch=('i686' 'x86_64')
8url="http://gamma.cs.unc.edu/SSV/"
9license=('Custom')
10options=(staticlibs)
11source=(http://gamma.cs.unc.edu/software/downloads/SSV/${pkgname}-${pkgver}.tar.gz
12 LICENSE
13 fpic.patch)
14md5sums=('f710e24a62db763d61d08667439d46fd'
15 'a84efad9de33fd28444fa14f9bd7d273'
16 '4bc614687ef5b95df3b9be31ca46c662')
17sha256sums=('00bdcb380206393349ed7ee9a773f894bf796059c66cec0d97c0a93649eb012f'
18 '15a28f160c5961b29511b77ead4528755b55dd5a4aa0adc8dfe735db8a03cca4'
19 'ec28121b428b14940a3a19386d889ad1d21f6156d3e7bced764e75ac071e3bd6')
20sha384sums=('064b080711c5f8303401eee018175aa552280ee64a37115a3e3e9eaabc312fc55a9d31d97ade872c95cb646798618cde'
21 '86b1dac77fefd183350f142ed3f92314cb67276bc1c00526e24d8346d8a8f681748c2abb7daf78f8e440e187ee4e7277'
22 '4bd6e785eea4d3c01712aa9a6c9d1f2a6da8994a1c7af87a4d8b767f74726055bdc50dd68ff22d4242e88be7849e144f')
23sha512sums=('baad7b050b13a6d13de5110cdec443048a3543b65b0d3b30d1b5f737b46715052661f762ef71345d39978c0c788a30a3a935717664806b4729722ee3594ebdc1'
24 '9b363188ee38fb9aa7d2d7ed25017f8da361156e651f91a61733055e4d1be3ca57e418584a33b8dcb0875ef50b3889235b042bafe71cf7c83fb0d79879f6f744'
25 '50004c678c0ce51e4511d392572a65789f8cfacde8d5cbc9f6a607f79aac74cb3a94dbd8b08f11b86f37fd6b38e0f36207e078afb72dbb1c552d9bcd5d7c07bc')
26
27build() {
28 cd "${srcdir}/${pkgname}-${pkgver}/PQP_v1.3"
29
30 sed -i '47,50d' src/PQP_Compile.h
31 patch -p2 < ${srcdir}/fpic.patch
32
33 make
34}
35
36package() {
37 cd "${srcdir}/${pkgname}-${pkgver}/PQP_v1.3"
38
39 install -dm755 "${pkgdir}/usr/include/"
40 install -dm755 "${pkgdir}/usr/lib/"
41
42 install include/* "${pkgdir}/usr/include/"
43 install lib/libPQP.a "${pkgdir}/usr/lib/"
44
45 install -Dm644 "${srcdir}/LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
46}
47
48

Scan history

Scanned at (UTC)SeverityRules
2026-09-17 00:27:14 Low 2
2026-09-16 00:03:17 Low 2
2026-09-15 00:25:31 Low 2
2026-09-14 00:27:57 Low 2
2026-09-13 00:19:54 Low 2
2026-09-12 00:25:17 Low 2
2026-09-11 00:19:22 Low 2
2026-09-10 00:22:44 Low 2
2026-09-09 00:04:09 Low 2
2026-09-08 00:18:08 Low 2
2026-09-07 00:30:15 Low 2
2026-09-06 00:17:06 Low 2
2026-09-05 00:16:27 Low 2
2026-09-04 00:03:13 Low 2
2026-09-03 00:15:47 Low 2
2026-09-02 00:02:31 Low 2
2026-09-01 00:11:19 Low 2
2026-08-31 00:19:57 Low 2
2026-08-30 00:04:14 Low 2
2026-08-29 00:29:17 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