python-you-live

maintainer klaraforslund · 0 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The package builds from a source tarball on PyPI, a trusted Python registry, and only installs standard Python package files; the flagged pattern is orphaned status, not malicious content.

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 90%): The package builds from a source tarball on PyPI, a trusted Python registry, and only installs standard Python package files; the flagged pattern is orphaned status, not malicious content.

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# Contributor: felinae225 <felinae225@qq.com>
2pkgname=python-you-live
3pkgdesc="A live recorder focus on China mainland livestream sites."
4pkgver=1.1.5
5pkgrel=3
6arch=('any')
7url='https://github.com/nICEnnnnnnnLee/LiveRecorder'
8depends=('python' 'python-requests' 'python-pyexecjs')
9makedepends=('python-setuptools')
10license=(MIT)
11md5sums=(SKIP)
12_name=${pkgname#python-}
13source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz")
14
15build() {
16 cd "$_name-$pkgver"
17 python -m setuptools.launch setup.py build
18}
19
20package() {
21 cd "$_name-$pkgver"
22 python setup.py install --root="$pkgdir" --optimize=1 --skip-build
23 install -D -m644 LICENSE.txt \
24 "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
25}
26

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