ardali

LOW
maintainer muhammedardali 0 votes scanned 2026-08-24 03:21:59.346116
View on AUR
Why flagged

The package downloads a prebuilt binary from the project's own GitHub releases, which is a common but unverifiable practice; however, it installs only data and binaries from a plausible project source with no obfuscation or remote code execution.

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 binary from the project's own GitHub releases, which is a common but unverifiable practice; however, it installs only data and binaries from a plausible project source with no obfuscation or remote code execution.

PKGBUILD

1# Maintainer: Muhammed Dali <support@ardali.app>
2
3pkgname=ardali
4pkgver=6.0.1
5pkgrel=1
6pkgdesc="ArDali Browser native binary package"
7arch=('x86_64')
8url="https://github.com/Muhammed-Dali/ArDali-Browser"
9license=('GPL-3.0-only')
10depends=(
11 'ffmpeg'
12 'openssl'
13 'qt6-base'
14 'qt6-imageformats'
15 'qt6-svg'
16 'qt6-webengine'
17)
18provides=('ardali-browser' 'ardali-bin' 'ardali-webmedia')
19conflicts=('ardali-browser' 'ardali-bin' 'ardali-webmedia' 'aurivo-bin')
20replaces=('ardali-bin' 'ardali-webmedia')
21source=("ardali-browser-${pkgver}-linux-x86_64.tar.zst::https://github.com/Muhammed-Dali/ArDali-Browser/releases/download/v${pkgver}/ardali-browser-${pkgver}-linux-x86_64.tar.zst")
22sha256sums=('ba0a28a84ffe94369c4c769b758dd43888ca6e216f4d29f472f2d009cde9813d')
23
24package() {
25 install -dm755 "${pkgdir}/usr"
26 cp -R "${srcdir}/usr/." "${pkgdir}/usr/"
27}
28

Scan history

Scanned at (UTC)SeverityRules
2026-08-24 03:21:59 Low 2

Report a package

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

0 / 4000
Your suggestion