ries
maintainer Devel
· 3 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads source code files from the project's official host (mrob.com) to build a local binary; despite the non-whitelisted domain, this is a legitimate build of the project's own source, not execution of prebuilt or obfuscated 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 package downloads source code files from the project's official host (mrob.com) to build a local binary; despite the non-whitelisted domain, this is a legitimate build of the project's own source, not execution of prebuilt or obfuscated 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:11
source=('http://mrob.com/pub/ries/src/ries.c.txt'
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Devel <Denislav08@proton.me>
2
# Contributor: Stefan Seemayer <mail@semicolonsoftware.de>
3
pkgname=ries
4
pkgver=20240422
5
pkgrel=1
6
pkgdesc="Find algebraic equations, given their solution"
7
arch=(i686 x86_64)
8
url="http://mrob.com/pub/ries/"
9
license=('GPL')
10
11
source=('http://mrob.com/pub/ries/src/ries.c.txt'
12
'http://mrob.com/pub/ries/src/msal_math64.c.txt'
13
'http://mrob.com/pub/ries/doc/ries.1.txt')
14
15
sha256sums=('5051931999b73285b0edb87c50e53315c44b783c87adb3594ed0c20d10bc4c1f'
16
'dfcbe7a9605ab65c81ff802eb48a8ca5453097c24b7f8825c1f59b8894080ed4'
17
'875b177a981652834f1fddfd651dff8a3f7e5b3013eef63f852ba97201a5b941')
18
19
build() {
20
cd "$srcdir/"
21
22
ln -sf ries.c{.txt,}
23
ln -sf msal_math64.c{.txt,}
24
25
gcc -DRIES_USE_SA_M64 -lm -march=native -Wall -O3 -o ries ries.c
26
}
27
28
package() {
29
install -Dm 755 $srcdir/ries $pkgdir/usr/bin/ries
30
install -Dm 644 $srcdir/ries.1.txt $pkgdir/usr/share/man/man1/ries.1
31
}
32
33
# vim:set ts=2 sw=2 et:
34
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 |