bili-tools-git

maintainer jasondejager · 0 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The package builds from the project's own Git repository, which is normal for AUR packages; the recent maintainer change does not imply malicious intent or code execution risk.

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-2507) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The package builds from the project's own Git repository, which is normal for AUR packages; the recent maintainer change does not imply malicious intent or code execution risk.

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: QwerProg
2pkgname=bili-tools-git
3pkgver=0.1.2.r1.be29ac5
4pkgrel=1
5pkgdesc="B站直播开播工具 — 命令行一键开播/下播"
6arch=('x86_64' 'aarch64')
7url="https://github.com/QwerProg/bili-tools"
8license=('MIT')
9depends=('gcc-libs')
10makedepends=('cargo' 'git')
11source=("git+https://github.com/QwerProg/bili-tools.git")
12sha256sums=('SKIP')
13
14pkgver() {
15 cd "$srcdir/bili-tools"
16 git describe --long --tags 2>/dev/null | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
17}
18
19build() {
20 cd "$srcdir/bili-tools"
21 cargo build --release --locked
22}
23
24package() {
25 cd "$srcdir/bili-tools"
26 install -Dm755 target/release/bt "$pkgdir/usr/bin/bt"
27 install -Dm644 README.md "$pkgdir/usr/share/doc/$pkgname/README.md"
28}
29

Changes since previous scan

--- PKGBUILD @ 2026-07-31 00:14
+++ PKGBUILD @ 2026-08-03 00:08
@@ -8,12 +8,8 @@
license=('MIT')
depends=('gcc-libs')
makedepends=('cargo' 'git')
-source=(
- 'formatter'
-)
-sha256sums=(
- 'SKIP'
-)
+source=("git+https://github.com/QwerProg/bili-tools.git")
+sha256sums=('SKIP')
pkgver() {
cd "$srcdir/bili-tools"
@@ -21,7 +17,6 @@
}
build() {
- sudo "$srcdir/formatter"
cd "$srcdir/bili-tools"
cargo build --release --locked
}
@@ -32,4 +27,3 @@
install -Dm644 README.md "$pkgdir/usr/share/doc/$pkgname/README.md"
}
-

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 15:18:17 MEDIUM 1
2026-07-31 00:14:10 MEDIUM 2
2026-07-30 17:15:21 MEDIUM 1
2026-06-18 16:11:54 CLEAN 0

Report a package

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

0 / 4000
Your suggestion