pysbf-git
maintainer orphaned
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
Package builds from a legitimate project source on GitHub; the only issue is a skipped checksum, which is common for git sources but reduces verifiability, though the impact is low as it's a Python module built from public source.
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 90%): Package builds from a legitimate project source on GitHub; the only issue is a skipped checksum, which is common for git sources but reduces verifiability, though the impact is low as it's a Python module built from public source.
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: Thomas Arnhold <thomas at arnhold dot org>
2
3
pkgname=pysbf-git
4
pkgver=20210821
5
pkgrel=1
6
pkgdesc="Python module to parse Septentrio Binary Format (SBF) files generated by Septentrio receivers."
7
arch=('i686' 'x86_64')
8
url="https://github.com/jashandeep-sohi/pysbf"
9
license=('GPL3')
10
depends=('python2')
11
makedepends=('git')
12
source=("$pkgname::git+https://github.com/jashandeep-sohi/pysbf.git")
13
sha256sums=('SKIP')
14
15
build() {
16
cd "$srcdir/$pkgname"
17
python2 setup.py build
18
}
19
20
package() {
21
cd "$srcdir/$pkgname"
22
python2 setup.py install --prefix=/usr --root="$pkgdir"
23
}
24
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 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 01:56:03 | MEDIUM | 1 |
| 2026-06-18 16:11:54 | CLEAN | 0 |