bfile-cli
maintainer blek
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The source is a tarball from the project's own Git host (git.blek.codes), which is plausibly the official source; building from project-owned infrastructure, even on a non-whitelisted host, is normal AUR practice and not inherently dangerous.
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 the project's own Git host (git.blek.codes), which is plausibly the official source; building from project-owned infrastructure, even on a non-whitelisted host, is normal AUR practice and not inherently dangerous.
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:17
source=("${pkgname}-${pkgver}.tar.gz::https://git.blek.codes/blek/bfile_cli/archive/${pkgver}.tar.gz")
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: blek! <me@blek.codes>
2
pkgname=bfile-cli
3
pkgver=1.0.0
4
pkgrel=1
5
pkgdesc='The blek! File CLI'
6
arch=('i686' 'pentium4' 'x86_64' 'arm' 'armv7h' 'armv6h' 'aarch64' 'riscv64')
7
url='https://git.blek.codes/blek/bfile_cli'
8
provides=('bfile-cli')
9
conflicts=('bfile-cli')
10
options=(!lto)
11
license=('GPL3')
12
depends=(
13
'pacman>5'
14
'git'
15
)
16
makedepends=('go>=1.21.3')
17
source=("${pkgname}-${pkgver}.tar.gz::https://git.blek.codes/blek/bfile_cli/archive/${pkgver}.tar.gz")
18
sha256sums=('470022e1a77a0fbd864c251cb3bbab45c568a3f7985643e3b39add5f4299b31a')
19
20
build() {
21
export GOPATH="$srcdir"/gopath
22
export CGO_CPPFLAGS="${CPPFLAGS}"
23
export CGO_CFLAGS="${CFLAGS}"
24
export CGO_CXXFLAGS="${CXXFLAGS}"
25
export CGO_LDFLAGS="${LDFLAGS}"
26
export CGO_ENABLED=1
27
28
cd "${srcdir}/bfile_cli"
29
go build .
30
}
31
32
package() {
33
cd "${srcdir}/bfile_cli"
34
install -Dm755 bfile_cli "${pkgdir}/usr/bin/bfile_cli"
35
}
36
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 |