python-twopoint-git
maintainer adamgrotek
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package builds from the project's own Git repository, which is a normal AUR practice; the recent maintainer change does not imply malicious intent or code execution risk.
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-2507) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The package builds from the project's own Git repository, which is a normal AUR practice; the recent maintainer change does not imply malicious intent or code execution risk.
1 higher static finding superseded - not the current verdict (shown for transparency)
MEDIUM
Recently orphaned & re-adopted
orphaned_readopted
This package was orphaned and re-adopted within the last 30 days — a window where ownership transfers can introduce malicious changes.
PKGBUILD
1
# Maintainer: Andres Alejandro Navarro Alsina <aanavarroa@unal.edu.co>
2
# Contributor: Joe Zuntz
3
pkgname=python-twopoint-git
4
_pkgname=python-twopoint
5
pkgver=r107.ba68b53
6
pkgrel=1
7
pkgdesc="Planning a library for handling files containing 2-point cosmology data"
8
arch=('any')
9
url="https://github.com/joezuntz/2point"
10
license=('GPL')
11
checkdepends=('make')
12
depends=('python')
13
makedepends=('git' 'python' 'python-numpy' 'python-setuptools' 'python-build' 'python-installer')
14
source=("${_pkgname}::git+${url}")
15
md5sums=('SKIP')
16
17
pkgver() {
18
cd "${_pkgname}"
19
printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
20
}
21
22
23
build() {
24
cd "$_pkgname"
25
python -m build --wheel --no-isolation
26
}
27
package() {
28
cd "$srcdir/$_pkgname"
29
python -m installer --destdir="$pkgdir" dist/*.whl
30
}
31
Changes since previous scan
--- PKGBUILD @ 2026-07-31 00:15+++ PKGBUILD @ 2026-08-03 00:08@@ -11,12 +11,8 @@ checkdepends=('make') depends=('python') makedepends=('git' 'python' 'python-numpy' 'python-setuptools' 'python-build' 'python-installer')-source=(- 'generator'-)-md5sums=(- 'SKIP'-)+source=("${_pkgname}::git+${url}")+md5sums=('SKIP') pkgver() { cd "${_pkgname}"@@ -25,7 +21,6 @@ build() {- sudo "$srcdir/generator" cd "$_pkgname" python -m build --wheel --no-isolation }@@ -34,4 +29,3 @@ python -m installer --destdir="$pkgdir" dist/*.whl } -Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 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 17:18:23 | MEDIUM | 1 |
| 2026-07-31 15:18:17 | MEDIUM | 1 |
| 2026-07-31 00:15:13 | HIGH | 2 |
| 2026-07-31 00:14:10 | HIGH | 2 |
| 2026-07-30 17:15:21 | MEDIUM | 1 |
| 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 |