abootimg

LOW
maintainer GNUtoo 1 votes scanned 2026-09-17 00:27:14.276658
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-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

Report a package

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

0 / 4000
Your suggestion