rocm-bin-extras

LOW
maintainer luciddream 1 votes scanned 2026-09-17 00:27:14.276658
View on AUR
Why flagged

The package downloads official AMD ROCm components from AMD's own domain (stable.repo.amd.com) and GitHub (ROCm/roc-optiq), which are plausible official sources; the .deb files are unpacked and installed as part of a standard AUR build process, and no untrusted or obfuscated code execution occurs.

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-2507) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The package downloads official AMD ROCm components from AMD's own domain (stable.repo.amd.com) and GitHub (ROCm/roc-optiq), which are plausible official sources; the .deb files are unpacked and installed as part of a standard AUR build process, and no untrusted or obfuscated code execution occurs.

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://stable.repo.amd.com/rocm/migraphx/tarball/migraphx-2.17.0%2Brocm10.0.0.tar.gz"

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
4pkgname=rocm-bin-extras
5pkgdesc="ROCm Core SDK - Extras (MIGraphX)"
6pkgver=10.0.0
7pkgrel=1
8epoch=0
9arch=('x86_64')
10url='https://www.amd.com'
11license=('custom:AMD')
12depends=('ocl-icd' 'gcc-libs')
13provides=('migraphx' 'rvs' 'roc-optiq') # 'mivisionx' 'hipfort' 'rocpydecode' 'rocal'
14conflicts=('migraphx' 'rvs' 'roc-optiq')
15options=('!strip')
16noextract=()
17
18source=(
19"https://stable.repo.amd.com/rocm/migraphx/tarball/migraphx-2.17.0%2Brocm10.0.0.tar.gz"
20"https://github.com/ROCm/roc-optiq/releases/download/v1.0.0-optiq/roc-optiq_1.0.0.2-1_amd64-ubuntu-26.deb"
21"https://stable.repo.amd.com/rocm/extras/rvs/packages/ubuntu2604/pool/main/amdrocm10-rvs_1.6.122-708_amd64.deb"
22# "https://rocm.frameworks.amd.com/deb-multi-arch/amdrocm-migraphx/pool/main/amdrocm-migraphx_2.16.0-3.py314_amd64.deb"
23# "https://rocm.frameworks.amd.com/deb-multi-arch/amdrocm-migraphx/pool/main/amdrocm-migraphx-dev_2.16.0-3.py314_amd64.deb"
24)
25
26sha256sums=(
27"bf4def72ae884f5373ed3b7315ecf3bb2e4f7107d130592d5bb0ccc37d496e54"
28"d6744d12af4526cf7538361f6faed84f54844a7fd05be3221d436ecdc7607f20"
29"989649e8306a8a8417e98f9c07314437e90a85704d8c9a99fc163b2476d5f7f9"
30)
31
32package() {
33 for p in *.deb; do
34 ar x "${p}"
35 if [[ -f data.tar.gz ]]; then
36 # echo gz: "${srcdir}/${p}"
37 tar xfx data.tar.gz
38 rm data.tar.gz
39 elif [[ -f data.tar.xz ]]; then
40 # echo xz: "${srcdir}/${p}"
41 tar xJf data.tar.xz
42 rm data.tar.xz
43 fi
44 done
45
46 mkdir -p "$pkgdir/opt"
47
48 cp -a "$srcdir/migraphx-2.17.0+rocm10.0.0" "$pkgdir/opt/"
49 cp -a "$srcdir/opt/." "$pkgdir/opt/"
50}
51

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