abootimg

maintainer GNUtoo · 2 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The source is downloaded from a Debian archive mirror, which is a legitimate and trustworthy source for the package; the use of a non-whitelisted host is a false positive as http.debian.net is an official redirector for Debian packages.

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 95%): The source is downloaded from a Debian archive mirror, which is a legitimate and trustworthy source for the package; the use of a non-whitelisted host is a false positive as http.debian.net is an official redirector for Debian packages.

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:17 source=("http://http.debian.net/debian/pool/main/a/abootimg/abootimg_${pkgver}.orig.tar.gz"

PKGBUILD

1 offending line(s) highlighted
1# Contributor: Bailey Fox <bfox200012@gmail.com>
2# Contributor: ajs124 < aur AT ajs124 DOT de >
3# Contributor: Benoit Favre <benoit.favre@gmail.com>
4# Contributor: Thomas Hebb <tommyhebb@gmail.com>
5# Contributor: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
6
7pkgname=abootimg
8pkgver=0.6
9pkgrel=1
10pkgdesc="A tool to read/write/update old android boot images"
11arch=('i686' 'x86_64' 'arm' 'armv7h')
12url="https://github.com/ggrandou/abootimg"
13license=('GPL')
14depends=('util-linux' 'cpio')
15makedepends=('git')
16provides=('abootimg')
17source=("http://http.debian.net/debian/pool/main/a/abootimg/abootimg_${pkgver}.orig.tar.gz"
18 "http://http.debian.net/debian/pool/main/a/abootimg/abootimg_${pkgver}-1.diff.gz"
19 'no-initrd.patch')
20sha512sums=('b96be8abe9bccfb7694c1d8f30b3a5dcc0e411b73fc78eb15f1488207032aa4737286be776b78e41bc14216e8d78ec768bbb2f91f0fe53192f08df8b6497d28f'
21 '66884cf42c7c2121065cec6e974f3c6d301e058231b910db8e4816ed5274d7e6eb6045d1649b059c468e6760b16046ae7ef58756c810967e47e6214e0fc0612f'
22 'SKIP')
23
24prepare() {
25 cd "${srcdir}/abootimg-${pkgver}"
26 patch -p0 --binary < ../no-initrd.patch
27 patch -p1 --binary < ../abootimg_0.6-1.diff
28}
29
30build() {
31 cd "${srcdir}/abootimg-${pkgver}"
32
33 make
34 gzip -f debian/abootimg.1
35}
36
37package() {
38 cd "${srcdir}/abootimg-${pkgver}"
39
40 install -d "${pkgdir}/usr/bin"
41 install -d "${pkgdir}/usr/share/man/man1/"
42 install abootimg -t "${pkgdir}/usr/bin"
43 install pack-initrd "${pkgdir}/usr/bin/abootimg-pack-initrd"
44 install unpack-initrd "${pkgdir}/usr/bin/abootimg-unpack-initrd"
45 install debian/abootimg.1.gz -t "${pkgdir}/usr/share/man/man1/"
46}
47

Scan history

Scanned at (UTC)SeverityRules
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

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion