libbulletml

LOW
maintainer escondida 4 votes scanned 2026-09-17 00:27:14.276658
View on AUR
Why flagged

The package downloads source tarballs from the project's own domain and a Debian mirror for building the library;虽主机不在白名单上,但属项目自有源码构建,无远程代码执行或恶意载荷风险。

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 downloads source tarballs from the project's own domain and a Debian mirror for building the library;虽主机不在白名单上,但属项目自有源码构建,无远程代码执行或恶意载荷风险。

1 higher static finding superseded - not the current verdict (shown for transparency)
Medium source=() URL on a non-standard host source_untrusted_domain

One or more source=() URLs point to a host outside the trusted allowlist (github.com, gitlab.com, codeberg.org, pypi.org, …).

  • PKGBUILD:13 "http://shinh.skr.jp/libbulletml/libbulletml-$pkgver.tar.bz2"
  • PKGBUILD:15 "http://http.debian.net/debian/pool/main/b/bulletml/bulletml_$pkgver-7.debian.tar.xz"

PKGBUILD

2 offending line(s) highlighted
1# Contributor: Ivy Foster <code@escondida.tk>
2# Reference: PKGBUILD(5)
3
4pkgname=libbulletml
5pkgver=0.0.6
6pkgrel=6
7pkgdesc='C++ library to handle BulletML, a markup language to describe bullets in shooting games.'
8url='http://shinh.skr.jp/libbulletml/index_en.html'
9license=('custom:libbulletml')
10
11arch=(x86_64 i686)
12source=(
13 "http://shinh.skr.jp/libbulletml/libbulletml-$pkgver.tar.bz2"
14 'http://shinh.skr.jp/d/d_cpp.tar.bz2'
15 "http://http.debian.net/debian/pool/main/b/bulletml/bulletml_$pkgver-7.debian.tar.xz"
16 Makefile
17)
18# Upstream does not provide checksums, though Debian does for their patches,
19# so take the first two checksums with a grain of salt.
20sha256sums=(
21 7c37f3d2d52825417c5de716f89bea4b71156371e698e2579daf7921df07aa79
22 f0a9f01ef9daaa980f876253c81e8e76eea17b7de1aa569bf23661b456c5c9d3
23 e85182a82604b4bc3c3f42b35f5d77decd327239602bcc4b5ac3a2e1269f211e
24 30495a94bb378d1744d902ccc84a44cdf855f448e66a08afb1dda32f0c4a10a8
25)
26noextract=(d_cpp.tar.bz2)
27
28prepare() {
29 cd bulletml
30 tar xf "$srcdir/d_cpp.tar.bz2"
31 for patch in ../debian/patches/*.patch; do
32 patch -Np1 < "$patch"
33 done
34
35 cp "$srcdir/Makefile" src
36}
37
38build() {
39 make -C bulletml/src
40}
41
42package() {
43 cd bulletml
44
45 make -C src DESTDIR="$pkgdir" prefix=/usr install
46
47 install -D -m 644 README "$pkgdir/usr/share/doc/libbulletml/README.jp"
48 install -m 644 README.en "$pkgdir/usr/share/doc/libbulletml"
49 install -m 644 README.bulletml "$pkgdir/usr/share/doc/libbulletml"
50
51 install -D -m 644 README "$pkgdir/usr/share/licenses/libbulletml/README.jp"
52 install -m 644 README.en "$pkgdir/usr/share/licenses/libbulletml"
53}
54

Scan history

Scanned at (UTC)SeverityRules
2026-09-17 00:27:14 Low 2
2026-09-16 00:03:17 Low 2
2026-09-15 00:25:31 Low 2
2026-09-14 00:27:57 Low 2
2026-09-13 00:19:54 Low 2
2026-09-12 00:25:17 Low 2
2026-09-11 00:19:22 Low 2
2026-09-10 00:22:44 Low 2
2026-09-09 00:04:09 Low 2
2026-09-08 00:18:08 Low 2
2026-09-07 00:30:15 Low 2
2026-09-06 00:17:06 Low 2
2026-09-05 00:16:27 Low 2
2026-09-04 00:03:13 Low 2
2026-09-03 00:15:47 Low 2
2026-09-02 00:02:31 Low 2
2026-09-01 00:11:19 Low 2
2026-08-31 00:19:57 Low 2
2026-08-30 00:04:14 Low 2
2026-08-29 00:29:17 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