blender-plugin-luxcorerender-latest-bin
maintainer orphaned
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
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
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 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)
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: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
1
# Maintainer: HelloImWar <helloimwar at proton dot me>
2
3
# BEGIN AUTOMATICALLY UPDATED SECTION
4
_ver=2.6
5
_pkgrel=1
6
_buildid=3506
7
_buildsha512=cd4e7aaa87841322af002fb867ca0577a6636498eb445b40c0f7d8a6360b5ad241b4c391a26fde4961691df076746261959559c9f61cab7989685915b60f76f0
8
_buildb2=65b4a609a7c5e1ab5f34d281fd29ff164f636cffea6585e57f84532dae10172d4e054d814ea6595e284a8f59b7e83f894c3d1f38d896fe810c99b7861ff98040
9
# END AUTOMATICALLY UPDATED SECTION
10
11
pkgname=blender-plugin-luxcorerender-latest-bin
12
_pkgname=${pkgname%-latest-bin}
13
pkgver="${_ver}.b${_buildid}"
14
pkgrel=${_pkgrel}
15
pkgdesc='LuxCoreRender exporter plugin for Blender'
16
url='https://luxcorerender.org/'
17
arch=('x86_64')
18
depends=('blender>=3.0')
19
license=('GPL')
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")
21
provides=(${_pkgname})
22
conflicts=(${_pkgname})
23
sha512sums=(${_buildsha512})
24
b2sums=(${_buildb2})
25
26
package() {
27
cd "${srcdir}/BlendLuxCore"
28
mv BlendLuxCore-latest-linux64.zip BlendLuxCore-latest-linux64.zip.bak
29
rm -f ./*.zip
30
mv BlendLuxCore-latest-linux64.zip.bak BlendLuxCore-latest-linux64.zip
31
bsdtar xf BlendLuxCore-latest-linux64.zip
32
33
_blender=$(pacman -Sddp --print-format %v blender|grep -oP '(?<=\:)[[:digit:]]+\.[[:digit:]]+(?=)')
34
install -m 755 -d "${pkgdir}/usr/share/blender/${_blender}/scripts/addons"
35
cp -a BlendLuxCore "${pkgdir}/usr/share/blender/${_blender}/scripts/addons/luxcorerender"
36
}
37
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 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 |