sindricad-beta
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
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 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
# Maintainer: D. Can Celasun <can[at]dcc[dot]im>
pkgname=sindricad-beta
_pkgname=sindricad
pkgver=0.1.227
pkgrel=1
pkgdesc="Parametric CAD for 3D printing (rolling beta, official binary)"
arch=('x86_64')
url="https://github.com/MakerViking/sindricad"
license=('AGPL-3.0-only')
# Bundles its own Python runtime and prebuilt wheels,
# stripping breaks the bundled shared objects.
options=(!strip)
depends=('glibc' 'gtk3' 'webkit2gtk-4.1')
provides=("${_pkgname}")
conflicts=("${_pkgname}")
install=${pkgname}.install
source=("${pkgname}-${pkgver}.deb::${url}/releases/download/beta/SindriCAD_${pkgver}_amd64.deb")
sha256sums=('8002180604553ada2b2b87432a8a01bb75b6f49f0a775a8fed6b1444c6503da0')
package() {
bsdtar -xf data.tar.* -C "${pkgdir}/"
# Fix icon directory
mv "${pkgdir}/usr/share/icons/hicolor/256x256@2" "${pkgdir}/usr/share/icons/hicolor/256x256"
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-25 00:03:36 | Medium | 2 |
| 2026-09-24 23:44:46 | Medium | 2 |
| 2026-09-24 17:43:55 | Medium | 2 |