python-aiofile

maintainer jiribilkova · 0 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged Package builds from official PyPI source, uses standard Python build流程, and installs only its own wheel; dependency typo 'python-caio' likely error but not actively malicious.

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 official PyPI source, uses standard Python build流程, and installs only its own wheel; dependency typo 'python-caio' likely error but not actively malicious.

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:
2# Contributor: Mark Wagie <mark dot wagie at proton dot me>
3pkgname=python-aiofile
4_name=${pkgname#python-}
5pkgver=3.9.0
6pkgrel=1
7pkgdesc="Real asynchronous file operations with asyncio support"
8arch=('any')
9url="https://github.com/mosquito/aiofile"
10license=('Apache-2.0')
11depends=('python-caio')
12makedepends=(
13 'python-build'
14 'python-installer'
15 'python-poetry-core'
16 'python-wheel'
17)
18source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz")
19sha256sums=('e5ad718bb148b265b6df1b3752c4d1d83024b93da9bd599df74b9d9ffcf7919b')
20
21build() {
22 cd "$_name-$pkgver"
23 GIT_DIR='.' python -m build --wheel --no-isolation
24}
25
26package() {
27 cd "$_name-$pkgver"
28 python -m installer --destdir="$pkgdir" dist/*.whl
29}
30

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