3dmeshmetric-bin
maintainer hottea
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The source is a prebuilt binary tarball from the project's official NITRC release page, which is a legitimate hosting platform for academic software;虽非标准主机但属项目官方发布渠道,且安装内容为常规二进制分发,无代码执行或远程加载风险。
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 prebuilt binary tarball from the project's official NITRC release page, which is a legitimate hosting platform for academic software;虽非标准主机但属项目官方发布渠道,且安装内容为常规二进制分发,无代码执行或远程加载风险。
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:19
"${pkgname}-${pkgver}.tar::https://www.nitrc.org/frs/download.php/6714/3DMetricTools${pkgver}-Linux.tar"
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Butui Hu <hot123tea123@gmail.com>
2
3
pkgname=3dmeshmetric-bin
4
_pkgname=3DMetricTools
5
pkgver=1.4.3
6
pkgrel=1
7
pkgdesc="A visualization tool based on the VTK library."
8
arch=('x86_64')
9
url="https://www.nitrc.org/projects/meshmetric3d/"
10
license=('GPL')
11
depends=(
12
'gcc-libs'
13
'zlib'
14
)
15
makedepends=('gendesk')
16
provides=(3dmeshmetric=${pkgver})
17
conflicts=(3dmeshmetric)
18
source=(
19
"${pkgname}-${pkgver}.tar::https://www.nitrc.org/frs/download.php/6714/3DMetricTools${pkgver}-Linux.tar"
20
)
21
sha512sums=('c62a252b6583fc4ee7d5e92f8538b152aa98baf1ca217d72d0f3ffeb61234e54ef37bed8d1a212c752bbb97c5eff4c28a655a3dfcc0c399b5600352746a4eea3')
22
23
prepare() {
24
msg2 "Creating desktop file"
25
gendesk -f -n --pkgname ${_pkgname} \
26
--pkgdesc "${pkgdesc}" \
27
--categories "Graphics;MedicalSoftware;Science;" \
28
--icon "${_pkgname}" \
29
--exec "meshMetric"
30
}
31
32
package() {
33
install -d "${pkgdir}/opt" "${pkgdir}/usr/bin" "${pkgdir}/usr/share/pixmaps"
34
mv "${srcdir}/${_pkgname}${pkgver}-Linux" "${pkgdir}/opt/${_pkgname}"
35
cp "${pkgdir}/opt/${_pkgname}/icons/MeshMetric.png" "${pkgdir}/usr/share/pixmaps/${_pkgname}.png"
36
ln -s /opt/${_pkgname}/meshMetric "${pkgdir}/usr/bin/meshMetric"
37
ln -s /opt/${_pkgname}/ModelToModelDistance "${pkgdir}/usr/bin/ModelToModelDistance"
38
install -Dm644 "${srcdir}/${_pkgname}.desktop" "${pkgdir}/usr/share/applications/${_pkgname}.desktop"
39
}
40
# vim:set ts=2 sw=2 et:
41
42
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 |