dalinira
The package downloads a prebuilt binary from the project's official GitHub release page, which is a normal and expected practice; while the low vote count and recent upload are noted, the source is trustworthy and no malicious behavior is evident.
Triggered rules
zero_votes_recent
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
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 official GitHub release page, which is a normal and expected practice; while the low vote count and recent upload are noted, the source is trustworthy and no malicious behavior is evident.
PKGBUILD
# Maintainer: Muhammed Dali <support@dalinira.app>
pkgname=dalinira
pkgver=7.2.0
pkgrel=1
pkgdesc="DaliNira Browser native binary package"
arch=('x86_64')
url="https://github.com/Muhammed-Dali/DaliNira-Browser"
license=('GPL-3.0-only')
depends=(
'ffmpeg'
'openssl'
'qt6-base'
'qt6-imageformats'
'qt6-svg'
'qt6-webengine'
)
provides=('dalinira-browser' 'dalinira-bin' 'dalinira-webmedia')
conflicts=('dalinira-browser' 'dalinira-bin' 'dalinira-webmedia')
replaces=('dalinira-bin' 'dalinira-webmedia')
source=("dalinira-browser-${pkgver}-linux-x86_64.tar.zst::https://github.com/Muhammed-Dali/DaliNira-Browser/releases/download/v${pkgver}/dalinira-browser-${pkgver}-linux-x86_64.tar.zst")
sha256sums=('e9f6b58550757b8d82540e49fc77637d7c0767832390579e36659fae1dba3a78')
package() {
install -dm755 "${pkgdir}/usr"
cp -R "${srcdir}/usr/." "${pkgdir}/usr/"
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-23 17:40:40 | Low | 2 |