amazon-ssm-agent-bin
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
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)
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# Maintainer: drzee <info@drzee.net>
pkgname=amazon-ssm-agent-bin
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')
url="https://github.com/aws/amazon-ssm-agent"
license=('APACHE')
groups=()
depends=('glibc')
provides=("${pkgname%-bin}")
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=('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)
prepare() {
cd "$srcdir"
tar -xf data.tar.gz
}
package() {
cd "$srcdir"
install -dm755 "$pkgdir"/usr/
cp -R "${srcdir}"/usr/ "${pkgdir}"
install -dm755 "$pkgdir"/etc/amazon/
cp -R "${srcdir}"/etc/amazon/ "${pkgdir}/etc/"
install -Dm644 \
"$srcdir"/lib/systemd/system/amazon-ssm-agent.service \
"$pkgdir"/usr/lib/systemd/system/amazon-ssm-agent.service
}
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) | Severity | Rules |
|---|---|---|
| 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 |