careervector-tui-bin
LOW
maintainer richc
0 votes
scanned 2026-09-13 00:19:54.252953
Why flagged
The package installs a prebuilt binary from a GitHub release under the maintainer's account; while the host is not whitelisted, it is plausibly the project's official source, and no obfuscated or malicious behavior is evident.
Triggered rules
Low
Few votes, recently uploaded
zero_votes_recent
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
Low
AI review
llm_review
An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is LOW (confidence 95%): The package installs a prebuilt binary from a GitHub release under the maintainer's account; while the host is not whitelisted, it is plausibly the project's official source, and no obfuscated or malicious behavior is evident.
PKGBUILD
1
# Generated by CareerVector packaging/generate.py; do not edit.
2
# Maintainer: Julian Y. Richard Corbet (julian-corbet on GitHub)
3
pkgname=careervector-tui-bin
4
_product=careervector-tui
5
pkgver=0.1.0alpha.10
6
pkgrel=1
7
pkgdesc='CareerVector terminal workspace with its controlled terminal'
8
arch=(x86_64)
9
url='https://careervector.corbet.ch'
10
license=('BUSL-1.1')
11
depends=(gcc-libs gtk4 libadwaita libglvnd libxkbcommon wayland openssl)
12
options=('!strip' '!debug')
13
provides=('careervector-tui=0.1.0alpha.10')
14
conflicts=('careervector-tui')
15
source_x86_64=(https://github.com/julian-corbet/careervector-releases/releases/download/tui-v0.1.0-alpha.10/careervector-0.1.0-alpha.10-linux-x86_64.tar.gz)
16
sha256sums_x86_64=('530c116b294840c090e03cc803e57200c3ef9385230d48d03936c770d3d0c74a')
17
depends_x86_64=('glibc>=2.39')
18
19
package() {
20
local archive_root license_directory desktop_file icon
21
case "$CARCH" in
22
x86_64)
23
archive_root=careervector-0.1.0-alpha.10-linux-x86_64
24
license_directory=share/careervector/licenses/careervector
25
;;
26
*) return 1 ;;
27
esac
28
install -d "$pkgdir/usr/lib/$_product"
29
cp -a "$srcdir/$archive_root/." "$pkgdir/usr/lib/$_product/"
30
install -d "$pkgdir/usr/bin"
31
ln -s ../lib/careervector-tui/bin/careervector "$pkgdir/usr/bin/careervector"
32
install -d "$pkgdir/usr/share/licenses/$pkgname"
33
cp -a "$srcdir/$archive_root/$license_directory/." "$pkgdir/usr/share/licenses/$pkgname/"
34
}
35
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-13 00:19:54 | Low | 2 |
| 2026-09-12 23:12:46 | Low | 2 |