carve
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
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)
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# Maintainer: Jonathan Liu <net147@gmail.com>
pkgname=carve
pkgver=1.4.0
pkgrel=4
pkgdesc="Fast, robust constructive solid geometry library"
arch=('i686' 'x86_64')
url="http://code.google.com/p/carve/"
license=('GPL')
depends=('gcc-libs')
makedepends=('boost' 'cmake' 'freeglut')
optdepends=('freeglut: carve-view')
source=("https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/${pkgname}/${pkgname}-${pkgver}.tgz"
"boost.patch"
"read_ply.patch"
"rng.patch")
md5sums=('5c3ea3b80e94adc549611f80e729acc9'
'126433e01f1eeef41a7b1b5e9c0207df'
'a3eda1e28e52a4acb08d5ba061ab560d'
'b2f407c6d8e1fbc9d436a1fef4f611e3')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
patch -Np1 -i "${srcdir}/boost.patch"
patch -Np1 -i "${srcdir}/read_ply.patch"
patch -Np1 -i "${srcdir}/rng.patch"
[[ -d build ]] && rm -r build
mkdir build && cd build
cmake -DCMAKE_INSTALL_PREFIX=/usr ..
make
}
package() {
cd "${srcdir}/${pkgname}-${pkgver}"
install -D -m644 include/carve/gnu_cxx.h "${pkgdir}/usr/include/carve/gnu_cxx.h"
cd "${srcdir}/${pkgname}-${pkgver}/build"
make DESTDIR="${pkgdir}" install
install -D -m644 include/carve/config.h "${pkgdir}/usr/include/carve/config.h"
rmdir "${pkgdir}/usr/include/carve/external"
for x in convert intersect triangulate view; do
mv "${pkgdir}/usr/bin/${x}" "${pkgdir}/usr/bin/${pkgname}-$x"
done
}
# vim:set ts=2 sw=2 et:
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 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 |