vivado-board-alveo-u55c
maintainer Alex
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads board definition files (non-executable data) from AMD/Xilinx's official domain for integration into Vivado; the host is non-standard but plausibly part of their infrastructure, and the worst case of a swapped source is limited to data or tool misconfiguration, not code execution.
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 board definition files (non-executable data) from AMD/Xilinx's official domain for integration into Vivado; the host is non-standard but plausibly part of their infrastructure, and the worst case of a swapped source is limited to data or tool misconfiguration, not code execution.
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=('u55c.zip::https://www.xilinx.com/bin/public/openDownload?filename=au55c_boardfiles_v1_0_20211104.zip')
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Alexander Daum <alexander.daum@mailbox.org>
2
3
pkgname=vivado-board-alveo-u55c
4
pkgver=2024.2
5
pkgrel=1
6
pkgdesc="Board files for Alveo U55C Card for Vivado 2024.2"
7
url="https://www.amd.com/en/products/accelerators/alveo/u55c/a-u55c-p00g-pq-g.html"
8
arch=('x86_64')
9
license=('custom')
10
11
_card_name=au55c
12
13
depends=('vivado=2024.2')
14
15
source=('u55c.zip::https://www.xilinx.com/bin/public/openDownload?filename=au55c_boardfiles_v1_0_20211104.zip')
16
17
sha512sums=('14205699e6cc5dcc7245684d8547880a62fd1641f4d50f6105edef24757de12f96543235c788fa1821e4c62141ccf3a7d93cb9240aa118d6e8f486e3e68af88d')
18
19
# Prefix where Vivado is installed
20
_installprefix=/opt/Xilinx
21
# Use a Vendor other than Xilinx, in case Xilinx ever adds support for U55C directly in vivado
22
_vendor=Xilinx_ext
23
24
package() {
25
install -dm755 "$pkgdir$_installprefix/Vivado/${pkgver}/data/xhub/boards/XilinxBoardStore/boards/$_vendor/$_card_name"
26
for boardfile in "$srcdir"/$_card_name/1.0/*; do
27
install -m644 -t "$pkgdir$_installprefix/Vivado/${pkgver}/data/xhub/boards/XilinxBoardStore/boards/$_vendor/$_card_name/" "$boardfile"
28
done
29
}
30
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 |