aio-remote-neo

maintainer Auerhuhn · 0 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged 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

LOW AI review downgraded a static finding 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)
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: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
1# Maintainer: Claudia Pellegrino <auerhuhn@archlinux.org>
2
3pkgname=aio-remote-neo
4pkgver=1.95.1
5pkgrel=1
6pkgdesc='Smart home app that hosts your custom remote control designs from AIO CREATOR NEO'
7arch=('x86_64')
8url='https://www.mediola.com/service#downloads?type=software&product=aioremote_desktop'
9license=('LicenseRef-eula')
10depends=(
11 'alsa-lib'
12 'at-spi2-core'
13 'bash'
14 'cairo'
15 'dbus'
16 'expat'
17 'glib2'
18 'glibc'
19 'libatomic'
20 'libcups'
21 'libdrm'
22 'libgcc'
23 'libx11'
24 'libxcb'
25 'libxcomposite'
26 'libxdamage'
27 'libxext'
28 'libxfixes'
29 'libxkbcommon'
30 'libxrandr'
31 'mesa'
32 'nodejs'
33 'nspr'
34 'nss'
35 'pango'
36)
37options=('!debug')
38
39source=(
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"
41 'aio-remote-neo.bash'
42)
43
44sha512sums=('bcafb6894b8ca6eacbf1a3224a71a1c87125b8c404ffb631d1089680904ce263cb114474b9b577a6c8e00aaa97e0ea9f607d7171d643029dd9b8dea2a4073979'
45 '802c2e819ff1964cf37f9b0198261943c922f0e34dff4f077c481fdd7670a6e8f5061c7fcfd08e0de30ba60519ce2de33c2640c270c5adfcc7635a175bc0df32')
46
47prepare() {
48 rm -f "${srcdir}/AIO REMOTE NEO/.DS_Store"
49 chmod 755 "${srcdir}/AIO REMOTE NEO"{,/lib,/locales,/swiftshader}
50}
51
52package() {
53 echo >&2 'Packaging the application'
54 mkdir -p "${pkgdir}/opt/${pkgname}"
55 cp -r --preserve=mode -T "${srcdir}/AIO REMOTE NEO" \
56 "${pkgdir}/opt/${pkgname}"
57
58 echo >&2 'Packaging the executable'
59 install -D -m 755 -T "${srcdir}/aio-remote-neo.bash" \
60 "${pkgdir}/usr/bin/aio-remote-neo"
61
62 echo >&2 'Packaging README.txt, credits.html'
63 install -D -m 644 -t "${pkgdir}/usr/share/doc/${pkgname}" \
64 "${srcdir}/README.txt" "${srcdir}/AIO REMOTE NEO/credits.html"
65
66 echo >&2 'Packaging desktop file'
67 install -D -m 644 -t "${pkgdir}/usr/share/applications/${pkgname}" \
68 "${srcdir}/AIO REMOTE NEO.desktop"
69
70 echo >&2 'Packaging license files'
71 install -D -m 644 -t "${pkgdir}/usr/share/licenses/${pkgname}" \
72 "${srcdir}/AIO REMOTE NEO/License_"{de,en}'.txt' \
73 "${srcdir}/AIO REMOTE NEO/mediola/eula.html" \
74 "${srcdir}/AIO REMOTE NEO/mediola/licenses/files"/*
75}
76

Scan history

Scanned at (UTC)SeverityRules
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 00:05:41 LOW 2
2026-07-15 00:09:25 LOW 2

Report a package

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

0 / 4000
Your suggestion