vk-messenger-appimage
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:20
https://upload.object2.vk-apps.com/vk-me-desktop-dev-5837a06d-5f28-484a-ac22-045903cb1b1a/latest/${_filename}
llm_review
An AI model (anthropic/claude-4.6-sonnet-20260217) reviewed this and agrees it is MEDIUM (confidence 75%): The PKGBUILD downloads a prebuilt AppImage binary from upload.object2.vk-apps.com, which is VK's own CDN/object storage infrastructure (vk-apps.com is the official VK developer platform domain). The URL contains a UUID-style path component suggesting a specific release artifact. However, the host is not a canonical, well-known release endpoint (like GitHub releases or an official distro mirror), and the path structure with a UUID could be rotated or substituted without changing the URL. The AppImage is executed during prepare() via --appimage-extract, meaning arbitrary code in the AppImage runs at build time. A sha256 checksum is present, which mitigates substitution risk for this specific version, but future pkgver bumps would fetch a new binary from the same unofficial-looking CDN path. The overall pattern — prebuilt binary from a non-canonical vendor CDN, executed at build time — is a genuine medium supply-chain concern, consistent with the original rating. It is not clearly malicious (vk-apps.com is legitimately VK's domain), but the execution of a downloaded binary from a non-standard host warrants medium severity.
PKGBUILD
1 offending line(s) highlighted# Maintainer: KUHTOXO https://aur.archlinux.org/account/kuhtoxo
pkgname=vk-messenger-appimage
pkgver=6.0.57.36
pkgrel=1
pkgdesc="VK Messenger for Linux in the appimage package format"
arch=('x86_64')
url="https://vk.me/app"
license=('custom')
replaces=("vk-messenger")
options=(!strip)
_app_name="vk-messenger"
_filename="${_app_name}.AppImage"
_squashfs_desktop_file="${_app_name}.desktop"
_squashfs_icon_file="${_app_name}.png"
_install_path="/opt/appimages"
source=(
https://upload.object2.vk-apps.com/vk-me-desktop-dev-5837a06d-5f28-484a-ac22-045903cb1b1a/latest/${_filename}
)
noextract=("${_filename}")
sha256sums=('b0fe3b7f8a9cbffa19e23413101032864fbd8aa860c50c52312025006ce85a8c')
prepare() {
cd ${srcdir}
chmod a+x ${_filename}
./"${_filename}" --appimage-extract > /dev/null
sed 's|Exec=AppRun|Exec='${_install_path}${_filename}'|g' -i "${srcdir}/squashfs-root/${_squashfs_desktop_file}"
}
package() {
install -Dm755 "${srcdir}/${_filename}" "${pkgdir}${_install_path}${_appimage_name}"
# install icons
install -dm755 "${pkgdir}/usr/share/icons"
cp -dpr --no-preserve=ownership "squashfs-root/usr/share/icons" "${pkgdir}/usr/share"
chmod -R 755 "${pkgdir}/usr/share/icons"
find "${pkgdir}/usr/share/icons" -type f -name "${_squashfs_icon_file}" -exec chmod 644 {} \;
# install appication desktop file
install -Dm644 "${srcdir}/squashfs-root/${_squashfs_desktop_file}" -t "${pkgdir}/usr/share/applications"
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-03 00:08:14 | MEDIUM | 2 |
| 2026-08-02 00:16:08 | MEDIUM | 2 |
| 2026-08-01 00:11:18 | MEDIUM | 2 |
| 2026-07-31 00:14:10 | MEDIUM | 2 |
| 2026-07-30 00:17:23 | MEDIUM | 2 |
| 2026-07-29 00:25:53 | MEDIUM | 2 |
| 2026-07-28 00:07:28 | MEDIUM | 2 |
| 2026-07-27 00:24:32 | MEDIUM | 2 |
| 2026-07-26 00:07:32 | MEDIUM | 2 |
| 2026-07-25 00:13:44 | MEDIUM | 2 |
| 2026-07-24 00:02:28 | MEDIUM | 2 |
| 2026-07-23 00:14:47 | MEDIUM | 2 |
| 2026-07-22 00:29:32 | MEDIUM | 2 |
| 2026-07-21 00:24:15 | MEDIUM | 2 |
| 2026-07-20 00:19:49 | MEDIUM | 2 |
| 2026-07-19 00:17:08 | MEDIUM | 2 |
| 2026-07-18 00:14:48 | MEDIUM | 2 |
| 2026-07-17 00:06:16 | MEDIUM | 2 |
| 2026-07-16 00:05:41 | MEDIUM | 2 |
| 2026-07-15 00:09:25 | MEDIUM | 2 |