open-cad-studio-bin

MEDIUM
maintainer pineappletoad 0 votes scanned 2026-09-11 07:22:16.792480
View on AUR
Why flagged

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

Low Few votes, recently uploaded zero_votes_recent

Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.

Medium AI review of an ambiguous pattern 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

1# Maintainer: pineappletoad
2
3pkgname=open-cad-studio-bin
4pkgver=2026.36
5_pkgrel_src=1
6pkgrel=1
7pkgdesc="A CAD application built with Rust — 2D/3D drawing, DWG/DXF support, and GPU-accelerated rendering (precompiled)"
8arch=('x86_64')
9url="https://github.com/HakanSeven12/OpenCADStudio"
10license=('GPL-3.0-only')
11options=('!debug')
12provides=('open-cad-studio')
13conflicts=('open-cad-studio')
14depends=(
15 'xdg-desktop-portal'
16 'glibc'
17 'libgcc'
18 'wayland'
19)
20
21source=("https://github.com/tubbywrestler/open-cad-studio-bin/releases/download/${pkgver}-${_pkgrel_src}/open-cad-studio-${pkgver}-${_pkgrel_src}-x86_64.pkg.tar.zst")
22sha256sums=('47a4d0095f7763881aa6a5c80baac546841b42e7da6da5e501c01cf583f386dc')
23
24package() {
25 bsdtar -xf "${srcdir}/open-cad-studio-${pkgver}-${_pkgrel_src}-x86_64.pkg.tar.zst" -C "${pkgdir}" --exclude .PKGINFO --exclude .BUILDINFO --exclude .MTREE
26}
27

Scan history

Scanned at (UTC)SeverityRules
2026-09-11 07:22:16 Medium 2

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion