carve

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

The source is a historical archive from Google Code, hosted on a non-whitelisted but plausible Google domain; it is a source tarball for a build, not a prebuilt executable, and the worst case of a swap is unverified source code, not remote code execution.

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 historical archive from Google Code, hosted on a non-whitelisted but plausible Google domain; it is a source tarball for a build, not a prebuilt executable, and the worst case of a swap is unverified source code, not remote code execution.

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:12 source=("https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/${pkgname}/${pkgname}-${pkgver}.tgz"

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Jonathan Liu <net147@gmail.com>
2pkgname=carve
3pkgver=1.4.0
4pkgrel=4
5pkgdesc="Fast, robust constructive solid geometry library"
6arch=('i686' 'x86_64')
7url="http://code.google.com/p/carve/"
8license=('GPL')
9depends=('gcc-libs')
10makedepends=('boost' 'cmake' 'freeglut')
11optdepends=('freeglut: carve-view')
12source=("https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/${pkgname}/${pkgname}-${pkgver}.tgz"
13 "boost.patch"
14 "read_ply.patch"
15 "rng.patch")
16md5sums=('5c3ea3b80e94adc549611f80e729acc9'
17 '126433e01f1eeef41a7b1b5e9c0207df'
18 'a3eda1e28e52a4acb08d5ba061ab560d'
19 'b2f407c6d8e1fbc9d436a1fef4f611e3')
20
21build() {
22 cd "${srcdir}/${pkgname}-${pkgver}"
23 patch -Np1 -i "${srcdir}/boost.patch"
24 patch -Np1 -i "${srcdir}/read_ply.patch"
25 patch -Np1 -i "${srcdir}/rng.patch"
26 [[ -d build ]] && rm -r build
27 mkdir build && cd build
28 cmake -DCMAKE_INSTALL_PREFIX=/usr ..
29 make
30}
31
32package() {
33 cd "${srcdir}/${pkgname}-${pkgver}"
34 install -D -m644 include/carve/gnu_cxx.h "${pkgdir}/usr/include/carve/gnu_cxx.h"
35 cd "${srcdir}/${pkgname}-${pkgver}/build"
36 make DESTDIR="${pkgdir}" install
37 install -D -m644 include/carve/config.h "${pkgdir}/usr/include/carve/config.h"
38 rmdir "${pkgdir}/usr/include/carve/external"
39 for x in convert intersect triangulate view; do
40 mv "${pkgdir}/usr/bin/${x}" "${pkgdir}/usr/bin/${pkgname}-$x"
41 done
42}
43
44# vim:set ts=2 sw=2 et:
45

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