android-image-kitchen-bin
The source is a tarball from a forum attachment on xda-developers.com, which is a non-standard host, but it hosts project-related scripts that are patched and installed locally; the content is not executed remotely and the risk is limited to supply-chain trust in the maintainer.
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 90%): The source is a tarball from a forum attachment on xda-developers.com, which is a non-standard host, but it hosts project-related scripts that are patched and installed locally; the content is not executed remotely and the risk is limited to supply-chain trust in the maintainer.
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:11
source=("AIK-Linux-v3.8-ALL.tar.gz::https://forum.xda-developers.com/attachments/aik-linux-v3-8-all-tar-gz.5300923/"
PKGBUILD
1 offending line(s) highlighted# Maintainer: Cynthetika <opensource AT cynthetika DOT com>
pkgname=android-image-kitchen-bin
pkgver=3.8
pkgrel=3
pkgdesc="Automated scripts to inspect and rebuild Android boot images - including patched binaries only used by the scripts provided by this package"
## for further details and discussion, see also:
## https://forum.xda-developers.com/t/tool-android-image-kitchen-unpack-repack-kernel-ramdisk-win-android-linux-mac.2073775/
url="https://github.com/osm0sis/Android-Image-Kitchen/tree/AIK-Linux"
arch=('i686' 'x86_64')
license=('unknown')
source=("AIK-Linux-v3.8-ALL.tar.gz::https://forum.xda-developers.com/attachments/aik-linux-v3-8-all-tar-gz.5300923/"
"work-in-present-working-directory-only.patch")
md5sums=('36eb592b1dbef0c6c4bb96cd6e6524a6'
'670b25e7bb925a80091349c62794abae')
options=(!strip)
prepare() {
cd "${srcdir}/AIK-Linux"
# apply patch to only operate on files within present working directory
patch -p1 < ${srcdir}/work-in-present-working-directory-only.patch
}
package() {
cd "${srcdir}/AIK-Linux"
# remove files not required on any Linux platform
rm "authors.txt"
rm -rf "bin/macos"
# install all files to /opt
cd "${srcdir}"
mkdir -p "${pkgdir}/opt"
cp -r "AIK-Linux" "${pkgdir}/opt/${pkgname%-bin}"
# symlink main scripts to /usr/bin
mkdir -p "${pkgdir}/usr/bin"
ln -s "/opt/${pkgname%-bin}/cleanup.sh" "${pkgdir}/usr/bin/aik-cleanup"
ln -s "/opt/${pkgname%-bin}/repackimg.sh" "${pkgdir}/usr/bin/aik-repack"
ln -s "/opt/${pkgname%-bin}/unpackimg.sh" "${pkgdir}/usr/bin/aik-unpack"
}
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 |