python-amulet-fault-handler
maintainer Kimiblock
· 0 votes
· scanned 2026-08-18 00:03:42.021799
LOW
View on AUR ↗
Why flagged
The package builds from a public git repository with a SKIP'd checksum, but sources are from the project's official GitHub; no remote code execution or malicious payloads detected.
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 public git repository with a SKIP'd checksum, but sources are from the project's official GitHub; no remote code execution or malicious payloads detected.
PKGBUILD
1
# Maintainer: Kimiblock Moe
2
3
pkgname=python-amulet-fault-handler
4
pkgdesc="A library to report tracebacks from C/C++ faults."
5
url="https://github.com/Amulet-Team/Amulet-Fault-Handler"
6
license=("LicenseRef-unknown")
7
arch=(any)
8
pkgver=1.0.8
9
pkgrel=2
10
makedepends=(
11
python-setuptools
12
python-versioneer
13
git
14
python-wheel
15
python-build
16
python-installer
17
cmake
18
)
19
depends=(
20
python
21
pybind11
22
)
23
source=(
24
"source::git+${url}.git#tag=${pkgver}"
25
)
26
md5sums=('SKIP')
27
28
function prepare() {
29
cd "${srcdir}/source"
30
git clean -fdx
31
git submodule init
32
git submodule update
33
}
34
35
function build() {
36
cd "${srcdir}/source"
37
#python setup.py build
38
python -m build --wheel --no-isolation
39
}
40
41
function package() {
42
cd "${srcdir}/source"
43
#python setup.py install --root="$pkgdir" --optimize=1
44
python -m installer --destdir="$pkgdir" dist/*.whl
45
}
46
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-18 00:03:42 | LOW | 2 |
| 2026-08-17 00:18:29 | LOW | 2 |
| 2026-08-16 00:03:42 | LOW | 2 |
| 2026-08-15 00:26:13 | LOW | 2 |
| 2026-08-14 00:03:41 | LOW | 2 |
| 2026-08-13 00:17:07 | LOW | 2 |
| 2026-08-12 00:27:08 | LOW | 2 |
| 2026-08-11 13:21:13 | LOW | 2 |