kr
maintainer orphaned
· 7 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package builds from its own source via git submodule and uses cargo only for building a required tool (cargo-web) from the official Rust registry, which is a normal build step for Rust projects and not an untrusted remote code execution.
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 package builds from its own source via git submodule and uses cargo only for building a required tool (cargo-web) from the official Rust registry, which is a normal build step for Rust projects and not an untrusted remote code execution.
1 higher static finding superseded - not the current verdict (shown for transparency)
MEDIUM
External install via pipx/uv/poetry/cargo/go/gem
alt_pkg_manager_install
A non-pip/npm package manager (pipx, uv, poetry, cargo install, go install, gem, conda…) fetches and builds an external package at build time, outside source=() and makepkg's checksums.
-
PKGBUILD:34
cargo web --version || cargo install --debug cargo-web
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: krypt.co <aur@>
2
pkgname=kr
3
pkgver=2.4.14
4
pkgrel=1
5
pkgdesc="SSH using a key stored in Krypton"
6
arch=('i686' 'x86_64')
7
url="https://github.com/kryptco/kr"
8
license=('custom')
9
groups=()
10
depends=('gcc-libs-multilib')
11
makedepends=('rustup' 'go' 'rsync' 'nodejs' 'git')
12
checkdepends=()
13
optdepends=()
14
provides=('kr')
15
conflicts=('kr')
16
backup=()
17
options=()
18
install=kr.install
19
changelog=()
20
source=("git+https://github.com/kryptco/kr#tag=$pkgver")
21
md5sums=('SKIP')
22
validpgpkeys=()
23
24
pkgver() {
25
echo "2.4.14"
26
}
27
28
prepare() {
29
cd ${srcdir}/kr && git submodule update --init --recursive && cd -
30
# ensure a toolchain is selected if rustup was used to install rust
31
(which rustup 2>/dev/null && (rustup which cargo || rustup default stable)) || true
32
rustup target add wasm32-unknown-emscripten
33
# cargo web 0.6.10 required to build dashboard frontend
34
cargo web --version || cargo install --debug cargo-web
35
mkdir -p "${srcdir}/src/github.com/kryptco/"
36
rm -rf "${srcdir}/src/github.com/kryptco/kr"
37
mv "${srcdir}/kr" "${srcdir}/src/github.com/kryptco/kr"
38
}
39
40
build() {
41
cd "${srcdir}/src/github.com/kryptco/kr"
42
GOPATH=${srcdir} make
43
}
44
45
check() {
46
cd "${srcdir}/src/github.com/kryptco/kr"
47
GOPATH=${srcdir} make check
48
}
49
50
package() {
51
cd "${srcdir}/src/github.com/kryptco/kr"
52
export PREFIX=${pkgdir}/usr
53
install -D -m 644 "LICENSE" "${pkgdir}/usr/share/licenses/kr/LICENSE"
54
SUDO="" GOPATH=${srcdir} make install
55
}
56
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 |