texturepacker

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

The package downloads a prebuilt .deb binary from a non-whitelisted host (codeandweb.com), which is not a standard source for AUR packages; while the project's official site, the unverifiable executable payload from a swappable host presents a supply-chain risk.

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:22 source=("https://www.codeandweb.com/download/$pkgname/${pkgver}/TexturePacker-${pkgver}.deb")
Medium AI review llm_review

An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is MEDIUM (confidence 95%): The package downloads a prebuilt .deb binary from a non-whitelisted host (codeandweb.com), which is not a standard source for AUR packages; while the project's official site, the unverifiable executable payload from a swappable host presents a supply-chain risk.

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: konez2k@aur
2# Contributor: Wilson E. Alvarez <wilson.e.alvarez1@gmail.com>
3# Contributor: Etzos <supercodingmonkey @ gmail.com>
4# Contributer: Gordin <9ordin @t gmail dot com>
5# Contributor: Geequlim <geequlim@gmail.com>
6# Contributor: Antti Juhani Oja <antti.oja@gmail.com>
7
8# grantlee was removed from [extra];
9# Install `grantlee` from the AUR before `makepkg -s`, or build with an AUR helper.
10
11pkgname=texturepacker
12pkgver=8.2.0
13pkgrel=1
14pkgdesc="Sprite sheet creator and image optimizer"
15arch=('x86_64')
16url="https://www.codeandweb.com/$pkgname"
17license=("custom:$pkgname")
18install="$pkgname.install"
19depends=('shared-mime-info' 'hicolor-icon-theme' 'desktop-file-utils'
20 'gcc-libs-multilib' 'qt5-svg' 'qt5-declarative' 'qt5-imageformats'
21 'qt5-quickcontrols')
22source=("https://www.codeandweb.com/download/$pkgname/${pkgver}/TexturePacker-${pkgver}.deb")
23sha256sums=('363d3b53614ad769b1e982bfcc03be18f57134a34d38590731e148f84f5db5d6')
24options=('!debug')
25
26build() {
27 ar -x "TexturePacker-${pkgver}.deb"
28}
29
30package() {
31 cd ${srcdir}/
32
33 # Extract to the $pkgdir.
34 tar --use-compress-program=zstd -xf data.tar.zst -C "${pkgdir}/"
35
36 # Enter $pkgdir.
37 cd ${pkgdir}/usr/lib/$pkgname/
38
39 install -Dm644 "${pkgdir}/usr/share/$pkgname/documents/LicenseAgreement.txt" \
40 "${pkgdir}/usr/share/licenses/${pkgname}/LicenseAgreement.txt"
41}
42

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 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

Report a package

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

0 / 4000
Your suggestion