python-okta-legacy

maintainer darkfish · 0 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged Package builds from a source tarball on PyPI, which is the official Python package index; despite being recently orphaned and re-adopted, the source is verifiable and the build process is standard, posing no immediate 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%): Package builds from a source tarball on PyPI, which is the official Python package index; despite being recently orphaned and re-adopted, the source is verifiable and the build process is standard, posing no immediate 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: Chris Snell <chris dot snell at gmail.com>
2
3pkgname=python-okta-legacy
4_upstream_name=okta
5pkgver=0.0.4
6pkgrel=1
7pkgdesc='Python SDK for managing Okta instances, pre-1.0 version'
8arch=('any')
9url="https://github.com/okta/okta-sdk-python"
10depends=('python-requests' 'python-dateutil' 'python-six')
11makedepends=('python-setuptools' 'git')
12provides=("python-okta=$pkgver")
13conflicts=('python-okta')
14source=("https://files.pythonhosted.org/packages/source/o/okta/okta-$pkgver.tar.gz")
15sha1sums=('152715bef918b10f6b8c420b2c89a7c4d44a6f3a')
16
17
18build() {
19 cd "okta-$pkgver"
20 python setup.py build
21}
22
23package() {
24 cd "okta-$pkgver"
25 python setup.py install --root="$pkgdir" --optimize=1
26}
27

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 05:16:02 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