materialize-bin

maintainer t00manysecrets · 0 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The package downloads a source zip from the project's official domain, which is plausibly owned by the developer, and builds from it; the non-whitelisted host is the project's own website, so the download is legitimate and expected, not a supply-chain risk.

Triggered rules

LOW AI review downgraded a static finding llm_review

The static rules flagged this MEDIUM, but an AI model (qwen/qwen3-235b-a22b-07-25) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The package downloads a source zip from the project's official domain, which is plausibly owned by the developer, and builds from it; the non-whitelisted host is the project's own website, so the download is legitimate and expected, not a supply-chain risk.

1 higher static finding superseded - not the current verdict (shown for transparency)
MEDIUM source=() URL on a non-standard host 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:12 source=("http://boundingboxsoftware.com/materialize/download/Materialize_${pkgver}.zip"

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Frederik Enste <frederik at fenste dot de>
2
3pkgname=materialize-bin
4pkgver=1.78
5pkgrel=1
6pkgdesc="Image to Material tool (uses Wine)."
7arch=(x86_64)
8url="http://boundingboxsoftware.com/index.html"
9license=('GPL')
10depends=(wine winetricks desktop-file-utils)
11makedepends=(unzip)
12source=("http://boundingboxsoftware.com/materialize/download/Materialize_${pkgver}.zip"
13 "https://raw.githubusercontent.com/BoundingBoxSoftware/Materialize/master/LICENSE"
14 "${pkgname}.sh"
15 "${pkgname}.desktop")
16install="${pkgname}.install"
17sha256sums=('b0f6e3a905781e85dcd7db2383646bce51b8984ab93d1e3d13be42d5bea8904a'
18 '3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986'
19 'efd19915c8ae21f9b4031ccfe4be3bad741040af0379f848be08e9a20d4d54ff'
20 'd1247c77728c389d385c7c830802d9bcbb1c20be9b98136b815188c8c3d79cbe')
21
22build() {
23 # unpack the zip file (into Materialize_Data)
24 unzip -o Materialize_${pkgver}.zip -d materialize
25}
26
27package() {
28 # install program into destination
29 mkdir -p "${pkgdir}/opt/${pkgname}"
30 cp -r ${srcdir}/materialize/* "${pkgdir}/opt/${pkgname}"
31 chown root:root "${pkgdir}/opt/${pkgname}"
32 chmod -R 755 "${pkgdir}/opt/${pkgname}"
33
34 # install license
35 install -Dm644 "${srcdir}/LICENSE" "${pkgdir}/usr/share/license/${pkgname}/LICENSE"
36
37 # install start script
38 install -Dm755 "${srcdir}/${pkgname}.sh" "${pkgdir}/usr/bin/${pkgname}"
39
40 # install desktop
41 install -Dm644 "${srcdir}/${pkgname}.desktop" "${pkgdir}/usr/share/applications/${pkgname}.desktop"
42}
43

Scan history

Scanned at (UTC)SeverityRules
2026-08-03 00:08:14 LOW 2
2026-08-02 00:16:08 LOW 2
2026-08-01 00:11:18 LOW 2
2026-07-31 00:14:10 LOW 2
2026-07-30 00:17:23 LOW 2
2026-07-29 00:25:53 LOW 2
2026-07-28 00:07:28 LOW 2
2026-07-27 00:24:32 LOW 2
2026-07-26 00:07:32 LOW 2
2026-07-25 00:13:44 LOW 2
2026-07-24 00:02:28 LOW 2
2026-07-23 00:14:47 LOW 2
2026-07-22 00:29:32 LOW 2
2026-07-21 00:24:15 LOW 2
2026-07-20 00:19:49 LOW 2
2026-07-19 00:17:08 LOW 2
2026-07-18 00:14:48 LOW 2
2026-07-17 00:06:16 LOW 2
2026-07-16 00:05:41 LOW 2
2026-07-15 00:09:25 LOW 2

Report a package

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

0 / 4000
Your suggestion