alchitry-labs-v1-bin
maintainer alchitry
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
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
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 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)
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: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
1
# Maintainer: alchitry <support@alchitry.com>
2
# Contributor: r1cebank <rbnk@elica.io>
3
4
pkgname=alchitry-labs-v1-bin
5
_pkgname=alchitry-labs
6
pkgver=1.2.7
7
pkgrel=1
8
pkgdesc='Alchitry Labs - The Easiest Way to Program FPGAs'
9
arch=(x86_64)
10
license=('custom: commercial')
11
url='https://alchitry.com/pages/alchitry-labs'
12
provides=(alchitry-labs)
13
conflicts=(alchitry-labs)
14
depends=('java-environment>=8')
15
source=("$pkgname-$pkgver.tar.gz::https://cdn.alchitry.com/labs/alchitry-labs-$pkgver-linux.tgz" "${_pkgname}.desktop" "alchitry-loader.desktop")
16
sha256sums=("2d03956bdf432101f20fafa8fef11e882f33a71e110a4253c3f3f91a1f66653d"
17
"bd74a04852e5b7aa5b4764602900cadcccf7be22579a3e8090ee04a8f723c51b"
18
"65f5408ef23cad8e214a6950071edc0b99027fcbdaa726a3b3428393c570a804")
19
20
package() {
21
cd "${_pkgname}-${pkgver}"
22
23
install -dm755 "${pkgdir}/usr/share/"{applications,icons}
24
install -d "${pkgdir}/usr/bin"
25
# Copy the whole SDK
26
cp -a . "${pkgdir}/usr/share/${_pkgname}"
27
28
install -m644 "${pkgdir}/usr/share/${_pkgname}/icon.png" "${pkgdir}/usr/share/icons/${_pkgname}.png"
29
install -m644 "${srcdir}/${_pkgname}.desktop" "${pkgdir}/usr/share/applications/${_pkgname}.desktop"
30
install -m644 "${srcdir}/alchitry-loader.desktop" "${pkgdir}/usr/share/applications/alchitry-loader.desktop"
31
chmod +x "${pkgdir}/usr/share/${_pkgname}/alchitry-labs"
32
chmod +x "${pkgdir}/usr/share/${_pkgname}/alchitry-loader"
33
ln -s "/usr/share/${_pkgname}/alchitry-labs" "${pkgdir}"/usr/bin/alchitry-labs
34
ln -s "/usr/share/${_pkgname}/alchitry-loader" "${pkgdir}"/usr/bin/alchitry-loader
35
}
36
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 |