blender-plugin-luxcorerender-latest-bin
The source downloads a prebuilt plugin artifact from Azure DevOps, which is a legitimate CI service used by the project; the plugin is a standard Blender addon, not executable code, and the build process merely extracts and installs it to the correct path.
Triggered rules
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 source downloads a prebuilt plugin artifact from Azure DevOps, which is a legitimate CI service used by the project; the plugin is a standard Blender addon, not executable code, and the build process merely extracts and installs it to the correct path.
1 higher static finding superseded - not the current verdict (shown for transparency)
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:20
source=("BlendLuxCore_b${_buildid}.zip::https://dev.azure.com/LuxCoreRender/515e1515-ba0d-4e8f-b7d2-c1710274de10/_apis/build/builds/${_buildid}/artifacts?artifactName=BlendLuxCore&api-version=7.0&%24format=zip")
PKGBUILD
1 offending line(s) highlighted# Maintainer: HelloImWar <helloimwar at proton dot me>
# BEGIN AUTOMATICALLY UPDATED SECTION
_ver=2.6
_pkgrel=1
_buildid=3506
_buildsha512=cd4e7aaa87841322af002fb867ca0577a6636498eb445b40c0f7d8a6360b5ad241b4c391a26fde4961691df076746261959559c9f61cab7989685915b60f76f0
_buildb2=65b4a609a7c5e1ab5f34d281fd29ff164f636cffea6585e57f84532dae10172d4e054d814ea6595e284a8f59b7e83f894c3d1f38d896fe810c99b7861ff98040
# END AUTOMATICALLY UPDATED SECTION
pkgname=blender-plugin-luxcorerender-latest-bin
_pkgname=${pkgname%-latest-bin}
pkgver="${_ver}.b${_buildid}"
pkgrel=${_pkgrel}
pkgdesc='LuxCoreRender exporter plugin for Blender'
url='https://luxcorerender.org/'
arch=('x86_64')
depends=('blender>=3.0')
license=('GPL')
source=("BlendLuxCore_b${_buildid}.zip::https://dev.azure.com/LuxCoreRender/515e1515-ba0d-4e8f-b7d2-c1710274de10/_apis/build/builds/${_buildid}/artifacts?artifactName=BlendLuxCore&api-version=7.0&%24format=zip")
provides=(${_pkgname})
conflicts=(${_pkgname})
sha512sums=(${_buildsha512})
b2sums=(${_buildb2})
package() {
cd "${srcdir}/BlendLuxCore"
mv BlendLuxCore-latest-linux64.zip BlendLuxCore-latest-linux64.zip.bak
rm -f ./*.zip
mv BlendLuxCore-latest-linux64.zip.bak BlendLuxCore-latest-linux64.zip
bsdtar xf BlendLuxCore-latest-linux64.zip
_blender=$(pacman -Sddp --print-format %v blender|grep -oP '(?<=\:)[[:digit:]]+\.[[:digit:]]+(?=)')
install -m 755 -d "${pkgdir}/usr/share/blender/${_blender}/scripts/addons"
cp -a BlendLuxCore "${pkgdir}/usr/share/blender/${_blender}/scripts/addons/luxcorerender"
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-17 00:27:14 | Low | 2 |
| 2026-09-16 00:03:17 | Low | 2 |
| 2026-09-15 00:25:31 | Low | 2 |
| 2026-09-14 00:27:57 | Low | 2 |
| 2026-09-13 00:19:54 | Low | 2 |
| 2026-09-12 00:25:17 | Low | 2 |
| 2026-09-11 00:19:22 | Low | 2 |
| 2026-09-10 00:22:44 | Low | 2 |
| 2026-09-09 00:04:09 | Low | 2 |
| 2026-09-08 00:18:08 | Low | 2 |
| 2026-09-07 00:30:15 | Low | 2 |
| 2026-09-06 00:17:06 | Low | 2 |
| 2026-09-05 00:16:27 | Low | 2 |
| 2026-09-04 00:03:13 | Low | 2 |
| 2026-09-03 00:15:47 | Low | 2 |
| 2026-09-02 00:02:31 | Low | 2 |
| 2026-09-01 00:11:19 | Low | 2 |
| 2026-08-31 00:19:57 | Low | 2 |
| 2026-08-30 00:04:14 | Low | 2 |
| 2026-08-29 00:29:17 | Low | 2 |