open-cad-studio-bin
The package installs a precompiled binary from a GitHub release hosted under a personal account (tubbywrestler) not associated with the upstream project, creating a supply-chain risk due to lack of verifiable build provenance.
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 installs a precompiled binary from a GitHub release hosted under a personal account (tubbywrestler) not associated with the upstream project, creating a supply-chain risk due to lack of verifiable build provenance.
PKGBUILD
# Maintainer: pineappletoad
pkgname=open-cad-studio-bin
pkgver=2026.36
_pkgrel_src=1
pkgrel=1
pkgdesc="A CAD application built with Rust — 2D/3D drawing, DWG/DXF support, and GPU-accelerated rendering (precompiled)"
arch=('x86_64')
url="https://github.com/HakanSeven12/OpenCADStudio"
license=('GPL-3.0-only')
options=('!debug')
provides=('open-cad-studio')
conflicts=('open-cad-studio')
depends=(
'xdg-desktop-portal'
'glibc'
'libgcc'
'wayland'
)
source=("https://github.com/tubbywrestler/open-cad-studio-bin/releases/download/${pkgver}-${_pkgrel_src}/open-cad-studio-${pkgver}-${_pkgrel_src}-x86_64.pkg.tar.zst")
sha256sums=('47a4d0095f7763881aa6a5c80baac546841b42e7da6da5e501c01cf583f386dc')
package() {
bsdtar -xf "${srcdir}/open-cad-studio-${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-11 07:22:16 | Medium | 2 |