quixel-bridge-blender
The source is a prebuilt plugin zip pulled from an AWS S3 bucket (quixel-megascans-static.s3.us-west-2.amazonaws.com) that belongs to Quixel/Epic Games, the official vendor of Quixel Bridge. This is not a random personal host — Quixel is the legitimate upstream and S3 is a common CDN for official vendor assets. However, the concern is real: S3 buckets are not immutable; the content at that URL could be replaced without changing the URL, and there is no GPG signature or other out-of-band verification. The sha256sum provides integrity checking against the originally captured hash, which mitigates accidental substitution but not a deliberate upstream swap. The installed artifact is a Python file (__init__.py) placed into Blender's startup scripts directory, meaning it executes automatically on every Blender launch — making the impact of any compromise high. On balance: the host is plausibly official (Quixel's own S3 bucket), the sha256 is present, but the lack of a signed release and the auto-execution of the installed Python code keeps this at medium rather than clean.
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:12
source=("https://quixel-megascans-static.s3.us-west-2.amazonaws.com/bridge/plugins_12/blender/linux/${pkgver}.zip")
llm_review
An AI model (anthropic/claude-4.6-sonnet-20260217) reviewed this and agrees it is MEDIUM (confidence 72%): The source is a prebuilt plugin zip pulled from an AWS S3 bucket (quixel-megascans-static.s3.us-west-2.amazonaws.com) that belongs to Quixel/Epic Games, the official vendor of Quixel Bridge. This is not a random personal host — Quixel is the legitimate upstream and S3 is a common CDN for official vendor assets. However, the concern is real: S3 buckets are not immutable; the content at that URL could be replaced without changing the URL, and there is no GPG signature or other out-of-band verification. The sha256sum provides integrity checking against the originally captured hash, which mitigates accidental substitution but not a deliberate upstream swap. The installed artifact is a Python file (__init__.py) placed into Blender's startup scripts directory, meaning it executes automatically on every Blender launch — making the impact of any compromise high. On balance: the host is plausibly official (Quixel's own S3 bucket), the sha256 is present, but the lack of a signed release and the auto-execution of the installed Python code keeps this at medium rather than clean.
PKGBUILD
1 offending line(s) highlighted# Maintainer: Valters Tomsons <valters.tomsons at protonmail dot com>
pkgname="quixel-bridge-blender"
pkgver=3.6
pkgrel=2
pkgdesc="A plugin for Blender 4.3 which allows exporting assets from Quixel Bridge."
arch=('any')
url="https://quixel.com/bridge"
license=('custom:Commercial')
depends=('zlib')
options=(!strip)
source=("https://quixel-megascans-static.s3.us-west-2.amazonaws.com/bridge/plugins_12/blender/linux/${pkgver}.zip")
sha256sums=('a5e33c03092d47bb3a9cb74783039af71bdc1265ddd38d309c6de7ab76e3e63f')
package() {
install -Dm755 "${srcdir}/MSPlugin/__init__.py" "${pkgdir}/usr/share/blender/4.3/scripts/startup/MSPlugin/__init__.py"
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-17 00:27:14 | Medium | 2 |
| 2026-09-16 00:03:17 | Medium | 2 |
| 2026-09-15 00:25:31 | Medium | 2 |
| 2026-09-14 00:27:57 | Medium | 2 |
| 2026-09-13 00:19:54 | Medium | 2 |
| 2026-09-12 00:25:17 | Medium | 2 |
| 2026-09-11 00:19:22 | Medium | 2 |
| 2026-09-10 00:22:44 | Medium | 2 |
| 2026-09-09 00:04:09 | Medium | 2 |
| 2026-09-08 00:18:08 | Medium | 2 |
| 2026-09-07 00:30:15 | Medium | 2 |
| 2026-09-06 00:17:06 | Medium | 2 |
| 2026-09-05 00:16:27 | Medium | 2 |
| 2026-09-04 00:03:13 | Medium | 2 |
| 2026-09-03 00:15:47 | Medium | 2 |
| 2026-09-02 00:02:31 | Medium | 2 |
| 2026-09-01 00:11:19 | Medium | 2 |
| 2026-08-31 00:19:57 | Medium | 2 |
| 2026-08-30 00:04:14 | Medium | 2 |
| 2026-08-29 00:29:17 | Medium | 2 |