tuxedo-webfai-creator-bin
maintainer StevenSeifried
· 2 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads a prebuilt .deb from the official vendor's domain (deb.tuxedocomputers.com), extracts it, and installs the contained files; while the host is not on a standard whitelist, it is plausibly the project's own infrastructure, and the installed binaries are from the official vendor, making the supply-chain risk low.
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 prebuilt .deb from the official vendor's domain (deb.tuxedocomputers.com), extracts it, and installs the contained files; while the host is not on a standard whitelist, it is plausibly the project's own infrastructure, and the installed binaries are from the official vendor, making the supply-chain risk low.
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:17
source=(http://deb.tuxedocomputers.com/ubuntu/pool/main/t/${_pkgname}/${_pkgname}_${pkgver}_amd64.deb)
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Steven Seifried <gitlab@canox.net>
2
3
pkgname=tuxedo-webfai-creator-bin
4
_pkgname=tuxedo-webfai-creator
5
pkgver=2.0.1+52192a09
6
pkgrel=1
7
pkgdesc="TUXEDO WebFAI Creator is the easiest way to prepare an USB pendrive for TUXEDO’s own Fully Automated Installation (WebFAI)"
8
arch=(x86_64)
9
url="https://tuxedocomputers.com"
10
license=('apache')
11
options=(!strip !debug)
12
conflicts=('tuxedo-webfai-creator')
13
14
depends=('alsa-lib' 'atk' 'at-spi2-atk' 'at-spi2-core' 'avahi' 'cairo' 'fontconfig' 'freetype2' 'fribidi' 'gdk-pixbuf2' 'graphite' 'gtk3' 'harfbuzz' 'libcups' 'libdatrie' 'libepoxy' 'libpng' 'libthai' 'libx11' 'libxau' 'libxcb' 'libxcomposite' 'libxcursor' 'libxdamage' 'libxdmcp' 'libxext' 'libxfixes' 'libxi' 'libxinerama' 'libxkbcommon' 'libxrandr' 'libxrender' 'libxss' 'libxtst' 'pango' 'pixman' 'wayland' 'ffmpeg' 'icu')
15
makedepends=('bzip2')
16
17
source=(http://deb.tuxedocomputers.com/ubuntu/pool/main/t/${_pkgname}/${_pkgname}_${pkgver}_amd64.deb)
18
sha256sums=('d90af2ad3d42e205770d506a1b8a37f5353899ca0a203ed334fb33a5986ab714')
19
sha512sums=('723cd90043e77000b91e8c1934149061d83b79bd02af562e3faf203fdc70483b1173d1979f2c6c9c9578f9af5b50a77bb67d95ff3dc7dc5c7354ac0ec5b2167f')
20
21
build() {
22
mkdir -p "${srcdir}/output"
23
tar -xvf "${srcdir}/data.tar.bz2" -C "${srcdir}/output"
24
}
25
26
package() {
27
cp -r "${srcdir}/output/"* "${pkgdir}"
28
install -d "${pkgdir}"/usr/bin
29
install -Dm755 "${srcdir}"/output/opt/tuxedo-webfai-creator/tuxedo-webfai-creator "${pkgdir}"/usr/bin/tuxedo-webfai-creator
30
install -Dm644 "${srcdir}/output/usr/share/applications/tuxedo-webfai-creator.desktop" "${pkgdir}/usr/share/applications/tuxedo-webfai-creator.desktop"
31
}
32
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 |