lparse
maintainer Luker88
· 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 official academic host, building its own code; non-whitelisted but plausibly legitimate, with verified checksums.
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 official academic host, building its own code; non-whitelisted but plausibly legitimate, with verified checksums.
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://www.tcs.hut.fi/Software/smodels/src/${pkgname}-${pkgver}.tar.gz" 'configure.patch')
PKGBUILD
1 offending line(s) highlighted
1
2
# Maintainer: Luca Fulchir <luker at fenrirproject.org>
3
4
pkgname=lparse
5
pkgver=1.1.2
6
pkgrel=2
7
pkgdesc="Lparse is a front-end to smodels that generates a variable-free simple logic"
8
arch=('i686' 'x86_64')
9
url="http://www.tcs.hut.fi/Software/smodels/"
10
license=('GPL2')
11
source=("http://www.tcs.hut.fi/Software/smodels/src/${pkgname}-${pkgver}.tar.gz" 'configure.patch')
12
sha1sums=('c7d4bae84e37066e221f44c17b4df120f511bd14'
13
'b7de54b05889d53e44b01a52ad7e67b69fc6572e')
14
sha256sums=('886d29723f7188296e48584a4a32b8f111414acb7ca8490af28ef6b7f1717298'
15
'ad3d07202ad5be2ae8adff5e32f99f72f30f230ed8ae56aa45c547a1777f0d9e')
16
17
prepare() {
18
cd "$srcdir/${pkgname}-${pkgver}"
19
20
# just a couple of bugs...
21
patch -p1 < "${srcdir}/configure.patch"
22
}
23
24
build() {
25
cd "$srcdir/${pkgname}-${pkgver}"
26
27
./configure --prefix=/usr
28
cd src
29
sed -i 's|^CFLAGS=\(.*\)|CFLAGS=-std=c++98 \1|' Makefile
30
cd ..
31
make
32
cd lib
33
make
34
cd ..
35
}
36
37
package() {
38
cd "$srcdir/${pkgname}-${pkgver}"
39
mkdir -p ${pkgdir}/usr/{bin,lib,share/doc/${pkgname}}
40
cp src/lparse ${pkgdir}/usr/bin/
41
cp lib/liblparse.so ${pkgdir}/usr/lib/
42
cp -a examples ${pkgdir}/usr/share/doc/${pkgname}/
43
cp doc/lparse.ps ${pkgdir}/usr/share/doc/${pkgname}/
44
}
45
46
47
48
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 |