python-restbook-git
LOW
maintainer Giovani_Geek
0 votes
scanned 2026-09-05 07:59:42.017587
Why flagged
The package builds from the project's own Git repository, which is a normal AUR practice; the low severity is due to few votes and recent upload, not malicious content.
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 the project's own Git repository, which is a normal AUR practice; the low severity is due to few votes and recent upload, not malicious content.
PKGBUILD
1
# shellcheck disable=SC2034,SC2154,SC2164
2
# Maintainer: Energetix/Dark Nebula <https://github.com/Jobanny-Friki>
3
4
pkgname=python-restbook-git
5
_pkgname=restbook-git
6
pkgver=r142.2a60861
7
pkgrel=1
8
pkgdesc="Orchestrate complex API workflows using YAML playbooks"
9
arch=('any')
10
url="https://github.com/shalev007/restbook"
11
license=('unknown')
12
depends=('python' 'python-aiohttp' 'python-pyyaml' 'python-jsonpath-ng')
13
makedepends=('git' 'python-build' 'python-installer' 'python-wheel' 'python-setuptools')
14
provides=('restbook')
15
conflicts=('restbook')
16
source=("restbook::git+https://github.com/shalev007/restbook.git")
17
sha256sums=('SKIP')
18
19
pkgver() {
20
cd restbook
21
printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
22
}
23
24
build() {
25
cd restbook
26
python -m build --wheel --no-isolation
27
}
28
29
package() {
30
cd restbook
31
python -m installer --destdir="$pkgdir" dist/*.whl
32
if [ -f LICENSE ]; then
33
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$_pkgname/LICENSE"
34
fi
35
}
36
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-05 07:59:42 | Low | 2 |