python-burner-redis
LOW
maintainer Dominiquini
1 votes
scanned 2026-09-15 05:18:46.121222
Why flagged
The package builds from a source tarball hosted on PyPI, which is a trusted source; 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 a source tarball hosted on PyPI, which is a trusted source; the low severity is due to few votes and recent upload, not malicious content.
PKGBUILD
1
# Maintainer: Rafael Dominiquini <rafaeldominiquini at gmail dot com>
2
3
_appauthor="PrefectHQ"
4
_appname="burner-redis"
5
6
pkgname="python-${_appname}"
7
pkgver=0.1.7
8
pkgrel=1
9
pkgdesc="An embedded, in-process Redis-compatible database"
10
11
_pypi_package=${pkgname##python-}
12
_pypi_version=${pkgver}
13
14
license=('MIT')
15
arch=('any')
16
17
_url_pypi="https://pypi.org/project/${_pypi_package}/"
18
_url_github="https://github.com/${_appauthor}/${_appname}"
19
url="${_url_pypi}"
20
21
makedepends=('python-setuptools' 'python-wheel' 'python-build' 'python-installer' 'python-maturin')
22
depends=('glibc' 'libgcc' 'python' 'python-redis')
23
24
source=("https://files.pythonhosted.org/packages/source/${_pypi_package::1}/${_pypi_package//-/_}/${_pypi_package//-/_}-${_pypi_version}.tar.gz")
25
# source=("${_pypi_package}-${_pypi_version}.tar.gz::${_url_github}/archive/refs/tags/v${_pypi_version}.tar.gz")
26
sha256sums=('7474ff092669fd11ef765411572cdafcc3d89b8054aef4ca0617be6d6be4c680')
27
28
29
build() {
30
cd "${srcdir}/${_pypi_package//-/_}-${_pypi_version}/"
31
32
python -m build --wheel --no-isolation
33
}
34
35
package() {
36
cd "${srcdir}/${_pypi_package//-/_}-${_pypi_version}/"
37
38
python -m installer --destdir="${pkgdir}" dist/*.whl
39
40
install -Dm644 "README.md" "${pkgdir}/usr/share/doc/${pkgname}/README.md"
41
42
install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
43
}
44
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-15 05:18:46 | Low | 2 |