appimagelauncher-beta-bin
maintainer ilonachan
· 0 votes
· scanned 2026-08-18 00:03:42.021799
LOW
View on AUR ↗
Why flagged
The package downloads a prebuilt .deb from the project's official GitHub releases, which is a normal distribution method; the low severity is due to the unverifiable binary from a non-whitelisted host, but it is not actively malicious or obfuscated.
Triggered rules
LOW
Few votes, recently uploaded
zero_votes_recent
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
LOW
AI review
llm_review
An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is LOW (confidence 95%): The package downloads a prebuilt .deb from the project's official GitHub releases, which is a normal distribution method; the low severity is due to the unverifiable binary from a non-whitelisted host, but it is not actively malicious or obfuscated.
PKGBUILD
1
# Maintainer: ilonachan < n a g a t o _ i l o n a at p r o t o n dot m e >
2
3
pkgname=appimagelauncher-beta-bin
4
_pkgname=appimagelauncher
5
pkgver=3.0.0_beta_3
6
_pkgver_details=3.0.0-beta-2-gha287.96cb937
7
pkgrel=1
8
pkgdesc="Helper app that 'makes your Linux desktop AppImage ready™.'"
9
arch=('x86_64')
10
license=('MIT')
11
url="https://github.com/TheAssassin/AppImageLauncher"
12
provides=("${_pkgname%}")
13
conflicts=("${_pkgname%}")
14
depends=('cairo' 'desktop-file-utils' 'hicolor-icon-theme' 'libappimage' 'libbsd' 'libxpm' 'qt5-base' 'shared-mime-info')
15
16
source=("https://github.com/TheAssassin/AppImageLauncher/releases/download/v${pkgver//_/-}/appimagelauncher_${_pkgver_details}_amd64.deb")
17
sha256sums=('4117552105968a8011955d065b5fd55f547a2ed21dac1fe0a046ee9b60220c36')
18
19
package() {
20
cd "$srcdir/"
21
tar xaf data.tar.xz -C $pkgdir
22
cd $pkgdir/usr/share/applications
23
}
24
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-18 00:03:42 | LOW | 2 |
| 2026-08-17 00:18:29 | LOW | 2 |
| 2026-08-16 00:03:42 | LOW | 2 |
| 2026-08-15 11:30:23 | LOW | 2 |