dumpr-bin

LOW
maintainer iktrnch 0 votes scanned 2026-09-25 15:12:17.861096
View on AUR
Why flagged

The package installs a prebuilt binary from the project's official GitHub releases, which is a normal distribution method; the low severity is due to the binary not being built from source, but it comes from a trusted project host with a verifiable checksum.

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 installs a prebuilt binary from the project's official GitHub releases, which is a normal distribution method; the low severity is due to the binary not being built from source, but it comes from a trusted project host with a verifiable checksum.

PKGBUILD

1pkgname=dumpr-bin
2pkgver=1.0.2
3pkgrel=1
4pkgdesc='Turn a project directory into a readable text dump (prebuilt binary)'
5arch=('x86_64')
6url='https://github.com/iktrnch/dumpr'
7license=('MIT')
8depends=('gcc-libs')
9provides=('dumpr')
10conflicts=('dumpr')
11source=("dumpr-${pkgver}-x86_64.tar.gz::https://github.com/iktrnch/dumpr/releases/download/v1.0.2/dumpr-1.0.2-x86_64-unknown-linux-musl.tar.gz")
12sha256sums=('c2b2d4ec67c4d730a1bf4ec9e170e695c870c6a0da67816858beeed5e78a613e')
13
14package() {
15 install -Dm755 "${srcdir}/dumpr-${pkgver}-x86_64-unknown-linux-musl/dumpr" "${pkgdir}/usr/bin/dumpr"
16 install -Dm644 "${srcdir}/dumpr-${pkgver}-x86_64-unknown-linux-musl/README.md" "${pkgdir}/usr/share/doc/${pkgname}/README.md"
17 install -Dm644 "${srcdir}/dumpr-${pkgver}-x86_64-unknown-linux-musl/LICENSE.md" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.md"
18}
19

Scan history

Scanned at (UTC)SeverityRules
2026-09-25 15:12:17 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