sickrage-git

LOW
maintainer charleskensy 12 votes scanned 2026-09-17 00:27:14.276658
View on AUR
Why flagged

The pip install is part of building the project from its own source (GitHub), installing declared dependencies from requirements.txt; this is normal for Python applications and not inherently dangerous.

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-07-25) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The pip install is part of building the project from its own source (GitHub), installing declared dependencies from requirements.txt; this is normal for Python applications and not inherently dangerous.

1 higher static finding superseded - not the current verdict (shown for transparency)
Medium pip install of an external package pip_install_external

`pip install <package>` fetches an unpinned package from PyPI at build time, outside source=() and makepkg's checksums.

  • PKGBUILD:48 ./bin/pip install --isolated -r requirements.txt

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: willemw <willemw12@gmail.com>
2# Contibutor: Justin Dray <justin@dray.be>
3# Contibutor: B4SH-B00STER
4
5_pkgname=sickrage
6pkgname=$_pkgname-git
7pkgver=9.4.117.r0.g1db69f779
8pkgrel=1
9pkgdesc="A PVR application that downloads and manages your TV shows. Echel0n fork of sickbeard, with tvrage, torrents and anime support."
10arch=('any')
11#url="https://git.sickrage.ca/SiCKRAGE/sickrage.git"
12url="https://github.com/SiCKRAGETV/SickRage"
13license=('GPL3')
14makedepends=('git' 'libxml2' 'libxslt' 'python-virtualenv')
15#depends=('deluge: supported torrent client'
16# 'qbittorrent: supported torrent client'
17# 'rtorrent: supported torrent client'
18# 'sabnzbd: supported NZB downloader'
19# 'transmission-cli: supported torrent client'
20optdepends=('unrar: RAR archives')
21provides=($_pkgname)
22conflicts=($_pkgname)
23options=('!strip')
24install=$pkgname.install
25#source=("$pkgname::git+https://git.sickrage.ca/SiCKRAGE/sickrage.git"
26source=("$pkgname::git+https://github.com/SiCKRAGETV/SickRage.git"
27 'sickrage.service'
28 'sickrage.sysusers'
29 'sickrage.tmpfile')
30md5sums=('SKIP'
31 '1df007e4b5347e400622ae931a6aa7b6'
32 '6a7db7e14e74072d29e482b06b41dfa7'
33 'f7a12df978d649da4e77d88e03f50252')
34
35export PIP_DEFAULT_TIMEOUT=60
36
37pkgver() {
38 #pip search $_pkgname | awk '$1 == "'$_pkgname'" { gsub("[()]", ""); print $2 ".r0" }'
39
40 cd $pkgname
41 git describe --long --tags | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
42}
43
44build() {
45 cd $pkgname
46 virtualenv .
47 #./bin/pip install --isolated -U pip setuptools
48 ./bin/pip install --isolated -r requirements.txt
49}
50
51package() {
52 install -Dm644 sickrage.service "$pkgdir/usr/lib/systemd/system/sickrage.service"
53 install -Dm644 sickrage.sysusers "$pkgdir/usr/lib/sysusers.d/sickrage.conf"
54 install -Dm644 sickrage.tmpfile "$pkgdir/usr/lib/tmpfiles.d/sickrage.conf"
55
56 install -dm755 "$pkgdir"/opt/sickrage/data
57 # Note: including .git/
58 cp -a $pkgname "$pkgdir/opt/sickrage/app"
59}
60
61

Scan history

Scanned at (UTC)SeverityRules
2026-09-17 00:27:14 Low 2
2026-09-16 00:03:17 Low 2
2026-09-15 00:25:31 Low 2
2026-09-14 00:27:57 Low 2
2026-09-13 00:19:54 Low 2
2026-09-12 00:25:17 Low 2
2026-09-11 00:19:22 Low 2
2026-09-10 00:22:44 Low 2
2026-09-09 00:04:09 Low 2
2026-09-08 00:18:08 Low 2
2026-09-07 00:30:15 Low 2
2026-09-06 00:17:06 Low 2
2026-09-05 00:16:27 Low 2
2026-09-04 00:03:13 Low 2
2026-09-03 00:15:47 Low 2
2026-09-02 00:02:31 Low 2
2026-09-01 00:11:19 Low 2
2026-08-31 00:19:57 Low 2
2026-08-30 00:04:14 Low 2
2026-08-29 00:29:17 Low 2

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion