mapbox-studio

maintainer raymondbarbey · 8 votes · scanned 2026-08-03 00:08:14.047287
MEDIUM
View on AUR ↗
Why flagged 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.

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:12 source=("https://mapbox.s3.amazonaws.com/mapbox-studio/mapbox-studio-linux-x64-v${pkgver}.zip")
MEDIUM AI review 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
1# Maintainer: Yuval Adam <yuval at y3xz dot com> PGP-Key: 271386AA2EB7672F
2
3pkgname=mapbox-studio
4pkgver=0.3.4
5pkgrel=1
6pkgdesc="Vector tile driven map design"
7arch=('x86_64')
8url="https://mapbox.com/mapbox-studio-classic/"
9license=(BSD)
10depends=()
11makedepends=(unzip)
12source=("https://mapbox.s3.amazonaws.com/mapbox-studio/mapbox-studio-linux-x64-v${pkgver}.zip")
13noextract=("mapbox-studio-linux-x64-v${pkgver}.zip")
14sha1sums=('521e722fd5a317f48af2dc718447c9323041bd85')
15
16prepare() {
17 unzip -q mapbox-studio-linux-x64-v${pkgver}.zip
18}
19
20package() {
21 install -dm755 "${pkgdir}/opt"
22 cp --preserve=mode -r "mapbox-studio-linux-x64-v${pkgver}" "${pkgdir}/opt/${pkgname}"
23 ln -s "/opt/${pkgname}/atom" "${pkgdir}/opt/${pkgname}/mapbox-studio"
24}
25
26# vim:set ts=2 sw=2 et:
27

Scan history

Scanned at (UTC)SeverityRules
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

Report a package

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

0 / 4000
Your suggestion