intel-opencl
The source is a prebuilt binary archive from an archived Intel download link via web.archive.org, which is non-standard but plausibly the project's official legacy release; the package installs only data and libraries, not executing arbitrary code, and the worst case of a swapped source is limited to supply-chain risk of the binary itself, not active exploitation.
Triggered rules
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 source is a prebuilt binary archive from an archived Intel download link via web.archive.org, which is non-standard but plausibly the project's official legacy release; the package installs only data and libraries, not executing arbitrary code, and the worst case of a swapped source is limited to supply-chain risk of the binary itself, not active exploitation.
1 higher static finding superseded - not the current verdict (shown for transparency)
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:20
source=("${pkgname}-${pkgver}-linux64.zip::https://web.archive.org/web/20190526190814if_/https://registrationcenter-download.intel.com/akdlm/irc_nas/11396/SRB5.0_linux64.zip")
PKGBUILD
1 offending line(s) highlighted# Maintainer: dakataca <danieldakataca@gmail.com>
# Contributor: Ivan Shapovalov <intelfx@intelfx.name>
# Contributor: Francois Menning <f.menning@protonmail.com>
# Contributor: ava1ar <mail@ava1ar.me>
# Contributor: Duong Pham <dthpham@gmail.com>
# Contributor: Eric Quackenbush <mail@ericquackenbush.com>
# Contributor: Wei-Ning Huang <aitjcize@gmail.com>
pkgname=intel-opencl
_pkgver=5.0-63503
pkgver="${_pkgver/-/.r}"
pkgrel=2
pkgdesc="Legacy OpenCL(TM) driver 1.2 or 2.0, for Intel graphics from Ivy Bridge GPU model (gen 7), to Haswell (gen 7.5) for Linux (pre-Broadwell)"
arch=('x86_64')
url="https://software.intel.com/en-us/articles/legacy-opencl-drivers#latest_linux_driver"
license=('custom:intel')
depends=('zlib' 'libdrm')
optdepends=('intel-opencl-sdk: Intel SDK for OpenCL Applications')
provides=('opencl-driver')
source=("${pkgname}-${pkgver}-linux64.zip::https://web.archive.org/web/20190526190814if_/https://registrationcenter-download.intel.com/akdlm/irc_nas/11396/SRB5.0_linux64.zip")
#source=("$pkgname-$pkgver-linux64.zip")
sha256sums=('a3989a7a00f216b1a50bad37dc49629c3f7ce65104a2ca665e59d8c699bf7443') #updpkgsums to generate.
# Paquetes internos:
_package_internal=("intel-opencl-r${_pkgver}.$arch.tar.xz"
"intel-opencl-devel-r$_pkgver.$arch.tar.xz"
"intel-opencl-cpu-r${_pkgver}.$arch.tar.xz")
# Alistar ficheros en el directorio de instalación.
package() {
# Extraer paquetes internos con "tar".
for p in "${_package_internal[@]}"; do
tar -xf "$p" -C "$pkgdir"
done
# Copy license
install -D "$pkgdir/opt/intel/opencl/LICENSE" "$pkgdir/usr/share/licenses/intel-opencl/LICENSE"
# Renombrar el archivo de índice de control de dispositivo (ICD) de "intel.icd" a "intel-gpu.icd"
# para evitar conflictos con el archivo "intel.icd" del paquete "intel-opencl-runtime".
mv "$pkgdir/etc/OpenCL/vendors/intel"{,-gpu}.icd
## Sanitizar o asegurar los permisos del paquete intel-opencl ##
# Cambiar la propiedad del directorio y sus subdirectorios a root:root.
chown root:root -R "$pkgdir"
# Quitar los permisos de escritura para los grupos y otros.
chmod go-w -R "$pkgdir"
}
## Source:
# https://web.archive.org/web/20190526190814if_/https://registrationcenter-download.intel.com/akdlm/irc_nas/11396/SRB5.0_linux64.zip
## References:
# https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/Can-t-find-opencl-driver/m-p/1149053#M12047
## Test:
# updpkgsums
# makepkg --printsrcinfo > .SRCINFO
# git clean -dfx
# 👤 Autor: https://t.me/dakataca 💻 🐬 #
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 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 |