psptool

maintainer Microwave_Chef · 0 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The package builds from a tagged source commit on the project's official GitHub repository, which is a normal and safe practice; the recent orphan status change does not imply malicious intent or supply chain 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 a tagged source commit on the project's official GitHub repository, which is a normal and safe practice; the recent orphan status change does not imply malicious intent or supply chain 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: Daniel Maslowski <info@orangecms.org>
2
3_commit=d8f676ad9ab9979b92f070b96e44506c47db8971
4pkgname=psptool
5pkgver=3.6
6pkgrel=1
7pkgdesc="Swiss Army knife for dealing with firmware of the AMD Secure Processor"
8arch=('any')
9url="https://github.com/PSPReverse/PSPTool"
10license=('GPL3')
11depends=(
12 'python-cryptography'
13 'python-prettytable'
14)
15makedepends=(
16 'python-hatchling'
17 'python-hatch-vcs'
18 'python-build'
19 'python-installer'
20)
21provides=("$pkgname")
22conflicts=("${pkgname}-git")
23source=(https://github.com/PSPReverse/$pkgname/archive/$_commit.tar.gz)
24sha512sums=('56d9e33abb82bacda7dc57a86b23a17558ffae4979f1c09edf69909394cc265f8941e5dc2aa5821dbcc12aa355b6f483f367ff12bc5e863a3eb4034426d01d45')
25
26package() {
27 cd "PSPTool-$_commit"
28 SETUPTOOLS_SCM_PRETEND_VERSION="$pkgver" python -m build --wheel --no-isolation
29 python -m installer --destdir="$pkgdir" dist/*.whl
30}
31
32# vim:set ts=2 sw=2 et:
33

Changes since previous scan

--- PKGBUILD @ 2026-06-18 16:11
+++ PKGBUILD @ 2026-08-03 00:08
@@ -1,29 +1,32 @@
# Maintainer: Daniel Maslowski <info@orangecms.org>
-_commit=1e22f740cac329dd61663cba12e181142f1c94de
+_commit=d8f676ad9ab9979b92f070b96e44506c47db8971
pkgname=psptool
-pkgver=2.2
+pkgver=3.6
pkgrel=1
pkgdesc="Swiss Army knife for dealing with firmware of the AMD Secure Processor"
arch=('any')
url="https://github.com/PSPReverse/PSPTool"
license=('GPL3')
depends=(
- 'ipython'
- 'python'
'python-cryptography'
'python-prettytable'
- 'python-setuptools'
+)
+makedepends=(
+ 'python-hatchling'
+ 'python-hatch-vcs'
+ 'python-build'
+ 'python-installer'
)
provides=("$pkgname")
conflicts=("${pkgname}-git")
-options=(!emptydirs)
source=(https://github.com/PSPReverse/$pkgname/archive/$_commit.tar.gz)
-sha512sums=('09c5264ba2a9fc16cba5568be2b2b8161e5234f0473629785b928d34f16e9611e83816378c04c337d812bd74d78c7c682590f7c4ffe8bb58f8aed3779b04a0e9')
+sha512sums=('56d9e33abb82bacda7dc57a86b23a17558ffae4979f1c09edf69909394cc265f8941e5dc2aa5821dbcc12aa355b6f483f367ff12bc5e863a3eb4034426d01d45')
package() {
cd "PSPTool-$_commit"
- python setup.py install --root="$pkgdir/" --optimize=1
+ SETUPTOOLS_SCM_PRETEND_VERSION="$pkgver" python -m build --wheel --no-isolation
+ python -m installer --destdir="$pkgdir" dist/*.whl
}
# vim:set ts=2 sw=2 et:

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 07:31:44 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