cloudcompare-bin
The package downloads a prebuilt binary from a GitHub release under a personal account (tubbywrestler), which is not the official project's release infrastructure, creating a supply-chain risk if the host were compromised or malicious.
Triggered rules
zero_votes_recent
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
llm_review
The static rules found a suspicious pattern they could not resolve, so an AI model (qwen/qwen3-235b-a22b-2507) reviewed it and judged it MEDIUM (confidence 95%): The package downloads a prebuilt binary from a GitHub release under a personal account (tubbywrestler), which is not the official project's release infrastructure, creating a supply-chain risk if the host were compromised or malicious.
PKGBUILD
# Maintainer: pineappletoad
pkgname=cloudcompare-bin
pkgver=2.13.2
_pkgrel_src=4
pkgrel=1
pkgdesc="A 3D point cloud (and triangular mesh) processing software (precompiled)"
arch=('x86_64')
url="https://www.cloudcompare.org"
license=('GPL2')
options=('!debug')
provides=('cloudcompare')
conflicts=('cloudcompare')
depends=(
'cgal'
'fbx-sdk'
'ffmpeg4.4'
'glew'
'glu'
'mesa'
'mpir'
'pdal'
'laszip'
'qt5-base'
'qt5-tools'
'qt5-svg'
'qt5-websockets'
'shapelib'
'tbb'
'opencv'
'gdal'
)
source=("https://github.com/tubbywrestler/cloudcompare-bin/releases/download/${pkgver}-${_pkgrel_src}/cloudcompare-${pkgver}-${_pkgrel_src}-x86_64.pkg.tar.zst")
sha256sums=('98b8f912279cadf649af30228a5ccea136765526473b14601ba5d88046c89d45')
package() {
bsdtar -xf "${srcdir}/cloudcompare-${pkgver}-${_pkgrel_src}-x86_64.pkg.tar.zst" -C "${pkgdir}" --exclude .PKGINFO --exclude .BUILDINFO --exclude .MTREE
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-03 13:53:13 | Medium | 2 |