sindricad-beta

MEDIUM
maintainer dcelasun 0 votes scanned 2026-09-25 00:03:36.779685
View on AUR
Why flagged

The package installs an unverifiable prebuilt binary (DEB) from a GitHub release, which could be silently swapped if the source is compromised, posing a supply-chain risk despite the project being legitimate.

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 an unverifiable prebuilt binary (DEB) from a GitHub release, which could be silently swapped if the source is compromised, posing a supply-chain risk despite the project being legitimate.

PKGBUILD

1# Maintainer: D. Can Celasun <can[at]dcc[dot]im>
2
3pkgname=sindricad-beta
4_pkgname=sindricad
5pkgver=0.1.227
6pkgrel=1
7pkgdesc="Parametric CAD for 3D printing (rolling beta, official binary)"
8arch=('x86_64')
9url="https://github.com/MakerViking/sindricad"
10license=('AGPL-3.0-only')
11# Bundles its own Python runtime and prebuilt wheels,
12# stripping breaks the bundled shared objects.
13options=(!strip)
14depends=('glibc' 'gtk3' 'webkit2gtk-4.1')
15provides=("${_pkgname}")
16conflicts=("${_pkgname}")
17install=${pkgname}.install
18source=("${pkgname}-${pkgver}.deb::${url}/releases/download/beta/SindriCAD_${pkgver}_amd64.deb")
19sha256sums=('8002180604553ada2b2b87432a8a01bb75b6f49f0a775a8fed6b1444c6503da0')
20
21package() {
22 bsdtar -xf data.tar.* -C "${pkgdir}/"
23
24 # Fix icon directory
25 mv "${pkgdir}/usr/share/icons/hicolor/256x256@2" "${pkgdir}/usr/share/icons/hicolor/256x256"
26}
27

Scan history

Scanned at (UTC)SeverityRules
2026-09-25 00:03:36 Medium 2
2026-09-24 23:44:46 Medium 2
2026-09-24 17:43:55 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