libbulletml

maintainer escondida · 4 votes · scanned 2026-08-03 00:08:14.047287
LOW
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-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