amdapp-sdk-nocatalyst
amdapp-sdk
· scanned 2026-08-03 00:08:14.047287
Triggered rules
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:49
"https://archive.org/download/AMDAPPSDK/${_dirname}${_bits}.tar.bz2"
llm_review
An AI model (anthropic/claude-4.6-sonnet-20260217) reviewed this and agrees it is MEDIUM (confidence 82%): The PKGBUILD downloads a prebuilt AMD APP SDK installer tarball (a self-extracting shell script executed in the build() function via `bash ${_scriptname}${_bits}.sh --noexec --target ...`) from archive.org rather than the official AMD developer domain. Archive.org is a third-party host where the content of a specific item can be replaced or tampered with by the uploader, and the URL is not immutable in the same way a versioned release artifact on an official vendor CDN would be. The sha256sums are architecture-conditional (set at parse time via shell logic), which is a non-standard but functional pattern. The checksums do exist and are architecture-specific, providing some integrity guarantee, but the trust anchor is archive.org rather than AMD's own infrastructure. Since the tarball contains a self-extracting installer that is directly executed during build, a compromised archive.org item would result in arbitrary code execution. This is a genuine medium-severity supply-chain concern: executed binary/installer from a non-official host, not clearly malicious but not verifiable against the original vendor.
PKGBUILD
1 offending line(s) highlighted# NOTE: you have to download archive directly from https://developer.amd.com/amd-accelerated-parallel-processing-app-sdk/
# ie. for x86_64 - AMD-APP-SDKInstaller-v3.0.130.136-GA-linux64.tar.bz2
# and paste it next to this PKGBUILD
# Maintainer: satcom886 <rostik.medved@gmail.com>
# Previous Maintainer: Vi0L0 <vi0l093@gmail.com>
# Previous Previous Maintainer: Michael Krause <mk-arch@spline.de>
# Contributor: kralyk
# Contributor: pfdm
# Contributor: caust1c
# Contributor: kralyk (download execution)
# Contributor: satcom886 (fixed download links)
# PKGEXT=".tar.gz" # time to pack this pkg into tar.xz is long, unfortunatelly yaourt got problems when ext is different than .pkg.tar.xz - V
pkgbase=amdapp-sdk
pkgname=('amdapp-sdk' 'amdapp-sdk-opencv' 'amdapp-sdk-nocatalyst' 'amdapp-sdk-docs')
pkgver=3.0
pkgrel=23
arch=('i686' 'x86_64')
url="https://developer.amd.com/amd-accelerated-parallel-processing-app-sdk/"
license=("custom")
options=('staticlibs' 'libtool' '!strip')
groups=('amdapp')
makedepends=('perl' 'llvm' 'apache-ant' 'wget')
_dirname='AMD-APP-SDKInstaller-v3.0.130.136-GA-linux'
_scriptname='AMD-APP-SDK-v3.0.130.136-GA-linux'
#Architecture resolution
if [ "$CARCH" = 'i686' ]; then
_bits=32
_arch=x86
# _tarbits=x86
# _tarbits=32-1
else _bits=64
_arch=x86_64
# _tarbits=x64
# _tarbits=64
fi
[ "$CARCH" = 'i686' ] && _hash='181fb9815e735c90ca5713acc27a6f9ed7f85135d2f2a085bed7b4c7ed157b94' \
|| _hash='0aa436acd334b686820bd3caab9f09014608741b92e3996d3642d0b148ede0f7'
#Sources
source=(
# "http://developer.amd.com/wordpress/media/files/AMD-APP-SDK-linux-v2.9-1.599.381-GA-${_tarbits}.tar.bz2"
# "http://developer.amd.com/wordpress/media/files/${_dirname}${_bits}.tar.bz2"
"https://archive.org/download/AMDAPPSDK/${_dirname}${_bits}.tar.bz2"
'amd.icd'
'amd_i686.icd'
'amdapp-sdk.sh'
'amdapp-sdk.conf')
#sha256sums
sha256sums=(
${_hash}
'0b7465f250f667a240ea4a46ae07e9f193f7ede4975c611fd77b06cb98478169'
'77cb18c5a588e02c73c2406e1057461b6c030b97534154aa3163cbfb9b7e97b7'
'dffe3d16ae07fafe6571c37f97f73e694891a7ea7888fc7f0a5d0e42b997e50f'
'c871a5044dd19e710b9ff058faa4e40f9b825b27d3928d535bc452116dba3b95')
_subdir="${_dirname}${_bits}"
#Install path
_ipath='opt/AMDAPP/SDK'
build() {
bash ${_scriptname}${_bits}.sh --noexec --target ${srcdir}/${_subdir}
}
package_amdapp-sdk() {
pkgdesc="AMD Accelerated Parallel Processing (APP) SDK, 3.0 with OpenCL 2.0 support."
install=amdapp-sdk.install
provides=('opencl-amd' 'opencl' 'amdstream' 'opencl-driver' )
depends=('opencl-icd-loader' 'libgl' 'llvm' 'gcc-libs' 'mesa' 'glut' 'glew' 'glu')
conflicts=('amdstream')
optdepends=(
'opencl-headers: for development'
'catalyst: for OpenCL on AMD GPU'
'libxext: to run some samples'
'libsm: to run some samples'
'libgl: (or nvidia/catalyst-utils) to run some samples'
)
cd ${srcdir}/${_subdir}
#Install SDK
install -m755 -d ${pkgdir}/${_ipath}
cp -r include ${pkgdir}/${_ipath}
install -m755 -d ${pkgdir}/${_ipath}/{bin,samples/opencl/bin,samples/bolt/bin}
cp -r ./bin/${_arch}/* ${pkgdir}/${_ipath}/bin
# cp -r ./lib/${_arch}/* ${pkgdir}/${_ipath}/lib
find ./samples/opencl/ -mindepth 1 -maxdepth 1 -type d -not -name bin -exec cp -r {} ${pkgdir}/${_ipath}/samples/opencl \;
cp -r ./samples/opencl/bin/${_arch}/* ${pkgdir}/${_ipath}/samples/opencl/bin
# Bolt
find ./samples/opencl/ -mindepth 1 -maxdepth 1 -type d -not -name bin -exec cp -r {} ${pkgdir}/${_ipath}/samples/bolt \;
cp -r ./samples/bolt/bin/${_arch}/* ${pkgdir}/${_ipath}/samples/bolt/bin
#----------- >8 --------------
# next 4 lines commented in 2.9.1 -V
# #Install includes
# install -m755 -d ${pkgdir}/usr/include/OpenVideo
# # install -m644 ./include/OpenVideo/{OVDecode.h,OVDecodeTypes.h} ${pkgdir}/usr/include/OpenVideo
# install -m644 ./include/OpenVideo/OpenVideo/* ${pkgdir}/usr/include/OpenVideo # why not this way? V
#Symlink binaries -- doesn't needed? -V
# mkdir -p "${pkgdir}/usr/bin"
# ln -s "/${_ipath}/bin/clinfo" "${pkgdir}/usr/bin/clinfo"
#----------- >8 --------------
#Fix modes
find ${pkgdir}/${_ipath} -type f -exec chmod 644 {} \;
chmod 755 ${pkgdir}/${_ipath}/bin/*
find ${pkgdir}/${_ipath}/samples/opencl/bin -type f -not -name "*.*" -exec chmod 755 {} \;
find ${pkgdir}/${_ipath}/samples/bolt/bin -type f -not -name "*.*" -exec chmod 755 {} \;
#AMDAPPSDKROOT env var
install -m755 -d ${pkgdir}/etc/profile.d
install -m755 ${srcdir}/amdapp-sdk.sh ${pkgdir}/etc/profile.d
sed -i -e "s|PATH|${_ipath}|" ${pkgdir}/etc/profile.d/amdapp-sdk.sh
#License
install -m755 -d ${pkgdir}/usr/share/licenses/amdapp-sdk
install -m644 ${srcdir}/${_subdir}/APPSDK-EULA-linux.txt ${pkgdir}/usr/share/licenses/amdapp-sdk/
}
package_amdapp-sdk-nocatalyst() {
pkgdesc="AMD Accelerated Parallel Processing (APP) SDK, 3.0 with OpenCL 2.0 support. Libs and ICD for non-catalyst users."
install=amdapp-sdk-nocatalyst.install
depends=('amdapp-sdk')
conflicts=('catalyst-utils')
#LDCONF
install -m755 -d ${pkgdir}/etc/ld.so.conf.d
install -m755 ${srcdir}/amdapp-sdk.conf ${pkgdir}/etc/ld.so.conf.d
sed -i -e "s|PATH|${_ipath}|" ${pkgdir}/etc/ld.so.conf.d/amdapp-sdk.conf
#Register ICD
install -m755 -d ${pkgdir}/etc/OpenCL/vendors
if [ "$CARCH" = 'i686' ]; then
install -m755 ${srcdir}/amd_i686.icd ${pkgdir}/etc/OpenCL/vendors/amd.icd
else
install -m755 ${srcdir}/amd.icd ${pkgdir}/etc/OpenCL/vendors
fi
sed -i -e "s|PATH|${_ipath}|" ${pkgdir}/etc/OpenCL/vendors/amd.icd
sed -i -e "s|BITS|${_bits}|" ${pkgdir}/etc/OpenCL/vendors/amd.icd
# The OpenCL ICD specifications: http://www.khronos.org/registry/cl/extensions/khr/cl_khr_icd.txt
#Place libs
install -m755 -d ${pkgdir}/${_ipath}/lib
cp -r ${srcdir}/${_subdir}/lib/${_arch}/* ${pkgdir}/${_ipath}/lib
chmod 755 ${pkgdir}/${_ipath}/lib/*
#License
install -m755 -d ${pkgdir}/usr/share/licenses
ln -s amdapp-sdk ${pkgdir}/usr/share/licenses/${pkgname}
}
package_amdapp-sdk-opencv() {
pkgdesc="AMD Accelerated Parallel Processing (APP) SDK, 3.0 with OpenCL 2.0 support. OpenCVUtils and opencv samples"
depends=('opencl-icd-loader' 'libgl' 'llvm' 'gcc-libs' 'mesa' 'glut' 'glew' 'opencv')
install=amdapp-sdk-opencv.install
cd ${srcdir}/${_subdir}
install -m755 -d ${pkgdir}/${_ipath}/samples/opencv/bin
find ./samples/opencv/ -mindepth 1 -maxdepth 1 -type d -not -name bin -exec cp -r {} ${pkgdir}/${_ipath}/samples/opencv \;
cp -r ./samples/opencv/bin/${_arch}/* ${pkgdir}/${_ipath}/samples/opencv/bin
find ${pkgdir}/${_ipath}/samples/opencv/bin -type f -not -name "*.*" -exec chmod 755 {} \;
#License
install -m755 -d ${pkgdir}/usr/share/licenses
ln -s amdapp-sdk ${pkgdir}/usr/share/licenses/${pkgname}
}
package_amdapp-sdk-docs() {
pkgdesc="AMD Accelerated Parallel Processing (APP) SDK, 3.0 with OpenCL 2.0 support. Documentation"
install=amdapp-sdk-docs.install
cd ${srcdir}/${_subdir}
install -m755 -d ${pkgdir}/usr/share/doc/amdapp-sdk
cp -r ./docs/* ${pkgdir}/usr/share/doc/amdapp-sdk
#License
install -m755 -d ${pkgdir}/usr/share/licenses
ln -s amdapp-sdk ${pkgdir}/usr/share/licenses/${pkgname}
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-03 00:08:14 | MEDIUM | 2 |
| 2026-08-02 00:16:08 | MEDIUM | 2 |
| 2026-08-01 00:11:18 | MEDIUM | 2 |
| 2026-07-31 00:14:10 | MEDIUM | 2 |
| 2026-07-30 00:17:23 | MEDIUM | 2 |
| 2026-07-29 00:25:53 | MEDIUM | 2 |
| 2026-07-28 00:07:28 | MEDIUM | 2 |
| 2026-07-27 00:24:32 | MEDIUM | 2 |
| 2026-07-26 00:07:32 | MEDIUM | 2 |
| 2026-07-25 00:13:44 | MEDIUM | 2 |
| 2026-07-24 00:02:28 | MEDIUM | 2 |
| 2026-07-23 00:14:47 | MEDIUM | 2 |
| 2026-07-22 00:29:32 | MEDIUM | 2 |
| 2026-07-21 00:24:15 | MEDIUM | 2 |
| 2026-07-20 00:19:49 | MEDIUM | 2 |
| 2026-07-19 00:17:08 | MEDIUM | 2 |
| 2026-07-18 00:14:48 | MEDIUM | 2 |
| 2026-07-17 00:06:16 | MEDIUM | 2 |
| 2026-07-16 00:05:41 | MEDIUM | 2 |
| 2026-07-15 00:09:25 | MEDIUM | 2 |