python-pypsrp

LOW
maintainer leonidlednev 1 votes scanned 2026-08-26 00:12:07.713121
View on AUR
Why flagged

The package builds from a source tarball hosted on the official Python package index (pythonhosted.org), which is a trusted and project-appropriate source; the flagged orphaned status change does not indicate inherent danger.

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 source tarball hosted on the official Python package index (pythonhosted.org), which is a trusted and project-appropriate source; the flagged orphaned status change does not indicate inherent danger.

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: GI_Jack <GI_Jack@hackermail.com>
2
3pkgname=python-pypsrp
4_pkgname=pypsrp
5pkgver=0.8.1
6pkgrel=2
7pkgdesc="Python PowerShell Remoting Protocol Client Library"
8url="https://pypi.org/project/pypsrp/"
9arch=('any')
10license=('MIT')
11depends=('python' 'python-six' 'python-cryptography' 'python-requests'
12 'python-pyspnego' 'python-gssapi')
13makedepends=('python-build' 'python-installer' 'python-wheel')
14optdepends=('python-krb5: for Kerberos authentication on Linux'
15 'python-requests-credssp: for CredSSP authentication')
16source=("https://files.pythonhosted.org/packages/source/${_pkgname::1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz")
17sha256sums=('f5500acd11dfe742d51b7fbb61321ba721038a300d67763dc52babe709db65e7')
18
19build() {
20 cd ${_pkgname}-${pkgver}
21 python -m build --wheel --no-isolation
22}
23
24package() {
25 cd ${_pkgname}-${pkgver}
26 python -m installer --destdir="${pkgdir}" dist/*.whl
27}
28

Scan history

Scanned at (UTC)SeverityRules
2026-08-26 00:12:07 Low 2
2026-08-25 23:28:42 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