poshtui-bin
maintainer skatkov
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads prebuilt binaries from a GitHub release, which is a common and generally acceptable practice; while the host is not a major vendor, the use of verifiable checksums and the binary nature of the download limit the risk to low.
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 a GitHub release, which is a common and generally acceptable practice; while the host is not a major vendor, the use of verifiable checksums and the binary nature of the download limit the risk to low.
PKGBUILD
1
# This file was generated by GoReleaser. DO NOT EDIT.
2
# Maintainer: Stanislav (Stas) Katkov <contact@poshtui.com>
3
4
pkgname='poshtui-bin'
5
pkgver=0.29.1_next
6
pkgrel=1
7
pkgdesc='Gems documentation browser for Ruby developers'
8
url='https://poshtui.com'
9
arch=('aarch64' 'i686' 'x86_64')
10
license=('custom')
11
provides=('posh')
12
conflicts=('posh')
13
14
source_aarch64=("${pkgname}_${pkgver}_aarch64.tar.gz::https://github.com/skatkov/homebrew-tap/releases/download/0.29.0/homebrew-tap_Linux_arm64.tar.gz")
15
sha256sums_aarch64=('b5a30fa4a6d51eb258324a6b65d465c216fd623c1729bf214bff369f3461f469')
16
17
source_i686=("${pkgname}_${pkgver}_i686.tar.gz::https://github.com/skatkov/homebrew-tap/releases/download/0.29.0/homebrew-tap_Linux_i386.tar.gz")
18
sha256sums_i686=('78c4e758a3a719f56bf22d6aabc4cb08c2e599fec7b7b88fa900ae4334305894')
19
20
source_x86_64=("${pkgname}_${pkgver}_x86_64.tar.gz::https://github.com/skatkov/homebrew-tap/releases/download/0.29.0/homebrew-tap_Linux_x86_64.tar.gz")
21
sha256sums_x86_64=('c4f91ff9d7cdbf69840288d2cee28a43ac007c2716e14a668779b203ad72c3d4')
22
23
package() {
24
install -Dm755 "./posh" "${pkgdir}/usr/bin/posh"
25
install -Dm644 "./LICENSE" "${pkgdir}/usr/share/licenses/posh/LICENSE"
26
}
27
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-03 00:08:14 | LOW | 2 |
| 2026-08-02 00:16:08 | LOW | 2 |
| 2026-08-01 00:11:18 | LOW | 2 |
| 2026-07-31 00:14:10 | LOW | 2 |
| 2026-07-30 00:17:23 | LOW | 2 |
| 2026-07-29 00:25:53 | LOW | 2 |
| 2026-07-28 23:39:52 | LOW | 2 |