alchitry-labs-v1-bin
The package downloads a prebuilt binary from the project's official CDN, which is a non-whitelisted but project-owned host; the worst case of a swapped source is code execution, but the source is verified by a matching checksum and the software is a legitimate FPGA tool.
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 package downloads a prebuilt binary from the project's official CDN, which is a non-whitelisted but project-owned host; the worst case of a swapped source is code execution, but the source is verified by a matching checksum and the software is a legitimate FPGA tool.
1 higher static finding superseded - not the current verdict (shown for transparency)
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:15
source=("$pkgname-$pkgver.tar.gz::https://cdn.alchitry.com/labs/alchitry-labs-$pkgver-linux.tgz" "${_pkgname}.desktop" "alchitry-loader.desktop")
PKGBUILD
1 offending line(s) highlighted# Maintainer: alchitry <support@alchitry.com>
# Contributor: r1cebank <rbnk@elica.io>
pkgname=alchitry-labs-v1-bin
_pkgname=alchitry-labs
pkgver=1.2.7
pkgrel=1
pkgdesc='Alchitry Labs - The Easiest Way to Program FPGAs'
arch=(x86_64)
license=('custom: commercial')
url='https://alchitry.com/pages/alchitry-labs'
provides=(alchitry-labs)
conflicts=(alchitry-labs)
depends=('java-environment>=8')
source=("$pkgname-$pkgver.tar.gz::https://cdn.alchitry.com/labs/alchitry-labs-$pkgver-linux.tgz" "${_pkgname}.desktop" "alchitry-loader.desktop")
sha256sums=("2d03956bdf432101f20fafa8fef11e882f33a71e110a4253c3f3f91a1f66653d"
"bd74a04852e5b7aa5b4764602900cadcccf7be22579a3e8090ee04a8f723c51b"
"65f5408ef23cad8e214a6950071edc0b99027fcbdaa726a3b3428393c570a804")
package() {
cd "${_pkgname}-${pkgver}"
install -dm755 "${pkgdir}/usr/share/"{applications,icons}
install -d "${pkgdir}/usr/bin"
# Copy the whole SDK
cp -a . "${pkgdir}/usr/share/${_pkgname}"
install -m644 "${pkgdir}/usr/share/${_pkgname}/icon.png" "${pkgdir}/usr/share/icons/${_pkgname}.png"
install -m644 "${srcdir}/${_pkgname}.desktop" "${pkgdir}/usr/share/applications/${_pkgname}.desktop"
install -m644 "${srcdir}/alchitry-loader.desktop" "${pkgdir}/usr/share/applications/alchitry-loader.desktop"
chmod +x "${pkgdir}/usr/share/${_pkgname}/alchitry-labs"
chmod +x "${pkgdir}/usr/share/${_pkgname}/alchitry-loader"
ln -s "/usr/share/${_pkgname}/alchitry-labs" "${pkgdir}"/usr/bin/alchitry-labs
ln -s "/usr/share/${_pkgname}/alchitry-loader" "${pkgdir}"/usr/bin/alchitry-loader
}
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 |