gptsync

LOW
maintainer eworm 9 votes scanned 2026-09-17 00:27:14.276658
View on AUR
Why flagged

The source is downloading the upstream tarball from a Debian archive host (cloudfront.debian.net) which is a legitimate mirror; the package builds from official Debian source, posing no execution of remote code or supply-chain risk beyond typical AUR 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 downloading the upstream tarball from a Debian archive host (cloudfront.debian.net) which is a legitimate mirror; the package builds from official Debian source, posing no execution of remote code or supply-chain risk beyond typical AUR 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:13 source=("https://cloudfront.debian.net/debian-archive/debian/pool/main/r/refit/refit_${pkgver}.orig.tar.gz"

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Christian Hesse <mail@eworm.de>
2
3pkgname=gptsync
4pkgver=0.14
5_pkgrel_debian=2
6pkgrel=8
7pkgdesc="gptsync maintains an MBR partition table synchronised with a GPT partition table used as reference."
8arch=('i686' 'x86_64')
9depends=('gnu-efi-libs')
10makedepends=('python2' 'syslinux')
11url='https://packages.debian.org/wheezy/gptsync'
12license=('custom')
13source=("https://cloudfront.debian.net/debian-archive/debian/pool/main/r/refit/refit_${pkgver}.orig.tar.gz"
14 "https://cloudfront.debian.net/debian-archive/debian/pool/main/r/refit/refit_${pkgver}-${_pkgrel_debian}.debian.tar.gz")
15sha256sums=('0101ac403c3a8c90813df20726c9e76a58515ca7d1a35a7b2ab42eaf28e25e1e'
16 '5418b9d6645453ac53e831c59a255ecfe85a09038e0d5d08fc1a55cf6fb087a3')
17
18build() {
19 cd ${srcdir}/refit-${pkgver}/
20
21 for PATCH in $(cat ${srcdir}/debian/patches/series); do
22 patch -Np1 < ${srcdir}/debian/patches/${PATCH}
23 done
24
25 cd ${srcdir}/refit-${pkgver}/include/
26 python2 ${srcdir}/debian/mbr/mkmbrhdr.py /usr/lib/syslinux/bios/mbr.bin > syslinux_mbr.h
27
28 cd ${srcdir}/refit-${pkgver}/libeg/
29 make
30
31 cd ${srcdir}/refit-${pkgver}/gptsync/
32 ln -s Makefile.unix Makefile
33 make
34}
35
36package() {
37 cd ${srcdir}/refit-${pkgver}/
38
39 install -D -m0755 ${srcdir}/refit-${pkgver}/gptsync/gptsync ${pkgdir}/usr/bin/gptsync
40 install -D -m0755 ${srcdir}/refit-${pkgver}/gptsync/showpart ${pkgdir}/usr/bin/showpart
41
42 install -D -m0644 ${srcdir}/refit-${pkgver}/gptsync/gptsync.8 ${pkgdir}/usr/share/man/man8/gptsync.8
43 install -D -m0644 ${srcdir}/debian/showpart.8 ${pkgdir}/usr/share/man/man8/showpart.8
44}
45
46

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