amazon-ssm-agent-bin

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

The package downloads a prebuilt .deb from an AWS S3 bucket, which is an official and plausible source for Amazon software; while the host is not whitelisted, the artifact is a legitimate binary repackaging with a valid checksum, posing low risk.

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 downloads a prebuilt .deb from an AWS S3 bucket, which is an official and plausible source for Amazon software; while the host is not whitelisted, the artifact is a legitimate binary repackaging with a valid checksum, posing low risk.

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=(${pkgname}-${pkgver}-x86_64.deb::https://s3.amazonaws.com/ec2-downloads-windows/SSMAgent/${pkgver}/debian_amd64/${pkgname%-bin}.deb)

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: drzee <info@drzee.net>
2pkgname=amazon-ssm-agent-bin
3pkgver=3.3.4851.0
4pkgrel=1
5pkgdesc="Amazon SSM Agent for managing EC2 Instances using the SSM APIs. See: https://aws.amazon.com/documentation/systems-manager/ for details"
6arch=('x86_64')
7url="https://github.com/aws/amazon-ssm-agent"
8license=('APACHE')
9groups=()
10depends=('glibc')
11provides=("${pkgname%-bin}")
12conflicts=("${pkgname%-bin}")
13source=(${pkgname}-${pkgver}-x86_64.deb::https://s3.amazonaws.com/ec2-downloads-windows/SSMAgent/${pkgver}/debian_amd64/${pkgname%-bin}.deb)
14# Checksums
15sha256sums=('bb8cc5c1eea908412d1746c4d015644737b0f05bf2fb5a6fb2acece8fdb4a906')
16noextract=()
17# We set options here to superseed the default makepkg.conf options. We dont whant debug build or strip debug info from the package. Its not relevant for a binary repackage of the upstream package.
18options=(!debug !strip)
19
20prepare() {
21 cd "$srcdir"
22 tar -xf data.tar.gz
23
24}
25
26
27package() {
28 cd "$srcdir"
29
30 install -dm755 "$pkgdir"/usr/
31 cp -R "${srcdir}"/usr/ "${pkgdir}"
32
33 install -dm755 "$pkgdir"/etc/amazon/
34 cp -R "${srcdir}"/etc/amazon/ "${pkgdir}/etc/"
35
36 install -Dm644 \
37 "$srcdir"/lib/systemd/system/amazon-ssm-agent.service \
38 "$pkgdir"/usr/lib/systemd/system/amazon-ssm-agent.service
39
40}
41
42

Changes since previous scan

--- PKGBUILD @ 2026-09-09 00:04
+++ PKGBUILD @ 2026-09-17 00:27
@@ -1,6 +1,6 @@
# Maintainer: drzee <info@drzee.net>
pkgname=amazon-ssm-agent-bin
-pkgver=3.3.4793.0
+pkgver=3.3.4851.0
pkgrel=1
pkgdesc="Amazon SSM Agent for managing EC2 Instances using the SSM APIs. See: https://aws.amazon.com/documentation/systems-manager/ for details"
arch=('x86_64')
@@ -12,7 +12,7 @@
conflicts=("${pkgname%-bin}")
source=(${pkgname}-${pkgver}-x86_64.deb::https://s3.amazonaws.com/ec2-downloads-windows/SSMAgent/${pkgver}/debian_amd64/${pkgname%-bin}.deb)
# Checksums
-sha256sums=('e37b0328c3d7c5ea54769ec09aacfe6cbeb618748164bcad7ca1f6b28f3aa4da')
+sha256sums=('bb8cc5c1eea908412d1746c4d015644737b0f05bf2fb5a6fb2acece8fdb4a906')
noextract=()
# We set options here to superseed the default makepkg.conf options. We dont whant debug build or strip debug info from the package. Its not relevant for a binary repackage of the upstream package.
options=(!debug !strip)

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 01:18:32 Medium 1
2026-09-09 00:04:09 Medium 2
2026-09-08 00:18:08 Medium 2
2026-09-07 00:30:15 Medium 2
2026-09-06 00:17:06 Medium 2
2026-09-05 00:16:27 Medium 2
2026-09-04 00:03:13 Medium 2
2026-09-03 00:15:47 Medium 2
2026-09-02 00:02:31 Medium 2
2026-09-01 00:11:19 Medium 2
2026-08-31 00:19:57 Medium 2
2026-08-30 00:04:14 Medium 2

Report a package

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

0 / 4000
Your suggestion