svgbob-git

maintainer Farzat · 0 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The package builds from the official project Git repository, which is normal AUR packaging; the recently orphaned flag is administrative and does not imply malware.

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 the official project Git repository, which is normal AUR packaging; the recently orphaned flag is administrative and does not imply malware.

1 higher static finding superseded - not the current verdict (shown for transparency)
MEDIUM Recently orphaned & re-adopted orphaned_readopted

This package was orphaned and re-adopted within the last 30 days — a window where ownership transfers can introduce malicious changes.

PKGBUILD

1# Maintainer: A Farzat <a@farzat.xyz>
2# Contributor: Mikael Blomstrand <gmail: kmbloms>
3
4_pkgname=svgbob
5pkgname=svgbob-git
6pkgver=0.7.6.r620.6d00ad9
7pkgrel=1
8pkgdesc='Convert your ascii diagram scribbles into happy little SVG'
9arch=('i686' 'x86_64')
10url="https://github.com/ivanceras/svgbob"
11license=('Apache-2.0')
12depends=('gcc-libs')
13conflicts=('svgbob')
14provides=('svgbob')
15makedepends=('cargo' 'git')
16source=("git+https://github.com/ivanceras/svgbob.git")
17sha1sums=('SKIP')
18
19pkgver() {
20 cd "${srcdir}/svgbob"
21 printf "%s.r%s.%s" "$(grep '^version = ' crates/svgbob_cli/Cargo.toml | sed -e "s/version = \"//" -e "s/\"//" -e "s/-//")"\
22 "$(git rev-list --count HEAD)"\
23 "$(git rev-parse --short HEAD)"
24}
25
26prepare() {
27 cd "${srcdir}/svgbob/crates/svgbob_cli"
28 export RUSTUP_TOOLCHAIN=stable
29 cargo fetch --target host-tuple
30}
31
32build() {
33 cd "${srcdir}/svgbob/crates/svgbob_cli"
34 export RUSTUP_TOOLCHAIN=stable
35 export CARGO_TARGET_DIR=target
36 cargo build --frozen --release --all-features
37}
38
39package() {
40 install -Dm755 "${srcdir}/svgbob/crates/svgbob_cli/target/release/svgbob_cli" "${pkgdir}/usr/bin/svgbob"
41 install -Dm644 "${srcdir}/svgbob/README.md" "${pkgdir}/usr/share/doc/${_pkgname}"
42}
43

Scan history

Scanned at (UTC)SeverityRules
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

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion