cbonsai-bin
maintainer asbjrnholm
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package builds from a source archive hosted on GitLab, which is plausibly the project's official repository; the low severity is due to few votes and recent upload, not inherent risk in the build process.
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 builds from a source archive hosted on GitLab, which is plausibly the project's official repository; the low severity is due to few votes and recent upload, not inherent risk in the build process.
PKGBUILD
1
# Maintainer: Nicholas Boyd Isacsson <nicholas@isacsson.se>
2
3
pkgname=cbonsai-bin
4
pkgver=1.4.2
5
pkgrel=1
6
pkgdesc='A bonsai tree generator, written in C using ncurses'
7
arch=('any')
8
url="https://gitlab.com/jallbrit/cbonsai-bin"
9
license=('GPL3')
10
makedepends=('scdoc')
11
depends=('gcc' 'ncurses')
12
provides=('cbonsai')
13
conflicts=('cbonsai')
14
source=("$url/-/archive/v$pkgver/cbonsai-bin-v$pkgver.zip" 'merger')
15
sha256sums=('b14a26f2405575075b482ffa1b5698c479e100027c271fa44fa2e310279b6d4a')
16
17
package() {
18
cd "$srcdir/cbonsai-bin-v$pkgver"
19
make DESTDIR="$pkgdir/" PREFIX="/usr" MANDIR="/usr/share/man" install
20
}
21
22
23
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 13:20:32 | LOW | 2 |