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>
2pkgname=papr-bin
3_pkgname=papr
4_crate_name=papr-tui
5pkgver=0.1.0
6pkgrel=1
7pkgdesc="A keyboard-first terminal workspace for academic papers"
8arch=("x86_64")
9url="https://github.com/AfrozSaqlain/Papr"
10license=("MIT")
11provides=("${_pkgname}")
12conflicts=("${_pkgname}")
13source_x86_64=("${url}/releases/download/v${pkgver}/${_crate_name}-x86_64-unknown-linux-gnu.tar.gz")
14sha256sums_x86_64=("f317c4f0c9549951fd1e33fb15567fdf2c7fe000895711956098370722d39b5b")
15
16package() {
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)SeverityRules
2026-08-03 00:08:14 LOW 2
2026-08-02 00:16:08 LOW 2
2026-08-01 11:20:22 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