alchitry-labs-v1-bin

LOW
maintainer alchitry 0 votes scanned 2026-09-17 00:27:14.276658
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
4pkgname=alchitry-labs-v1-bin
5_pkgname=alchitry-labs
6pkgver=1.2.7
7pkgrel=1
8pkgdesc='Alchitry Labs - The Easiest Way to Program FPGAs'
9arch=(x86_64)
10license=('custom: commercial')
11url='https://alchitry.com/pages/alchitry-labs'
12provides=(alchitry-labs)
13conflicts=(alchitry-labs)
14depends=('java-environment>=8')
15source=("$pkgname-$pkgver.tar.gz::https://cdn.alchitry.com/labs/alchitry-labs-$pkgver-linux.tgz" "${_pkgname}.desktop" "alchitry-loader.desktop")
16sha256sums=("2d03956bdf432101f20fafa8fef11e882f33a71e110a4253c3f3f91a1f66653d"
17 "bd74a04852e5b7aa5b4764602900cadcccf7be22579a3e8090ee04a8f723c51b"
18 "65f5408ef23cad8e214a6950071edc0b99027fcbdaa726a3b3428393c570a804")
19
20package() {
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)SeverityRules
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

Report a package

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

0 / 4000
Your suggestion