python-airtable-wrapper
maintainer zelmaandersen
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package builds from the project's own GitHub source, which is normal AUR packaging; the 'recently orphaned & re-adopted' flag is a metadata concern, not a security 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 the project's own GitHub source, which is normal AUR packaging; the 'recently orphaned & re-adopted' flag is a metadata concern, not a security 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: Michal Wojdyla < micwoj9292 at gmail dot com >
2
# Contributor: entriphy <t4ils.dev@gmail.com>
3
# Contributor: Pierre Chapuis <arch@catwell.info>
4
5
pkgname=python-airtable-wrapper
6
_pkgname=pyairtable
7
pkgver=3.3.0
8
pkgrel=2
9
pkgdesc="Python Airtable Client Wrapper"
10
arch=("any")
11
url="https://github.com/gtalarico/$_pkgname"
12
license=("MIT")
13
options=(!emptydirs)
14
depends=("python" "python-click" "python-inflection" "python-pydantic" "python-requests" "python-typing_extensions" "python-urllib3")
15
makedepends=("python-build" "python-installer" "python-setuptools")
16
17
source=("$url/archive/refs/tags/$pkgver.tar.gz")
18
sha256sums=("56dfb0aa5c5460d1367102826284cc41e29e6a35769c2c9ee78cfed3105348eb")
19
20
build() {
21
cd "$_pkgname-$pkgver"
22
python -m build --wheel --no-isolation
23
}
24
25
package() {
26
cd "$_pkgname-$pkgver"
27
python -m installer --destdir="$pkgdir" dist/*.whl
28
install -D -m644 LICENSE \
29
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
30
}
31
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 17:15:21 | MEDIUM | 1 |
| 2026-06-18 16:11:54 | CLEAN | 0 |