nnrss
maintainer orphaned
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The source is a tarball from the project's own Git host, which is plausibly the maintainer's official infrastructure, and the package builds from source without executing untrusted binaries or remote code.
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 source is a tarball from the project's own Git host, which is plausibly the maintainer's official infrastructure, and the package builds from source without executing untrusted binaries or remote code.
1 higher static finding superseded - not the current verdict (shown for transparency)
MEDIUM
source=() URL on a non-standard host
source_untrusted_domain
One or more source=() URLs point to a host outside the trusted allowlist (github.com, gitlab.com, codeberg.org, pypi.org, …).
-
PKGBUILD:19
source=("https://git.roshless.me/roshless/$pkgname/-/archive/$pkgver/$pkgname-$pkgver.tar.gz"
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Roshless <pkg@roshless.com>
2
3
pkgname=nnrss
4
pkgver=1.3.1
5
pkgrel=2
6
pkgdesc='Web/API RSS aggregator'
7
url='https://git.roshless.me/~roshless/nnrss'
8
arch=('any')
9
license=('AGPL')
10
depends=('python-flask' 'python-sqlalchemy' 'python-werkzeug'
11
'python-feedparser' 'python-listparser' 'python-apscheduler'
12
'python-wtforms')
13
optdepends=('gunicorn: recommended WSGI server'
14
'python-psycopg2: connect to PostgreSQL database'
15
'sqlite: local file database')
16
makedepends=('python-setuptools')
17
install="$pkgname.install"
18
backup=("var/lib/$pkgname/config.ini")
19
source=("https://git.roshless.me/roshless/$pkgname/-/archive/$pkgver/$pkgname-$pkgver.tar.gz"
20
"$pkgname.service"
21
"$pkgname.sysusers"
22
"$pkgname.tmpfiles")
23
24
build() {
25
cd $pkgname-$pkgver
26
python setup.py build
27
}
28
29
package() {
30
install -Dm644 $pkgname.service -t "$pkgdir/usr/lib/systemd/system/"
31
install -Dm644 $pkgname.sysusers "$pkgdir/usr/lib/sysusers.d/$pkgname.conf"
32
install -Dm644 $pkgname.tmpfiles "$pkgdir/usr/lib/tmpfiles.d/$pkgname.conf"
33
34
cd $pkgname-$pkgver
35
install -Dm644 "dist/config.ini" "$pkgdir/var/lib/$pkgname/config.ini"
36
python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
37
}
38
39
md5sums=('ff6dc4a3d49b07f1bb008dab66cfb81f'
40
'85e39687367524c7b87bfb95571020bf'
41
'8b9a147720fbe9f6c013f6aa7dbb8140'
42
'364b51a829d7cf46a9557b97f8d3ce28')
43
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 00:17:23 | LOW | 2 |
| 2026-07-29 00:25:53 | LOW | 2 |
| 2026-07-28 00:07:28 | LOW | 2 |
| 2026-07-27 00:24:32 | LOW | 2 |
| 2026-07-26 00:07:32 | LOW | 2 |
| 2026-07-25 00:13:44 | LOW | 2 |
| 2026-07-24 00:02:28 | LOW | 2 |
| 2026-07-23 00:14:47 | LOW | 2 |
| 2026-07-22 00:29:32 | LOW | 2 |
| 2026-07-21 00:24:15 | LOW | 2 |
| 2026-07-20 00:19:49 | LOW | 2 |
| 2026-07-19 00:17:08 | LOW | 2 |
| 2026-07-18 00:14:48 | LOW | 2 |
| 2026-07-17 00:06:16 | LOW | 2 |
| 2026-07-16 00:05:41 | LOW | 2 |
| 2026-07-15 00:09:25 | LOW | 2 |