boston-icon-theme
The download is from OpenDesktop.org's official infrastructure via a dynamically generated URL, which is used to fetch the project's own source tarball; the content is a theme (non-executable data), and the final URL is captured in source=() with a fixed checksum, limiting supply-chain risk.
Triggered rules
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 download is from OpenDesktop.org's official infrastructure via a dynamically generated URL, which is used to fetch the project's own source tarball; the content is a theme (non-executable data), and the final URL is captured in source=() with a fixed checksum, limiting supply-chain risk.
1 higher static finding superseded - not the current verdict (shown for transparency)
external_download_not_in_source
curl/wget fetches a URL on a non-allowlisted host that is not part of source=(), so it is not checksum-verified by makepkg.
-
PKGBUILD:14
_od_url=$(curl -s "https://www.opendesktop.org/dl?file_id=${_od_id}&file_type=application/x-xz&file_name=${_upname}.tar.xz&file_size=${_od_size}&has_torrent=0&project_id=${_od_project_id}&link_type=download&is_external=false&external_link=null" -X POST -H 'User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:104.0) Gecko/20100101 Firefox/104.0' -H 'Content-Type: application/x-www-form-urlencoded' -H 'Pragma: no-cache' -H 'Cache-Control: no-cache' --data-raw 'download_source=Continue+Download' | sed -n 's|^ *<a href="\([^"]*\)">Please click here</a>.*$|\1|p')
PKGBUILD
1 offending line(s) highlighted# Maintainer: Étienne Deparis <etienne@depar.is>
pkgname=boston-icon-theme
_upname=Boston
pkgver=2.0
pkgrel=1
pkgdesc="A highly minimalist icon theme, with a sober color palette inspired on basic hues and forms."
arch=('any')
url="https://www.opendesktop.org/p/1012402"
license=('CCPL:by-sa')
_od_id=1652343702
_od_size=281660
_od_project_id=1012402
_od_url=$(curl -s "https://www.opendesktop.org/dl?file_id=${_od_id}&file_type=application/x-xz&file_name=${_upname}.tar.xz&file_size=${_od_size}&has_torrent=0&project_id=${_od_project_id}&link_type=download&is_external=false&external_link=null" -X POST -H 'User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:104.0) Gecko/20100101 Firefox/104.0' -H 'Content-Type: application/x-www-form-urlencoded' -H 'Pragma: no-cache' -H 'Cache-Control: no-cache' --data-raw 'download_source=Continue+Download' | sed -n 's|^ *<a href="\([^"]*\)">Please click here</a>.*$|\1|p')
source=($_od_url)
sha256sums=('e4c491d362eb0306e00a35490b28879d7eb988dd45c98814e374eca0ef326780')
options=(!emptydirs)
package() {
cd "$srcdir/${_upname}"
install -d -m755 "$pkgdir/usr/share/licenses/$pkgname"
install -D -m644 license "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
install -D -m644 third-party "$pkgdir/usr/share/licenses/$pkgname/third-party"
install -d -m755 "$pkgdir/usr/share/doc/$pkgname"
install -D -m644 patrons.md "$pkgdir/usr/share/doc/$pkgname/patrons.md"
install -D -m644 changelog "$pkgdir/usr/share/doc/$pkgname/CHANGELOG"
install -d -m755 "$pkgdir/usr/share/icons/$_upname"
for size in 16 48 128 legacy symbolic; do
mv $size "$pkgdir/usr/share/icons/${_upname}/$size"
done
install -D -m644 index.theme "$pkgdir/usr/share/icons/${_upname}/index.theme"
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-17 00:27:14 | Low | 2 |
| 2026-09-16 00:03:17 | Low | 2 |
| 2026-09-15 00:25:31 | Low | 2 |
| 2026-09-14 00:27:57 | Low | 2 |
| 2026-09-13 00:19:54 | Low | 2 |
| 2026-09-12 00:25:17 | Low | 2 |
| 2026-09-11 00:19:22 | Low | 2 |
| 2026-09-10 00:22:44 | Low | 2 |
| 2026-09-09 00:04:09 | Low | 2 |
| 2026-09-08 00:18:08 | Low | 2 |
| 2026-09-07 00:30:15 | Low | 2 |
| 2026-09-06 00:17:06 | Low | 2 |
| 2026-09-05 00:16:27 | Low | 2 |
| 2026-09-04 00:03:13 | Low | 2 |
| 2026-09-03 00:15:47 | Low | 2 |
| 2026-09-02 00:02:31 | Low | 2 |
| 2026-09-01 00:11:19 | Low | 2 |
| 2026-08-31 00:19:57 | Low | 2 |
| 2026-08-30 00:04:14 | Low | 2 |
| 2026-08-29 00:29:17 | Low | 2 |