android-image-kitchen-bin
maintainer Cynthetika
· 1 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
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
LOW
AI review downgraded a static finding
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)
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: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
1
# Maintainer: Cynthetika <opensource AT cynthetika DOT com>
2
pkgname=android-image-kitchen-bin
3
pkgver=3.8
4
pkgrel=3
5
pkgdesc="Automated scripts to inspect and rebuild Android boot images - including patched binaries only used by the scripts provided by this package"
6
## for further details and discussion, see also:
7
## https://forum.xda-developers.com/t/tool-android-image-kitchen-unpack-repack-kernel-ramdisk-win-android-linux-mac.2073775/
8
url="https://github.com/osm0sis/Android-Image-Kitchen/tree/AIK-Linux"
9
arch=('i686' 'x86_64')
10
license=('unknown')
11
source=("AIK-Linux-v3.8-ALL.tar.gz::https://forum.xda-developers.com/attachments/aik-linux-v3-8-all-tar-gz.5300923/"
12
"work-in-present-working-directory-only.patch")
13
md5sums=('36eb592b1dbef0c6c4bb96cd6e6524a6'
14
'670b25e7bb925a80091349c62794abae')
15
options=(!strip)
16
17
prepare() {
18
cd "${srcdir}/AIK-Linux"
19
20
# apply patch to only operate on files within present working directory
21
patch -p1 < ${srcdir}/work-in-present-working-directory-only.patch
22
}
23
24
package() {
25
cd "${srcdir}/AIK-Linux"
26
27
# remove files not required on any Linux platform
28
rm "authors.txt"
29
rm -rf "bin/macos"
30
31
# install all files to /opt
32
cd "${srcdir}"
33
mkdir -p "${pkgdir}/opt"
34
cp -r "AIK-Linux" "${pkgdir}/opt/${pkgname%-bin}"
35
36
# symlink main scripts to /usr/bin
37
mkdir -p "${pkgdir}/usr/bin"
38
ln -s "/opt/${pkgname%-bin}/cleanup.sh" "${pkgdir}/usr/bin/aik-cleanup"
39
ln -s "/opt/${pkgname%-bin}/repackimg.sh" "${pkgdir}/usr/bin/aik-repack"
40
ln -s "/opt/${pkgname%-bin}/unpackimg.sh" "${pkgdir}/usr/bin/aik-unpack"
41
}
42
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-03 00:08:14 | LOW | 2 |
| 2026-08-02 00:16:08 | LOW | 2 |
| 2026-08-01 00:11:18 | LOW | 2 |
| 2026-07-31 00:14:10 | LOW | 2 |
| 2026-07-30 00:17:23 | LOW | 2 |
| 2026-07-29 00:25:53 | LOW | 2 |
| 2026-07-28 00:07:28 | LOW | 2 |
| 2026-07-27 00:24:32 | LOW | 2 |
| 2026-07-26 00:07:32 | LOW | 2 |
| 2026-07-25 00:13:44 | LOW | 2 |
| 2026-07-24 00:02:28 | LOW | 2 |
| 2026-07-23 00:14:47 | LOW | 2 |
| 2026-07-22 00:29:32 | LOW | 2 |
| 2026-07-21 00:24:15 | LOW | 2 |
| 2026-07-20 00:19:49 | LOW | 2 |
| 2026-07-19 00:17:08 | LOW | 2 |
| 2026-07-18 00:14:48 | LOW | 2 |
| 2026-07-17 00:06:16 | LOW | 2 |
| 2026-07-16 00:05:41 | LOW | 2 |
| 2026-07-15 00:09:25 | LOW | 2 |