asset-hoard-bin

MEDIUM
maintainer assethoard 0 votes scanned 2026-09-17 00:27:14.276658
View on AUR
Why flagged

The package downloads a prebuilt binary package from a non-standard host (releases.assethoard.com), which is not a widely recognized distribution service, creating a supply-chain risk if the host is compromised or malicious.

Triggered rules

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:14 "https://releases.assethoard.com/v${pkgver}/asset-hoard_${pkgver}_x86_64.pkg.tar.zst"
Medium AI review llm_review

An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is MEDIUM (confidence 85%): The package downloads a prebuilt binary package from a non-standard host (releases.assethoard.com), which is not a widely recognized distribution service, creating a supply-chain risk if the host is compromised or malicious.

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Asset Hoard <support@assethoard.com>
2pkgname=asset-hoard-bin
3_pkgname=asset-hoard
4pkgver=0.2.1
5pkgrel=1
6pkgdesc="Game asset manager for organizing models, textures, sprites, and audio"
7arch=('x86_64')
8url="https://assethoard.com"
9license=('custom:Proprietary')
10depends=('webkit2gtk-4.1' 'gtk3' 'libappindicator-gtk3' 'librsvg' 'openssl' 'glib2' 'cairo' 'pango' 'gdk-pixbuf2' 'alsa-lib')
11provides=('asset-hoard')
12conflicts=('asset-hoard')
13source=(
14 "https://releases.assethoard.com/v${pkgver}/asset-hoard_${pkgver}_x86_64.pkg.tar.zst"
15 "https://releases.assethoard.com/v${pkgver}/asset-hoard_${pkgver}_x86_64.pkg.tar.zst.sig"
16)
17sha256sums=('fee2b77f95aa27a13dd1d596d03f4680cb3d045ce66f6d03a60efb848b4fce56' 'SKIP')
18validpgpkeys=('2FE350A912F4525659E418CAA9B027A1392E7305')
19options=('!strip')
20
21package() {
22 cd "$srcdir"
23 bsdtar -x -f "asset-hoard_${pkgver}_x86_64.pkg.tar.zst" -C "$pkgdir" \
24 --exclude .BUILDINFO --exclude .MTREE --exclude .PKGINFO
25}
26

Changes since previous scan

--- PKGBUILD @ 2026-09-11 00:19
+++ PKGBUILD @ 2026-09-17 00:27
@@ -1,7 +1,7 @@
# Maintainer: Asset Hoard <support@assethoard.com>
pkgname=asset-hoard-bin
_pkgname=asset-hoard
-pkgver=0.1.22
+pkgver=0.2.1
pkgrel=1
pkgdesc="Game asset manager for organizing models, textures, sprites, and audio"
arch=('x86_64')
@@ -14,7 +14,7 @@
"https://releases.assethoard.com/v${pkgver}/asset-hoard_${pkgver}_x86_64.pkg.tar.zst"
"https://releases.assethoard.com/v${pkgver}/asset-hoard_${pkgver}_x86_64.pkg.tar.zst.sig"
)
-sha256sums=('6b9941822cacdfdf97143537aead467ea87e7d5d9d03fd7acb7412c5897ad51f' 'SKIP')
+sha256sums=('fee2b77f95aa27a13dd1d596d03f4680cb3d045ce66f6d03a60efb848b4fce56' 'SKIP')
validpgpkeys=('2FE350A912F4525659E418CAA9B027A1392E7305')
options=('!strip')

Scan history

Scanned at (UTC)SeverityRules
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 07:22:16 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

Report a package

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

0 / 4000
Your suggestion