papr-bin
maintainer AfrozSaqlain
· 1 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads a prebuilt binary from a GitHub release by the maintainer; while the host is not whitelisted, it is a standard release mechanism for the project, and the binary is installed directly without obfuscation or remote code execution.
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 the maintainer; while the host is not whitelisted, it is a standard release mechanism for the project, and the binary is installed directly without obfuscation or remote code execution.
PKGBUILD
1
# Maintainer: Afroz Saqlain <sqn3680@gmail.com>
2
pkgname=papr-bin
3
_pkgname=papr
4
_crate_name=papr-tui
5
pkgver=0.1.0
6
pkgrel=1
7
pkgdesc="A keyboard-first terminal workspace for academic papers"
8
arch=("x86_64")
9
url="https://github.com/AfrozSaqlain/Papr"
10
license=("MIT")
11
provides=("${_pkgname}")
12
conflicts=("${_pkgname}")
13
source_x86_64=("${url}/releases/download/v${pkgver}/${_crate_name}-x86_64-unknown-linux-gnu.tar.gz")
14
sha256sums_x86_64=("f317c4f0c9549951fd1e33fb15567fdf2c7fe000895711956098370722d39b5b")
15
16
package() {
17
find "${srcdir}" -type f -name "${_pkgname}" -exec install -Dm755 {} "${pkgdir}/usr/bin/${_pkgname}" \;
18
find "${srcdir}" -type f -name "LICENSE*" -exec install -Dm644 {} "${pkgdir}/usr/share/licenses/${_pkgname}/LICENSE" \;
19
}
20
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 11:20:22 | LOW | 2 |