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>
2
pkgname='packer-builder-arm-git'
3
provides=('packer-builder-arm')
4
pkgver=33.f7246dc
5
pkgrel=1
6
pkgdesc="Packer plugin to build ARM images"
7
arch=('i686' 'x86_64' 'armv7h' 'armv6h' 'aarch64')
8
url="https://github.com/mkaczanowski/packer-builder-arm"
9
license=('APACHE')
10
depends=('glibc' 'multipath-tools' 'qemu-arm-static')
11
makedepends=('go')
12
optdepends=()
13
conflicts=()
14
backup=()
15
options=()
16
source=("git://github.com/mkaczanowski/packer-builder-arm.git")
17
md5sums=('SKIP')
18
19
pkgver() {
20
cd "packer-builder-arm"
21
echo $(git rev-list --count master).$(git rev-parse --short master)
22
}
23
24
build() {
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
35
package() {
36
install -Dm755 bin/packer-builder-arm "${pkgdir}/usr/bin/packer-builder-arm"
37
}
38
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 09:51:03 | MEDIUM | 1 |
| 2026-06-18 16:11:54 | CLEAN | 0 |