radaromega-appimage

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

Downloads a prebuilt proprietary AppImage binary from dl.todesktop.com (a third-party app distribution platform, not the project's own official release infrastructure), which could be silently swapped; however a checksum is provided and todesktop.com is a legitimate app delivery service used by many Electron apps, so risk is moderate rather than high.

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:15 source=("${pkgname}-${pkgver}.AppImage::https://dl.todesktop.com/200402kk4yak2og/linux/appImage/x64")
Medium AI review llm_review

An AI model (anthropic/claude-4.6-sonnet-20260217) reviewed this and agrees it is MEDIUM (confidence 70%): Downloads a prebuilt proprietary AppImage binary from dl.todesktop.com (a third-party app distribution platform, not the project's own official release infrastructure), which could be silently swapped; however a checksum is provided and todesktop.com is a legitimate app delivery service used by many Electron apps, so risk is moderate rather than high.

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Adam Scheerer <adamster5@yahoo.com>
2
3pkgname=radaromega-appimage
4_pkgname=RadarOmega
5pkgver=5.7.2
6pkgrel=1
7pkgdesc="High-resolution NEXRAD radar weather app (requires subscription)"
8arch=('x86_64')
9url="https://www.radaromega.com/"
10license=('proprietary')
11depends=('zlib' 'hicolor-icon-theme' 'fuse2')
12options=(!strip)
13
14# Replace the URL below with the direct download link for the Linux AppImage
15source=("${pkgname}-${pkgver}.AppImage::https://dl.todesktop.com/200402kk4yak2og/linux/appImage/x64")
16sha256sums=('c8f3b2bbb56ed37d1c2fb815b4d851e0083e073d07f038942571a615f828b845')
17
18prepare() {
19 cd "$srcdir"
20 chmod +x "${pkgname}-${pkgver}.AppImage"
21 # Extract the AppImage cleanly to pull desktop and icon configurations
22 ./"${pkgname}-${pkgver}.AppImage" --appimage-extract
23}
24
25package() {
26 # 1. Install the main AppImage binary
27 install -Dm755 "${srcdir}/${pkgname}-${pkgver}.AppImage" "${pkgdir}/usr/bin/radaromega"
28
29 # 2. Move into the extracted folder to set up desktop integrations
30 cd "${srcdir}/squashfs-root"
31
32 # Find, modify, and install the .desktop file
33 local desktop_file=$(find . -maxdepth 1 -name "*.desktop" -print -quit)
34 if [ -n "$desktop_file" ]; then
35 sed -i 's|Exec=.*|Exec=/usr/bin/radaromega %U|' "$desktop_file"
36 sed -i 's|Icon=.*|Icon=radaromega|' "$desktop_file"
37 install -Dm644 "$desktop_file" "${pkgdir}/usr/share/applications/radaromega.desktop"
38 fi
39
40 # Find and install the application icon
41 local icon_file=$(find . -maxdepth 1 \( -name "*.png" -o -name "*.svg" \) -print -quit)
42 if [ -n "$icon_file" ]; then
43 local ext="${icon_file##*.}"
44 install -Dm644 "$icon_file" "${pkgdir}/usr/share/pixmaps/radaromega.${ext}"
45 fi
46}
47

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 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
2026-08-29 00:29:17 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