postero-bin
maintainer Dominiquini
· 1 votes
· scanned 2026-08-18 01:38:17.845211
LOW
View on AUR ↗
Why flagged
The package downloads prebuilt binaries from GitHub releases with valid checksums; while the host is not whitelisted, the source is from the project's official repository and the binaries are verified, limiting risk to typical supply-chain concerns for binary packages.
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 prebuilt binaries from GitHub releases with valid checksums; while the host is not whitelisted, the source is from the project's official repository and the binaries are verified, limiting risk to typical supply-chain concerns for binary packages.
PKGBUILD
1
# Maintainer: Rafael Dominiquini <rafaeldominiquini at gmail dot com>
2
3
_pkgauthor=kriuchkov
4
_pkgname=postero
5
_appname=pstr
6
pkgname=${_pkgname}-bin
7
pkgdesc="A modern open-source terminal email client designed for productivity"
8
9
pkgver=1.0.2
10
pkgrel=1
11
_pkgvername=v${pkgver}
12
13
arch=('x86_64' 'aarch64')
14
_barch=('x86_64' 'arm64')
15
16
url="https://github.com/${_pkgauthor}/${_pkgname}"
17
_urlraw="https://raw.githubusercontent.com/${_pkgauthor}/${_pkgname}/${_pkgvername}"
18
19
license=('GPL-3.0')
20
21
provides=("${_appname}")
22
conflicts=("${pkgname%-bin}")
23
24
options=('!strip')
25
26
source_x86_64=("${_pkgname}-${arch[0]}-${pkgver}.tgz::${url}/releases/download/${_pkgvername}/${_pkgname}_Linux_${_barch[0]}.tar.gz")
27
source_aarch64=("${_pkgname}-${arch[1]}-${pkgver}.tgz::${url}/releases/download/${_pkgvername}/${_pkgname}_Linux_${_barch[1]}.tar.gz")
28
sha256sums_x86_64=('8650749ac7d0d4ef953cab75e1e41146170adf5a17fa4b84952b1a9035cad82b')
29
sha256sums_aarch64=('ff00fb1677c86586580d271d89788f7014e4fde9419e82f8a7c4dab5f09bb915')
30
31
32
package() {
33
cd "${srcdir}/" || exit
34
35
install -Dm755 "${_appname}" "${pkgdir}/usr/bin/${_appname}"
36
37
install -Dm644 "README.md" "${pkgdir}/usr/share/doc/${pkgname}/README.md"
38
39
install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
40
}
41
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-18 01:38:17 | LOW | 2 |