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}
6
pkgname=${_appname}-bin
7
pkgdesc="An opinionated personal dashboard for your terminal"
8
9
pkgver=1.5.0
10
pkgrel=1
11
_gitversion=v${pkgver}
12
13
arch=('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}"
18
url=${_ghurl}
19
20
license=('MIT')
21
22
provides=("${_appname}")
23
conflicts=("${_appname}")
24
depends=('glibc' 'libgcc')
25
26
options=('!strip')
27
28
source_x86_64=("${_appname}-${arch[0]}-${pkgver}.tgz::${_ghurl}/releases/download/${_gitversion}/${_appname}-${_barch[0]}.tar.gz")
29
sha256sums_x86_64=('d677045f9978d6fe51bb2a61abc82cd88e6fcc1e6445d7ebd7569383a66aefe8')
30
31
32
case ${CARCH} in
33
${arch[0]})
34
_CARCH=${_barch[0]}
35
;;
36
esac
37
38
package() {
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) | 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 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 |