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
3
pkgname=python-okta-legacy
4
_upstream_name=okta
5
pkgver=0.0.4
6
pkgrel=1
7
pkgdesc='Python SDK for managing Okta instances, pre-1.0 version'
8
arch=('any')
9
url="https://github.com/okta/okta-sdk-python"
10
depends=('python-requests' 'python-dateutil' 'python-six')
11
makedepends=('python-setuptools' 'git')
12
provides=("python-okta=$pkgver")
13
conflicts=('python-okta')
14
source=("https://files.pythonhosted.org/packages/source/o/okta/okta-$pkgver.tar.gz")
15
sha1sums=('152715bef918b10f6b8c420b2c89a7c4d44a6f3a')
16
17
18
build() {
19
cd "okta-$pkgver"
20
python setup.py build
21
}
22
23
package() {
24
cd "okta-$pkgver"
25
python setup.py install --root="$pkgdir" --optimize=1
26
}
27
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 05:16:02 | MEDIUM | 1 |
| 2026-06-18 16:11:54 | CLEAN | 0 |