aio-remote-neo
The package downloads a prebuilt application from the vendor's official S3 bucket, which is plausibly part of their release infrastructure; the source is not executed dynamically, and the installation consists of bundling and placing vendor-provided files, posing minimal supply-chain risk despite the non-whitelisted host.
Triggered rules
llm_review
The static rules flagged this MEDIUM, but an AI model (qwen/qwen3-235b-a22b-07-25) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The package downloads a prebuilt application from the vendor's official S3 bucket, which is plausibly part of their release infrastructure; the source is not executed dynamically, and the installation consists of bundling and placing vendor-provided files, posing minimal supply-chain risk despite the non-whitelisted host.
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:40
"${pkgname}-${pkgver}.tar.gz::https://s3-eu-west-1.amazonaws.com/mediola-download/aioremote_neo/release/desktop/${pkgver}/AIO+REMOTE+NEO-linux.tar.gz"
PKGBUILD
1 offending line(s) highlighted# Maintainer: Claudia Pellegrino <auerhuhn@archlinux.org>
pkgname=aio-remote-neo
pkgver=1.95.1
pkgrel=1
pkgdesc='Smart home app that hosts your custom remote control designs from AIO CREATOR NEO'
arch=('x86_64')
url='https://www.mediola.com/service#downloads?type=software&product=aioremote_desktop'
license=('LicenseRef-eula')
depends=(
'alsa-lib'
'at-spi2-core'
'bash'
'cairo'
'dbus'
'expat'
'glib2'
'glibc'
'libatomic'
'libcups'
'libdrm'
'libgcc'
'libx11'
'libxcb'
'libxcomposite'
'libxdamage'
'libxext'
'libxfixes'
'libxkbcommon'
'libxrandr'
'mesa'
'nodejs'
'nspr'
'nss'
'pango'
)
options=('!debug')
source=(
"${pkgname}-${pkgver}.tar.gz::https://s3-eu-west-1.amazonaws.com/mediola-download/aioremote_neo/release/desktop/${pkgver}/AIO+REMOTE+NEO-linux.tar.gz"
'aio-remote-neo.bash'
)
sha512sums=('bcafb6894b8ca6eacbf1a3224a71a1c87125b8c404ffb631d1089680904ce263cb114474b9b577a6c8e00aaa97e0ea9f607d7171d643029dd9b8dea2a4073979'
'802c2e819ff1964cf37f9b0198261943c922f0e34dff4f077c481fdd7670a6e8f5061c7fcfd08e0de30ba60519ce2de33c2640c270c5adfcc7635a175bc0df32')
prepare() {
rm -f "${srcdir}/AIO REMOTE NEO/.DS_Store"
chmod 755 "${srcdir}/AIO REMOTE NEO"{,/lib,/locales,/swiftshader}
}
package() {
echo >&2 'Packaging the application'
mkdir -p "${pkgdir}/opt/${pkgname}"
cp -r --preserve=mode -T "${srcdir}/AIO REMOTE NEO" \
"${pkgdir}/opt/${pkgname}"
echo >&2 'Packaging the executable'
install -D -m 755 -T "${srcdir}/aio-remote-neo.bash" \
"${pkgdir}/usr/bin/aio-remote-neo"
echo >&2 'Packaging README.txt, credits.html'
install -D -m 644 -t "${pkgdir}/usr/share/doc/${pkgname}" \
"${srcdir}/README.txt" "${srcdir}/AIO REMOTE NEO/credits.html"
echo >&2 'Packaging desktop file'
install -D -m 644 -t "${pkgdir}/usr/share/applications/${pkgname}" \
"${srcdir}/AIO REMOTE NEO.desktop"
echo >&2 'Packaging license files'
install -D -m 644 -t "${pkgdir}/usr/share/licenses/${pkgname}" \
"${srcdir}/AIO REMOTE NEO/License_"{de,en}'.txt' \
"${srcdir}/AIO REMOTE NEO/mediola/eula.html" \
"${srcdir}/AIO REMOTE NEO/mediola/licenses/files"/*
}
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 00:04:09 | Low | 2 |
| 2026-09-08 00:18:08 | Low | 2 |
| 2026-09-07 00:30:15 | Low | 2 |
| 2026-09-06 00:17:06 | Low | 2 |
| 2026-09-05 00:16:27 | Low | 2 |
| 2026-09-04 00:03:13 | Low | 2 |
| 2026-09-03 00:15:47 | Low | 2 |
| 2026-09-02 00:02:31 | Low | 2 |
| 2026-09-01 00:11:19 | Low | 2 |
| 2026-08-31 00:19:57 | Low | 2 |
| 2026-08-30 00:04:14 | Low | 2 |
| 2026-08-29 00:29:17 | Low | 2 |