ideamaker
Triggered rules
source_untrusted_domain
One or more source=() URLs point to a host outside the trusted allowlist (github.com, gitlab.com, codeberg.org, pypi.org, …).
-
PKGBUILD:16
source_x86_64=("https://downcdn.raise3d.com/ideamaker/release/${pkgver}/ideaMaker_${pkgver}.${_pkgverminor}-ubuntu_amd64.deb")
llm_review
An AI model (anthropic/claude-4.6-sonnet-20260217) reviewed this and agrees it is MEDIUM (confidence 72%): The PKGBUILD downloads a prebuilt binary Debian package (.deb) from downcdn.raise3d.com, which is the official CDN used by Raise3D (the vendor of ideaMaker). The host is not a personal or unofficial mirror — it is the vendor's own download infrastructure. However, the package installs a prebuilt closed-source binary blob directly onto the system without any source build, which is the standard medium-risk pattern for AUR packages wrapping proprietary binaries. The sha256sum is pinned, which mitigates tampering in transit. The risk is: if Raise3D's CDN is compromised or the maintainer updates the hash to a malicious binary, arbitrary code execution results. This is a genuine but ordinary supply-chain concern for proprietary binary AUR packages, not an active attack. Rated medium consistent with AUR policy on prebuilt binaries from vendor hosts.
PKGBUILD
1 offending line(s) highlighted# Maintainer: Afdsfaj <addart0845@outlook.com>
# Contributor: swweetp <swweetp@outlook.com>
# Contributor: Emanuele 'Lele aka eldios' Calo' <xeldiosx@gmail.com>
# Contributor: Fabien Devaux <fdev31@gmail.com>
pkgname=ideamaker
pkgver=5.3.2
_pkgverminor=8640
pkgrel=1
pkgdesc="Fast and user friendly 3D slicer for FDM printers"
arch=('x86_64')
url="https://www.raise3d.com/pages/ideamaker"
license=('custom')
depends=('mesa-libgl' 'desktop-file-utils' 'libxcrypt-compat')
makedepends=()
source_x86_64=("https://downcdn.raise3d.com/ideamaker/release/${pkgver}/ideaMaker_${pkgver}.${_pkgverminor}-ubuntu_amd64.deb")
sha256sums_x86_64=('59988618d849e61fe4c74c20bee479cbc07387bd30eaedfa96503d3883f851fe')
package() {
tar xf "$srcdir/data.tar.xz" -C "${pkgdir}"
mkdir -p "${pkgdir}/usr/bin"
ln -fs "/usr/lib/x86_64-linux-gnu/ideamaker/ideamaker-start.sh" "${pkgdir}/usr/bin/ideamaker"
install -Dm644 "${pkgdir}/usr/share/ideamaker/License.rtf" -t "${pkgdir}/usr/share/licenses/${pkgname}/"
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-03 00:08:14 | MEDIUM | 2 |
| 2026-08-02 00:16:08 | MEDIUM | 2 |
| 2026-08-01 00:11:18 | MEDIUM | 2 |
| 2026-07-31 00:14:10 | MEDIUM | 2 |
| 2026-07-30 00:17:23 | MEDIUM | 2 |
| 2026-07-29 00:25:53 | MEDIUM | 2 |
| 2026-07-28 00:07:28 | MEDIUM | 2 |
| 2026-07-27 00:24:32 | MEDIUM | 2 |
| 2026-07-26 00:07:32 | MEDIUM | 2 |
| 2026-07-25 00:13:44 | MEDIUM | 2 |
| 2026-07-24 00:02:28 | MEDIUM | 2 |
| 2026-07-23 00:14:47 | MEDIUM | 2 |
| 2026-07-22 00:29:32 | MEDIUM | 2 |
| 2026-07-21 00:24:15 | MEDIUM | 2 |
| 2026-07-20 00:19:49 | MEDIUM | 2 |
| 2026-07-19 00:17:08 | MEDIUM | 2 |
| 2026-07-18 00:14:48 | MEDIUM | 2 |
| 2026-07-17 00:06:16 | MEDIUM | 2 |
| 2026-07-16 00:05:41 | MEDIUM | 2 |
| 2026-07-15 00:09:25 | MEDIUM | 2 |