packer-builder-arm-git

maintainer mkaczanowski · 1 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The package builds from the project's own git repository, which is normal for AUR packages; the unverifiable source (SKIP'd checksum) is a minor risk but not inherently dangerous as it's the upstream source being compiled directly.

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-2507) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The package builds from the project's own git repository, which is normal for AUR packages; the unverifiable source (SKIP'd checksum) is a minor risk but not inherently dangerous as it's the upstream source being compiled directly.

1 higher static finding superseded - not the current verdict (shown for transparency)
MEDIUM Recently orphaned & re-adopted orphaned_readopted

This package was orphaned and re-adopted within the last 30 days — a window where ownership transfers can introduce malicious changes.

PKGBUILD

1# Maintainer: Mateusz Kaczanowski <kaczanowski.mateusz@gmail.com>
2pkgname='packer-builder-arm-git'
3provides=('packer-builder-arm')
4pkgver=33.f7246dc
5pkgrel=1
6pkgdesc="Packer plugin to build ARM images"
7arch=('i686' 'x86_64' 'armv7h' 'armv6h' 'aarch64')
8url="https://github.com/mkaczanowski/packer-builder-arm"
9license=('APACHE')
10depends=('glibc' 'multipath-tools' 'qemu-arm-static')
11makedepends=('go')
12optdepends=()
13conflicts=()
14backup=()
15options=()
16source=("git://github.com/mkaczanowski/packer-builder-arm.git")
17md5sums=('SKIP')
18
19pkgver() {
20 cd "packer-builder-arm"
21 echo $(git rev-list --count master).$(git rev-parse --short master)
22}
23
24build() {
25 export GOPATH="${srcdir}"
26
27 cd "${srcdir}/packer-builder-arm"
28 go install \
29 -gcflags "all=-trimpath=${PWD}" \
30 -asmflags "all=-trimpath=${PWD}" \
31 -ldflags "-extldflags ${LDFLAGS}" \
32 ./...
33}
34
35package() {
36 install -Dm755 bin/packer-builder-arm "${pkgdir}/usr/bin/packer-builder-arm"
37}
38

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 09:51:03 MEDIUM 1
2026-06-18 16:11:54 CLEAN 0

Report a package

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

0 / 4000
Your suggestion