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
3pkgname=pysbf-git
4pkgver=20210821
5pkgrel=1
6pkgdesc="Python module to parse Septentrio Binary Format (SBF) files generated by Septentrio receivers."
7arch=('i686' 'x86_64')
8url="https://github.com/jashandeep-sohi/pysbf"
9license=('GPL3')
10depends=('python2')
11makedepends=('git')
12source=("$pkgname::git+https://github.com/jashandeep-sohi/pysbf.git")
13sha256sums=('SKIP')
14
15build() {
16 cd "$srcdir/$pkgname"
17 python2 setup.py build
18}
19
20package() {
21 cd "$srcdir/$pkgname"
22 python2 setup.py install --prefix=/usr --root="$pkgdir"
23}
24

Scan history

Scanned at (UTC)SeverityRules
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

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion