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
5pkgname=python-airtable-wrapper
6_pkgname=pyairtable
7pkgver=3.3.0
8pkgrel=2
9pkgdesc="Python Airtable Client Wrapper"
10arch=("any")
11url="https://github.com/gtalarico/$_pkgname"
12license=("MIT")
13options=(!emptydirs)
14depends=("python" "python-click" "python-inflection" "python-pydantic" "python-requests" "python-typing_extensions" "python-urllib3")
15makedepends=("python-build" "python-installer" "python-setuptools")
16
17source=("$url/archive/refs/tags/$pkgver.tar.gz")
18sha256sums=("56dfb0aa5c5460d1367102826284cc41e29e6a35769c2c9ee78cfed3105348eb")
19
20build() {
21 cd "$_pkgname-$pkgver"
22 python -m build --wheel --no-isolation
23}
24
25package() {
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)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 17:15:21 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