shopify-themekit-bin
maintainer rmcfadzean
· 3 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The source is a prebuilt binary from Shopify's official S3 bucket for ThemeKit, a legitimate tool; while the host is not a standard forge, it is the project's official release infrastructure, making this a normal AUR bin package with low risk.
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 is a prebuilt binary from Shopify's official S3 bucket for ThemeKit, a legitimate tool; while the host is not a standard forge, it is the project's official release infrastructure, making this a normal AUR bin package with low risk.
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:16
source=("theme-${CARCH}-${pkgver}::https://shopify-themekit.s3.amazonaws.com/v${pkgver}/linux-amd64/theme")
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Rob McFadzean <root@sphericalcube.net>
2
# Contributor: Jordan J Klassen <forivall@gmail.com>
3
# Contributor: Thomas Jost <schnouki@schnouki.net>
4
# Upstream URL: https://github.com/Shopify/themekit
5
6
pkgname=shopify-themekit-bin
7
pkgver=1.3.0
8
pkgrel=1
9
pkgdesc="A cross-platform tool for building Shopify Themes"
10
arch=('x86_64')
11
12
url="https://github.com/Shopify/themekit"
13
license=('MIT')
14
conflicts=('shopify-themekit' 'discount')
15
16
source=("theme-${CARCH}-${pkgver}::https://shopify-themekit.s3.amazonaws.com/v${pkgver}/linux-amd64/theme")
17
sha256sums=('ffa14d41e0d6bebd0d0694979a9844133caaab29c4747bb782c51a277a1851df')
18
19
package() {
20
install -Dm0755 "${srcdir}/theme-${CARCH}-${pkgver}" "${pkgdir}/usr/bin/theme"
21
}
22
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 |