aimp
The package downloads a prebuilt binary package from a non-standard host (aimp.ru) which is not a common trusted source for Arch packages, posing a supply-chain risk if the host is compromised or the download is tampered with.
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:18
"https://aimp.ru/files/desktop/builds/aimp-${_pkver[0]}-${_pkver[1]}b-x86_64.pkg.tar.zst"
llm_review
An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is MEDIUM (confidence 95%): The package downloads a prebuilt binary package from a non-standard host (aimp.ru) which is not a common trusted source for Arch packages, posing a supply-chain risk if the host is compromised or the download is tampered with.
PKGBUILD
1 offending line(s) highlighted# Maintainer: badcast <lmecomposer@gmail.com> or <support@imister.kz>
# Contributor: Artem Izmaylov <support@aimp.ru>
_pkver=(6.00 3080)
pkgname=aimp
pkgver=${_pkver[0]}.${_pkver[1]}
pkgrel=1
url="https://www.aimp.ru"
pkgdesc="Powerful free audio player, converter and tag editor (v6 Beta, Unstable)"
arch=('x86_64')
conflicts=('aimp')
provides=('aimp')
license=('custom')
depends=('hicolor-icon-theme' 'gtk3' 'gdk-pixbuf2' 'cairo' 'pango' 'sqlite' 'libvorbis' 'harfbuzz')
optdepends=('libappindicator: extend app-menu support'
'opus-tools: audio codec support')
source=(
"https://aimp.ru/files/desktop/builds/aimp-${_pkver[0]}-${_pkver[1]}b-x86_64.pkg.tar.zst"
"changelog"
)
sha256sums=('49dd108cb955c84da3637b9d3ed1a7e49a76f37b313aef788e462cac17dc43ba'
'71c68b6572aa5f49b1ddafca9fa03e8ca8d855bf227dac65265ecef047f1aae4')
changelog=changelog
package(){
rm -fr "${srcdir}/usr/share/lintian"
rm -fr "${srcdir}/usr/src"
install -Dm644 "${srcdir}/opt/aimp/license.txt" "${pkgdir}/usr/share/licenses/aimp/LICENSE"
cp -r "${srcdir}/usr" "${pkgdir}/"
cp -r "${srcdir}/opt" "${pkgdir}/"
find "${pkgdir}" -type d -exec chmod 755 {} \;
find "${pkgdir}" -type f -exec chmod 644 {} \;
chmod 755 "${pkgdir}/opt/aimp/AIMP"
chmod 755 "${pkgdir}/opt/aimp/AIMPate"
chmod 755 "${pkgdir}/opt/aimp/AIMPac"
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-17 00:27:14 | Medium | 2 |
| 2026-09-16 00:03:17 | Medium | 2 |
| 2026-09-15 00:25:31 | Medium | 2 |
| 2026-09-14 00:27:57 | Medium | 2 |
| 2026-09-13 00:19:54 | Medium | 2 |
| 2026-09-12 00:25:17 | Medium | 2 |
| 2026-09-11 00:19:22 | Medium | 2 |
| 2026-09-10 00:22:44 | Medium | 2 |
| 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 16:00:23 | 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 |