repoup
Triggered rules
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:12
"https://concise.cc/pkg/${pkgname}-${pkgver}-${pkgrel}-$arch.pkg.tar.zst"
llm_review
An AI model (anthropic/claude-4.6-sonnet-20260217) reviewed this and agrees it is MEDIUM (confidence 85%): This PKGBUILD downloads a prebuilt binary package (.pkg.tar.zst) from concise.cc, a personal domain belonging to the maintainer, rather than from the official upstream GitLab repository (gitlab.com/a4to/repoup). The binary is then directly installed into /usr/bin/. While a PGP signature is verified (validpgpkeys is set) and sha512sums are provided, the fundamental concern remains: the binary is not built from source, and it originates from a personal host rather than the official project infrastructure. If concise.cc were compromised or the maintainer acted maliciously, users would execute arbitrary code. The correct pattern for AUR packages is to either build from source or fetch release artifacts from the official upstream host. This is a genuine supply-chain concern warranting a MEDIUM rating.
PKGBUILD
1 offending line(s) highlighted# Maintainer: Connor Etherington <connor@concise.cc>
# ---
pkgname=repoup
pkgver=0.1.0
pkgrel=1
pkgdesc="A git repository updater and manager"
arch=(any)
url="https://gitlab.com/a4to/${pkgname}"
license=('MIT')
depends=()
source=(
"https://concise.cc/pkg/${pkgname}-${pkgver}-${pkgrel}-$arch.pkg.tar.zst"
"https://concise.cc/pkg/${pkgname}-${pkgver}-${pkgrel}-$arch.pkg.tar.zst.sig"
)
sha512sums=(
'3f0dad993fd4e754e4b0c67da34b5a8479278deb51ef674bbbb0df61be90811ad336af966efdc0a837e1ba308e27f56dab50d09d677e0fda8719f2c621bd9294'
'6f515b736f94f2732b7dd056061d64eb8958ac701bd3505dc69ddea75e9d03539dfcc57790d1ce2c3bb9d09e653c162d8c0d0e21c49ccb729631fc62d42df0f9'
)
md5sums=(
'91c46a72410a989da7b2938104a29d35'
'03b7c1ba6966b0276869f60cff386e69'
)
validpgpkeys=('9A1F3F41DDA55A60331CB8DD3714CB0967D15980')
package() {
install -Dm644 usr/share/licenses/${pkgname}/LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
install -Dm644 usr/share/repoup/repouprc "${pkgdir}${XDG_CONFIG_HOME:-$HOME/.config}/repoup/repouprc"
install -Dm755 usr/bin/${pkgname} "${pkgdir}/usr/bin/${pkgname}"
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-03 00:08:14 | MEDIUM | 2 |
| 2026-08-02 00:16:08 | MEDIUM | 2 |
| 2026-08-01 00:11:18 | MEDIUM | 2 |
| 2026-07-31 00:14:10 | MEDIUM | 2 |
| 2026-07-30 00:17:23 | MEDIUM | 2 |
| 2026-07-29 00:25:53 | MEDIUM | 2 |
| 2026-07-28 00:07:28 | MEDIUM | 2 |
| 2026-07-27 00:24:32 | MEDIUM | 2 |
| 2026-07-26 00:07:32 | MEDIUM | 2 |
| 2026-07-25 00:13:44 | MEDIUM | 2 |
| 2026-07-24 00:02:28 | MEDIUM | 2 |
| 2026-07-23 00:14:47 | MEDIUM | 2 |
| 2026-07-22 00:29:32 | MEDIUM | 2 |
| 2026-07-21 00:24:15 | MEDIUM | 2 |
| 2026-07-20 00:19:49 | MEDIUM | 2 |
| 2026-07-19 00:17:08 | MEDIUM | 2 |
| 2026-07-18 00:14:48 | MEDIUM | 2 |
| 2026-07-17 00:06:16 | MEDIUM | 2 |
| 2026-07-16 00:05:41 | MEDIUM | 2 |
| 2026-07-15 00:09:25 | MEDIUM | 2 |