aio-remote-neo

LOW
maintainer Auerhuhn 0 votes scanned 2026-09-17 00:27:14.276658
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-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

Report a package

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

0 / 4000
Your suggestion