bombadillo
maintainer carlosal1015
· 6 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The source is a tarball from a project-owned forge (tildegit.org) which is plausibly the project's official host, and the package builds from source without executing untrusted prebuilt code.
Triggered rules
LOW
AI review downgraded a static finding
llm_review
The static rules flagged this MEDIUM, but an AI model (qwen/qwen3-235b-a22b-07-25) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The source is a tarball from a project-owned forge (tildegit.org) which is plausibly the project's official host, and the package builds from source without executing untrusted prebuilt code.
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:13
source=(${pkgname}.tar.gz::https://tildegit.org/sloum/${pkgname}/archive/${pkgver}.tar.gz)
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Carlos Aznarán <caznaranl@uni.pe>
2
# Contributor: Luis Martinez <luis dot martinez at disroot dot org>
3
# Contributor: Emilio Reggi <nag@mailbox.org>
4
pkgname=bombadillo
5
pkgver=2.4.0
6
pkgrel=1
7
pkgdesc="A non-web client for the terminal, supporting Gopher, Gemini and much more"
8
arch=('x86_64' 'i686' 'armv7h' 'aarch64')
9
url="https://${pkgname}.colorfield.space"
10
license=(GPL3)
11
depends=(glibc)
12
makedepends=(go)
13
source=(${pkgname}.tar.gz::https://tildegit.org/sloum/${pkgname}/archive/${pkgver}.tar.gz)
14
sha512sums=('ce9ac62e2d57d98c6acca35b0a054a7920ad2ea8fa315b11c881057d30022f3417cf8132cfd1e6038410ca8aef9d430eb946ed803b62a4a52d2ac64f71dd3a1a')
15
16
build() {
17
export CGO_CPPFLAGS="${CPPFLAGS}"
18
export CGO_CFLAGS="${CFLAGS}"
19
export CGO_CXXFLAGS="${CXXFLAGS}"
20
export CGO_LDFLAGS="${LDFLAGS}"
21
export GOFLAGS="-buildmode=pie -trimpath -ldflags=-linkmode=external -mod=readonly -modcacherw"
22
23
cd ${pkgname}
24
make PREFIX=/usr
25
}
26
27
package() {
28
cd ${pkgname}
29
make VERSION="${pkgver}" DESTDIR="${pkgdir}/" PREFIX=/usr install
30
}
31
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-03 00:08:14 | LOW | 2 |
| 2026-08-02 00:16:08 | LOW | 2 |
| 2026-08-01 00:11:18 | LOW | 2 |
| 2026-07-31 00:14:10 | LOW | 2 |
| 2026-07-30 00:17:23 | LOW | 2 |
| 2026-07-29 00:25:53 | LOW | 2 |
| 2026-07-28 00:07:28 | LOW | 2 |
| 2026-07-27 00:24:32 | LOW | 2 |
| 2026-07-26 00:07:32 | LOW | 2 |
| 2026-07-25 00:13:44 | LOW | 2 |
| 2026-07-24 00:02:28 | LOW | 2 |
| 2026-07-23 00:14:47 | LOW | 2 |
| 2026-07-22 00:29:32 | LOW | 2 |
| 2026-07-21 00:24:15 | LOW | 2 |
| 2026-07-20 00:19:49 | LOW | 2 |
| 2026-07-19 00:17:08 | LOW | 2 |
| 2026-07-18 00:14:48 | LOW | 2 |
| 2026-07-17 00:06:16 | LOW | 2 |
| 2026-07-16 00:05:41 | LOW | 2 |
| 2026-07-15 00:09:25 | LOW | 2 |