mirador-bin

maintainer Dominiquini · 2 votes · scanned 2026-08-18 00:03:42.021799
LOW
View on AUR ↗
Why flagged The package downloads a prebuilt binary from a GitHub release by a maintainer with few votes and recent upload, but the source is from a legitimate project repository and the binary is installed without executing remote code or obfuscation.

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 a GitHub release by a maintainer with few votes and recent upload, but the source is from a legitimate project repository and the binary is installed without executing remote code or obfuscation.

PKGBUILD

1# Maintainer: Rafael Dominiquini <rafaeldominiquini at gmail dot com>
2
3_gitauthor=jchultarsky
4_gitname=mirador
5_appname=${_gitname}
6pkgname=${_appname}-bin
7pkgdesc="An opinionated personal dashboard for your terminal"
8
9pkgver=1.5.0
10pkgrel=1
11_gitversion=v${pkgver}
12
13arch=('x86_64')
14_barch=('x86_64-unknown-linux-gnu')
15
16_ghurl="https://github.com/${_gitauthor}/${_gitname}"
17_ghurlraw="https://raw.githubusercontent.com/${_gitauthor}/${_gitname}/${_gitversion}"
18url=${_ghurl}
19
20license=('MIT')
21
22provides=("${_appname}")
23conflicts=("${_appname}")
24depends=('glibc' 'libgcc')
25
26options=('!strip')
27
28source_x86_64=("${_appname}-${arch[0]}-${pkgver}.tgz::${_ghurl}/releases/download/${_gitversion}/${_appname}-${_barch[0]}.tar.gz")
29sha256sums_x86_64=('d677045f9978d6fe51bb2a61abc82cd88e6fcc1e6445d7ebd7569383a66aefe8')
30
31
32case ${CARCH} in
33 ${arch[0]})
34 _CARCH=${_barch[0]}
35 ;;
36esac
37
38package() {
39 cd "${srcdir}/${_appname}-${_CARCH}/" || exit
40
41 install -Dm755 "${_appname}" "${pkgdir}/usr/bin/${_appname}"
42
43 install -Dm644 "README.md" "${pkgdir}/usr/share/doc/${pkgname}/README.md"
44
45 install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
46}
47

Scan history

Scanned at (UTC)SeverityRules
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 00:26:13 LOW 2
2026-08-14 00:03:41 LOW 2
2026-08-13 00:17:07 LOW 2
2026-08-12 00:27:08 LOW 2
2026-08-11 13:21:13 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