config-tools-for-imx
The package installs a prebuilt binary (.deb.bin) from a local file without a verifiable upstream source, posing a supply-chain risk if the bundled binary was tampered with, though it originates from NXP's official distribution.
Triggered rules
orphaned_readopted
This package was orphaned and re-adopted within the last 30 days — a window where ownership transfers can introduce malicious changes.
llm_review
An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is MEDIUM (confidence 90%): The package installs a prebuilt binary (.deb.bin) from a local file without a verifiable upstream source, posing a supply-chain risk if the bundled binary was tampered with, though it originates from NXP's official distribution.
PKGBUILD
# Maintainer: hendy643 <hendy643@hotmail.com>
pkgname=config-tools-for-imx
pkgver=16.1
pkgrel=1
epoch=
pkgdesc="Integrated suite of configuration tools for NXP's i.MX Application Processors. From BIN package distributed by NXP."
arch=('x86_64')
url="https://www.nxp.com/design/development-boards/i-mx-evaluation-and-development-boards/config-tools-for-i-mx-applications-processors:CONFIG-TOOLS-IMX"
license=('custom:"NXP"')
depends=('java-environment' 'libxslt' 'libxtst' 'gcc-libs-multilib' 'gtk2' 'alsa-lib' 'libnet')
source=("file://config-tools-for-imx-v${pkgver}-${pkgrel}_amd64.deb.bin" "LICENSE" "${pkgname}.install")
sha256sums=('5f97c8a7268149f92b2a6d5deb07d0ae5a52810995db950f1e55093c18f16e8d'
'41beb81990892ba157f85cd6c008f65191a763c97331ac6c8cceb18700883af5'
'a1f53f36f04d98667717092eedc6ccb6c5a5a3ea7ad6ded79a9ac6f004f6307c')
options=('!strip' '!debug')
prepare() {
chmod +x config-tools-for-imx-v${pkgver}-${pkgrel}_amd64.deb.bin
./config-tools-for-imx-v${pkgver}-${pkgrel}_amd64.deb.bin --noexec --keep --nox11 --target ${srcdir}
rm config-tools-for-imx-v${pkgver}-${pkgrel}_amd64.deb.bin
cd "${srcdir}"/ || exit
mkdir -p config-tools-for-imx
bsdtar -x -f config-tools-for-imx-v${pkgver}-${pkgrel}_amd64.deb -C config-tools-for-imx
rm config-tools-for-imx-v${pkgver}-${pkgrel}_amd64.deb
bsdtar -x -f config-tools-for-imx/data.tar.gz -C config-tools-for-imx
rm config-tools-for-imx/data.tar.gz
}
package() {
cp -r "${srcdir}"/config-tools-for-imx/usr "${pkgdir}"/;
cp -r "${srcdir}"/config-tools-for-imx/opt "${pkgdir}"/;
install -D -m644 "${srcdir}"/LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE";
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-27 13:18:29 | Medium | 2 |
| 2026-06-18 16:11:54 | Clean | 0 |