aimp

MEDIUM
maintainer badcast 22 votes scanned 2026-09-17 00:27:14.276658
View on AUR
Why flagged

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

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:18 "https://aimp.ru/files/desktop/builds/aimp-${_pkver[0]}-${_pkver[1]}b-x86_64.pkg.tar.zst"
Medium AI review 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
1# Maintainer: badcast <lmecomposer@gmail.com> or <support@imister.kz>
2# Contributor: Artem Izmaylov <support@aimp.ru>
3
4_pkver=(6.00 3080)
5pkgname=aimp
6pkgver=${_pkver[0]}.${_pkver[1]}
7pkgrel=1
8url="https://www.aimp.ru"
9pkgdesc="Powerful free audio player, converter and tag editor (v6 Beta, Unstable)"
10arch=('x86_64')
11conflicts=('aimp')
12provides=('aimp')
13license=('custom')
14depends=('hicolor-icon-theme' 'gtk3' 'gdk-pixbuf2' 'cairo' 'pango' 'sqlite' 'libvorbis' 'harfbuzz')
15optdepends=('libappindicator: extend app-menu support'
16 'opus-tools: audio codec support')
17source=(
18 "https://aimp.ru/files/desktop/builds/aimp-${_pkver[0]}-${_pkver[1]}b-x86_64.pkg.tar.zst"
19 "changelog"
20)
21sha256sums=('49dd108cb955c84da3637b9d3ed1a7e49a76f37b313aef788e462cac17dc43ba'
22 '71c68b6572aa5f49b1ddafca9fa03e8ca8d855bf227dac65265ecef047f1aae4')
23changelog=changelog
24
25package(){
26 rm -fr "${srcdir}/usr/share/lintian"
27 rm -fr "${srcdir}/usr/src"
28 install -Dm644 "${srcdir}/opt/aimp/license.txt" "${pkgdir}/usr/share/licenses/aimp/LICENSE"
29 cp -r "${srcdir}/usr" "${pkgdir}/"
30 cp -r "${srcdir}/opt" "${pkgdir}/"
31 find "${pkgdir}" -type d -exec chmod 755 {} \;
32 find "${pkgdir}" -type f -exec chmod 644 {} \;
33 chmod 755 "${pkgdir}/opt/aimp/AIMP"
34 chmod 755 "${pkgdir}/opt/aimp/AIMPate"
35 chmod 755 "${pkgdir}/opt/aimp/AIMPac"
36}
37
38

Scan history

Scanned at (UTC)SeverityRules
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

Report a package

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

0 / 4000
Your suggestion