rocm-bin-extras
maintainer luciddream
· 1 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
Downloads prebuilt .deb packages from rocm.frameworks.amd.com, which appears to be AMD's official ROCm distribution infrastructure; the host is plausibly project-owned, checksums are provided, and the package simply extracts and installs the .deb contents without executing any downloaded code at build time.
Triggered rules
LOW
AI review downgraded a static finding
llm_review
The static rules flagged this MEDIUM, but an AI model (anthropic/claude-sonnet-4.6) reviewed the full PKGBUILD and judged it LOW (confidence 70%): Downloads prebuilt .deb packages from rocm.frameworks.amd.com, which appears to be AMD's official ROCm distribution infrastructure; the host is plausibly project-owned, checksums are provided, and the package simply extracts and installs the .deb contents without executing any downloaded code at build time.
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:19
"https://rocm.frameworks.amd.com/deb-multi-arch/amdrocm-migraphx/pool/main/amdrocm-migraphx_2.16.0-3.py314_amd64.deb"
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: George Sofianos <george at sofianos dot dev>
2
3
# Release notes https://rocm.docs.amd.com/en/latest/about/release-notes.html
4
pkgname=rocm-bin-extras
5
pkgdesc="ROCm Core SDK and TheRock Build System - Extras"
6
pkgver=7.14.0
7
pkgrel=1
8
epoch=0
9
arch=('x86_64')
10
url='http://www.amd.com'
11
license=('custom:AMD')
12
depends=('ocl-icd' 'gcc-libs')
13
provides=('migraphx') # 'mivisionx' 'hipfort' 'rocpydecode' 'rocal'
14
conflicts=('migraphx')
15
options=('!strip')
16
noextract=()
17
18
source=(
19
"https://rocm.frameworks.amd.com/deb-multi-arch/amdrocm-migraphx/pool/main/amdrocm-migraphx_2.16.0-3.py314_amd64.deb"
20
"https://rocm.frameworks.amd.com/deb-multi-arch/amdrocm-migraphx/pool/main/amdrocm-migraphx-dev_2.16.0-3.py314_amd64.deb"
21
)
22
23
sha256sums=(
24
"6741f52c748f9befd53324b0f0c47998be1146cc815267bd128d7a2a2ebadeb0"
25
"b0461d57e5c9372107e26af658f539ca58207a46ac5bf22251acd5259156b3ce"
26
)
27
28
package() {
29
for p in *.deb; do
30
ar x "${p}"
31
if [[ -f data.tar.gz ]]; then
32
# echo gz: "${srcdir}/${p}"
33
tar xfx data.tar.gz
34
rm data.tar.gz
35
elif [[ -f data.tar.xz ]]; then
36
# echo xz: "${srcdir}/${p}"
37
tar xJf data.tar.xz
38
rm data.tar.xz
39
fi
40
done
41
42
install -d "${pkgdir}/opt/rocm/extras-7"
43
mv "${srcdir}/opt/rocm/"* "${pkgdir}/opt/rocm/extras-7/"
44
}
45
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 | 3 |
| 2026-07-29 00:25:53 | LOW | 3 |
| 2026-07-28 00:07:28 | LOW | 3 |
| 2026-07-27 00:24:32 | LOW | 3 |
| 2026-07-26 00:07:32 | LOW | 3 |
| 2026-07-25 00:13:44 | LOW | 3 |
| 2026-07-24 00:02:28 | LOW | 3 |
| 2026-07-23 00:14:47 | LOW | 3 |
| 2026-07-22 00:29:32 | LOW | 3 |
| 2026-07-21 00:24:15 | LOW | 3 |
| 2026-07-20 00:19:49 | LOW | 3 |
| 2026-07-19 00:17:08 | LOW | 3 |
| 2026-07-18 00:14:48 | LOW | 3 |
| 2026-07-17 00:06:16 | LOW | 3 |
| 2026-07-16 21:52:49 | MEDIUM | 2 |
| 2026-07-16 19:54:46 | LOW | 3 |