rawhex

LOW
maintainer alphab91 0 votes scanned 2026-08-21 00:01:35.148225
View on AUR
Why flagged

Source tarball is fetched from a Gitea instance (disroot.org) that is plausibly the project's own forge, has a proper sha256 checksum, and the PKGBUILD simply builds and installs a small C utility; the only concern is the non-whitelisted but project-owned host and low vote count, not any malicious behaviour.

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 downgraded a static finding llm_review

The static rules flagged this MEDIUM, but an AI model (anthropic/claude-sonnet-4.6) reviewed the full PKGBUILD and judged it LOW (confidence 70%): Source tarball is fetched from a Gitea instance (disroot.org) that is plausibly the project's own forge, has a proper sha256 checksum, and the PKGBUILD simply builds and installs a small C utility; the only concern is the non-whitelisted but project-owned host and low vote count, not any malicious behaviour.

1 higher static finding superseded - not the current verdict (shown for transparency)
Medium source=() URL on a non-standard host source_untrusted_domain

One or more source=() URLs point to a host outside the trusted allowlist (github.com, gitlab.com, codeberg.org, pypi.org, …).

  • PKGBUILD:10 source=("$pkgname-$pkgver.tar.gz::https://git.disroot.org/Vextoly/rawhex/archive/$pkgver.tar.gz")

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: elbachir-one <bachiralfa@gmail.com>
2pkgname=rawhex
3pkgver=1.5
4pkgrel=1
5pkgdesc="A hex dumper in C with AVX2 SIMD formatting."
6arch=('x86_64')
7url="https://git.disroot.org/Vextoly/rawhex"
8license=('Apache')
9depends=('glibc')
10source=("$pkgname-$pkgver.tar.gz::https://git.disroot.org/Vextoly/rawhex/archive/$pkgver.tar.gz")
11sha256sums=('53bd09da5eea00c1a22d76b744bcbe0f24d9c438d3c02275d133bdeb6dd2efab')
12
13build() {
14 cd "$srcdir/$pkgname"
15 make
16}
17
18package() {
19 cd "$srcdir/$pkgname"
20 install -Dm755 rawhex "$pkgdir/usr/bin/rawhex"
21 install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
22}
23

Scan history

Scanned at (UTC)SeverityRules
2026-08-21 00:01:35 Low 3
2026-08-20 23:15:15 Low 3
2026-08-20 23:13:41 Medium 2

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion