astramarket-bin
maintainer dim-aur
· 0 votes
· scanned 2026-08-18 00:03:42.021799
LOW
View on AUR ↗
Why flagged
Package is a precompiled binary from the project's own GitHub releases, which is normal for AUR packages; the low severity from the static rule is due to few votes and recent upload, not malicious content.
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%): Package is a precompiled binary from the project's own GitHub releases, which is normal for AUR packages; the low severity from the static rule is due to few votes and recent upload, not malicious content.
PKGBUILD
1
# Maintainer: dim <mlrudasill@gmail.com>
2
3
pkgname='astramarket-bin'
4
pkgver=1.0.3
5
pkgrel=1
6
pkgdesc='Unified Linux marketplace with Flatpak, Pacman, AUR, and AppImage support (precompiled binary)'
7
arch=('x86_64')
8
url='https://github.com/dim-ghub/AstraMarket'
9
license=('GPL-3.0-only')
10
depends=('qt6-base' 'qt6-declarative' 'qt6-shadertools' 'qt6-svg')
11
optdepends=('flatpak: Flatpak package support'
12
'paru: AUR package support'
13
'yay: AUR package support'
14
'pacman: Pacman package support')
15
provides=('astramarket' 'astra')
16
conflicts=('astramarket' 'astramarket-git')
17
source=("$pkgname-$pkgver.tar.gz::$url/releases/download/v$pkgver/astra-v$pkgver-linux-x86_64.tar.gz")
18
sha256sums=('99b6bef738fb12b92f21d553ffada49a695cfff9daf0777cd07786fb7222b0d1')
19
20
package() {
21
cd "${srcdir}/astra-v${pkgver}-linux-x86_64"
22
install -Dm755 bin/astra "$pkgdir"/usr/bin/astra
23
install -Dm644 share/applications/astra.desktop "$pkgdir"/usr/share/applications/astra.desktop
24
install -Dm644 share/icons/hicolor/scalable/apps/AstraMarket.svg "$pkgdir"/usr/share/icons/hicolor/scalable/apps/AstraMarket.svg
25
install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
26
}
27
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-18 00:03:42 | LOW | 2 |
| 2026-08-17 03:35:16 | LOW | 2 |
| 2026-08-17 01:34:23 | LOW | 2 |