rawhex
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
zero_votes_recent
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
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)
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# Maintainer: elbachir-one <bachiralfa@gmail.com>
pkgname=rawhex
pkgver=1.5
pkgrel=1
pkgdesc="A hex dumper in C with AVX2 SIMD formatting."
arch=('x86_64')
url="https://git.disroot.org/Vextoly/rawhex"
license=('Apache')
depends=('glibc')
source=("$pkgname-$pkgver.tar.gz::https://git.disroot.org/Vextoly/rawhex/archive/$pkgver.tar.gz")
sha256sums=('53bd09da5eea00c1a22d76b744bcbe0f24d9c438d3c02275d133bdeb6dd2efab')
build() {
cd "$srcdir/$pkgname"
make
}
package() {
cd "$srcdir/$pkgname"
install -Dm755 rawhex "$pkgdir/usr/bin/rawhex"
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-21 00:01:35 | Low | 3 |
| 2026-08-20 23:15:15 | Low | 3 |
| 2026-08-20 23:13:41 | Medium | 2 |