mapbox-studio
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://mapbox.s3.amazonaws.com/mapbox-studio/mapbox-studio-linux-x64-v${pkgver}.zip")
llm_review
An AI model (anthropic/claude-4.6-sonnet-20260217) reviewed this and agrees it is MEDIUM (confidence 72%): The PKGBUILD downloads a prebuilt binary zip from mapbox.s3.amazonaws.com (Mapbox's own S3 bucket) and installs it directly into /opt without any compilation. This is a legitimate Mapbox-owned distribution channel for their Mapbox Studio Classic desktop app (an Electron/Atom-shell application), so it is not an unofficial or personal host. However, installing a prebuilt binary blob from any external host — even a plausible vendor-owned one — is a genuine supply-chain concern: S3 bucket contents can be replaced, and there is no GPG signature verification, only a sha1sum (which protects against accidental corruption but not a targeted substitution if the bucket were compromised). The package is also quite old (v0.3.4, Mapbox Studio Classic was deprecated years ago), and the sha1sum algorithm is weak by modern standards. The risk is real but not elevated beyond a typical 'binary blob from vendor CDN' scenario, which is standard medium territory.
PKGBUILD
1 offending line(s) highlighted# Maintainer: Yuval Adam <yuval at y3xz dot com> PGP-Key: 271386AA2EB7672F
pkgname=mapbox-studio
pkgver=0.3.4
pkgrel=1
pkgdesc="Vector tile driven map design"
arch=('x86_64')
url="https://mapbox.com/mapbox-studio-classic/"
license=(BSD)
depends=()
makedepends=(unzip)
source=("https://mapbox.s3.amazonaws.com/mapbox-studio/mapbox-studio-linux-x64-v${pkgver}.zip")
noextract=("mapbox-studio-linux-x64-v${pkgver}.zip")
sha1sums=('521e722fd5a317f48af2dc718447c9323041bd85')
prepare() {
unzip -q mapbox-studio-linux-x64-v${pkgver}.zip
}
package() {
install -dm755 "${pkgdir}/opt"
cp --preserve=mode -r "mapbox-studio-linux-x64-v${pkgver}" "${pkgdir}/opt/${pkgname}"
ln -s "/opt/${pkgname}/atom" "${pkgdir}/opt/${pkgname}/mapbox-studio"
}
# vim:set ts=2 sw=2 et:
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-03 00:08:14 | MEDIUM | 2 |
| 2026-08-02 00:16:08 | MEDIUM | 2 |
| 2026-08-01 00:11:18 | MEDIUM | 2 |
| 2026-07-31 00:14:10 | MEDIUM | 2 |
| 2026-07-30 00:17:23 | MEDIUM | 2 |
| 2026-07-29 00:25:53 | MEDIUM | 2 |
| 2026-07-28 00:07:28 | MEDIUM | 2 |
| 2026-07-27 00:24:32 | MEDIUM | 2 |
| 2026-07-26 00:07:32 | MEDIUM | 2 |
| 2026-07-25 00:13:44 | MEDIUM | 2 |
| 2026-07-24 00:02:28 | MEDIUM | 2 |
| 2026-07-23 00:14:47 | MEDIUM | 2 |
| 2026-07-22 00:29:32 | MEDIUM | 2 |
| 2026-07-21 00:24:15 | MEDIUM | 2 |
| 2026-07-20 00:19:49 | MEDIUM | 2 |
| 2026-07-19 00:17:08 | MEDIUM | 2 |
| 2026-07-18 00:14:48 | MEDIUM | 2 |
| 2026-07-17 00:06:16 | MEDIUM | 2 |
| 2026-07-16 00:05:41 | MEDIUM | 2 |
| 2026-07-15 00:09:25 | MEDIUM | 2 |