lparse

LOW
maintainer Luker88 0 votes scanned 2026-09-17 00:27:14.276658
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
4pkgname=lparse
5pkgver=1.1.2
6pkgrel=2
7pkgdesc="Lparse is a front-end to smodels that generates a variable-free simple logic"
8arch=('i686' 'x86_64')
9url="http://www.tcs.hut.fi/Software/smodels/"
10license=('GPL2')
11source=("http://www.tcs.hut.fi/Software/smodels/src/${pkgname}-${pkgver}.tar.gz" 'configure.patch')
12sha1sums=('c7d4bae84e37066e221f44c17b4df120f511bd14'
13 'b7de54b05889d53e44b01a52ad7e67b69fc6572e')
14sha256sums=('886d29723f7188296e48584a4a32b8f111414acb7ca8490af28ef6b7f1717298'
15 'ad3d07202ad5be2ae8adff5e32f99f72f30f230ed8ae56aa45c547a1777f0d9e')
16
17prepare() {
18 cd "$srcdir/${pkgname}-${pkgver}"
19
20 # just a couple of bugs...
21 patch -p1 < "${srcdir}/configure.patch"
22}
23
24build() {
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
37package() {
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)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