mymedia
Triggered rules
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:10
source=("https://s3.amazonaws.com/bizmodeller/MyMediaForAlexa/Release+${pkgver}/mymedia_${pkgver}-1_amd64.deb"
llm_review
An AI model (anthropic/claude-4.6-sonnet-20260217) reviewed this and agrees it is MEDIUM (confidence 72%): The PKGBUILD downloads a prebuilt binary .deb from an S3 bucket (s3.amazonaws.com/bizmodeller/...) rather than from the official mymediaalexa.com domain. While S3 is a common distribution mechanism for small vendors, this bucket is not verifiably controlled by the official project domain, and the artifact is an executed binary installed directly into the system. The sha512sums are present and pin the specific artifact, which mitigates opportunistic tampering but does not address the trust question of whether the bucket owner is the legitimate vendor. The pattern — prebuilt closed-source binary from a personal/unofficial S3 bucket — is a genuine medium-severity supply-chain concern: if the bucket were misconfigured, transferred, or compromised, a malicious binary could be distributed. This is not clearly malicious, but it is not a false positive either; the cheaper model's medium rating is correct.
PKGBUILD
1 offending line(s) highlighted# Maintainer: Michael Taboada <michael@2mb.solutions>
pkgname=mymedia
pkgver=1.3.141.0
pkgrel=1
pkgdesc="Application to stream local media to amazon alexa enabled devices"
arch=('x86_64')
url="http://mymediaalexa.com"
depends=('gcc-libs')
source=("https://s3.amazonaws.com/bizmodeller/MyMediaForAlexa/Release+${pkgver}/mymedia_${pkgver}-1_amd64.deb"
"mymedia.service")
sha512sums=('82002cb83eb16a9e6dd8f64c75f609498e2d122ee20debcb7afb5bf2bd9d2defac6be16df46736e624c9b353bf49a4df69ac762c579fa665626cd6b4cd8b18a5'
'21cb504727dabcc435648291854d37cd53620baf3e1fd6725f33fd25a2eeda16bac76534c22e56ea70e214c4b15177ed43f7bc187dbc59f9b60aa4f857759b41')
package() {
msg2 "Extracting the data.tar.xz..."
bsdtar -xf data.tar.xz -C "$pkgdir/"
msg2 "Removing bundled systemd files..."
rm -r ${pkgdir}/etc
msg2 "Installing arch systemd files..."
install -d -m755 ${pkgdir}/usr/lib/systemd/user/
install -m644 mymedia.service ${pkgdir}/usr/lib/systemd/user/mymedia.service
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-03 00:08:14 | MEDIUM | 2 |
| 2026-08-02 00:16:08 | MEDIUM | 2 |
| 2026-08-01 00:11:18 | MEDIUM | 2 |
| 2026-07-31 00:14:10 | MEDIUM | 2 |
| 2026-07-30 00:17:23 | MEDIUM | 2 |
| 2026-07-29 00:25:53 | MEDIUM | 2 |
| 2026-07-28 00:07:28 | MEDIUM | 2 |
| 2026-07-27 00:24:32 | MEDIUM | 2 |
| 2026-07-26 00:07:32 | MEDIUM | 2 |
| 2026-07-25 00:13:44 | MEDIUM | 2 |
| 2026-07-24 00:02:28 | MEDIUM | 2 |
| 2026-07-23 00:14:47 | MEDIUM | 2 |
| 2026-07-22 00:29:32 | MEDIUM | 2 |
| 2026-07-21 00:24:15 | MEDIUM | 2 |
| 2026-07-20 00:19:49 | MEDIUM | 2 |
| 2026-07-19 00:17:08 | MEDIUM | 2 |
| 2026-07-18 00:14:48 | MEDIUM | 2 |
| 2026-07-17 00:06:16 | MEDIUM | 2 |
| 2026-07-16 00:05:41 | MEDIUM | 2 |
| 2026-07-15 00:09:25 | MEDIUM | 2 |