openmesh
maintainer michael_wzq
· 9 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The source is a legitimate project release tarball from a university-hosted domain (rwth-aachen.de), which is plausibly the official project infrastructure; building from this source is normal AUR packaging behavior and poses no significant supply-chain 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-07-25) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The source is a legitimate project release tarball from a university-hosted domain (rwth-aachen.de), which is plausibly the official project infrastructure; building from this source is normal AUR packaging behavior and poses no significant supply-chain risk.
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:20
source=("${pkgname}-${pkgver}.tar.bz2::https://www.graphics.rwth-aachen.de/media/${pkgname}_static/Releases/${pkgver%.*}/${_pkgname}-${pkgver}.tar.bz2"
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Chirantan Ekbote <chirantan.ekbote at gmail.com>
2
# Contributor: Brian Schubert <bewschubert@gmail.com>
3
4
_build_doc=OFF
5
_build_apps=ON
6
_pkgname=OpenMesh
7
pkgname=openmesh
8
pkgver=11.0.0
9
pkgrel=1
10
pkgdesc="A generic and efficient data structure for representing and manipulating polygonal meshes"
11
arch=('i686' 'x86_64')
12
url="http://www.openmesh.org"
13
license=('BSD-3-Clause')
14
depends=(
15
'gcc-libs'
16
'glibc'
17
'libglvnd'
18
'qt5-base'
19
)
20
source=("${pkgname}-${pkgver}.tar.bz2::https://www.graphics.rwth-aachen.de/media/${pkgname}_static/Releases/${pkgver%.*}/${_pkgname}-${pkgver}.tar.bz2"
21
doc-install.patch)
22
23
b2sums=(
24
'5f4eb34365cfeedab8e5de818db955ed1a5ab42d2289e9ab686efda0f3057462848bdee0b53af0f81ddc6ea388ef64eecde923f468beb2078a77f2dff5c04753'
25
'02336dbec8dddce14fdd6aba042ff356ca3cc5d783269bb8cf9b1f2ab75c8a525fd43fb44e61341db210cdbcb048f6771a3c8c8fd86ed6e46de74c8e0dc60d4a'
26
)
27
28
if [[ "${_build_doc}" == "ON" && "${_build_apps}" == "ON" ]]; then
29
makedepends=('cmake' 'qt5-base' 'graphviz' 'doxygen')
30
elif [[ "${_build_doc}" == "ON" ]]; then
31
makedepends=('cmake' 'graphviz' 'doxygen')
32
elif [[ "${_build_apps}" == "ON" ]]; then
33
makedepends=('cmake' 'qt5-base')
34
else
35
makedepends=('cmake')
36
fi
37
38
prepare() {
39
cd "${srcdir}/OpenMesh-${pkgver}" || exit 1
40
if [[ "${_build_doc}" == "ON" ]]; then
41
patch -Np1 -i "${srcdir}"/doc-install.patch
42
fi
43
}
44
45
build() {
46
cd "${srcdir}/OpenMesh-${pkgver}" || exit 1
47
mkdir -p build && cd build || exit 1
48
cmake \
49
-DCMAKE_BUILD_TYPE=Release \
50
-DCMAKE_INSTALL_PREFIX=/usr \
51
-DBUILD_APPS=${_build_apps} \
52
..
53
make
54
55
if [[ "${_build_doc}" == "ON" ]]; then
56
make doc
57
fi
58
}
59
60
package() {
61
cd "${srcdir}"/OpenMesh-${pkgver}/build || exit 1
62
make DESTDIR="${pkgdir}" install
63
64
# install licenses
65
mkdir -p "${pkgdir}"/usr/share/licenses/openmesh/
66
install -D -m644 ../LICENSE \
67
"${pkgdir}"/usr/share/licenses/openmesh/
68
}
69
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 |